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/chick/main.css | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'skins/chick') diff --git a/skins/chick/main.css b/skins/chick/main.css index b84b291e..26d4f925 100644 --- a/skins/chick/main.css +++ b/skins/chick/main.css @@ -415,7 +415,7 @@ td.diff-context { background:#eeeeee; font-size: smaller; } -span.diffchange { color: red; } +.diffchange { color: red; text-decoration: none; } a.external { color: #3366bb; } @@ -445,15 +445,6 @@ span.updatedmarker { color:black; background-color:#00FF00; } -span.newpageletter { - font-weight:bold; - color:black; - background-color:yellow; -} -span.minoreditletter { - color:black; - background-color:#C5FFE6; -} table.gallery { border: 1px solid #cccccc; @@ -494,6 +485,11 @@ div.gallerytext { .templatesUsed { margin-top: 1.5em; } -#toolbar { clear: both; } - -.mw-plusminus-null { color: #aaa; } \ 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 -- cgit v1.2.3-54-g00ecf