summaryrefslogtreecommitdiff
path: root/skins/common/shared.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/shared.css')
-rw-r--r--skins/common/shared.css76
1 files changed, 70 insertions, 6 deletions
diff --git a/skins/common/shared.css b/skins/common/shared.css
index d42fc1c0..bd306167 100644
--- a/skins/common/shared.css
+++ b/skins/common/shared.css
@@ -9,6 +9,10 @@
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }
+/* add a bit of margin space between the preview and the toolbar */
+/* this replaces the ugly <p><br /></p> we used to insert into the page source */
+#wikiPreview.ontop { margin-bottom: 1em; }
+
/* Stop floats from intruding into edit area in previews */
#toolbar, #wpTextbox1 { clear: both; }
@@ -88,8 +92,9 @@ body.ltr .magnify { float:right; }
.mw-hidden-cats-hidden { display: none; }
.catlinks-allhidden { display: none; }
-/* 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 {
font-size: 90%;
float: right;
}
@@ -101,12 +106,18 @@ div.searchresult {
}
.mw-search-results li {
padding-bottom: 1em;
+ list-style:none;
}
.mw-search-result-data {
color: green;
font-size: 97%;
}
+td#mw-search-menu {
+ padding-left:6em;
+ font-size:85%;
+}
+
div#mw-search-interwiki {
float: right;
width: 18em;
@@ -131,8 +142,26 @@ span.searchalttitle {
div.searchdidyoumean {
font-size: 127%;
- padding-bottom:1ex;
- padding-top:1ex;
+ margin-bottom: 1ex;
+ margin-top: 1ex;
+ /* Note that this color won't affect the link, as desired. */
+ color: #c00;
+}
+
+div.searchdidyoumean em {
+ font-weight: bold;
+}
+
+.searchmatch {
+ font-weight: bold;
+}
+
+div.searchresults {
+ border:1px solid darkblue;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding-left: 20px;
+ padding-right: 20px;
}
/*
@@ -157,6 +186,7 @@ table.mw-userrights-groups * td,table.mw-userrights-groups * th {
left: 0px;
width: 0px;
background-color: white;
+ background-color: Window;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
@@ -220,7 +250,13 @@ td.os-suggest-result-hl {
border: 1px dashed #aaa;
}
-table.mw-listgrouprights-table {
+/*
+ * Special:ListGroupRights styling
+ * Special:Statistics styling
+*/
+
+table.mw-listgrouprights-table,
+table.mw-statistics-table {
border: 1px solid #ccc;
border-collapse: collapse;
}
@@ -229,11 +265,16 @@ table.mw-listgrouprights-table tr {
vertical-align: top;
}
-table.mw-listgrouprights-table td, table.mw-listgrouprights-table th {
+table.mw-listgrouprights-table td, table.mw-listgrouprights-table th,
+table.mw-statistics-table td, table.mw-statistics-table th {
padding: 0.5em 0.2em 0.5em 0.2em;
border: 1px solid #ccc;
}
+td.mw-statistics-numbers {
+ text-align: right;
+}
+
/* Special:SpecialPages styling */
h4.mw-specialpagesgroup {
background-color: #dcdcdc;
@@ -247,3 +288,26 @@ h4.mw-specialpagesgroup {
#shared-image-dup, #shared-image-conflict {
font-style: italic;
}
+
+/* Special:EmailUser styling */
+table.mw-emailuser-table {
+ width: 98%;
+}
+td#mw-emailuser-sender, td#mw-emailuser-recipient {
+ font-weight: bold;
+}
+
+/*
+ * Recreating deleted page warning
+ * Reupload file warning
+ * Page protection warning
+ * incl. log entries for these warnings
+ */
+div.mw-warning-with-logexcerpt {
+ padding: 3px;
+ margin-bottom: 3px;
+ border: 2px solid #2F6FAB;
+}
+div.mw-warning-with-logexcerpt ul li {
+ font-size: 90%;
+}