Retheming continued...
[citadel.git] / webcit / static / styles / iconbar.css
1 #iconbar {
2         position: absolute;
3         top: 0;
4         left: 0;
5         bottom: 0;
6         width: 16%;             /* when changing this, also change #banner width */
7         z-index: 0;
8         overflow: auto;
9         overflow-x: hidden !important;
10 }
11
12 #iconbar_container {
13         background-color: #FFF;
14         color: #000;
15 }
16
17 .logo_citadel a,.logo_citadel img {
18         border: none;
19 }
20
21 .logo,.logo_citadel, .iconbar_text {
22         border: none;
23         border-bottom: 1px solid #AAA;
24
25
26 .ib_button, .iconbar_text{
27         background-color: #6F94D5;
28         color: #F0FEFF;
29         font-weight: bold;
30
31
32 .ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
33         display: block;
34         color: #F0FEFF;
35         text-decoration: none;
36 }
37
38 #iconbar #button {
39         border: none;
40         list-style: none;
41 }
42
43 .ib_button {
44         margin: 4px 8px 4px 8px;
45         padding: 0;
46         display: block;
47         font-size: 80%;
48         border: none;
49         border-bottom: 2px groove #DADCDA;
50         border-right: 2px groove #DADCDA;
51  }
52
53 .logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
54         margin: 0;
55         padding: 0;
56 }
57
58 .logo, #citlogo, .iconbar_text, #online_users li {
59         text-align: center;
60 }
61
62 .iconbar_text > span {
63         cursor: pointer;
64 }
65
66 #iconbar #button { width: 100% }
67
68 #online_users {
69         display: none; /* Hide by default */
70         border: 0;
71         max-height: 200px;
72         overflow: auto;
73         padding-left: 0;
74
75 #online_users li {
76         list-style: none;
77         margin: 0;
78         padding: 2px;
79         white-space: nowrap;
80 }
81
82 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
83         margin: 4px;
84         padding: 0;
85 }
86
87 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old {
88         cursor: pointer;
89 }
90
91 .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new {
92         font-weight: 700;
93 }
94
95 .ib_roomlist_floor {
96         color: #000;
97 }
98
99 .roomlist_new, .ib_roomlist_new {
100         color: #800;
101 }
102
103 .roomlist_old, .ib_roomlist_old {
104         color: #008;
105 }
106
107 #ib_logoff:hover {
108         background-color: #3E65AF;
109         color: #F1BD22;
110 }
111