]> code.citadel.org Git - citadel.git/blob - webcit/static/styles/iconbar.css
Began fixing the who_is_online list in the iconbar, had to begin by fixing some casca...
[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 #citlogo {
18         padding: 10px 0;
19 }
20
21 .logo_citadel a,.logo_citadel img {
22         border: none;
23 }
24
25 .logo,.logo_citadel, .iconbar_text {
26         border: none;
27         border-bottom: 1px solid #AAA;
28
29
30 .ib_button, .iconbar_text{
31         background-color: #4d555c;
32         color: #9c959d;
33         font-weight: bold;
34
35
36 .iconbar_text {
37         font-size: 75%;
38 }
39
40 .ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
41         display: block;
42         color: #F0FEFF;
43         text-decoration: none;
44 }
45
46 #iconbar #button {
47         padding: 0;
48         border: none;
49         list-style: none;
50 }
51
52 .ib_button, #button li:hover{
53         margin: 3px;
54         padding: 0;
55         display: block;
56         font-size: 80%;
57         -khtml-border-radius: 5px;
58         -moz-border-radius: 5px;
59         border-radius: 5px;
60         behavior: url(border-radius.htc);
61  }
62
63 .logo, .logo_citadel, .iconbar_text {
64         margin: 0;
65         padding: 0;
66 }
67
68 .logo, #citlogo, .iconbar_text, #online_users li {
69         text-align: center;
70 }
71
72 .iconbar_text > span {
73         cursor: pointer;
74 }
75
76 #iconbar #button { width: 100% }
77
78 #online_users {
79         display: none; /* Hide by default */
80         border: 0;
81         max-height: 200px;
82         overflow: auto;
83         padding-left: 0;
84
85 #online_users li {
86         list-style: none;
87         margin: 0;
88         padding: 2px;
89         white-space: nowrap;
90 }
91
92 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
93         margin: 4px;
94         padding: 0;
95 }
96
97 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old {
98         cursor: pointer;
99 }
100
101 .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new {
102         font-weight: 700;
103 }
104
105 .ib_roomlist_floor {
106         color: #000;
107 }
108
109 .roomlist_new, .ib_roomlist_new {
110         color: #800;
111 }
112
113 .roomlist_old, .ib_roomlist_old {
114         color: #008;
115 }
116
117 #button li:hover, #ib_logoff:hover {
118         background-color: #5c646b;
119 }