summaryrefslogtreecommitdiff
path: root/skins/monobook
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2008-03-21 11:49:34 +0100
committerPierre Schmitz <pierre@archlinux.de>2008-03-21 11:49:34 +0100
commit086ae52d12011746a75f5588e877347bc0457352 (patch)
treee73263c7a29d0f94fafb874562610e16eb292ba8 /skins/monobook
parent749e7fb2bae7bbda855de3c9e319435b9f698ff7 (diff)
Update auf MediaWiki 1.12.0
Diffstat (limited to 'skins/monobook')
-rw-r--r--skins/monobook/IE60Fixes.css5
-rw-r--r--skins/monobook/KHTMLFixes.css1
-rw-r--r--skins/monobook/main.css60
-rw-r--r--skins/monobook/rtl.css9
4 files changed, 30 insertions, 45 deletions
diff --git a/skins/monobook/IE60Fixes.css b/skins/monobook/IE60Fixes.css
index 6b646c70..bf78413d 100644
--- a/skins/monobook/IE60Fixes.css
+++ b/skins/monobook/IE60Fixes.css
@@ -80,5 +80,8 @@ div.tright,
div.tleft {
position: relative;
}
-/*{ border:1px solid Red !important;}*/
+/* bug 12846 */
+body.rtl #preftoc a, body.rtl #preftoc a:active {
+ float: left;
+}
diff --git a/skins/monobook/KHTMLFixes.css b/skins/monobook/KHTMLFixes.css
index 97fba0c4..afa3568b 100644
--- a/skins/monobook/KHTMLFixes.css
+++ b/skins/monobook/KHTMLFixes.css
@@ -1,3 +1,4 @@
/* KHTML fix stylesheet */
/* work around the horizontal scrollbars */
#column-content { margin-left: 0; }
+
diff --git a/skins/monobook/main.css b/skins/monobook/main.css
index 3c089ded..7192b5f3 100644
--- a/skins/monobook/main.css
+++ b/skins/monobook/main.css
@@ -472,14 +472,6 @@ img.thumbborder {
display: none;
}
-/* Have a checkered background on images on the description pages and in galleries
- to make transparency visible
-
-#file img, .gallerybox .thumb img {
- background: url(Checker-16x16.png) repeat;
-}
-*/
-
/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
@@ -724,30 +716,6 @@ special external link styling */
background-position: 35% 50% !important;
text-decoration: none;
}
-/*
-** the navigation portlet
-*/
-
-#p-navigation {
- position: relative;
- z-index: 3;
-}
-#p-navigation a {
- display: block;
-}
-#p-navigation li.active a, #p-navigation li.active a:hover {
- display: inline;
-}
-
-#p-navigation .pBody {
- padding-right: 0;
-}
-
-#p-navigation li.active a, #p-navigation li.active a:hover {
- text-decoration: none;
- font-weight: bold;
-}
-
/*
** Search portlet
@@ -1199,6 +1167,7 @@ div#userloginForm .captcha {
background-color: #ffa;
}
div.patrollink {
+ clear: both;
font-size: 75%;
text-align: right;
}
@@ -1298,12 +1267,6 @@ span.changedby {
color: gray;
}
-li span.deleted, span.history-deleted {
- text-decoration: line-through;
- color: #888;
- font-style: italic;
-}
-
.toggle {
margin-left: 2em;
text-indent: -2em;
@@ -1470,6 +1433,13 @@ div#searchTarget ul li:before {
content: "\00BB \0020";
}
+div#searchTargetHide {
+ float:right;
+ border:solid 1px black;
+ background:gainsboro;
+ padding:2px;
+}
+
div.multipageimagenavbox {
border: solid 1px silver;
padding: 4px;
@@ -1494,17 +1464,17 @@ table.multipageimage td {
/** Special:Version */
-table#sv-ext, table#sv-hooks {
+table#sv-ext, table#sv-hooks, table#sv-software {
margin: 1em;
padding:0em;
}
-#sv-ext td, #sv-hooks td,
-#sv-ext th, #sv-hooks th {
+#sv-ext td, #sv-hooks td, #sv-software td,
+#sv-ext th, #sv-hooks th, #sv-software th {
border: 1px solid #A0A0A0;
padding: 0 0.15em 0 0.15em;
}
-#sv-ext th, #sv-hooks th {
+#sv-ext th, #sv-hooks th, #sv-software th {
background-color: #F0F0F0;
color: black;
padding: 0 0.15em 0 0.15em;
@@ -1567,12 +1537,14 @@ div.mw-lag-warn-high {
background-color: #FFCCCC;
}
-/* Recreating-deleted-page warning and log entries */
+/* 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%;
}
@@ -1584,4 +1556,4 @@ div#mw-recreate-deleted-warn ul li {
text-align: center;
vertical-align: middle;
font-size: 90%;
-} \ No newline at end of file
+}
diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css
index e28ffb75..2bd5261e 100644
--- a/skins/monobook/rtl.css
+++ b/skins/monobook/rtl.css
@@ -227,3 +227,12 @@ p.mw-ipb-conveniencelinks {
table.filehistory th {
text-align: right;
}
+
+/**
+ * Lists:
+ * The following lines don't have a visible effect on non-Gecko browsers
+ * They fix a problem ith Gecko browsers rendering lists to the right of
+ * left-floated objects in an RTL layout.
+ */
+html>body.rtl #bodyContent ul { display:table; }
+html>body.rtl #bodyContent ol { display:table; } \ No newline at end of file