Merge "Fix ("
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / commonPrint.css
index dda17fb..9405719 100644 (file)
@@ -23,7 +23,6 @@ div#column-one,
 #toc.tochidden,
 div#f-poweredbyico,
 div#f-copyrightico,
-li#viewcount,
 li#about,
 li#disclaimer,
 li#mobileview,
@@ -101,7 +100,7 @@ pre, .mw-code {
        min-width: 0 !important;
 }
 
-#content {
+.mw-body {
        background: white;
        border: none !important;
        padding: 0 !important;
@@ -114,7 +113,7 @@ pre, .mw-code {
        margin: 0 !important;
 }
 
-#column-content #content {
+#column-content .mw-body {
        padding: 1em;
        margin: 0 !important;
 }
@@ -171,14 +170,14 @@ a:link, a:visited {
 }
 
 /* Expand URLs for printing */
-#content a.external.text:after,
-#content a.external.autonumber:after {
+.mw-body a.external.text:after,
+.mw-body a.external.autonumber:after {
        content: " (" attr(href) ")";
 }
 
 /* Expand protocol-relative URLs for printing */
-#content a.external.text[href^='//']:after,
-#content a.external.autonumber[href^='//']:after {
+.mw-body a.external.text[href^='//']:after,
+.mw-body a.external.autonumber[href^='//']:after {
        content: " (https:" attr(href) ")";
 }
 
@@ -203,6 +202,7 @@ a.stub {
 /**
  * Floating divs
  */
+/* @noflip */
 div.floatright {
        float: right;
        clear: right;
@@ -214,6 +214,7 @@ div.floatright p {
        font-style: italic;
 }
 
+/* @noflip */
 div.floatleft {
        float: left;
        clear: left;
@@ -429,3 +430,7 @@ a.sortheader {
        padding-left: .2em;
        border-left: none;
 }
+
+.printfooter {
+       padding: 1em 0 1em 0;
+}