* Add class=wikitable to some tables on specialpages for better styling consistency
[lhc/web/wiklou.git] / skins / modern / main.css
index ebae575..0315bc3 100644 (file)
@@ -12,7 +12,8 @@ body {
 
 #mw_main,
 #p-personal,
-#mw_header {
+#mw_header,
+.os-suggest {
        font-size: 130%;
 }
 
@@ -139,7 +140,7 @@ div.mw_clear {
 }
 
 .portlet div.pBody {
-       padding: 0em 0 1em 0;
+       padding: 0em 0 0.5em 0;
 }
 
 textarea {
@@ -157,6 +158,10 @@ textarea {
        margin-right: auto;
 }
 
+#p-search #searchform div div {
+       margin-top: .4em;
+}
+
 .portlet h5 {
        padding: 0.1em 0 0.3em 1em;
        margin: 0 0 0 0;
@@ -276,6 +281,14 @@ p {
        margin: 1em 0 1em 0;
 }
 
+hr {
+       height: 1px;
+       color: #aaa;
+       background-color: #aaa;
+       border: 0;
+       margin: .2em 0 .2em 0;
+}
+
 #contentSub {
        color: #888;
        font-size: small;
@@ -340,6 +353,7 @@ h1, h2 {
        margin: 0 0 0 0;
        padding: 0em 1em 1em 1em;
        border: solid 1px #bbbbbb;
+       clear: left; /* Multi-line toc should not push data to horizontally */
 }
 
 #preferences fieldset {
@@ -354,6 +368,16 @@ h1, h2 {
        display: none;
 }
 
+.htmlform-tip {
+       font-size: x-small;
+       padding: .2em 2em;
+       color: #666;
+}
+
+.prefsection legend {
+       font-weight: bold;
+}
+
 #preftoc li.selected {
        background-color: #bbbbbb;
 }
@@ -397,6 +421,7 @@ h1, h2 {
         padding-right: 18px;
 }
 #mw_content a[href ^="irc://"],
+#mw_content a.extiw[href ^="irc://"],
 .link-irc {
         background: url(discussionitem_icon.gif) center right no-repeat;
         padding-right: 18px;
@@ -582,15 +607,10 @@ img.thumbborder {
 .catlinks {
        border: solid 1px #bbbbbb;
        background-color: #f0f0f0;
-       padding: 0.5em 0.5em 0.5em 0.5em;
+       padding: 0.1em 0.3em 0.1em 0.3em;
        margin: 0 0 0 0;
 }
 
-.catlinks {
-       margin: 0 0 0 0;
-       padding: 0 0 0 0;
-}
-
 #mw_header h1,
 #p-personal,
 #p-cactions {
@@ -626,7 +646,7 @@ div.patrollink {
        font-size: 75%;
        text-align: right;
 }
-span.newpage, span.minor, span.searchmatch, span.bot {
+span.newpage, span.minor, span.bot {
        font-weight: bold;
 }
 span.unpatrolled {
@@ -634,9 +654,6 @@ span.unpatrolled {
        color: red;
 }
 
-span.searchmatch {
-       color: red;
-}
 .sharedUploadNotice {
        font-style: italic;
 }
@@ -799,10 +816,6 @@ input#wpSave, input#wpDiff {
        margin-right: 0.33em;
 }
 
-#editform .editOptions {
-       display: inline;
-}
-
 #wpSave {
        font-weight: bold;
 }
@@ -899,7 +912,6 @@ div.multipageimagenavbox {
    border: solid 1px silver;
    padding: 4px;
    margin: 1em;
-   -moz-border-radius: 6px;
    background: #f0f0f0;
 }
 
@@ -917,29 +929,6 @@ table.multipageimage td {
    text-align: center;
 }
 
-/** Special:Version */
-
-table#sv-ext, table#sv-hooks, table#sv-software {
-       margin: 1em;
-       padding:0em;
-}
-
-#sv-ext td, #sv-hooks td, #sv-software td,
-#sv-ext th, #sv-hooks th, #sv-software th {
-       border: 1px solid #A0A0A0;
-       padding: 0 0.15em 0 0.15em;
-}
-#sv-ext th, #sv-hooks th, #sv-software th {
-       background-color: #F0F0F0;
-       color: black;
-       padding: 0 0.15em 0 0.15em;
-}
-tr.sv-space{
-       height: 0.8em;
-       border:none;
-}
-tr.sv-space td { display: none; }
-
 /*
   Table pager (e.g. Special:Imagelist)
   - remove underlines from the navigation link
@@ -986,17 +975,6 @@ div.mw-lag-warn-high {
        background-color: #FFCCCC;
 }
 
-/* Recreating-deleted-page/reupload file warning and log entries */
-div#mw-upload-deleted-warn,
-div#mw-recreate-deleted-warn {
-       padding: 3px;
-       margin-bottom: 3px;
-       border: 2px solid #2F6FAB;
-}
-div#mw-upload-deleted-warn ul li,
-div#mw-recreate-deleted-warn ul li {
-       font-size: 90%;
-}
 .MediaTransformError {
        background-color: #ccc;
        padding: 0.1em;
@@ -1037,6 +1015,7 @@ dl {
 
 span.subpages {
        font-size: 80%;
+       display: block;
 }
 
 pre {