Some initial work on external storage recompression. Committing now in case I acciden...
[lhc/web/wiklou.git] / skins / common / commonPrint.css
index 7dcb570..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;
@@ -67,6 +65,7 @@ div.thumb div div.thumbcaption {
 div.magnify { display: none; }
 div.tright {
     float: right;
+    clear: right;
     border-width: 0.5em 0 0.8em 1.4em;
 }
 div.tleft {
@@ -74,6 +73,9 @@ div.tleft {
     margin-right:0.5em;
     border-width: 0.5em 1.4em 0.8em 0;
 }
+img.thumbborder {
+       border: 1px solid #dddddd;
+}
 
 /* table standards */
 table.rimage {
@@ -103,10 +105,10 @@ div#column-one,
 .tochidden,
 div#f-poweredbyico,
 div#f-copyrightico,
-li#f-viewcount,
-li#f-about,
-li#f-disclaimer,
-li#f-privacy {
+li#viewcount,
+li#about,
+li#disclaimer,
+li#privacy {
     /* Hides all the elements irrelevant for printing */
     display: none;
 }
@@ -118,7 +120,6 @@ ul {
 #content {
     background: none;
     border: none ! important;
-    font-size: 11pt;
     padding: 0 ! important;
     margin: 0 ! important;
 }
@@ -128,14 +129,13 @@ ul {
     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 {
@@ -160,7 +160,8 @@ table.listing td {
 
 a {
     color: Black !important;
-    padding: 0 !important
+    background: none !important;
+    padding: 0 !important;
 }
 
 a:link, a:visited {
@@ -208,31 +209,6 @@ img { border: none; }
 img.tex { vertical-align: middle; }
 span.texhtml { font-family: serif; }
 
-div.townBox {
-    position:relative;
-    float:right;
-    background:White;
-    margin-left:1em;
-    border: 1px solid gray;
-    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 {
@@ -284,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;
+}