File: iconbar.css

package info (click to toggle)
webcit 902-dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,888 kB
  • ctags: 3,854
  • sloc: ansic: 34,145; sh: 4,455; makefile: 352; xml: 91; sed: 9
file content (156 lines) | stat: -rw-r--r-- 3,140 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
#iconbar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 16%;             /* when changing this, also change #banner width */
	z-index: 0;
	overflow: auto;
	overflow-x: hidden !important;
}

#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, li.ib_button a img {
	border: none;
}

.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);
} 

.iconbar_text {        
	height: 22px;
	font-size: 70%;
	font-weight: bold;
	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_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;
}

#button li:hover, #ib_logoff:hover, #ib_login:hover {
	background-color: #5c646b;
}

#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;
}

#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;
}

.ib_roomlist_floor, .ib_roomlist_new, .ib_roomlist_old {
	cursor: pointer;
}

.ib_roomlist_floor, .roomlist_new, .ib_roomlist_new {
	font-weight: 700;
}

.ib_roomlist_floor {}

.ib_roomlist_new {
	color: #800;
}

.ib_roomlist_old {
	color: #008;
}

#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;
}