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/simple/main.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'skins/simple') diff --git a/skins/simple/main.css b/skins/simple/main.css index e474f436..ea682ecc 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -268,7 +268,7 @@ td.diff-deletedline { background-color: #f8ffaa; } -span.diffchange { background-color: #FFCDF3; } +.diffchange { background-color: #FFCDF3; text-decoration: none; } .autocomment { color: grey; } #pagehistory span.user { margin-left: 1.4em; @@ -437,6 +437,18 @@ table.collapsed tr.collapsable { } .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; } + +/* +#file img, .gallerybox .thumb img { + background: url(../common/images/Checker-16x16.png) repeat; +} +*/ \ No newline at end of file -- cgit v1.2.3-54-g00ecf