]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/style.css
* Better alignment of system messages
[citadel.git] / webcit / static / style.css
index 34aa54bfb8becafaa76e3f3d5c4858e3fa1a45f0..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;
 }
 
@@ -29,6 +29,19 @@ a:active {
        color: #FFFFEE;
 }
 
+.mainmenu {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 10pt;
+       font-weight: bold;
+       color: #880000;
+}
+
+.menudesc {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 8pt;
+       color: #000088;
+}
+
 .message_header {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
        font-size: 10pt;
@@ -52,14 +65,14 @@ a:active {
 .tablabel {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
        font-size: 10pt;
-       font-style: bold;
+       font-weight: bold;
        color: #000000;
 }
 
 .boxlabel {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
-       font-size: 6pt;
-       font-style: bold;
+       font-size: 9pt;
+       font-weight: bold;
        color: #FFFFEE;
 }
 
@@ -79,7 +92,7 @@ a:active {
 
 .room_banner_room_info {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
-       font-size: 14pt;
+       font-size: 10pt;
        color: #FFFFEE;
 }
 
@@ -111,10 +124,25 @@ a:active {
        letter-spacing: 1pt;
 }
 
+.roomlist_new {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 10pt;
+       color: #880000;
+       font-weight: bold;
+}
+
+.roomlist_old {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 10pt;
+       color: #000088;
+}
+
+
 body {
   background: #aaaaaa;
-  <!-- background-image: url("/image&name=background"); -->
   color: #000000;
+  font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+  font-weight: normal;
 }
 
 h1 {
@@ -213,8 +241,6 @@ dt a {
   background: none
 }
 
-.example { margin-left: 10% }
-
 dfn {
   font-style: normal;
   font-weight: bolder
@@ -227,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
 }
@@ -255,10 +261,10 @@ var sub { font-style: normal }
   float: right
 }
 
-.error {
-  color: #DC143C;
+.errormsg {
+  color: #AA0000;
   background: none;
-  text-decoration: none
+  font-style: italic;
 }
 
 .warning {