clean up temp files. Fixes r99546
[lhc/web/wiklou.git] / skins / monobook / main.css
index e35e42d..efe8a34 100644 (file)
@@ -65,7 +65,8 @@ a {
 a:visited {
        color: #5a3696;
 }
-a.new, #p-personal a.new {
+a.new,
+#p-personal a.new {
        color: #cc2200;
 }
 
@@ -90,49 +91,18 @@ pre {
 ** the main content area
 */
 
-/* Some space under the headers in the content area */
-#bodyContent h1, #bodyContent h2 {
-       margin-bottom: .6em;
-}
-#bodyContent h3, #bodyContent h4, #bodyContent h5 {
-       margin-bottom: .3em;
-}
-#firstHeading {
-       margin-bottom: .1em;
-       /* These two rules hack around bug 2013 (fix for more limited bug 11325).
-          When bug 2013 is fixed properly, they should be removed. */
-       line-height: 1.2em;
-       padding-bottom: 0;
-}
-
 #siteNotice {
-       position: relative;
-       text-align: center;
        font-size: 95%;
        padding: 0 0.9em;
 }
+#localNotice {
+       margin: 0;
+}
 #siteNotice p {
        margin: 0;
        padding: 0;
 }
 
-/* currently unused, intended to be used by a metadata box
-in the bottom-right corner of the content area */
-.documentDescription {
-       /* The summary text describing the document */
-       font-weight: bold;
-       display: block;
-       margin: 1em 0;
-       line-height: 1.5em;
-}
-.documentByLine {
-       text-align: right;
-       font-size: 90%;
-       clear: both;
-       font-weight: normal;
-       color: #76797c;
-}
-
 /*
 ** classes for special content elements like town boxes
 ** intended to be referenced directly from the wiki src
@@ -207,7 +177,7 @@ table.rimage {
 #bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
 .link-audio {
        /* @embed */
-       background: url("audio.png") center right no-repeat;
+       background: url(audio.png) center right no-repeat;
        padding-right: 13px;
 }
 #bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
@@ -216,7 +186,7 @@ table.rimage {
 #bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
 .link-video {
        /* @embed */
-       background: url("video.png") center right no-repeat;
+       background: url(video.png) center right no-repeat;
        padding-right: 13px;
 }
 #bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
@@ -224,10 +194,10 @@ table.rimage {
 #bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
 .link-document {
        /* @embed */
-       background: url("document.png") center right no-repeat;
+       background: url(document.png) center right no-repeat;
        padding-right: 12px;
 }
+
 /* Interwiki Styling */
 #bodyContent a.extiw,
 #bodyContent a.extiw:active {
@@ -254,15 +224,6 @@ table.rimage {
        width: 11.6em;
        overflow: hidden;
 }
-html > body .portlet {
-       float: left;
-       clear: left;
-}
-/* recover IEMac (might be fine with the float, but usually it's close to IE */
-*>body .portlet {
-       float: none;
-       clear: none;
-}
 .portlet h4 {
        font-size: 95%;
        font-weight: normal;
@@ -530,7 +491,10 @@ li#pt-login {
 li#ca-talk {
        margin-right: 1.6em;
 }
-li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
+li#ca-watch,
+li#ca-unwatch,
+li#ca-varlang-0,
+li#ca-print {
        margin-left: 1.6em;
 }
 #p-cactions .pBody {
@@ -688,8 +652,8 @@ td.htmlform-tip {
        margin-top: 2em;
 }
 
-div#userloginForm form,
-div#userlogin form#userlogin2 {
+div#userloginForm,
+div#userlogin {
        margin: 0 3em 1em 0;
        border: 1px solid #aaa;
        clear: both;
@@ -699,12 +663,12 @@ div#userlogin form#userlogin2 {
 }
 
 div#userloginForm table,
-div#userlogin form#userlogin2 table {
+div#userlogin table {
        background-color: #f9f9f9;
 }
 
 div#userloginForm h2,
-div#userlogin form#userlogin2 h2 {
+div#userlogin h2 {
        padding-top: 0;
 }
 
@@ -743,15 +707,21 @@ div#userloginForm .captcha {
 ** @import("IEMacFixes.css");
 */
 /* tabs: border on the a, not the div */
-* > html #p-cactions li { border: none; }
+* > html #p-cactions li {
+       border: none;
+}
 * > html #p-cactions li a {
        border: 1px solid #aaa;
        border-bottom: none;
 }
-* > html #p-cactions li.selected a { border-color: #fabd23; }
+* > html #p-cactions li.selected a {
+       border-color: #fabd23;
+}
 /* footer icons need a fixed width */
 * > html #f-poweredbyico,
-* > html #f-copyrightico { width: 88px; }
+* > html #f-copyrightico {
+       width: 88px;
+}
 * > html #bodyContent,
 * > html #bodyContent pre {
        overflow-x: auto;
@@ -761,12 +731,16 @@ div#userloginForm .captcha {
 
 /* more IE fixes */
 /* float/negative margin brokenness */
-* html div#footer {margin-top: 0;}
+* html div#footer {
+       margin-top: 0;
+}
 * html div#column-content {
        display: inline;
        margin-bottom: 0;
 }
-#pagehistory li.selected { position: relative; }
+#pagehistory li.selected {
+       position: relative;
+}
 
 /* Mac IE 5.0 fix; floated content turns invisible */
 * > html div#column-content {
@@ -822,7 +796,8 @@ span.updatedmarker {
 }
 
 /* @bug 1714 */
-input#wpSave, input#wpDiff {
+input#wpSave,
+input#wpDiff {
        margin-right: 0.33em;
 }
 
@@ -839,17 +814,17 @@ div.noarticletext {
 }
 
 div#searchTargetContainer {
-       left:       10px;
-       top:        10px;
-       width:      90%;
+       left: 10px;
+       top: 10px;
+       width: 90%;
        background: white;
 }
 
 div#searchTarget {
-       padding:    3px;
-       margin:     5px;
+       padding: 3px;
+       margin: 5px;
        background: #F0F0F0;
-       border:     solid 1px blue;
+       border: solid 1px blue;
 }
 
 div#searchTarget ul li {
@@ -862,10 +837,10 @@ div#searchTarget ul li:before {
 }
 
 div#searchTargetHide {
-       float:right;
-       border:solid 1px black;
-       background:#DCDCDC;
-       padding:2px;
+       float: right;
+       border: solid 1px black;
+       background: #DCDCDC;
+       padding: 2px;
 }
 
 #powersearch p {
@@ -893,7 +868,9 @@ table.multipageimage td {
        text-align: center;
 }
 
-.templatesUsed { margin-top: 1.5em; }
+.templatesUsed {
+       margin-top: 1.5em;
+}
 
 .mw-summary-preview {
        margin: 0.1em 0;