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.css35
1 files changed, 32 insertions, 3 deletions
diff --git a/skins/common/shared.css b/skins/common/shared.css
index bd306167..bb08c648 100644
--- a/skins/common/shared.css
+++ b/skins/common/shared.css
@@ -14,7 +14,7 @@ span.texhtml { font-family: serif; }
#wikiPreview.ontop { margin-bottom: 1em; }
/* Stop floats from intruding into edit area in previews */
-#toolbar, #wpTextbox1 { clear: both; }
+#editform, #toolbar, #wpTextbox1 { clear: both; }
div#mw-js-message {
margin: 1em 5%;
@@ -253,10 +253,12 @@ td.os-suggest-result-hl {
/*
* Special:ListGroupRights styling
* Special:Statistics styling
+ * Special:Tags styling
*/
table.mw-listgrouprights-table,
-table.mw-statistics-table {
+table.mw-statistics-table,
+table.mw-tags-table {
border: 1px solid #ccc;
border-collapse: collapse;
}
@@ -266,7 +268,8 @@ table.mw-listgrouprights-table tr {
}
table.mw-listgrouprights-table td, table.mw-listgrouprights-table th,
-table.mw-statistics-table td, table.mw-statistics-table th {
+table.mw-statistics-table td, table.mw-statistics-table th,
+table.mw-tags-table td, table.mw-tags-table th {
padding: 0.5em 0.2em 0.5em 0.2em;
border: 1px solid #ccc;
}
@@ -297,6 +300,19 @@ td#mw-emailuser-sender, td#mw-emailuser-recipient {
font-weight: bold;
}
+/* Special:Prefixindex styling */
+table#mw-prefixindex-list-table,
+table#mw-prefixindex-nav-table {
+ width: 98%;
+ background-color: transparent;
+}
+td#mw-prefixindex-nav-form {
+ font-size: smaller;
+ margin-bottom: 1em;
+ text-align: right;
+ vertical-align: top;
+}
+
/*
* Recreating deleted page warning
* Reupload file warning
@@ -311,3 +327,16 @@ div.mw-warning-with-logexcerpt {
div.mw-warning-with-logexcerpt ul li {
font-size: 90%;
}
+
+/* (show/hide) revision deletion links */
+span.mw-revdelundel-link,
+strong.mw-revdelundel-link {
+ font-family: monospace;
+ font-size: smaller;
+}
+
+/* feed links */
+a.feedlink {
+ background: url("images/feed-icon.png") center left no-repeat;
+ padding-left: 16px;
+}