From 7080f0686c93aa8e81f9f60a93c46a05eec0e7dc Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 20:38:39 +0000 Subject: =?UTF-8?q?CSS=20aktualisert=20f=C3=BCr=20Version=201.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/archlinux/main.css | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file 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 -- cgit v1.2.2