Fix last commit adding ID's, I didn't want to remove the <p>'s.
[lhc/web/wiklou.git] / skins / monobook / main.css
index 4f6b99c..466aecc 100644 (file)
@@ -111,36 +111,28 @@ hr {
        margin: .2em 0 .2em 0;
 }
 
-h1, h2, h3, h4, h5, h6 {
+.mw-h1, .mw-h2, .mw-h3, .mw-h4, .mw-h5, .mw-h6 {
        color: black;
        background: none;
-       font-weight: normal;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa;
 }
+h1, h2, h3, h4, h5, h6 {
+       font-weight: normal;
+       display: inline;
+}
 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; }
-
-.editsection {
-       float: right;
-       margin-left: 5px;
-}
 
 ul {
        line-height: 1.5em;
@@ -729,30 +721,6 @@ special external link styling */
        background-position: 35% 50% !important;
        text-decoration: none;
 }
-/*
-** the navigation portlet
-*/
-
-#p-navigation {
-       position: relative;
-       z-index: 3;
-}
-#p-navigation a {
-       display: block;
-}
-#p-navigation li.active a, #p-navigation li.active a:hover {
-       display: inline;
-}
-
-#p-navigation .pBody {
-       padding-right: 0;
-}
-
-#p-navigation li.active a, #p-navigation li.active a:hover {
-       text-decoration: none;
-       font-weight: bold;
-}
-
 
 /*
 ** Search portlet
@@ -1475,6 +1443,13 @@ div#searchTarget ul li:before {
        content: "\00BB \0020";
 }
 
+div#searchTargetHide {
+       float:right;
+       border:solid 1px black;
+       background:gainsboro;
+       padding:2px;
+}
+
 div.multipageimagenavbox {
    border: solid 1px silver;
    padding: 4px;
@@ -1572,12 +1547,14 @@ div.mw-lag-warn-high {
        background-color: #FFCCCC;
 }
 
-/* Recreating-deleted-page warning and log entries */
+/* 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%;
 }