]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/iconbar.css
Removed borders around blockquotes and adapted margins to the normal messageview...
[citadel.git] / webcit / static / styles / iconbar.css
index dfc76858333de7d5fc3c502a24a62872dcc90000..38c8408908d3d04e319fb14600394fbaebcdcd05 100644 (file)
        overflow-x: hidden !important;
 }
 
-#iconbar_container {
-       background-color: #FFF;
-       color: #000;
+#iconbar_container {}
+
+#citlogo { 
+       height: 76px;
+        background: #4D555C;
+        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4D555C), to(#7D858C));
+        background: -moz-linear-gradient(#4D555C, #7D858C);
+        background: linear-gradient(#4D555C, #7D858C);
+        -pie-background: linear-gradient(#4D555C, #7D858C);
+        behavior: url(/static/styles/PIE.htc);
 }
 
-.logo_citadel a,.logo_citadel img {
+.logo_citadel, li.ib_button a img {
        border: none;
 }
 
-.logo,.logo_citadel, .iconbar_text {
-       border: none;
-       border-bottom: 1px solid #AAA;
+.logo_citadel img{
+       padding: 3px;
+       margin-top: 16px;
+       background-color: #edede0;
+       border: 2px solid #edede0;
+       -khtml-border-radius: 8px;
+        -moz-border-radius: 8px;
+        border-radius: 8px;
+        behavior: url(/static/styles/PIE.htc);
 } 
 
-.ib_button, .iconbar_text{
-       background-color: #6F94D5;
-       color: #F0FEFF;
+.iconbar_text {        
+       height: 22px;
+       font-size: 70%;
        font-weight: bold;
-} 
-
-.ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
-       display: block;
-       color: #F0FEFF;
-       text-decoration: none;
+       color: #fff;
+       background-color: #7d858c;
+       border-top-color: #424b52;
+       border-top-style: solid;
+       border-top-width: 2px;
+       border-bottom-color: #424b52;
+       border-bottom-style: solid;
+       border-bottom-width: 2px;
 }
 
+.iconbar_text > span {         cursor: pointer }
+
+div.iconbar_text select { border: 1px solid #424b52; }
+
+#iconbar_menu {}
+
 #iconbar #button {
+       padding: 0;
+       margin: 5px 0;
        border: none;
        list-style: none;
 }
 
-.ib_button {
-       margin: 4px 8px 4px 8px;
-       padding: 0;
-       display: block;
-       font-size: 80%;
-       border: none;
-       border-bottom: 2px groove #DADCDA;
-       border-right: 2px groove #DADCDA;
- }
 
-.logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
-       margin: 0;
-       padding: 0;
+.ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
+       display: block;
+       text-decoration: none;
+       color: #F0FEFF;
 }
 
+.ib_button, .floor {
+       margin: 0.2em;
+       display: block;
+       font-size: 90%;
+       background-color: #4d555c;
+       color: #F0FEFF;
+       font-weight: bold;
+       -khtml-border-radius: 5px;
+       -moz-border-radius: 5px;
+       border-radius: 5px;
+ }
+
 .logo, #citlogo, .iconbar_text, #online_users li {
        text-align: center;
 }
 
-.iconbar_text > span {
-       cursor: pointer;
+#button li:hover, #ib_logoff:hover, #ib_login:hover {
+       background-color: #5c646b;
 }
 
-#iconbar #button { width: 100% }
-
 #online_users {
        display: none; /* Hide by default */
        border: 0;
        max-height: 200px;
        overflow: auto;
        padding-left: 0;
+       padding-bottom: 5px;
 } 
+
 #online_users li {
        list-style: none;
        margin: 0;
        padding: 2px;
        white-space: nowrap;
+       border: none;
+       border-top: 1px solid #777277;
 }
 
-.ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
+#online_users li a { font-size: 80% !important }
+
+#online_users li.inactiveuser { background-color: #9c959d; }
+#online_users li.activeuser { background-color: #4d555c; }
+#online_users li:hover { /* separate in order for override */ }
+
+
+.ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old {
        margin: 4px;
        padding: 0;
 }
        font-weight: 700;
 }
 
-.ib_roomlist_floor {
-       color: #000;
-}
+.ib_roomlist_floor {}
 
-.roomlist_new, .ib_roomlist_new {
+.ib_roomlist_new {
        color: #800;
 }
 
-.roomlist_old, .ib_roomlist_old {
+.ib_roomlist_old {
        color: #008;
 }
 
-#ib_logoff:hover {
-       background-color: #3E65AF;
-       color: #F1BD22;
+#iconbar_container #customize {
+       margin: 0 9px;
+       border: 2px solid #424b52;
+       -khtml-border-radius: 8px;
+       -moz-border-radius: 8px;
+       border-radius: 8px;
+       behavior: url(/static/styles/PIE.htc);
 }
 
+#iconbar_container #customize a:active, #iconbar_container #customize a:link, #iconbar_container #customize a:visited {
+        color: #fff;
+       line-height:2em;
+       display: block;
+}