Corrected spelling error
[lhc/web/wiklou.git] / stylesheets / cologneblue.css
index b3fcfa4..a138309 100644 (file)
@@ -1,7 +1,8 @@
+@import url("common.css");
 
-body { margin: 0px; padding: 0px; }
+body { margin: 0px; padding: 0px; color: black; }
 #specialform { display: inline; }
-#content { position: absolute; top: 0; margin: 0; padding: 0; }
+#content { top: 0; margin: 0; padding: 0; }
 #topbar { padding: 0px; }
 #powersearch {
   background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
@@ -18,10 +19,10 @@ body { margin: 0px; padding: 0px; }
  margin-top: 1ex; margin-bottom: 0;
 }
 p, pre, td, th, li, dd, dt { line-height: 12pt; }
+textarea { overflow: auto; }
 
 #footer { padding: 4px; }
 #footer form { display: inline; }
-
 #sitetitle {
  font-family: Times, serif;
  color: white;
@@ -46,7 +47,7 @@ td.bottom {
  padding: 0;
 }
 #pagestats {
- font-family: Times, serif;
+ font-family: Verdana, Arial, sans-serif;
  color: black;
  font-size: 9pt;
 }
@@ -86,8 +87,13 @@ h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
 }
 a { color: #223366; }
 a.external { color: #336644; }
+a:visited { color: #8D0749; }
 a.printable { text-decoration: underline; }
 a.stub { color:#772233; text-decoration:none; }
 h2, h3, h4, h5, h6 { margin-bottom: 0; }
-a.stub { color:#772233; text-decoration:none; }
 small { font-size: 75%; }
+
+#siteNotice {
+    border: 1px solid red;
+}
+