From cecb985bee3bdd252e1b8dc0bd500b37cd52be01 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 16 May 2007 20:58:53 +0000 Subject: Aktualisierung auf MediaWiki 1.10.0 Plugins angepasst und verbessert kleine Korrekturen am Design --- skins/monobook/handheld.css | 32 ++++++++++++------------- skins/monobook/main.css | 58 +++++++++++++++++++++++++++++++-------------- skins/monobook/rtl.css | 5 ++++ 3 files changed, 61 insertions(+), 34 deletions(-) (limited to 'skins/monobook') diff --git a/skins/monobook/handheld.css b/skins/monobook/handheld.css index 38fe1ebe..754aba9f 100644 --- a/skins/monobook/handheld.css +++ b/skins/monobook/handheld.css @@ -559,7 +559,7 @@ td.diff-context { background: #eee; font-size: smaller; } -span.diffchange { +.diffchange { color: red; font-weight: bold; } @@ -997,15 +997,6 @@ span.updatedmarker { color: black; background-color: #0f0; } -span.newpageletter { - font-weight: bold; - color: black; - background-color: yellow; -} -span.minoreditletter { - color: black; - background-color: #c5ffe6; -} table.gallery { border: 1px solid #ccc; @@ -1024,8 +1015,12 @@ table.gallery td { border: solid 2px white; } +/* Keep this temporarily so that cached pages will display right */ table.gallery td.galleryheader { - text-align: center; + text-align: center; + font-weight: bold; +} +table.gallery caption { font-weight: bold; } @@ -1325,13 +1320,18 @@ tr.sv-space td { display: none; } .mw-summary-preview { margin: 0.1em 0; } -#toolbar { clear: both; } - -.mw-plusminus-null { color: #aaa; } - @media handheld { .nonessential { /* Kill big bulky stuff that will clog up the screen */ display: none; } -} \ No newline at end of file +} + +/** + * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. + * When the day comes, it can be moved to a *real* common.css. + */ +.mw-plusminus-null { color: #aaa; } +.texvc { direction: ltr; unicode-bidi: embed; } +/* Stop floats from intruding into edit area in previews */ +#toolbar, #wpTextbox1 { clear: both; } \ No newline at end of file diff --git a/skins/monobook/main.css b/skins/monobook/main.css index dbfc0801..ff18f349 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -497,6 +497,14 @@ span.texhtml { font-family: serif; } +/* 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 @@ -591,9 +599,10 @@ td.diff-context { background: #eee; font-size: smaller; } -span.diffchange { +.diffchange { color: red; font-weight: bold; + text-decoration: none; } /* @@ -1034,8 +1043,6 @@ input.searchButton { display: inline; margin: 0 1.3em; } -/* hide from incapable browsers */ -head:first-child+body #footer li { white-space: nowrap; } #f-poweredbyico, #f-copyrightico { margin: 0 8px; position: relative; @@ -1283,15 +1290,6 @@ span.updatedmarker { color: black; background-color: #0f0; } -span.newpageletter { - font-weight: bold; - color: black; - background-color: yellow; -} -span.minoreditletter { - color: black; - background-color: #c5ffe6; -} table.gallery { border: 1px solid #ccc; @@ -1309,15 +1307,17 @@ table.gallery td { background-color: #f9f9f9; border: solid 2px white; } - +/* Keep this temporarily so that cached pages will display right */ table.gallery td.galleryheader { - text-align: center; + text-align: center; + font-weight: bold; +} +table.gallery caption { font-weight: bold; } div.gallerybox { margin: 2px; - width: 150px; } div.gallerybox div.thumb { @@ -1594,7 +1594,7 @@ tr.sv-space td { display: none; } .TablePager_nav a { text-decoration: none; } .TablePager { border-collapse: collapse; } .TablePager, .TablePager td, .TablePager th { - border: 0.15em solid #777777; + border: 1px solid #aaaaaa; padding: 0 0.15em 0 0.15em; } .TablePager th { background-color: #eeeeff } @@ -1611,6 +1611,28 @@ tr.sv-space td { display: none; } .mw-summary-preview { margin: 0.1em 0; } -#toolbar { clear: both; } -.mw-plusminus-null { color: #aaa; } \ No newline at end of file +/* Convenience links on Special:Ipblocklist */ +p.mw-ipb-conveniencelinks { + font-size: 90%; + float: right; +} + +/** + * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS. + * When the day comes, it can be moved to a *real* common.css. + */ +.mw-plusminus-null { color: #aaa; } +.texvc { direction: ltr; unicode-bidi: embed; } +/* Stop floats from intruding into edit area in previews */ +#toolbar, #wpTextbox1 { clear: both; } + +.MediaTransformError { + background-color: #ccc; + padding: 0.1em; +} +.MediaTransformError td { + text-align: center; + vertical-align: middle; + font-size: 90%; +} diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index f4a67683..ce87855d 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -44,6 +44,7 @@ html>body .portlet { .editsection { float: left; margin-right: 5px; + margin-left: 0; /* bug 9122: undo default LTR */ } /* recover IEMac (might be fine with the float, but usually it's close to IE */ *>body .portlet { @@ -214,3 +215,7 @@ input#wpSave, input#wpDiff { float: right; margin: 0 0 1em 3em; } +/* Unblock and Ipblocklist links of Special:Blockip */ +p.mw-ipb-conveniencelinks { + float: left; +} -- cgit v1.2.3-54-g00ecf