* Add class=wikitable to some tables on specialpages for better styling consistency
[lhc/web/wiklou.git] / skins / modern / main.css
index 5917a7b..0315bc3 100644 (file)
@@ -158,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;
@@ -364,7 +368,7 @@ h1, h2 {
        display: none;
 }
 
-.prefsectiontip {
+.htmlform-tip {
        font-size: x-small;
        padding: .2em 2em;
        color: #666;
@@ -603,13 +607,8 @@ img.thumbborder {
 .catlinks {
        border: solid 1px #bbbbbb;
        background-color: #f0f0f0;
-       padding: 0.5em 0.5em 0.5em 0.5em;
-       margin: 0 0 0 0;
-}
-
-.catlinks {
+       padding: 0.1em 0.3em 0.1em 0.3em;
        margin: 0 0 0 0;
-       padding: 0 0 0 0;
 }
 
 #mw_header h1,
@@ -647,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 {
@@ -655,9 +654,6 @@ span.unpatrolled {
        color: red;
 }
 
-span.searchmatch {
-       color: red;
-}
 .sharedUploadNotice {
        font-style: italic;
 }
@@ -933,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
@@ -1002,19 +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-deleted-notice,
-div#mw-recreate-deleted-warn {
-       padding: 3px;
-       margin-bottom: 3px;
-       border: 2px solid #2F6FAB;
-}
-div#mw-upload-deleted-warn ul li,
-div#mw-deleted-notice ul li,
-div#mw-recreate-deleted-warn ul li {
-       font-size: 90%;
-}
 .MediaTransformError {
        background-color: #ccc;
        padding: 0.1em;