Some initial work on external storage recompression. Committing now in case I acciden...
[lhc/web/wiklou.git] / skins / common / commonPrint.css
index 71ae2c8..ecf146d 100644 (file)
@@ -22,13 +22,11 @@ a.new{ color:#ba0000; text-decoration:none; }
 .tocline {
        margin-bottom: 0px;
 }
-.toctoggle, .editsection {
-       font-size: smaller;
-}
 
 /* images */
 div.floatright { 
-    float: right; 
+    float: right;
+    clear: right;
     margin: 0;
     position:relative;
     border: 0.5em solid White;
@@ -62,18 +60,21 @@ div.thumb div a img {
 }
 div.thumb div div.thumbcaption {
     border: none;
-    text-align: left;
     padding: 0.3em 0 0.1em 0;
 }
 div.magnify { display: none; }
 div.tright {
     float: right;
+    clear: right;
     border-width: 0.5em 0 0.8em 1.4em;
 }
 div.tleft {
     float: left;
     margin-right:0.5em;
-    border: 0.5em 1.4em 0.8em 0;
+    border-width: 0.5em 1.4em 0.8em 0;
+}
+img.thumbborder {
+       border: 1px solid #dddddd;
 }
 
 /* table standards */
@@ -94,6 +95,8 @@ body {
     padding: 0;
 }
 
+.noprint,
+div#jump-to-nav,
 div.top,
 div#column-one,
 #colophon,
@@ -102,9 +105,10 @@ div#column-one,
 .tochidden,
 div#f-poweredbyico,
 div#f-copyrightico,
-li#f-viewcount,
-li#f-about,
-li#f-disclaimer {
+li#viewcount,
+li#about,
+li#disclaimer,
+li#privacy {
     /* Hides all the elements irrelevant for printing */
     display: none;
 }
@@ -116,23 +120,22 @@ ul {
 #content {
     background: none;
     border: none ! important;
-    font-size: 11pt;
     padding: 0 ! important;
     margin: 0 ! important;
-    text-align: left;
 }
 #footer {
+       background : white;
+       color : black;
     border-top: 1px solid black;
 }
 
-h1, h2, h3, h4, h5, h6
-{
-    font-weight: bold;
+h1, h2, h3, h4, h5, h6 {
+       font-weight: bold;
 }
 
 p, .documentDescription {
     margin: 1em 0 ! important;
-    line-height: 1.2em;    
+    line-height: 1.2em;
 }
 
 .tocindent p {
@@ -145,6 +148,8 @@ pre {
     font-size: 8pt;
     overflow: auto;
     padding: 1em 0;
+       background : white;
+       color : black;
 }
 
 table.listing,
@@ -155,7 +160,8 @@ table.listing td {
 
 a {
     color: Black !important;
-    padding: 0 !important
+    background: none !important;
+    padding: 0 !important;
 }
 
 a:link, a:visited {
@@ -163,17 +169,22 @@ a:link, a:visited {
     background: transparent;
     text-decoration: underline;
 }
-/*
-#content a:link:after, 
-#content a:visited:after {
-   content: " ( " attr(href) " ) ";
-}*/
+
+#content a.external.text:after, #content a.external.autonumber:after {
+    /* Expand URLs for printing */
+    content: " (" attr(href) ") ";
+}
 
 #globalWrapper {
     width: 100% !important;
     min-width: 0 !important;
 }
 
+#content {
+       background : white;
+       color : black;
+}
+
 #column-content {
     margin: 0 !important;
 }
@@ -198,36 +209,6 @@ img { border: none; }
 img.tex { vertical-align: middle; }
 span.texhtml { font-family: serif; }
 
-/* Show some stuff */
-.urlexpansion {
-       display: inline ! important;
-}
-
-div.townBox {
-    position:relative;
-    float:right;
-    background:White;
-    margin-left:1em;
-    border: 1px solid Grey;
-    padding:0.3em;
-    width: 200px;
-    overflow: hidden;
-    clear: right;
-}
-div.townBox dl {
-    padding: 0;
-    margin: 0 0 0.3em 0; 
-    font-size: 96%;
-}
-div.townBox dl dt {
-    background: none;
-    margin: 0.4em 0 0 0;
-}
-div.townBox dl dd {
-    margin: 0.1em 0 0 1.1em;
-    background-color: #f3f3f3;
-}
-
 #siteNotice { display: none; }
 
 table.gallery {
@@ -279,5 +260,8 @@ td.diff-context {
     background:#eeeeee;
     font-size: smaller;
 }
-span.diffchange { color: silver; font-weight: bold; text-decoration: underline; }
-
+.diffchange {
+    color: silver;
+    font-weight: bold;
+    text-decoration: underline;
+}