Revert 25706 until problems are worked out.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 11 Sep 2007 17:06:24 +0000 (17:06 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 11 Sep 2007 17:06:24 +0000 (17:06 +0000)
skins/monobook/main.css

index 1e153f0..3c089de 100644 (file)
@@ -114,22 +114,28 @@ hr {
 h1, h2, h3, h4, h5, h6 {
        color: black;
        background: none;
+       font-weight: normal;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .17em;
-       font-size: 100%;
-}
-h1, h2 {
        border-bottom: 1px solid #aaa;
-       font-weight: normal;
 }
-h1 .mw-headline { font-size: 188%; }
-h2 .mw-headline { font-size: 150%; }
-h3 .mw-headline { font-size: 132%; }
-h4 .mw-headline { font-size: 116%; }
-h5 .mw-headline { font-size: 100%; }
-h6 .mw-headline { font-size: 80%;  }
-.editsection { font-weight: normal; }
+h1 { font-size: 188%; }
+h1 .editsection { font-size: 53%; }
+h2 { font-size: 150%; }
+h2 .editsection { font-size: 67%; }
+h3, h4, h5, h6 {
+       border-bottom: none;
+       font-weight: bold;
+}
+h3 { font-size: 132%; }
+h3 .editsection { font-size: 76%; font-weight: normal; }
+h4 { font-size: 116%; }
+h4 .editsection { font-size: 86%; font-weight: normal; }
+h5 { font-size: 100%; }
+h5 .editsection { font-weight: normal; }
+h6 { font-size: 80%;  }
+h6 .editsection { font-size: 125%; font-weight: normal; }
 
 ul {
        line-height: 1.5em;
@@ -1578,4 +1584,4 @@ div#mw-recreate-deleted-warn ul li {
        text-align: center;
        vertical-align: middle;
        font-size: 90%;
-}
+}
\ No newline at end of file