]> code.citadel.org Git - citadel.git/blob - webcit/static/styles/iconbar.css
31715dfb3056c8b414a876132f4c437117b69fbb
[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: #5F84C5;
28         color: #F0FEFF;
29         font-weight: bold;
30
31
32 .iconbar_text {
33         font-size: 75%;
34 }
35
36 .ib_button_link, .ib_button_link:visited, .ib_button_link:link, #online_users a {
37         display: block;
38         color: #F0FEFF;
39         text-decoration: none;
40 }
41
42 #iconbar #button {
43         border: none;
44         list-style: none;
45 }
46
47 .ib_button {
48         margin: 4px 8px 4px 8px;
49         padding: 0;
50         display: block;
51         font-size: 80%;
52         border: none;
53         border-bottom: 2px groove #DADCDA;
54         border-right: 2px groove #DADCDA;
55  }
56
57 .logo, .logo_citadel, #iconbar #button, .iconbar_text, .ib_button {
58         margin: 0;
59         padding: 0;
60 }
61
62 .logo, #citlogo, .iconbar_text, #online_users li {
63         text-align: center;
64 }
65
66 .iconbar_text > span {
67         cursor: pointer;
68 }
69
70 #iconbar #button { width: 100% }
71
72 #online_users {
73         display: none; /* Hide by default */
74         border: 0;
75         max-height: 200px;
76         overflow: auto;
77         padding-left: 0;
78
79 #online_users li {
80         list-style: none;
81         margin: 0;
82         padding: 2px;
83         white-space: nowrap;
84 }
85
86 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old, .roomlist_floor, .roomlist_new, .roomlist_old {
87         margin: 4px;
88         padding: 0;
89 }
90
91 .ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old {
92         cursor: pointer;
93 }
94
95 .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new {
96         font-weight: 700;
97 }
98
99 .ib_roomlist_floor {
100         color: #000;
101 }
102
103 .roomlist_new, .ib_roomlist_new {
104         color: #800;
105 }
106
107 .roomlist_old, .ib_roomlist_old {
108         color: #008;
109 }
110
111 #ib_logoff:hover {
112         background-color: #3E65AF;
113         color: #F1BD22;
114 }
115