summaryrefslogtreecommitdiff
path: root/skins/simple/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/simple/main.css')
-rw-r--r--skins/simple/main.css18
1 files changed, 15 insertions, 3 deletions
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