summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/archlinux/main.css47
1 files changed, 45 insertions, 2 deletions
diff --git a/skins/archlinux/main.css b/skins/archlinux/main.css
index fa382299..a0f83737 100644
--- a/skins/archlinux/main.css
+++ b/skins/archlinux/main.css
@@ -60,7 +60,6 @@ body {
/* general styles */
table {
- background: white;
font-size: 100%;
color: black;
}
@@ -166,7 +165,6 @@ fieldset {
line-height: 1.5em;
}
legend {
- background: white;
padding: .5em;
font-size: 95%;
}
@@ -749,6 +747,7 @@ input.searchButton {
padding-left: .5em;
padding-right: .5em;
font-weight: bold;
+ display:none;
}
#searchInput {
width: 10.9em;
@@ -1448,3 +1447,47 @@ div#searchTarget ul li:before {
content: "\00BB \0020";
}
+div.multipageimagenavbox {
+ border: solid 1px silver;
+ padding: 4px;
+ margin: 1em;
+ -moz-border-radius: 6px;
+ background: #f0f0f0;
+}
+
+div.multipageimagenavbox div.thumb {
+ border: none;
+ margin-left: 2em;
+ margin-right: 2em;
+}
+
+div.multipageimagenavbox hr {
+ margin: 6px;
+}
+
+table.multipageimage td {
+ text-align: center;
+}
+
+/*
+ Table pager (e.g. Special:Imagelist)
+ - remove underlines from the navigation link
+ - collapse borders
+ - set the borders to outsets (similar to Special:Allmessages)
+ - remove line wrapping for all td and th, set background color
+ - restore line wrapping for the last two table cells (description and size)
+*/
+.TablePager_nav a { text-decoration: none; }
+.TablePager { border-collapse: collapse; }
+.TablePager, .TablePager td, .TablePager th {
+ border: 0.15em solid #777777;
+ padding: 0 0.15em 0 0.15em;
+}
+.TablePager th { background-color: #eeeeff }
+.TablePager td { background-color: #ffffff }
+.TablePager tr:hover td { background-color: #eeeeff }
+
+.imagelist td, .imagelist th { white-space: nowrap }
+.imagelist .TablePager_col_links { background-color: #eeeeff }
+.imagelist .TablePager_col_img_description { white-space: normal }
+.imagelist th.TablePager_sort { background-color: #ccccff } \ No newline at end of file