]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/style.css
* Better alignment of system messages
[citadel.git] / webcit / static / style.css
index 0d3bbce2e3e8c63474012e0bdc45960c2ae9e655..82bfc3b8db4620d398f0c86083f872004231d489 100644 (file)
@@ -1,15 +1,15 @@
 a:link {
-  color: #FF0000;
+  color: #0000FF;
   text-decoration: none;
 }
 
 a:visited {
-  color: #800080;
+  color: #0000FF;
   text-decoration: none;
 }
 
 a:active {
-  color: #00FF00;
+  color: #0000FF;
   text-decoration: none;
 }
 
@@ -141,6 +141,8 @@ a:active {
 body {
   background: #aaaaaa;
   color: #000000;
+  font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+  font-weight: normal;
 }
 
 h1 {
@@ -239,8 +241,6 @@ dt a {
   background: none
 }
 
-.example { margin-left: 10% }
-
 dfn {
   font-style: normal;
   font-weight: bolder
@@ -253,26 +253,6 @@ var sub { font-style: normal }
   margin-left: 10%
 }
 
-.SMA {
-  color: fuchsia;
-  background: none;
-  font-family: Kids, "Comic Sans MS", Jester
-}
-
-.oops {
-  font-family: Jester, "Comic Sans MS"
-}
-
-.author {
- font-style: italic;
-}
-
-.copyright {
-  font-size: smaller;
-  text-align: right;
-  clear: right
-}
-
 .toolbar {
   text-align: center
 }