* Applied a patch sent in by David Given for handling of the "&" character
[citadel.git] / webcit / static / style.css
index 34aa54bfb8becafaa76e3f3d5c4858e3fa1a45f0..12631e068b0530a4e43621ad74d89487a8458f5c 100644 (file)
@@ -1,20 +1,24 @@
 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;
 }
 
+a:hover {
+  text-decoration: underline;
+}
+
 .menubar_link {
-       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif;
        font-size: 9pt;
 }
 
@@ -29,37 +33,43 @@ a:active {
        color: #FFFFEE;
 }
 
-.message_header {
+.mainmenu {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
        font-size: 10pt;
-       color: #000000;
+       font-weight: bold;
+       color: #880000;
 }
 
-.message_subject {
+.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;
-       font-style: italic;
 }
 
-.pull_quote {
+.message_subject {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
-       font-size: 7pt;
+       font-size: 10pt;
+       color: #000000;
        font-style: italic;
-       color: #000044;
 }
 
 .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;
 }
 
@@ -70,6 +80,14 @@ a:active {
        color: #000044;
 }
 
+.customize {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 8pt;
+       font-style: italic;
+       color: #000044;
+       background-color: #DDDDCC;
+}
+
 .room_banner_room_name {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
        font-size: 14pt;
@@ -79,7 +97,7 @@ a:active {
 
 .room_banner_room_info {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
-       font-size: 14pt;
+       font-size: 10pt;
        color: #FFFFEE;
 }
 
@@ -101,46 +119,58 @@ a:active {
 }
 
 .iconbar_link {
-       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
-       font-size: 9pt;
+       font-family: Bitstream Vera Sans,Tahoma,Arial,Helvetica,sans-serif;
+       font-size: 7pt;
 }
 
 .powered_by {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
-       font-size: 7pt;
-       letter-spacing: 1pt;
+       font-size: 6pt;
+}
+
+.roomlist_floor {
+       font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
+       font-size: 12pt;
+       font-weight: bold;
+       color: #000000;
+}
+
+.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;
+  font-size: 10pt;
 }
 
 h1 {
-  color: #c33;
-  background: none;
   font-weight: bold;
   text-align: center
 }
 
 h2 {
-  color: #00008b;
-  background: none;
   font-weight: bold
 }
 
 h3 {
-  color: #006400;
-  background: none;
-  margin-left: 4%;
-  margin-right: 4%;
   font-weight: bold
 }
 
 h4 {
-  margin-left: 6%;
-  margin-right: 6%;
   font-weight: bold
 }
 
@@ -213,8 +243,6 @@ dt a {
   background: none
 }
 
-.example { margin-left: 10% }
-
 dfn {
   font-style: normal;
   font-weight: bolder
@@ -227,26 +255,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 +263,10 @@ var sub { font-style: normal }
   float: right
 }
 
-.error {
-  color: #DC143C;
+.errormsg {
+  color: #AA0000;
   background: none;
-  text-decoration: none
+  font-style: italic;
 }
 
 .warning {
@@ -332,3 +340,65 @@ strong.legal {
   input#toggler, .toolbar { display: none }
 }
 
+<!-- begin tree view styles -->
+
+#mainMenu {
+  background-color: #EEE;
+  border: 1px solid #CCC;
+  color: #000;
+  width: 203px;
+}
+
+#menuList {
+  margin: 0px;
+  padding: 10px 0px 10px 15px;
+}
+
+li.menubar {
+  background: url(/static/plus.gif) no-repeat 0em 0.3em;
+  font-size: 12px;
+  line-height: 1.5em;
+  list-style: none outside;
+}
+
+.menu, .submenu {
+  display: none;
+  margin-left: 15px;
+  padding: 0px;
+}
+
+.menu li, .submenu li {
+  background: url(/static/square.gif) no-repeat 0em 0.3em;
+  list-style: none outside;
+}
+
+a.actuator {
+  background-color: transparent;
+  color: #000;
+  font-size: 12px;
+  padding-left: 15px;
+  text-decoration: none;
+}
+
+a.actuator:hover {
+  text-decoration: underline;
+}
+
+.menu li a, .submenu li a {
+  background-color: transparent;
+  color: #000;
+  font-size: 12px;
+  padding-left: 15px;
+  text-decoration: none;
+}
+
+.menu li a:hover, submenu li a:hover {
+  /*border-bottom: 1px dashed #000;*/
+  text-decoration: underline;
+}
+
+span.key {
+  text-decoration: underline;
+}
+
+<!-- end tree view styles -->