From b9b85843572bf283f48285001e276ba7e61b63f6 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Feb 2009 13:37:51 +0100 Subject: updated to MediaWiki 1.14.0 --- skins/modern/main.css | 18 ++---------------- skins/modern/print.css | 3 ++- skins/modern/rtl.css | 13 ++++++++++--- 3 files changed, 14 insertions(+), 20 deletions(-) (limited to 'skins/modern') diff --git a/skins/modern/main.css b/skins/modern/main.css index d86a1f87..d9537c18 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -140,7 +140,7 @@ div.mw_clear { } .portlet div.pBody { - padding: 0em 0 1em 0; + padding: 0em 0 0.5em 0; } textarea { @@ -647,7 +647,7 @@ div.patrollink { font-size: 75%; text-align: right; } -span.newpage, span.minor, span.searchmatch, span.bot { +span.newpage, span.minor, span.bot { font-weight: bold; } span.unpatrolled { @@ -655,9 +655,6 @@ span.unpatrolled { color: red; } -span.searchmatch { - color: red; -} .sharedUploadNotice { font-style: italic; } @@ -1002,17 +999,6 @@ div.mw-lag-warn-high { background-color: #FFCCCC; } -/* 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%; -} .MediaTransformError { background-color: #ccc; padding: 0.1em; diff --git a/skins/modern/print.css b/skins/modern/print.css index 2d5b265e..33a36b20 100644 --- a/skins/modern/print.css +++ b/skins/modern/print.css @@ -3,7 +3,8 @@ #p-personal, #jump-to-nav, #footer, -span.editsection +span.editsection, +.noprint { display: none; } diff --git a/skins/modern/rtl.css b/skins/modern/rtl.css index 239bc8d4..d7aae769 100644 --- a/skins/modern/rtl.css +++ b/skins/modern/rtl.css @@ -82,8 +82,9 @@ input#wpSave, input#wpDiff { float: right; margin: 0 0 1em 3em; } -/* Convenience links to edit block and delete reasons */ -p.mw-ipb-conveniencelinks, p.mw-filedelete-editreasons, p.mw-delete-editreasons { +/* Convenience links to edit block, delete and protect reasons */ +p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, +p.mw-filedelete-editreasons, p.mw-delete-editreasons { float: left; } @@ -99,7 +100,7 @@ table.filehistory th { margin: 0 -15em 0 0; float: left; } - + #mw_content { margin: 0 14em 0 0; border-left: none; @@ -141,6 +142,12 @@ table.filehistory th { html > body div#mw_contentholder ul { display: table; } +html > body div#mw_contentholder ul li { + margin-right:10px; +} +html > body div.pBody ul li { + margin-right:4px; +} html > body div#mw_contentholder ul#filetoc { display: block; } -- cgit v1.2.3-54-g00ecf