center #siteNotice
[lhc/web/wiklou.git] / stylesheets / cologneblue.css
index 9226855..1bcba66 100644 (file)
@@ -1,3 +1,4 @@
+@import url("common.css");
 
 body { margin: 0px; padding: 0px; color: black; }
 #specialform { display: inline; }
@@ -22,7 +23,6 @@ textarea { overflow: auto; }
 
 #footer { padding: 4px; }
 #footer form { display: inline; }
-.autocomment { color: gray; }
 #sitetitle {
  font-family: Times, serif;
  color: white;
@@ -92,52 +92,4 @@ a.printable { text-decoration: underline; }
 a.stub { color:#772233; text-decoration:none; }
 h2, h3, h4, h5, h6 { margin-bottom: 0; }
 small { font-size: 75%; }
-img { border: none; }
-#toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; }
-
-
-/* Images */
-div.floatright { float: right; margin: 0 0 1em 1em; }
-div.floatright p { font-style: italic; }
-div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
-div.floatleft p { font-style: italic; }
-
-
-/* thumbnails */
-div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
-       padding: 2px;
-       border:1px solid #8888aa;
-       background:#CCCCCC;
-       margin: 0.3em auto 0.5em;
-       font-size: 85%;
-}
-
-div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
-       margin-top:3px; margin-bottom:3px;
-}
-
-div.thumbnail-right {
-       float: right;
-       margin-left:0.5em;
-}
-
-div.thumbnail-left {
-       float: left;
-       margin-right:0.5em;
-}
-
-/* table standards */
-table.rimage {
-        float:right;
-        width:1pt;
-        margin-left:1em;
-        margin-bottom:1em;
-        text-align:center;
-        font-size:smaller;
-        }
-
-/* Print-specific things to hide */
-.urlexpansion, .printfooter {
-        display: none;
-       }