Forgot to commit the new, smaller files... And with "fine tuning" I meant finding...
[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: #F0FFFF;
28         color: #333;
29
30
31 .ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
32         display: block;
33         color: #000;
34         text-decoration: none;
35 }
36
37 #iconbar #button {
38         border: none;
39         list-style: none;
40 }
41
42 .ib_button {
43         margin: 4px 8px 4px 8px;
44         padding: 0;
45         display: block;
46         font-size: 80%;
47         border: none;
48         border-bottom: 2px groove #CCC;
49         border-right: 2px groove #CCC;
50  }
51
52 .logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
53         margin: 0;
54         padding: 0;
55 }
56
57 .logo, #citlogo, .iconbar_text, #online_users li {
58         text-align: center;
59 }
60
61 .iconbar_text > span {
62         cursor: pointer;
63 }
64
65 #iconbar #button { width: 100% }
66
67 #online_users {
68         display: none; /* Hide by default */
69         border: 0;
70         max-height: 200px;
71         overflow: auto;
72         padding-left: 0;
73
74 #online_users li {
75         list-style: none;
76         margin: 0;
77         padding: 2px;
78         white-space: nowrap;
79 }
80
81 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
82         margin: 4px;
83         padding: 0;
84 }
85
86 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old {
87         cursor: pointer;
88 }
89
90 .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new {
91         font-weight: 700;
92 }
93
94 .ib_roomlist_floor {
95         color: #000;
96 }
97
98 .roomlist_new, .ib_roomlist_new {
99         color: #800;
100 }
101
102 .roomlist_old, .ib_roomlist_old {
103         color: #008;
104 }
105
106 #ib_logoff:hover {
107         background-color: #AD1C00;
108         color: #FFF;
109 }
110