(bug 19524) Move hiding initially hidden collapsable tables from monobook/main.css...
[lhc/web/wiklou.git] / skins / common / commonPrint.css
index ae9dd75..ecf146d 100644 (file)
@@ -22,9 +22,6 @@ a.new{ color:#ba0000; text-decoration:none; }
 .tocline {
        margin-bottom: 0px;
 }
-.toctoggle, .editsection {
-       font-size: smaller;
-}
 
 /* images */
 div.floatright { 
@@ -76,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 {
@@ -120,7 +120,6 @@ ul {
 #content {
     background: none;
     border: none ! important;
-    font-size: 11pt;
     padding: 0 ! important;
     margin: 0 ! important;
 }
@@ -130,13 +129,9 @@ ul {
     border-top: 1px solid black;
 }
 
-h1, h2, h3, h4, h5, h6
-{
+h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
 }
-.editsection {
-       font-weight: normal;
-}
 
 p, .documentDescription {
     margin: 1em 0 ! important;
@@ -165,7 +160,8 @@ table.listing td {
 
 a {
     color: Black !important;
-    padding: 0 !important
+    background: none !important;
+    padding: 0 !important;
 }
 
 a:link, a:visited {
@@ -213,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 {
@@ -289,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;
+}