diff options
Diffstat (limited to 'skins/monobook/main.css')
-rw-r--r-- | skins/monobook/main.css | 60 |
1 files changed, 16 insertions, 44 deletions
diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 3c089ded..7192b5f3 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -472,14 +472,6 @@ img.thumbborder { display: none; } -/* Have a checkered background on images on the description pages and in galleries - to make transparency visible - -#file img, .gallerybox .thumb img { - background: url(Checker-16x16.png) repeat; -} -*/ - /* ** classes for special content elements like town boxes ** intended to be referenced directly from the wiki src @@ -724,30 +716,6 @@ special external link styling */ background-position: 35% 50% !important; text-decoration: none; } -/* -** the navigation portlet -*/ - -#p-navigation { - position: relative; - z-index: 3; -} -#p-navigation a { - display: block; -} -#p-navigation li.active a, #p-navigation li.active a:hover { - display: inline; -} - -#p-navigation .pBody { - padding-right: 0; -} - -#p-navigation li.active a, #p-navigation li.active a:hover { - text-decoration: none; - font-weight: bold; -} - /* ** Search portlet @@ -1199,6 +1167,7 @@ div#userloginForm .captcha { background-color: #ffa; } div.patrollink { + clear: both; font-size: 75%; text-align: right; } @@ -1298,12 +1267,6 @@ span.changedby { color: gray; } -li span.deleted, span.history-deleted { - text-decoration: line-through; - color: #888; - font-style: italic; -} - .toggle { margin-left: 2em; text-indent: -2em; @@ -1470,6 +1433,13 @@ div#searchTarget ul li:before { content: "\00BB \0020"; } +div#searchTargetHide { + float:right; + border:solid 1px black; + background:gainsboro; + padding:2px; +} + div.multipageimagenavbox { border: solid 1px silver; padding: 4px; @@ -1494,17 +1464,17 @@ table.multipageimage td { /** Special:Version */ -table#sv-ext, table#sv-hooks { +table#sv-ext, table#sv-hooks, table#sv-software { margin: 1em; padding:0em; } -#sv-ext td, #sv-hooks td, -#sv-ext th, #sv-hooks th { +#sv-ext td, #sv-hooks td, #sv-software td, +#sv-ext th, #sv-hooks th, #sv-software th { border: 1px solid #A0A0A0; padding: 0 0.15em 0 0.15em; } -#sv-ext th, #sv-hooks th { +#sv-ext th, #sv-hooks th, #sv-software th { background-color: #F0F0F0; color: black; padding: 0 0.15em 0 0.15em; @@ -1567,12 +1537,14 @@ div.mw-lag-warn-high { background-color: #FFCCCC; } -/* Recreating-deleted-page warning and log entries */ +/* Recreating-deleted-page/reupload file warning and log entries */ +div#mw-upload-deleted-warn, div#mw-recreate-deleted-warn { padding: 3px; margin-bottom: 3px; border: 2px solid #2F6FAB; } +div#mw-upload-deleted-warn ul li, div#mw-recreate-deleted-warn ul li { font-size: 90%; } @@ -1584,4 +1556,4 @@ div#mw-recreate-deleted-warn ul li { text-align: center; vertical-align: middle; font-size: 90%; -}
\ No newline at end of file +} |