]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/style.css
* Better alignment of system messages
[citadel.git] / webcit / static / style.css
index 98072362c8224ffe16c0e10f43492a4c741c18c6..82bfc3b8db4620d398f0c86083f872004231d489 100644 (file)
@@ -1,8 +1,148 @@
+a:link {
+  color: #0000FF;
+  text-decoration: none;
+}
+
+a:visited {
+  color: #0000FF;
+  text-decoration: none;
+}
+
+a:active {
+  color: #0000FF;
+  text-decoration: none;
+}
+
+.menubar_link {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 9pt;
+}
+
+.navbar_link {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 7pt;
+}
+
+.titlebar {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 12pt;
+       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;
+       color: #000000;
+}
+
+.message_subject {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 10pt;
+       color: #000000;
+       font-style: italic;
+}
+
+.pull_quote {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 7pt;
+       font-style: italic;
+       color: #000044;
+}
+
+.tablabel {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 10pt;
+       font-weight: bold;
+       color: #000000;
+}
+
+.boxlabel {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 9pt;
+       font-weight: bold;
+       color: #FFFFEE;
+}
+
+.youhavemail {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 6pt;
+       font-style: italic;
+       color: #000044;
+}
+
+.room_banner_room_name {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 14pt;
+       font-weight: bold;
+       color: #FFFFEE;
+}
+
+.room_banner_room_info {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 10pt;
+       color: #FFFFEE;
+}
+
+.room_banner_new_messages {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 10pt;
+       color: #DDDDCC;
+}
+
+.room_banner_start_page {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 7pt;
+       color: #DDDDCC;
+}
+
+
+.menubar_bg {
+       background-color: #FF0000;
+}
+
+.iconbar_link {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 9pt;
+}
+
+.powered_by {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 7pt;
+       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-image:
-               url("/image&name=background");
-  background: white;
-  color: black
+  background: #aaaaaa;
+  color: #000000;
+  font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+  font-weight: normal;
 }
 
 h1 {
@@ -85,20 +225,6 @@ dt a {
   margin-top: .8em
 }
 
-a:link {
-  color: #00f;
-  background: none;
-}
-
-a:visited {
-  color: #800080;
-  background: none;
-}
-
-a:active {
-  color: green;
-  background: #FFD700
-}
 
 .html {
   color: #000080;
@@ -115,8 +241,6 @@ a:active {
   background: none
 }
 
-.example { margin-left: 10% }
-
 dfn {
   font-style: normal;
   font-weight: bolder
@@ -129,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
 }
@@ -157,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 {
@@ -212,6 +316,7 @@ td li.transitional, .elements li.transitional {
   color: #696969;
   background: none
 }
+
 td li.frameset, .elements li.frameset {
   font-weight: lighter;
   color: #808080;