remove unused classes for article validation from Monobook's and Modern's main CSS...
[lhc/web/wiklou.git] / skins / monobook / main.css
index ab91779..b214aa8 100644 (file)
@@ -9,22 +9,22 @@
 ** All you guys rock :)
 */
 
-#column-content {
+div#column-content {
        width: 100%;
        float: right;
        margin: 0 0 .6em -12.2em;
        padding: 0;
 }
-#content {
+div#content {
        margin: 2.8em 0 0 12.2em;
        padding: 0 1em 1em 1em;
        position: relative;
        z-index: 2;
 }
-#column-one {
+div#column-one {
        padding-top: 160px;
 }
-#content {
+div#content {
        background: white;
        color: black;
        border: 1px solid #aaa;
@@ -48,7 +48,7 @@ body {
 }
 
 /* scale back up to a sane default */
-#globalWrapper {
+div#globalWrapper {
        font-size: 127%;
        width: 100%;
        margin: 0;
@@ -86,7 +86,7 @@ a.stub {
        color: #772233;
 }
 a.new, #p-personal a.new {
-       color: #ba0000;
+       color: #cc2200;
 }
 a.new:visited, #p-personal a.new:visited {
        color: #a55858;
@@ -826,7 +826,6 @@ li#pt-login {
 }
 #p-cactions li.selected a {
        z-index: 3;
-       padding: 0 1em .2em!important;
        background-color: white;
 }
 #p-cactions .new a {
@@ -894,7 +893,7 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
 /*
 ** footer
 */
-#footer {
+div#footer {
        background-color: white;
        border-top: 1px solid #fabd23;
        border-bottom: 1px solid #fabd23;
@@ -903,7 +902,7 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
        text-align: center;
        font-size: 90%;
 }
-#footer li {
+div#footer li {
        display: inline;
        margin: 0 1.3em;
 }
@@ -1092,8 +1091,8 @@ div#userloginForm .captcha {
 
 /* more IE fixes */
 /* float/negative margin brokenness */
-* html #footer {margin-top: 0;}
-* html #column-content {
+* html div#footer {margin-top: 0;}
+* html div#column-content {
        display: inline;
        margin-bottom: 0;
 }
@@ -1101,15 +1100,15 @@ div#userloginForm .captcha {
 #pagehistory li.selected { position: relative; }
 
 /* Mac IE 5.0 fix; floated content turns invisible */
-* > html #column-content {
+* > html div#column-content {
        float: none;
 }
-* > html #column-one {
+* > html div#column-one {
        position: absolute;
        left: 0;
        top: 0;
 }
-* > html #footer {
+* > html div#footer {
        margin-left: 13.2em;
 }
 .redirectText {
@@ -1135,65 +1134,6 @@ span.updatedmarker {
        background-color: #0f0;
 }
 
-table.gallery {
-       border: 1px solid #ccc;
-       margin: 2px;
-       padding: 2px;
-       background-color: white;
-}
-
-table.gallery tr {
-       vertical-align: top;
-}
-
-table.gallery td {
-       vertical-align: top;
-       background-color: #f9f9f9;
-       border: solid 2px white;
-}
-/* Keep this temporarily so that cached pages will display right */
-table.gallery td.galleryheader {
-    text-align: center;
-       font-weight: bold;
-}
-table.gallery caption {
-       font-weight: bold;
-}
-
-div.gallerybox {
-       margin: 2px;
-}
-
-div.gallerybox div.thumb {
-       text-align: center;
-       border: 1px solid #ccc;
-       margin: 2px;
-}
-
-div.gallerytext {
-       overflow: hidden;
-       font-size: 94%;
-       padding: 2px 4px;
-}
-
-span.comment {
-       font-style: italic;
-}
-
-span.changedby {
-       font-size: 95%;
-}
-
-.previewnote {
-       color: #c00;
-       margin-bottom: 1em;
-}
-
-.previewnote p {
-       text-indent: 3em;
-       margin: 0.8em 0;
-}
-
 .editExternally {
        border: 1px solid gray;
        background-color: #ffffff;
@@ -1213,10 +1153,6 @@ span.changedby {
        text-indent: -2em;
 }
 
-input#wpSummary {
-       width: 80%;
-}
-
 /* @bug 1714 */
 input#wpSave, input#wpDiff {
        margin-right: 0.33em;
@@ -1226,30 +1162,6 @@ input#wpSave, input#wpDiff {
        font-weight: bold;
 }
 
-/* Classes for article validation */
-
-table.revisionform_default {
-       border: 1px solid #000000;
-}
-
-table.revisionform_focus {
-       border: 1px solid #000000;
-       background-color:#00BBFF;
-}
-
-tr.revision_tr_default {
-       background-color:#EEEEEE;
-}
-
-tr.revision_tr_first {
-       background-color:#DDDDDD;
-}
-
-p.revision_saved {
-       color: green;
-       font-weight:bold;
-}
-
 /* noarticletext */
 div.noarticletext {
        border: 1px solid #ccc;
@@ -1354,4 +1266,4 @@ div.mw-lag-warn-high {
 /* Sometimes people don't want personal tools to be lowercase! */
 .no-text-transform {
        text-transform: none;
-}
\ No newline at end of file
+}