diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-05-16 20:58:53 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-05-16 20:58:53 +0000 |
commit | cecb985bee3bdd252e1b8dc0bd500b37cd52be01 (patch) | |
tree | 17266aa237742640aabee7856f0202317a45d540 /skins/chick | |
parent | 0bac06c301f2a83edb0236e4c2434da16848d549 (diff) |
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert
kleine Korrekturen am Design
Diffstat (limited to 'skins/chick')
-rw-r--r-- | skins/chick/main.css | 22 |
1 files changed, 9 insertions, 13 deletions
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 |