summaryrefslogtreecommitdiff
path: root/skins/monobook/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/monobook/main.css')
-rw-r--r--skins/monobook/main.css58
1 files changed, 40 insertions, 18 deletions
diff --git a/skins/monobook/main.css b/skins/monobook/main.css
index dbfc0801..ff18f349 100644
--- a/skins/monobook/main.css
+++ b/skins/monobook/main.css
@@ -497,6 +497,14 @@ span.texhtml {
font-family: serif;
}
+/* 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
@@ -591,9 +599,10 @@ td.diff-context {
background: #eee;
font-size: smaller;
}
-span.diffchange {
+.diffchange {
color: red;
font-weight: bold;
+ text-decoration: none;
}
/*
@@ -1034,8 +1043,6 @@ input.searchButton {
display: inline;
margin: 0 1.3em;
}
-/* hide from incapable browsers */
-head:first-child+body #footer li { white-space: nowrap; }
#f-poweredbyico, #f-copyrightico {
margin: 0 8px;
position: relative;
@@ -1283,15 +1290,6 @@ span.updatedmarker {
color: black;
background-color: #0f0;
}
-span.newpageletter {
- font-weight: bold;
- color: black;
- background-color: yellow;
-}
-span.minoreditletter {
- color: black;
- background-color: #c5ffe6;
-}
table.gallery {
border: 1px solid #ccc;
@@ -1309,15 +1307,17 @@ table.gallery td {
background-color: #f9f9f9;
border: solid 2px white;
}
-
+/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
- text-align: center;
+ text-align: center;
+ font-weight: bold;
+}
+table.gallery caption {
font-weight: bold;
}
div.gallerybox {
margin: 2px;
- width: 150px;
}
div.gallerybox div.thumb {
@@ -1594,7 +1594,7 @@ tr.sv-space td { display: none; }
.TablePager_nav a { text-decoration: none; }
.TablePager { border-collapse: collapse; }
.TablePager, .TablePager td, .TablePager th {
- border: 0.15em solid #777777;
+ border: 1px solid #aaaaaa;
padding: 0 0.15em 0 0.15em;
}
.TablePager th { background-color: #eeeeff }
@@ -1611,6 +1611,28 @@ tr.sv-space td { display: none; }
.mw-summary-preview {
margin: 0.1em 0;
}
-#toolbar { clear: both; }
-.mw-plusminus-null { color: #aaa; } \ No newline at end of file
+/* Convenience links on Special:Ipblocklist */
+p.mw-ipb-conveniencelinks {
+ font-size: 90%;
+ float: right;
+}
+
+/**
+ * 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; }
+
+.MediaTransformError {
+ background-color: #ccc;
+ padding: 0.1em;
+}
+.MediaTransformError td {
+ text-align: center;
+ vertical-align: middle;
+ font-size: 90%;
+}