Corrected spelling error
[lhc/web/wiklou.git] / stylesheets / cologneblue.css
index dfd5051..a138309 100644 (file)
@@ -1,5 +1,6 @@
+@import url("common.css");
 
-body { margin: 0px; padding: 0px; }
+body { margin: 0px; padding: 0px; color: black; }
 #specialform { display: inline; }
 #content { top: 0; margin: 0; padding: 0; }
 #topbar { padding: 0px; }
@@ -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;
@@ -90,5 +91,9 @@ 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;
+}
+