summaryrefslogtreecommitdiff
path: root/skins/modern
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-02-22 13:37:51 +0100
committerPierre Schmitz <pierre@archlinux.de>2009-02-22 13:37:51 +0100
commitb9b85843572bf283f48285001e276ba7e61b63f6 (patch)
tree4c6f4571552ada9ccfb4030481dcf77308f8b254 /skins/modern
parentd9a20acc4e789cca747ad360d87ee3f3e7aa58c1 (diff)
updated to MediaWiki 1.14.0
Diffstat (limited to 'skins/modern')
-rw-r--r--skins/modern/main.css18
-rw-r--r--skins/modern/print.css3
-rw-r--r--skins/modern/rtl.css13
3 files changed, 14 insertions, 20 deletions
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;
}