]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - skins/common/shared.css
MediaWiki 1.15.0
[autoinstallsdev/mediawiki.git] / skins / common / shared.css
index bd3061674015e860d6de560fa250263669230b66..bb08c648979c37c9ed286467840170fc117c015b 100644 (file)
@@ -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;
+}