##// END OF EJS Templates
fixed css issues for opera
marcink -
r1998:a21da784 beta
parent child Browse files
Show More
@@ -1,4270 +1,4264 b''
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
2 {
2 {
3 border: 0;
3 border: 0;
4 outline: 0;
4 outline: 0;
5 font-size: 100%;
5 font-size: 100%;
6 vertical-align: baseline;
6 vertical-align: baseline;
7 background: transparent;
7 background: transparent;
8 margin: 0;
8 margin: 0;
9 padding: 0;
9 padding: 0;
10 }
10 }
11
11
12 body {
12 body {
13 line-height: 1;
13 line-height: 1;
14 height: 100%;
14 height: 100%;
15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
15 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
16 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
17 Lucida Sans Unicode, Arial, sans-serif; font-size : 12px;
18 color: #000;
18 color: #000;
19 margin: 0;
19 margin: 0;
20 padding: 0;
20 padding: 0;
21 font-size: 12px;
21 font-size: 12px;
22 }
22 }
23
23
24 ol,ul {
24 ol,ul {
25 list-style: none;
25 list-style: none;
26 }
26 }
27
27
28 blockquote,q {
28 blockquote,q {
29 quotes: none;
29 quotes: none;
30 }
30 }
31
31
32 blockquote:before,blockquote:after,q:before,q:after {
32 blockquote:before,blockquote:after,q:before,q:after {
33 content: none;
33 content: none;
34 }
34 }
35
35
36 :focus {
36 :focus {
37 outline: 0;
37 outline: 0;
38 }
38 }
39
39
40 del {
40 del {
41 text-decoration: line-through;
41 text-decoration: line-through;
42 }
42 }
43
43
44 table {
44 table {
45 border-collapse: collapse;
45 border-collapse: collapse;
46 border-spacing: 0;
46 border-spacing: 0;
47 }
47 }
48
48
49 html {
49 html {
50 height: 100%;
50 height: 100%;
51 }
51 }
52
52
53 a {
53 a {
54 color: #003367;
54 color: #003367;
55 text-decoration: none;
55 text-decoration: none;
56 cursor: pointer;
56 cursor: pointer;
57 }
57 }
58
58
59 a:hover {
59 a:hover {
60 color: #316293;
60 color: #316293;
61 text-decoration: underline;
61 text-decoration: underline;
62 }
62 }
63
63
64 h1,h2,h3,h4,h5,h6 {
64 h1,h2,h3,h4,h5,h6 {
65 color: #292929;
65 color: #292929;
66 font-weight: 700;
66 font-weight: 700;
67 }
67 }
68
68
69 h1 {
69 h1 {
70 font-size: 22px;
70 font-size: 22px;
71 }
71 }
72
72
73 h2 {
73 h2 {
74 font-size: 20px;
74 font-size: 20px;
75 }
75 }
76
76
77 h3 {
77 h3 {
78 font-size: 18px;
78 font-size: 18px;
79 }
79 }
80
80
81 h4 {
81 h4 {
82 font-size: 16px;
82 font-size: 16px;
83 }
83 }
84
84
85 h5 {
85 h5 {
86 font-size: 14px;
86 font-size: 14px;
87 }
87 }
88
88
89 h6 {
89 h6 {
90 font-size: 11px;
90 font-size: 11px;
91 }
91 }
92
92
93 ul.circle {
93 ul.circle {
94 list-style-type: circle;
94 list-style-type: circle;
95 }
95 }
96
96
97 ul.disc {
97 ul.disc {
98 list-style-type: disc;
98 list-style-type: disc;
99 }
99 }
100
100
101 ul.square {
101 ul.square {
102 list-style-type: square;
102 list-style-type: square;
103 }
103 }
104
104
105 ol.lower-roman {
105 ol.lower-roman {
106 list-style-type: lower-roman;
106 list-style-type: lower-roman;
107 }
107 }
108
108
109 ol.upper-roman {
109 ol.upper-roman {
110 list-style-type: upper-roman;
110 list-style-type: upper-roman;
111 }
111 }
112
112
113 ol.lower-alpha {
113 ol.lower-alpha {
114 list-style-type: lower-alpha;
114 list-style-type: lower-alpha;
115 }
115 }
116
116
117 ol.upper-alpha {
117 ol.upper-alpha {
118 list-style-type: upper-alpha;
118 list-style-type: upper-alpha;
119 }
119 }
120
120
121 ol.decimal {
121 ol.decimal {
122 list-style-type: decimal;
122 list-style-type: decimal;
123 }
123 }
124
124
125 div.color {
125 div.color {
126 clear: both;
126 clear: both;
127 overflow: hidden;
127 overflow: hidden;
128 position: absolute;
128 position: absolute;
129 background: #FFF;
129 background: #FFF;
130 margin: 7px 0 0 60px;
130 margin: 7px 0 0 60px;
131 padding: 1px 1px 1px 0;
131 padding: 1px 1px 1px 0;
132 }
132 }
133
133
134 div.color a {
134 div.color a {
135 width: 15px;
135 width: 15px;
136 height: 15px;
136 height: 15px;
137 display: block;
137 display: block;
138 float: left;
138 float: left;
139 margin: 0 0 0 1px;
139 margin: 0 0 0 1px;
140 padding: 0;
140 padding: 0;
141 }
141 }
142
142
143 div.options {
143 div.options {
144 clear: both;
144 clear: both;
145 overflow: hidden;
145 overflow: hidden;
146 position: absolute;
146 position: absolute;
147 background: #FFF;
147 background: #FFF;
148 margin: 7px 0 0 162px;
148 margin: 7px 0 0 162px;
149 padding: 0;
149 padding: 0;
150 }
150 }
151
151
152 div.options a {
152 div.options a {
153 height: 1%;
153 height: 1%;
154 display: block;
154 display: block;
155 text-decoration: none;
155 text-decoration: none;
156 margin: 0;
156 margin: 0;
157 padding: 3px 8px;
157 padding: 3px 8px;
158 }
158 }
159
159
160 .top-left-rounded-corner {
160 .top-left-rounded-corner {
161 -webkit-border-top-left-radius: 8px;
161 -webkit-border-top-left-radius: 8px;
162 -khtml-border-radius-topleft: 8px;
162 -khtml-border-radius-topleft: 8px;
163 -moz-border-radius-topleft: 8px;
163 -moz-border-radius-topleft: 8px;
164 border-top-left-radius: 8px;
164 border-top-left-radius: 8px;
165 }
165 }
166
166
167 .top-right-rounded-corner {
167 .top-right-rounded-corner {
168 -webkit-border-top-right-radius: 8px;
168 -webkit-border-top-right-radius: 8px;
169 -khtml-border-radius-topright: 8px;
169 -khtml-border-radius-topright: 8px;
170 -moz-border-radius-topright: 8px;
170 -moz-border-radius-topright: 8px;
171 border-top-right-radius: 8px;
171 border-top-right-radius: 8px;
172 }
172 }
173
173
174 .bottom-left-rounded-corner {
174 .bottom-left-rounded-corner {
175 -webkit-border-bottom-left-radius: 8px;
175 -webkit-border-bottom-left-radius: 8px;
176 -khtml-border-radius-bottomleft: 8px;
176 -khtml-border-radius-bottomleft: 8px;
177 -moz-border-radius-bottomleft: 8px;
177 -moz-border-radius-bottomleft: 8px;
178 border-bottom-left-radius: 8px;
178 border-bottom-left-radius: 8px;
179 }
179 }
180
180
181 .bottom-right-rounded-corner {
181 .bottom-right-rounded-corner {
182 -webkit-border-bottom-right-radius: 8px;
182 -webkit-border-bottom-right-radius: 8px;
183 -khtml-border-radius-bottomright: 8px;
183 -khtml-border-radius-bottomright: 8px;
184 -moz-border-radius-bottomright: 8px;
184 -moz-border-radius-bottomright: 8px;
185 border-bottom-right-radius: 8px;
185 border-bottom-right-radius: 8px;
186 }
186 }
187
187
188 #header {
188 #header {
189 margin: 0;
189 margin: 0;
190 padding: 0 10px;
190 padding: 0 10px;
191 }
191 }
192
192
193 #header ul#logged-user {
193 #header ul#logged-user {
194 margin-bottom: 5px !important;
194 margin-bottom: 5px !important;
195 -webkit-border-radius: 0px 0px 8px 8px;
195 -webkit-border-radius: 0px 0px 8px 8px;
196 -khtml-border-radius: 0px 0px 8px 8px;
196 -khtml-border-radius: 0px 0px 8px 8px;
197 -moz-border-radius: 0px 0px 8px 8px;
197 -moz-border-radius: 0px 0px 8px 8px;
198 border-radius: 0px 0px 8px 8px;
198 border-radius: 0px 0px 8px 8px;
199 height: 37px;
199 height: 37px;
200 background-color: #eedc94;
200 background-color: #eedc94;
201 background-repeat: repeat-x;
201 background-repeat: repeat-x;
202 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
202 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
203 to(#eedc94) );
203 to(#eedc94) );
204 background-image: -moz-linear-gradient(top, #003b76, #00376e);
204 background-image: -moz-linear-gradient(top, #003b76, #00376e);
205 background-image: -ms-linear-gradient(top, #003b76, #00376e);
205 background-image: -ms-linear-gradient(top, #003b76, #00376e);
206 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
206 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
207 color-stop(100%, #00376e) );
207 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
208 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
208 background-image: -o-linear-gradient(top, #003b76, #00376e);
209 background-image: -o-linear-gradient(top, #003b76, #00376e) );
210 background-image: linear-gradient(top, #003b76, #00376e);
209 background-image: linear-gradient(top, #003b76, #00376e);
211 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
210 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
212 endColorstr='#00376e', GradientType=0 );
211 endColorstr='#00376e', GradientType=0 );
213 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
212 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
214 }
213 }
215
214
216 #header ul#logged-user li {
215 #header ul#logged-user li {
217 list-style: none;
216 list-style: none;
218 float: left;
217 float: left;
219 margin: 8px 0 0;
218 margin: 8px 0 0;
220 padding: 4px 12px;
219 padding: 4px 12px;
221 border-left: 1px solid #316293;
220 border-left: 1px solid #316293;
222 }
221 }
223
222
224 #header ul#logged-user li.first {
223 #header ul#logged-user li.first {
225 border-left: none;
224 border-left: none;
226 margin: 4px;
225 margin: 4px;
227 }
226 }
228
227
229 #header ul#logged-user li.first div.gravatar {
228 #header ul#logged-user li.first div.gravatar {
230 margin-top: -2px;
229 margin-top: -2px;
231 }
230 }
232
231
233 #header ul#logged-user li.first div.account {
232 #header ul#logged-user li.first div.account {
234 padding-top: 4px;
233 padding-top: 4px;
235 float: left;
234 float: left;
236 }
235 }
237
236
238 #header ul#logged-user li.last {
237 #header ul#logged-user li.last {
239 border-right: none;
238 border-right: none;
240 }
239 }
241
240
242 #header ul#logged-user li a {
241 #header ul#logged-user li a {
243 color: #fff;
242 color: #fff;
244 font-weight: 700;
243 font-weight: 700;
245 text-decoration: none;
244 text-decoration: none;
246 }
245 }
247
246
248 #header ul#logged-user li a:hover {
247 #header ul#logged-user li a:hover {
249 text-decoration: underline;
248 text-decoration: underline;
250 }
249 }
251
250
252 #header ul#logged-user li.highlight a {
251 #header ul#logged-user li.highlight a {
253 color: #fff;
252 color: #fff;
254 }
253 }
255
254
256 #header ul#logged-user li.highlight a:hover {
255 #header ul#logged-user li.highlight a:hover {
257 color: #FFF;
256 color: #FFF;
258 }
257 }
259
258
260 #header #header-inner {
259 #header #header-inner {
261 min-height: 44px;
260 min-height: 44px;
262 clear: both;
261 clear: both;
263 position: relative;
262 position: relative;
264 background-color: #eedc94;
263 background-color: #eedc94;
265 background-repeat: repeat-x;
264 background-repeat: repeat-x;
266 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),to(#eedc94) );
265 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),to(#eedc94) );
267 background-image: -moz-linear-gradient(top, #003b76, #00376e);
266 background-image: -moz-linear-gradient(top, #003b76, #00376e);
268 background-image: -ms-linear-gradient(top, #003b76, #00376e);
267 background-image: -ms-linear-gradient(top, #003b76, #00376e);
269 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
268 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
270 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
269 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
271 background-image: -o-linear-gradient(top, #003b76, #00376e) );
270 background-image: -o-linear-gradient(top, #003b76, #00376e);
272 background-image: linear-gradient(top, #003b76, #00376e);
271 background-image: linear-gradient(top, #003b76, #00376e);
273 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
272 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
274 margin: 0;
273 margin: 0;
275 padding: 0;
274 padding: 0;
276 display: block;
275 display: block;
277 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
276 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
278 -webkit-border-radius: 4px 4px 4px 4px;
277 -webkit-border-radius: 4px 4px 4px 4px;
279 -khtml-border-radius: 4px 4px 4px 4px;
278 -khtml-border-radius: 4px 4px 4px 4px;
280 -moz-border-radius: 4px 4px 4px 4px;
279 -moz-border-radius: 4px 4px 4px 4px;
281 border-radius: 4px 4px 4px 4px;
280 border-radius: 4px 4px 4px 4px;
282 }
281 }
283 #header #header-inner.hover{
282 #header #header-inner.hover{
284 position: fixed !important;
283 position: fixed !important;
285 width: 100% !important;
284 width: 100% !important;
286 margin-left: -10px !important;
285 margin-left: -10px !important;
287 z-index: 10000;
286 z-index: 10000;
288 border-radius: 0px 0px 4px 4px;
287 border-radius: 0px 0px 4px 4px;
289 }
288 }
290 #header #header-inner #home a {
289 #header #header-inner #home a {
291 height: 40px;
290 height: 40px;
292 width: 46px;
291 width: 46px;
293 display: block;
292 display: block;
294 background: url("../images/button_home.png");
293 background: url("../images/button_home.png");
295 background-position: 0 0;
294 background-position: 0 0;
296 margin: 0;
295 margin: 0;
297 padding: 0;
296 padding: 0;
298 }
297 }
299
298
300 #header #header-inner #home a:hover {
299 #header #header-inner #home a:hover {
301 background-position: 0 -40px;
300 background-position: 0 -40px;
302 }
301 }
303
302
304 #header #header-inner #logo {
303 #header #header-inner #logo {
305 float: left;
304 float: left;
306 position: absolute;
305 position: absolute;
307 }
306 }
308
307
309 #header #header-inner #logo h1 {
308 #header #header-inner #logo h1 {
310 color: #FFF;
309 color: #FFF;
311 font-size: 20px;
310 font-size: 20px;
312 margin: 12px 0 0 13px;
311 margin: 12px 0 0 13px;
313 padding: 0;
312 padding: 0;
314 }
313 }
315
314
316 #header #header-inner #logo a {
315 #header #header-inner #logo a {
317 color: #fff;
316 color: #fff;
318 text-decoration: none;
317 text-decoration: none;
319 }
318 }
320
319
321 #header #header-inner #logo a:hover {
320 #header #header-inner #logo a:hover {
322 color: #bfe3ff;
321 color: #bfe3ff;
323 }
322 }
324
323
325 #header #header-inner #quick,#header #header-inner #quick ul {
324 #header #header-inner #quick,#header #header-inner #quick ul {
326 position: relative;
325 position: relative;
327 float: right;
326 float: right;
328 list-style-type: none;
327 list-style-type: none;
329 list-style-position: outside;
328 list-style-position: outside;
330 margin: 8px 5px 0 0;
329 margin: 8px 5px 0 0;
331 padding: 0;
330 padding: 0;
332 }
331 }
333
332
334 #header #header-inner #quick li {
333 #header #header-inner #quick li {
335 position: relative;
334 position: relative;
336 float: left;
335 float: left;
337 margin: 0 5px 0 0;
336 margin: 0 5px 0 0;
338 padding: 0;
337 padding: 0;
339 }
338 }
340
339
341 #header #header-inner #quick li a.menu_link {
340 #header #header-inner #quick li a.menu_link {
342 top: 0;
341 top: 0;
343 left: 0;
342 left: 0;
344 height: 1%;
343 height: 1%;
345 display: block;
344 display: block;
346 clear: both;
345 clear: both;
347 overflow: hidden;
346 overflow: hidden;
348 color: #FFF;
347 color: #FFF;
349 font-weight: 700;
348 font-weight: 700;
350 text-decoration: none;
349 text-decoration: none;
351 background: #369;
350 background: #369;
352 padding: 0;
351 padding: 0;
353 -webkit-border-radius: 4px 4px 4px 4px;
352 -webkit-border-radius: 4px 4px 4px 4px;
354 -khtml-border-radius: 4px 4px 4px 4px;
353 -khtml-border-radius: 4px 4px 4px 4px;
355 -moz-border-radius: 4px 4px 4px 4px;
354 -moz-border-radius: 4px 4px 4px 4px;
356 border-radius: 4px 4px 4px 4px;
355 border-radius: 4px 4px 4px 4px;
357 }
356 }
358
357
359 #header #header-inner #quick li span.short {
358 #header #header-inner #quick li span.short {
360 padding: 9px 6px 8px 6px;
359 padding: 9px 6px 8px 6px;
361 }
360 }
362
361
363 #header #header-inner #quick li span {
362 #header #header-inner #quick li span {
364 top: 0;
363 top: 0;
365 right: 0;
364 right: 0;
366 height: 1%;
365 height: 1%;
367 display: block;
366 display: block;
368 float: left;
367 float: left;
369 border-left: 1px solid #3f6f9f;
368 border-left: 1px solid #3f6f9f;
370 margin: 0;
369 margin: 0;
371 padding: 10px 12px 8px 10px;
370 padding: 10px 12px 8px 10px;
372 }
371 }
373
372
374 #header #header-inner #quick li span.normal {
373 #header #header-inner #quick li span.normal {
375 border: none;
374 border: none;
376 padding: 10px 12px 8px;
375 padding: 10px 12px 8px;
377 }
376 }
378
377
379 #header #header-inner #quick li span.icon {
378 #header #header-inner #quick li span.icon {
380 top: 0;
379 top: 0;
381 left: 0;
380 left: 0;
382 border-left: none;
381 border-left: none;
383 border-right: 1px solid #2e5c89;
382 border-right: 1px solid #2e5c89;
384 padding: 8px 6px 4px;
383 padding: 8px 6px 4px;
385 }
384 }
386
385
387 #header #header-inner #quick li span.icon_short {
386 #header #header-inner #quick li span.icon_short {
388 top: 0;
387 top: 0;
389 left: 0;
388 left: 0;
390 border-left: none;
389 border-left: none;
391 border-right: 1px solid #2e5c89;
390 border-right: 1px solid #2e5c89;
392 padding: 8px 6px 4px;
391 padding: 8px 6px 4px;
393 }
392 }
394
393
395 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img
394 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img
396 {
395 {
397 margin: 0px -2px 0px 0px;
396 margin: 0px -2px 0px 0px;
398 }
397 }
399
398
400 #header #header-inner #quick li a:hover {
399 #header #header-inner #quick li a:hover {
401 background: #4e4e4e no-repeat top left;
400 background: #4e4e4e no-repeat top left;
402 }
401 }
403
402
404 #header #header-inner #quick li a:hover span {
403 #header #header-inner #quick li a:hover span {
405 border-left: 1px solid #545454;
404 border-left: 1px solid #545454;
406 }
405 }
407
406
408 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short
407 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short
409 {
408 {
410 border-left: none;
409 border-left: none;
411 border-right: 1px solid #464646;
410 border-right: 1px solid #464646;
412 }
411 }
413
412
414 #header #header-inner #quick ul {
413 #header #header-inner #quick ul {
415 top: 29px;
414 top: 29px;
416 right: 0;
415 right: 0;
417 min-width: 200px;
416 min-width: 200px;
418 display: none;
417 display: none;
419 position: absolute;
418 position: absolute;
420 background: #FFF;
419 background: #FFF;
421 border: 1px solid #666;
420 border: 1px solid #666;
422 border-top: 1px solid #003367;
421 border-top: 1px solid #003367;
423 z-index: 100;
422 z-index: 100;
424 margin: 0px 0px 0px 0px;
423 margin: 0px 0px 0px 0px;
425 padding: 0;
424 padding: 0;
426 }
425 }
427
426
428 #header #header-inner #quick ul.repo_switcher {
427 #header #header-inner #quick ul.repo_switcher {
429 max-height: 275px;
428 max-height: 275px;
430 overflow-x: hidden;
429 overflow-x: hidden;
431 overflow-y: auto;
430 overflow-y: auto;
432 }
431 }
433
432
434 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
433 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
435 float: none;
434 float: none;
436 margin: 0;
435 margin: 0;
437 border-bottom: 2px solid #003367;
436 border-bottom: 2px solid #003367;
438 }
437 }
439
438
440 #header #header-inner #quick .repo_switcher_type {
439 #header #header-inner #quick .repo_switcher_type {
441 position: absolute;
440 position: absolute;
442 left: 0;
441 left: 0;
443 top: 9px;
442 top: 9px;
444 }
443 }
445
444
446 #header #header-inner #quick li ul li {
445 #header #header-inner #quick li ul li {
447 border-bottom: 1px solid #ddd;
446 border-bottom: 1px solid #ddd;
448 }
447 }
449
448
450 #header #header-inner #quick li ul li a {
449 #header #header-inner #quick li ul li a {
451 width: 182px;
450 width: 182px;
452 height: auto;
451 height: auto;
453 display: block;
452 display: block;
454 float: left;
453 float: left;
455 background: #FFF;
454 background: #FFF;
456 color: #003367;
455 color: #003367;
457 font-weight: 400;
456 font-weight: 400;
458 margin: 0;
457 margin: 0;
459 padding: 7px 9px;
458 padding: 7px 9px;
460 }
459 }
461
460
462 #header #header-inner #quick li ul li a:hover {
461 #header #header-inner #quick li ul li a:hover {
463 color: #000;
462 color: #000;
464 background: #FFF;
463 background: #FFF;
465 }
464 }
466
465
467 #header #header-inner #quick ul ul {
466 #header #header-inner #quick ul ul {
468 top: auto;
467 top: auto;
469 }
468 }
470
469
471 #header #header-inner #quick li ul ul {
470 #header #header-inner #quick li ul ul {
472 right: 200px;
471 right: 200px;
473 max-height: 275px;
472 max-height: 275px;
474 overflow: auto;
473 overflow: auto;
475 overflow-x: hidden;
474 overflow-x: hidden;
476 white-space: normal;
475 white-space: normal;
477 }
476 }
478
477
479 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
478 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
480 {
479 {
481 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
480 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
482 #FFF;
481 #FFF;
483 width: 167px;
482 width: 167px;
484 margin: 0;
483 margin: 0;
485 padding: 12px 9px 7px 24px;
484 padding: 12px 9px 7px 24px;
486 }
485 }
487
486
488 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
487 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
489 {
488 {
490 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
489 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
491 #FFF;
490 #FFF;
492 min-width: 167px;
491 min-width: 167px;
493 margin: 0;
492 margin: 0;
494 padding: 12px 9px 7px 24px;
493 padding: 12px 9px 7px 24px;
495 }
494 }
496
495
497 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
496 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
498 {
497 {
499 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
498 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
500 9px #FFF;
499 9px #FFF;
501 min-width: 167px;
500 min-width: 167px;
502 margin: 0;
501 margin: 0;
503 padding: 12px 9px 7px 24px;
502 padding: 12px 9px 7px 24px;
504 }
503 }
505
504
506 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover
505 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover
507 {
506 {
508 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
507 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
509 #FFF;
508 #FFF;
510 min-width: 167px;
509 min-width: 167px;
511 margin: 0 0 0 14px;
510 margin: 0 0 0 14px;
512 padding: 12px 9px 7px 24px;
511 padding: 12px 9px 7px 24px;
513 }
512 }
514
513
515 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover
514 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover
516 {
515 {
517 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
516 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
518 #FFF;
517 #FFF;
519 min-width: 167px;
518 min-width: 167px;
520 margin: 0 0 0 14px;
519 margin: 0 0 0 14px;
521 padding: 12px 9px 7px 24px;
520 padding: 12px 9px 7px 24px;
522 }
521 }
523
522
524 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
523 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
525 {
524 {
526 background: url("../images/icons/database_edit.png") no-repeat scroll
525 background: url("../images/icons/database_edit.png") no-repeat scroll
527 4px 9px #FFF;
526 4px 9px #FFF;
528 width: 167px;
527 width: 167px;
529 margin: 0;
528 margin: 0;
530 padding: 12px 9px 7px 24px;
529 padding: 12px 9px 7px 24px;
531 }
530 }
532
531
533 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover
532 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover
534 {
533 {
535 background: url("../images/icons/database_link.png") no-repeat scroll
534 background: url("../images/icons/database_link.png") no-repeat scroll
536 4px 9px #FFF;
535 4px 9px #FFF;
537 width: 167px;
536 width: 167px;
538 margin: 0;
537 margin: 0;
539 padding: 12px 9px 7px 24px;
538 padding: 12px 9px 7px 24px;
540 }
539 }
541
540
542 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
541 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
543 {
542 {
544 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
543 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
545 width: 167px;
544 width: 167px;
546 margin: 0;
545 margin: 0;
547 padding: 12px 9px 7px 24px;
546 padding: 12px 9px 7px 24px;
548 }
547 }
549
548
550 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover
549 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover
551 {
550 {
552 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
551 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
553 width: 167px;
552 width: 167px;
554 margin: 0;
553 margin: 0;
555 padding: 12px 9px 7px 24px;
554 padding: 12px 9px 7px 24px;
556 }
555 }
557
556
558 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
557 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
559 {
558 {
560 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
559 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
561 width: 167px;
560 width: 167px;
562 margin: 0;
561 margin: 0;
563 padding: 12px 9px 7px 24px;
562 padding: 12px 9px 7px 24px;
564 }
563 }
565
564
566 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
565 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
567 {
566 {
568 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
567 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
569 width: 167px;
568 width: 167px;
570 margin: 0;
569 margin: 0;
571 padding: 12px 9px 7px 24px;
570 padding: 12px 9px 7px 24px;
572 }
571 }
573
572
574 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover
573 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover
575 {
574 {
576 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
575 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
577 width: 167px;
576 width: 167px;
578 margin: 0;
577 margin: 0;
579 padding: 12px 9px 7px 24px;
578 padding: 12px 9px 7px 24px;
580 }
579 }
581
580
582 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
581 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
583 {
582 {
584 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
583 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
585 9px;
584 9px;
586 width: 167px;
585 width: 167px;
587 margin: 0;
586 margin: 0;
588 padding: 12px 9px 7px 24px;
587 padding: 12px 9px 7px 24px;
589 }
588 }
590
589
591 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
590 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
592 {
591 {
593 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
592 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
594 width: 167px;
593 width: 167px;
595 margin: 0;
594 margin: 0;
596 padding: 12px 9px 7px 24px;
595 padding: 12px 9px 7px 24px;
597 }
596 }
598
597
599 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
598 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
600 {
599 {
601 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
600 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
602 width: 167px;
601 width: 167px;
603 margin: 0;
602 margin: 0;
604 padding: 12px 9px 7px 24px;
603 padding: 12px 9px 7px 24px;
605 }
604 }
606
605
607 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
606 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
608 {
607 {
609 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
608 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
610 9px;
609 9px;
611 width: 167px;
610 width: 167px;
612 margin: 0;
611 margin: 0;
613 padding: 12px 9px 7px 24px;
612 padding: 12px 9px 7px 24px;
614 }
613 }
615
614
616 #header #header-inner #quick li ul li a.tags,
615 #header #header-inner #quick li ul li a.tags,
617 #header #header-inner #quick li ul li a.tags:hover{
616 #header #header-inner #quick li ul li a.tags:hover{
618 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
617 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
619 width: 167px;
618 width: 167px;
620 margin: 0;
619 margin: 0;
621 padding: 12px 9px 7px 24px;
620 padding: 12px 9px 7px 24px;
622 }
621 }
623
622
624 #header #header-inner #quick li ul li a.bookmarks,
623 #header #header-inner #quick li ul li a.bookmarks,
625 #header #header-inner #quick li ul li a.bookmarks:hover{
624 #header #header-inner #quick li ul li a.bookmarks:hover{
626 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
625 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
627 width: 167px;
626 width: 167px;
628 margin: 0;
627 margin: 0;
629 padding: 12px 9px 7px 24px;
628 padding: 12px 9px 7px 24px;
630 }
629 }
631
630
632 #header #header-inner #quick li ul li a.admin,
631 #header #header-inner #quick li ul li a.admin,
633 #header #header-inner #quick li ul li a.admin:hover{
632 #header #header-inner #quick li ul li a.admin:hover{
634 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
633 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
635 width: 167px;
634 width: 167px;
636 margin: 0;
635 margin: 0;
637 padding: 12px 9px 7px 24px;
636 padding: 12px 9px 7px 24px;
638 }
637 }
639
638
640 .groups_breadcrumbs a {
639 .groups_breadcrumbs a {
641 color: #fff;
640 color: #fff;
642 }
641 }
643
642
644 .groups_breadcrumbs a:hover {
643 .groups_breadcrumbs a:hover {
645 color: #bfe3ff;
644 color: #bfe3ff;
646 text-decoration: none;
645 text-decoration: none;
647 }
646 }
648
647
649 td.quick_repo_menu {
648 td.quick_repo_menu {
650 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
649 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
651 cursor: pointer;
650 cursor: pointer;
652 width: 8px;
651 width: 8px;
653 border: 1px solid transparent;
652 border: 1px solid transparent;
654 }
653 }
655
654
656 td.quick_repo_menu.active {
655 td.quick_repo_menu.active {
657 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
656 background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
658 border: 1px solid #003367;
657 border: 1px solid #003367;
659 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
658 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
660 cursor: pointer;
659 cursor: pointer;
661 }
660 }
662
661
663 td.quick_repo_menu .menu_items {
662 td.quick_repo_menu .menu_items {
664 margin-top: 10px;
663 margin-top: 10px;
665 margin-left:-6px;
664 margin-left:-6px;
666 width: 150px;
665 width: 150px;
667 position: absolute;
666 position: absolute;
668 background-color: #FFF;
667 background-color: #FFF;
669 background: none repeat scroll 0 0 #FFFFFF;
668 background: none repeat scroll 0 0 #FFFFFF;
670 border-color: #003367 #666666 #666666;
669 border-color: #003367 #666666 #666666;
671 border-right: 1px solid #666666;
670 border-right: 1px solid #666666;
672 border-style: solid;
671 border-style: solid;
673 border-width: 1px;
672 border-width: 1px;
674 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
673 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
675 border-top-style: none;
674 border-top-style: none;
676 }
675 }
677
676
678 td.quick_repo_menu .menu_items li {
677 td.quick_repo_menu .menu_items li {
679 padding: 0 !important;
678 padding: 0 !important;
680 }
679 }
681
680
682 td.quick_repo_menu .menu_items a {
681 td.quick_repo_menu .menu_items a {
683 display: block;
682 display: block;
684 padding: 4px 12px 4px 8px;
683 padding: 4px 12px 4px 8px;
685 }
684 }
686
685
687 td.quick_repo_menu .menu_items a:hover {
686 td.quick_repo_menu .menu_items a:hover {
688 background-color: #EEE;
687 background-color: #EEE;
689 text-decoration: none;
688 text-decoration: none;
690 }
689 }
691
690
692 td.quick_repo_menu .menu_items .icon img {
691 td.quick_repo_menu .menu_items .icon img {
693 margin-bottom: -2px;
692 margin-bottom: -2px;
694 }
693 }
695
694
696 td.quick_repo_menu .menu_items.hidden {
695 td.quick_repo_menu .menu_items.hidden {
697 display: none;
696 display: none;
698 }
697 }
699
698
700 .yui-dt-first th {
699 .yui-dt-first th {
701 text-align: left;
700 text-align: left;
702 }
701 }
703
702
704 /*
703 /*
705 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
704 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
706 Code licensed under the BSD License:
705 Code licensed under the BSD License:
707 http://developer.yahoo.com/yui/license.html
706 http://developer.yahoo.com/yui/license.html
708 version: 2.9.0
707 version: 2.9.0
709 */
708 */
710 .yui-skin-sam .yui-dt-mask {
709 .yui-skin-sam .yui-dt-mask {
711 position: absolute;
710 position: absolute;
712 z-index: 9500;
711 z-index: 9500;
713 }
712 }
714 .yui-dt-tmp {
713 .yui-dt-tmp {
715 position: absolute;
714 position: absolute;
716 left: -9000px;
715 left: -9000px;
717 }
716 }
718 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
717 .yui-dt-scrollable .yui-dt-bd { overflow: auto }
719 .yui-dt-scrollable .yui-dt-hd {
718 .yui-dt-scrollable .yui-dt-hd {
720 overflow: hidden;
719 overflow: hidden;
721 position: relative;
720 position: relative;
722 }
721 }
723 .yui-dt-scrollable .yui-dt-bd thead tr,
722 .yui-dt-scrollable .yui-dt-bd thead tr,
724 .yui-dt-scrollable .yui-dt-bd thead th {
723 .yui-dt-scrollable .yui-dt-bd thead th {
725 position: absolute;
724 position: absolute;
726 left: -1500px;
725 left: -1500px;
727 }
726 }
728 .yui-dt-scrollable tbody { -moz-outline: 0 }
727 .yui-dt-scrollable tbody { -moz-outline: 0 }
729 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
728 .yui-skin-sam thead .yui-dt-sortable { cursor: pointer }
730 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
729 .yui-skin-sam thead .yui-dt-draggable { cursor: move }
731 .yui-dt-coltarget {
730 .yui-dt-coltarget {
732 position: absolute;
731 position: absolute;
733 z-index: 999;
732 z-index: 999;
734 }
733 }
735 .yui-dt-hd { zoom: 1 }
734 .yui-dt-hd { zoom: 1 }
736 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
735 th.yui-dt-resizeable .yui-dt-resizerliner { position: relative }
737 .yui-dt-resizer {
736 .yui-dt-resizer {
738 position: absolute;
737 position: absolute;
739 right: 0;
738 right: 0;
740 bottom: 0;
739 bottom: 0;
741 height: 100%;
740 height: 100%;
742 cursor: e-resize;
741 cursor: e-resize;
743 cursor: col-resize;
742 cursor: col-resize;
744 background-color: #CCC;
743 background-color: #CCC;
745 opacity: 0;
744 opacity: 0;
746 filter: alpha(opacity=0);
745 filter: alpha(opacity=0);
747 }
746 }
748 .yui-dt-resizerproxy {
747 .yui-dt-resizerproxy {
749 visibility: hidden;
748 visibility: hidden;
750 position: absolute;
749 position: absolute;
751 z-index: 9000;
750 z-index: 9000;
752 background-color: #CCC;
751 background-color: #CCC;
753 opacity: 0;
752 opacity: 0;
754 filter: alpha(opacity=0);
753 filter: alpha(opacity=0);
755 }
754 }
756 th.yui-dt-hidden .yui-dt-liner,
755 th.yui-dt-hidden .yui-dt-liner,
757 td.yui-dt-hidden .yui-dt-liner,
756 td.yui-dt-hidden .yui-dt-liner,
758 th.yui-dt-hidden .yui-dt-resizer { display: none }
757 th.yui-dt-hidden .yui-dt-resizer { display: none }
759 .yui-dt-editor,
758 .yui-dt-editor,
760 .yui-dt-editor-shim {
759 .yui-dt-editor-shim {
761 position: absolute;
760 position: absolute;
762 z-index: 9000;
761 z-index: 9000;
763 }
762 }
764 .yui-skin-sam .yui-dt table {
763 .yui-skin-sam .yui-dt table {
765 margin: 0;
764 margin: 0;
766 padding: 0;
765 padding: 0;
767 font-family: arial;
766 font-family: arial;
768 font-size: inherit;
767 font-size: inherit;
769 border-collapse: separate;
768 border-collapse: separate;
770 *border-collapse: collapse;
769 *border-collapse: collapse;
771 border-spacing: 0;
770 border-spacing: 0;
772 border: 1px solid #7f7f7f;
771 border: 1px solid #7f7f7f;
773 }
772 }
774 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
773 .yui-skin-sam .yui-dt thead { border-spacing: 0 }
775 .yui-skin-sam .yui-dt caption {
774 .yui-skin-sam .yui-dt caption {
776 color: #000;
775 color: #000;
777 font-size: 85%;
776 font-size: 85%;
778 font-weight: normal;
777 font-weight: normal;
779 font-style: italic;
778 font-style: italic;
780 line-height: 1;
779 line-height: 1;
781 padding: 1em 0;
780 padding: 1em 0;
782 text-align: center;
781 text-align: center;
783 }
782 }
784 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
783 .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 }
785 .yui-skin-sam .yui-dt th,
784 .yui-skin-sam .yui-dt th,
786 .yui-skin-sam .yui-dt th a {
785 .yui-skin-sam .yui-dt th a {
787 font-weight: normal;
786 font-weight: normal;
788 text-decoration: none;
787 text-decoration: none;
789 color: #000;
788 color: #000;
790 vertical-align: bottom;
789 vertical-align: bottom;
791 }
790 }
792 .yui-skin-sam .yui-dt th {
791 .yui-skin-sam .yui-dt th {
793 margin: 0;
792 margin: 0;
794 padding: 0;
793 padding: 0;
795 border: 0;
794 border: 0;
796 border-right: 1px solid #cbcbcb;
795 border-right: 1px solid #cbcbcb;
797 }
796 }
798 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
797 .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f }
799 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
798 .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap }
800 .yui-skin-sam .yui-dt-liner {
799 .yui-skin-sam .yui-dt-liner {
801 margin: 0;
800 margin: 0;
802 padding: 0;
801 padding: 0;
803 }
802 }
804 .yui-skin-sam .yui-dt-coltarget {
803 .yui-skin-sam .yui-dt-coltarget {
805 width: 5px;
804 width: 5px;
806 background-color: red;
805 background-color: red;
807 }
806 }
808 .yui-skin-sam .yui-dt td {
807 .yui-skin-sam .yui-dt td {
809 margin: 0;
808 margin: 0;
810 padding: 0;
809 padding: 0;
811 border: 0;
810 border: 0;
812 border-right: 1px solid #cbcbcb;
811 border-right: 1px solid #cbcbcb;
813 text-align: left;
812 text-align: left;
814 }
813 }
815 .yui-skin-sam .yui-dt-list td { border-right: 0 }
814 .yui-skin-sam .yui-dt-list td { border-right: 0 }
816 .yui-skin-sam .yui-dt-resizer { width: 6px }
815 .yui-skin-sam .yui-dt-resizer { width: 6px }
817 .yui-skin-sam .yui-dt-mask {
816 .yui-skin-sam .yui-dt-mask {
818 background-color: #000;
817 background-color: #000;
819 opacity: .25;
818 opacity: .25;
820 filter: alpha(opacity=25);
819 filter: alpha(opacity=25);
821 }
820 }
822 .yui-skin-sam .yui-dt-message { background-color: #FFF }
821 .yui-skin-sam .yui-dt-message { background-color: #FFF }
823 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
822 .yui-skin-sam .yui-dt-scrollable table { border: 0 }
824 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
823 .yui-skin-sam .yui-dt-scrollable .yui-dt-hd {
825 border-left: 1px solid #7f7f7f;
824 border-left: 1px solid #7f7f7f;
826 border-top: 1px solid #7f7f7f;
825 border-top: 1px solid #7f7f7f;
827 border-right: 1px solid #7f7f7f;
826 border-right: 1px solid #7f7f7f;
828 }
827 }
829 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
828 .yui-skin-sam .yui-dt-scrollable .yui-dt-bd {
830 border-left: 1px solid #7f7f7f;
829 border-left: 1px solid #7f7f7f;
831 border-bottom: 1px solid #7f7f7f;
830 border-bottom: 1px solid #7f7f7f;
832 border-right: 1px solid #7f7f7f;
831 border-right: 1px solid #7f7f7f;
833 background-color: #FFF;
832 background-color: #FFF;
834 }
833 }
835 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
834 .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f }
836 .yui-skin-sam th.yui-dt-asc,
835 .yui-skin-sam th.yui-dt-asc,
837 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
836 .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px }
838 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
837 .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px }
839 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
838 .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right }
840 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
839 .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right }
841 tbody .yui-dt-editable { cursor: pointer }
840 tbody .yui-dt-editable { cursor: pointer }
842 .yui-dt-editor {
841 .yui-dt-editor {
843 text-align: left;
842 text-align: left;
844 background-color: #f2f2f2;
843 background-color: #f2f2f2;
845 border: 1px solid #808080;
844 border: 1px solid #808080;
846 padding: 6px;
845 padding: 6px;
847 }
846 }
848 .yui-dt-editor label {
847 .yui-dt-editor label {
849 padding-left: 4px;
848 padding-left: 4px;
850 padding-right: 6px;
849 padding-right: 6px;
851 }
850 }
852 .yui-dt-editor .yui-dt-button {
851 .yui-dt-editor .yui-dt-button {
853 padding-top: 6px;
852 padding-top: 6px;
854 text-align: right;
853 text-align: right;
855 }
854 }
856 .yui-dt-editor .yui-dt-button button {
855 .yui-dt-editor .yui-dt-button button {
857 background: url(../images/sprite.png) repeat-x 0 0;
856 background: url(../images/sprite.png) repeat-x 0 0;
858 border: 1px solid #999;
857 border: 1px solid #999;
859 width: 4em;
858 width: 4em;
860 height: 1.8em;
859 height: 1.8em;
861 margin-left: 6px;
860 margin-left: 6px;
862 }
861 }
863 .yui-dt-editor .yui-dt-button button.yui-dt-default {
862 .yui-dt-editor .yui-dt-button button.yui-dt-default {
864 background: url(../images/sprite.png) repeat-x 0 -1400px;
863 background: url(../images/sprite.png) repeat-x 0 -1400px;
865 background-color: #5584e0;
864 background-color: #5584e0;
866 border: 1px solid #304369;
865 border: 1px solid #304369;
867 color: #FFF;
866 color: #FFF;
868 }
867 }
869 .yui-dt-editor .yui-dt-button button:hover {
868 .yui-dt-editor .yui-dt-button button:hover {
870 background: url(../images/sprite.png) repeat-x 0 -1300px;
869 background: url(../images/sprite.png) repeat-x 0 -1300px;
871 color: #000;
870 color: #000;
872 }
871 }
873 .yui-dt-editor .yui-dt-button button:active {
872 .yui-dt-editor .yui-dt-button button:active {
874 background: url(../images/sprite.png) repeat-x 0 -1700px;
873 background: url(../images/sprite.png) repeat-x 0 -1700px;
875 color: #000;
874 color: #000;
876 }
875 }
877 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
876 .yui-skin-sam tr.yui-dt-even { background-color: #FFF }
878 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
877 .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff }
879 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
878 .yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
880 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
879 .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
881 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
880 .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
882 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
881 .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff }
883 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
882 .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF }
884 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
883 .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF }
885 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
884 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
886 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
885 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff }
887 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
886 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
888 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
887 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff }
889 .yui-skin-sam th.yui-dt-highlighted,
888 .yui-skin-sam th.yui-dt-highlighted,
890 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
889 .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff }
891 .yui-skin-sam tr.yui-dt-highlighted,
890 .yui-skin-sam tr.yui-dt-highlighted,
892 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
891 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
893 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
892 .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
894 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
893 .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
895 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
894 .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
896 cursor: pointer;
895 cursor: pointer;
897 background-color: #b2d2ff;
896 background-color: #b2d2ff;
898 }
897 }
899 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
898 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
900 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
899 .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff }
901 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
900 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
902 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
901 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
903 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
902 .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
904 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
903 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
905 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
904 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
906 cursor: pointer;
905 cursor: pointer;
907 background-color: #b2d2ff;
906 background-color: #b2d2ff;
908 }
907 }
909 .yui-skin-sam th.yui-dt-selected,
908 .yui-skin-sam th.yui-dt-selected,
910 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
909 .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 }
911 .yui-skin-sam tr.yui-dt-selected td,
910 .yui-skin-sam tr.yui-dt-selected td,
912 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
911 .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
913 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
912 .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
914 background-color: #426fd9;
913 background-color: #426fd9;
915 color: #FFF;
914 color: #FFF;
916 }
915 }
917 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
916 .yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
918 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
917 .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
919 background-color: #446cd7;
918 background-color: #446cd7;
920 color: #FFF;
919 color: #FFF;
921 }
920 }
922 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
921 .yui-skin-sam .yui-dt-list th.yui-dt-selected,
923 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
922 .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 }
924 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
923 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
925 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
924 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
926 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
925 .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
927 background-color: #426fd9;
926 background-color: #426fd9;
928 color: #FFF;
927 color: #FFF;
929 }
928 }
930 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
929 .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
931 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
930 .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
932 background-color: #446cd7;
931 background-color: #446cd7;
933 color: #FFF;
932 color: #FFF;
934 }
933 }
935 .yui-skin-sam .yui-dt-paginator {
934 .yui-skin-sam .yui-dt-paginator {
936 display: block;
935 display: block;
937 margin: 6px 0;
936 margin: 6px 0;
938 white-space: nowrap;
937 white-space: nowrap;
939 }
938 }
940 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
939 .yui-skin-sam .yui-dt-paginator .yui-dt-first,
941 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
940 .yui-skin-sam .yui-dt-paginator .yui-dt-last,
942 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
941 .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px }
943 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
942 .yui-skin-sam .yui-dt-paginator a.yui-dt-first,
944 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
943 .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none }
945 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
944 .yui-skin-sam .yui-dt-paginator .yui-dt-previous,
946 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
945 .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none }
947 .yui-skin-sam a.yui-dt-page {
946 .yui-skin-sam a.yui-dt-page {
948 border: 1px solid #cbcbcb;
947 border: 1px solid #cbcbcb;
949 padding: 2px 6px;
948 padding: 2px 6px;
950 text-decoration: none;
949 text-decoration: none;
951 background-color: #fff;
950 background-color: #fff;
952 }
951 }
953 .yui-skin-sam .yui-dt-selected {
952 .yui-skin-sam .yui-dt-selected {
954 border: 1px solid #fff;
953 border: 1px solid #fff;
955 background-color: #fff;
954 background-color: #fff;
956 }
955 }
957
956
958 #content #left {
957 #content #left {
959 left: 0;
958 left: 0;
960 width: 280px;
959 width: 280px;
961 position: absolute;
960 position: absolute;
962 }
961 }
963
962
964 #content #right {
963 #content #right {
965 margin: 0 60px 10px 290px;
964 margin: 0 60px 10px 290px;
966 }
965 }
967
966
968 #content div.box {
967 #content div.box {
969 clear: both;
968 clear: both;
970 overflow: hidden;
969 overflow: hidden;
971 background: #fff;
970 background: #fff;
972 margin: 0 0 10px;
971 margin: 0 0 10px;
973 padding: 0 0 10px;
972 padding: 0 0 10px;
974 -webkit-border-radius: 4px 4px 4px 4px;
973 -webkit-border-radius: 4px 4px 4px 4px;
975 -khtml-border-radius: 4px 4px 4px 4px;
974 -khtml-border-radius: 4px 4px 4px 4px;
976 -moz-border-radius: 4px 4px 4px 4px;
975 -moz-border-radius: 4px 4px 4px 4px;
977 border-radius: 4px 4px 4px 4px;
976 border-radius: 4px 4px 4px 4px;
978 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
977 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
979 }
978 }
980
979
981 #content div.box-left {
980 #content div.box-left {
982 width: 49%;
981 width: 49%;
983 clear: none;
982 clear: none;
984 float: left;
983 float: left;
985 margin: 0 0 10px;
984 margin: 0 0 10px;
986 }
985 }
987
986
988 #content div.box-right {
987 #content div.box-right {
989 width: 49%;
988 width: 49%;
990 clear: none;
989 clear: none;
991 float: right;
990 float: right;
992 margin: 0 0 10px;
991 margin: 0 0 10px;
993 }
992 }
994
993
995 #content div.box div.title {
994 #content div.box div.title {
996 clear: both;
995 clear: both;
997 overflow: hidden;
996 overflow: hidden;
998 background-color: #eedc94;
997 background-color: #eedc94;
999 background-repeat: repeat-x;
998 background-repeat: repeat-x;
1000 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
999 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1001 to(#eedc94) );
1000 to(#eedc94) );
1002 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1001 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1003 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1002 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1004 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1003 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1005 color-stop(100%, #00376e) );
1004 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1006 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1005 background-image:e)(top, #003b76, #00376e);
1007 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1008 background-image: linear-gradient(top, #003b76, #00376e);
1006 background-image: linear-gradient(top, #003b76, #00376e);
1009 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1007 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1010 endColorstr='#00376e', GradientType=0 );
1008 endColorstr='#00376e', GradientType=0 );
1011 margin: 0 0 20px;
1009 margin: 0 0 20px;
1012 padding: 0;
1010 padding: 0;
1013 }
1011 }
1014
1012
1015 #content div.box div.title h5 {
1013 #content div.box div.title h5 {
1016 float: left;
1014 float: left;
1017 border: none;
1015 border: none;
1018 color: #fff;
1016 color: #fff;
1019 text-transform: uppercase;
1017 text-transform: uppercase;
1020 margin: 0;
1018 margin: 0;
1021 padding: 11px 0 11px 10px;
1019 padding: 11px 0 11px 10px;
1022 }
1020 }
1023
1021
1024 #content div.box div.title .link-white{
1022 #content div.box div.title .link-white{
1025 color: #FFFFFF;
1023 color: #FFFFFF;
1026 }
1024 }
1027
1025
1028 #content div.box div.title ul.links li {
1026 #content div.box div.title ul.links li {
1029 list-style: none;
1027 list-style: none;
1030 float: left;
1028 float: left;
1031 margin: 0;
1029 margin: 0;
1032 padding: 0;
1030 padding: 0;
1033 }
1031 }
1034
1032
1035 #content div.box div.title ul.links li a {
1033 #content div.box div.title ul.links li a {
1036 border-left: 1px solid #316293;
1034 border-left: 1px solid #316293;
1037 color: #FFFFFF;
1035 color: #FFFFFF;
1038 display: block;
1036 display: block;
1039 float: left;
1037 float: left;
1040 font-size: 13px;
1038 font-size: 13px;
1041 font-weight: 700;
1039 font-weight: 700;
1042 height: 1%;
1040 height: 1%;
1043 margin: 0;
1041 margin: 0;
1044 padding: 11px 22px 12px;
1042 padding: 11px 22px 12px;
1045 text-decoration: none;
1043 text-decoration: none;
1046 }
1044 }
1047
1045
1048 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
1046 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
1049 {
1047 {
1050 clear: both;
1048 clear: both;
1051 overflow: hidden;
1049 overflow: hidden;
1052 border-bottom: 1px solid #DDD;
1050 border-bottom: 1px solid #DDD;
1053 margin: 10px 20px;
1051 margin: 10px 20px;
1054 padding: 0 0 15px;
1052 padding: 0 0 15px;
1055 }
1053 }
1056
1054
1057 #content div.box p {
1055 #content div.box p {
1058 color: #5f5f5f;
1056 color: #5f5f5f;
1059 font-size: 12px;
1057 font-size: 12px;
1060 line-height: 150%;
1058 line-height: 150%;
1061 margin: 0 24px 10px;
1059 margin: 0 24px 10px;
1062 padding: 0;
1060 padding: 0;
1063 }
1061 }
1064
1062
1065 #content div.box blockquote {
1063 #content div.box blockquote {
1066 border-left: 4px solid #DDD;
1064 border-left: 4px solid #DDD;
1067 color: #5f5f5f;
1065 color: #5f5f5f;
1068 font-size: 11px;
1066 font-size: 11px;
1069 line-height: 150%;
1067 line-height: 150%;
1070 margin: 0 34px;
1068 margin: 0 34px;
1071 padding: 0 0 0 14px;
1069 padding: 0 0 0 14px;
1072 }
1070 }
1073
1071
1074 #content div.box blockquote p {
1072 #content div.box blockquote p {
1075 margin: 10px 0;
1073 margin: 10px 0;
1076 padding: 0;
1074 padding: 0;
1077 }
1075 }
1078
1076
1079 #content div.box dl {
1077 #content div.box dl {
1080 margin: 10px 0px;
1078 margin: 10px 0px;
1081 }
1079 }
1082
1080
1083 #content div.box dt {
1081 #content div.box dt {
1084 font-size: 12px;
1082 font-size: 12px;
1085 margin: 0;
1083 margin: 0;
1086 }
1084 }
1087
1085
1088 #content div.box dd {
1086 #content div.box dd {
1089 font-size: 12px;
1087 font-size: 12px;
1090 margin: 0;
1088 margin: 0;
1091 padding: 8px 0 8px 15px;
1089 padding: 8px 0 8px 15px;
1092 }
1090 }
1093
1091
1094 #content div.box li {
1092 #content div.box li {
1095 font-size: 12px;
1093 font-size: 12px;
1096 padding: 4px 0;
1094 padding: 4px 0;
1097 }
1095 }
1098
1096
1099 #content div.box ul.disc,#content div.box ul.circle {
1097 #content div.box ul.disc,#content div.box ul.circle {
1100 margin: 10px 24px 10px 38px;
1098 margin: 10px 24px 10px 38px;
1101 }
1099 }
1102
1100
1103 #content div.box ul.square {
1101 #content div.box ul.square {
1104 margin: 10px 24px 10px 40px;
1102 margin: 10px 24px 10px 40px;
1105 }
1103 }
1106
1104
1107 #content div.box img.left {
1105 #content div.box img.left {
1108 border: none;
1106 border: none;
1109 float: left;
1107 float: left;
1110 margin: 10px 10px 10px 0;
1108 margin: 10px 10px 10px 0;
1111 }
1109 }
1112
1110
1113 #content div.box img.right {
1111 #content div.box img.right {
1114 border: none;
1112 border: none;
1115 float: right;
1113 float: right;
1116 margin: 10px 0 10px 10px;
1114 margin: 10px 0 10px 10px;
1117 }
1115 }
1118
1116
1119 #content div.box div.messages {
1117 #content div.box div.messages {
1120 clear: both;
1118 clear: both;
1121 overflow: hidden;
1119 overflow: hidden;
1122 margin: 0 20px;
1120 margin: 0 20px;
1123 padding: 0;
1121 padding: 0;
1124 }
1122 }
1125
1123
1126 #content div.box div.message {
1124 #content div.box div.message {
1127 clear: both;
1125 clear: both;
1128 overflow: hidden;
1126 overflow: hidden;
1129 margin: 0;
1127 margin: 0;
1130 padding: 5px 0;
1128 padding: 5px 0;
1131 white-space: pre-wrap;
1129 white-space: pre-wrap;
1132 }
1130 }
1133 #content div.box div.expand {
1131 #content div.box div.expand {
1134 width: 110%;
1132 width: 110%;
1135 height:14px;
1133 height:14px;
1136 font-size:10px;
1134 font-size:10px;
1137 text-align:center;
1135 text-align:center;
1138 cursor: pointer;
1136 cursor: pointer;
1139 color:#666;
1137 color:#666;
1140
1138
1141 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1139 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1142 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1140 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1143 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1141 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1144 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1142 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1145 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1143 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1146 background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1144 background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1147
1145
1148 display: none;
1146 display: none;
1149 }
1147 }
1150 #content div.box div.expand .expandtext {
1148 #content div.box div.expand .expandtext {
1151 background-color: #ffffff;
1149 background-color: #ffffff;
1152 padding: 2px;
1150 padding: 2px;
1153 border-radius: 2px;
1151 border-radius: 2px;
1154 }
1152 }
1155
1153
1156 #content div.box div.message a {
1154 #content div.box div.message a {
1157 font-weight: 400 !important;
1155 font-weight: 400 !important;
1158 }
1156 }
1159
1157
1160 #content div.box div.message div.image {
1158 #content div.box div.message div.image {
1161 float: left;
1159 float: left;
1162 margin: 9px 0 0 5px;
1160 margin: 9px 0 0 5px;
1163 padding: 6px;
1161 padding: 6px;
1164 }
1162 }
1165
1163
1166 #content div.box div.message div.image img {
1164 #content div.box div.message div.image img {
1167 vertical-align: middle;
1165 vertical-align: middle;
1168 margin: 0;
1166 margin: 0;
1169 }
1167 }
1170
1168
1171 #content div.box div.message div.text {
1169 #content div.box div.message div.text {
1172 float: left;
1170 float: left;
1173 margin: 0;
1171 margin: 0;
1174 padding: 9px 6px;
1172 padding: 9px 6px;
1175 }
1173 }
1176
1174
1177 #content div.box div.message div.dismiss a {
1175 #content div.box div.message div.dismiss a {
1178 height: 16px;
1176 height: 16px;
1179 width: 16px;
1177 width: 16px;
1180 display: block;
1178 display: block;
1181 background: url("../images/icons/cross.png") no-repeat;
1179 background: url("../images/icons/cross.png") no-repeat;
1182 margin: 15px 14px 0 0;
1180 margin: 15px 14px 0 0;
1183 padding: 0;
1181 padding: 0;
1184 }
1182 }
1185
1183
1186 #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6
1184 #content div.box div.message div.text h1,#content div.box div.message div.text h2,#content div.box div.message div.text h3,#content div.box div.message div.text h4,#content div.box div.message div.text h5,#content div.box div.message div.text h6
1187 {
1185 {
1188 border: none;
1186 border: none;
1189 margin: 0;
1187 margin: 0;
1190 padding: 0;
1188 padding: 0;
1191 }
1189 }
1192
1190
1193 #content div.box div.message div.text span {
1191 #content div.box div.message div.text span {
1194 height: 1%;
1192 height: 1%;
1195 display: block;
1193 display: block;
1196 margin: 0;
1194 margin: 0;
1197 padding: 5px 0 0;
1195 padding: 5px 0 0;
1198 }
1196 }
1199
1197
1200 #content div.box div.message-error {
1198 #content div.box div.message-error {
1201 height: 1%;
1199 height: 1%;
1202 clear: both;
1200 clear: both;
1203 overflow: hidden;
1201 overflow: hidden;
1204 background: #FBE3E4;
1202 background: #FBE3E4;
1205 border: 1px solid #FBC2C4;
1203 border: 1px solid #FBC2C4;
1206 color: #860006;
1204 color: #860006;
1207 }
1205 }
1208
1206
1209 #content div.box div.message-error h6 {
1207 #content div.box div.message-error h6 {
1210 color: #860006;
1208 color: #860006;
1211 }
1209 }
1212
1210
1213 #content div.box div.message-warning {
1211 #content div.box div.message-warning {
1214 height: 1%;
1212 height: 1%;
1215 clear: both;
1213 clear: both;
1216 overflow: hidden;
1214 overflow: hidden;
1217 background: #FFF6BF;
1215 background: #FFF6BF;
1218 border: 1px solid #FFD324;
1216 border: 1px solid #FFD324;
1219 color: #5f5200;
1217 color: #5f5200;
1220 }
1218 }
1221
1219
1222 #content div.box div.message-warning h6 {
1220 #content div.box div.message-warning h6 {
1223 color: #5f5200;
1221 color: #5f5200;
1224 }
1222 }
1225
1223
1226 #content div.box div.message-notice {
1224 #content div.box div.message-notice {
1227 height: 1%;
1225 height: 1%;
1228 clear: both;
1226 clear: both;
1229 overflow: hidden;
1227 overflow: hidden;
1230 background: #8FBDE0;
1228 background: #8FBDE0;
1231 border: 1px solid #6BACDE;
1229 border: 1px solid #6BACDE;
1232 color: #003863;
1230 color: #003863;
1233 }
1231 }
1234
1232
1235 #content div.box div.message-notice h6 {
1233 #content div.box div.message-notice h6 {
1236 color: #003863;
1234 color: #003863;
1237 }
1235 }
1238
1236
1239 #content div.box div.message-success {
1237 #content div.box div.message-success {
1240 height: 1%;
1238 height: 1%;
1241 clear: both;
1239 clear: both;
1242 overflow: hidden;
1240 overflow: hidden;
1243 background: #E6EFC2;
1241 background: #E6EFC2;
1244 border: 1px solid #C6D880;
1242 border: 1px solid #C6D880;
1245 color: #4e6100;
1243 color: #4e6100;
1246 }
1244 }
1247
1245
1248 #content div.box div.message-success h6 {
1246 #content div.box div.message-success h6 {
1249 color: #4e6100;
1247 color: #4e6100;
1250 }
1248 }
1251
1249
1252 #content div.box div.form div.fields div.field {
1250 #content div.box div.form div.fields div.field {
1253 height: 1%;
1251 height: 1%;
1254 border-bottom: 1px solid #DDD;
1252 border-bottom: 1px solid #DDD;
1255 clear: both;
1253 clear: both;
1256 margin: 0;
1254 margin: 0;
1257 padding: 10px 0;
1255 padding: 10px 0;
1258 }
1256 }
1259
1257
1260 #content div.box div.form div.fields div.field-first {
1258 #content div.box div.form div.fields div.field-first {
1261 padding: 0 0 10px;
1259 padding: 0 0 10px;
1262 }
1260 }
1263
1261
1264 #content div.box div.form div.fields div.field-noborder {
1262 #content div.box div.form div.fields div.field-noborder {
1265 border-bottom: 0 !important;
1263 border-bottom: 0 !important;
1266 }
1264 }
1267
1265
1268 #content div.box div.form div.fields div.field span.error-message {
1266 #content div.box div.form div.fields div.field span.error-message {
1269 height: 1%;
1267 height: 1%;
1270 display: inline-block;
1268 display: inline-block;
1271 color: red;
1269 color: red;
1272 margin: 8px 0 0 4px;
1270 margin: 8px 0 0 4px;
1273 padding: 0;
1271 padding: 0;
1274 }
1272 }
1275
1273
1276 #content div.box div.form div.fields div.field span.success {
1274 #content div.box div.form div.fields div.field span.success {
1277 height: 1%;
1275 height: 1%;
1278 display: block;
1276 display: block;
1279 color: #316309;
1277 color: #316309;
1280 margin: 8px 0 0;
1278 margin: 8px 0 0;
1281 padding: 0;
1279 padding: 0;
1282 }
1280 }
1283
1281
1284 #content div.box div.form div.fields div.field div.label {
1282 #content div.box div.form div.fields div.field div.label {
1285 left: 70px;
1283 left: 70px;
1286 width: 155px;
1284 width: 155px;
1287 position: absolute;
1285 position: absolute;
1288 margin: 0;
1286 margin: 0;
1289 padding: 5px 0 0 0px;
1287 padding: 5px 0 0 0px;
1290 }
1288 }
1291
1289
1292 #content div.box div.form div.fields div.field div.label-summary {
1290 #content div.box div.form div.fields div.field div.label-summary {
1293 left: 30px;
1291 left: 30px;
1294 width: 155px;
1292 width: 155px;
1295 position: absolute;
1293 position: absolute;
1296 margin: 0;
1294 margin: 0;
1297 padding: 0px 0 0 0px;
1295 padding: 0px 0 0 0px;
1298 }
1296 }
1299
1297
1300 #content div.box-left div.form div.fields div.field div.label,
1298 #content div.box-left div.form div.fields div.field div.label,
1301 #content div.box-right div.form div.fields div.field div.label,
1299 #content div.box-right div.form div.fields div.field div.label,
1302 #content div.box-left div.form div.fields div.field div.label,
1300 #content div.box-left div.form div.fields div.field div.label,
1303 #content div.box-left div.form div.fields div.field div.label-summary,
1301 #content div.box-left div.form div.fields div.field div.label-summary,
1304 #content div.box-right div.form div.fields div.field div.label-summary,
1302 #content div.box-right div.form div.fields div.field div.label-summary,
1305 #content div.box-left div.form div.fields div.field div.label-summary
1303 #content div.box-left div.form div.fields div.field div.label-summary
1306 {
1304 {
1307 clear: both;
1305 clear: both;
1308 overflow: hidden;
1306 overflow: hidden;
1309 left: 0;
1307 left: 0;
1310 width: auto;
1308 width: auto;
1311 position: relative;
1309 position: relative;
1312 margin: 0;
1310 margin: 0;
1313 padding: 0 0 8px;
1311 padding: 0 0 8px;
1314 }
1312 }
1315
1313
1316 #content div.box div.form div.fields div.field div.label-select {
1314 #content div.box div.form div.fields div.field div.label-select {
1317 padding: 5px 0 0 5px;
1315 padding: 5px 0 0 5px;
1318 }
1316 }
1319
1317
1320 #content div.box-left div.form div.fields div.field div.label-select,
1318 #content div.box-left div.form div.fields div.field div.label-select,
1321 #content div.box-right div.form div.fields div.field div.label-select
1319 #content div.box-right div.form div.fields div.field div.label-select
1322 {
1320 {
1323 padding: 0 0 8px;
1321 padding: 0 0 8px;
1324 }
1322 }
1325
1323
1326 #content div.box-left div.form div.fields div.field div.label-textarea,
1324 #content div.box-left div.form div.fields div.field div.label-textarea,
1327 #content div.box-right div.form div.fields div.field div.label-textarea
1325 #content div.box-right div.form div.fields div.field div.label-textarea
1328 {
1326 {
1329 padding: 0 0 8px !important;
1327 padding: 0 0 8px !important;
1330 }
1328 }
1331
1329
1332 #content div.box div.form div.fields div.field div.label label,div.label label
1330 #content div.box div.form div.fields div.field div.label label,div.label label
1333 {
1331 {
1334 color: #393939;
1332 color: #393939;
1335 font-weight: 700;
1333 font-weight: 700;
1336 }
1334 }
1337 #content div.box div.form div.fields div.field div.label label,div.label-summary label
1335 #content div.box div.form div.fields div.field div.label label,div.label-summary label
1338 {
1336 {
1339 color: #393939;
1337 color: #393939;
1340 font-weight: 700;
1338 font-weight: 700;
1341 }
1339 }
1342 #content div.box div.form div.fields div.field div.input {
1340 #content div.box div.form div.fields div.field div.input {
1343 margin: 0 0 0 200px;
1341 margin: 0 0 0 200px;
1344 }
1342 }
1345
1343
1346 #content div.box div.form div.fields div.field div.input.summary {
1344 #content div.box div.form div.fields div.field div.input.summary {
1347 margin: 0 0 0 110px;
1345 margin: 0 0 0 110px;
1348 }
1346 }
1349 #content div.box div.form div.fields div.field div.input.summary-short {
1347 #content div.box div.form div.fields div.field div.input.summary-short {
1350 margin: 0 0 0 110px;
1348 margin: 0 0 0 110px;
1351 }
1349 }
1352 #content div.box div.form div.fields div.field div.file {
1350 #content div.box div.form div.fields div.field div.file {
1353 margin: 0 0 0 200px;
1351 margin: 0 0 0 200px;
1354 }
1352 }
1355
1353
1356 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1354 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1357 {
1355 {
1358 margin: 0 0 0 0px;
1356 margin: 0 0 0 0px;
1359 }
1357 }
1360
1358
1361 #content div.box div.form div.fields div.field div.input input {
1359 #content div.box div.form div.fields div.field div.input input {
1362 background: #FFF;
1360 background: #FFF;
1363 border-top: 1px solid #b3b3b3;
1361 border-top: 1px solid #b3b3b3;
1364 border-left: 1px solid #b3b3b3;
1362 border-left: 1px solid #b3b3b3;
1365 border-right: 1px solid #eaeaea;
1363 border-right: 1px solid #eaeaea;
1366 border-bottom: 1px solid #eaeaea;
1364 border-bottom: 1px solid #eaeaea;
1367 color: #000;
1365 color: #000;
1368 font-size: 11px;
1366 font-size: 11px;
1369 margin: 0;
1367 margin: 0;
1370 padding: 7px 7px 6px;
1368 padding: 7px 7px 6px;
1371 }
1369 }
1372
1370
1373 #content div.box div.form div.fields div.field div.input input#clone_url,
1371 #content div.box div.form div.fields div.field div.input input#clone_url,
1374 #content div.box div.form div.fields div.field div.input input#clone_url_id
1372 #content div.box div.form div.fields div.field div.input input#clone_url_id
1375 {
1373 {
1376 font-size: 16px;
1374 font-size: 16px;
1377 padding: 2px;
1375 padding: 2px;
1378 }
1376 }
1379
1377
1380 #content div.box div.form div.fields div.field div.file input {
1378 #content div.box div.form div.fields div.field div.file input {
1381 background: none repeat scroll 0 0 #FFFFFF;
1379 background: none repeat scroll 0 0 #FFFFFF;
1382 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1380 border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
1383 border-style: solid;
1381 border-style: solid;
1384 border-width: 1px;
1382 border-width: 1px;
1385 color: #000000;
1383 color: #000000;
1386 font-size: 11px;
1384 font-size: 11px;
1387 margin: 0;
1385 margin: 0;
1388 padding: 7px 7px 6px;
1386 padding: 7px 7px 6px;
1389 }
1387 }
1390
1388
1391 input.disabled {
1389 input.disabled {
1392 background-color: #F5F5F5 !important;
1390 background-color: #F5F5F5 !important;
1393 }
1391 }
1394 #content div.box div.form div.fields div.field div.input input.small {
1392 #content div.box div.form div.fields div.field div.input input.small {
1395 width: 30%;
1393 width: 30%;
1396 }
1394 }
1397
1395
1398 #content div.box div.form div.fields div.field div.input input.medium {
1396 #content div.box div.form div.fields div.field div.input input.medium {
1399 width: 55%;
1397 width: 55%;
1400 }
1398 }
1401
1399
1402 #content div.box div.form div.fields div.field div.input input.large {
1400 #content div.box div.form div.fields div.field div.input input.large {
1403 width: 85%;
1401 width: 85%;
1404 }
1402 }
1405
1403
1406 #content div.box div.form div.fields div.field div.input input.date {
1404 #content div.box div.form div.fields div.field div.input input.date {
1407 width: 177px;
1405 width: 177px;
1408 }
1406 }
1409
1407
1410 #content div.box div.form div.fields div.field div.input input.button {
1408 #content div.box div.form div.fields div.field div.input input.button {
1411 background: #D4D0C8;
1409 background: #D4D0C8;
1412 border-top: 1px solid #FFF;
1410 border-top: 1px solid #FFF;
1413 border-left: 1px solid #FFF;
1411 border-left: 1px solid #FFF;
1414 border-right: 1px solid #404040;
1412 border-right: 1px solid #404040;
1415 border-bottom: 1px solid #404040;
1413 border-bottom: 1px solid #404040;
1416 color: #000;
1414 color: #000;
1417 margin: 0;
1415 margin: 0;
1418 padding: 4px 8px;
1416 padding: 4px 8px;
1419 }
1417 }
1420
1418
1421 #content div.box div.form div.fields div.field div.textarea {
1419 #content div.box div.form div.fields div.field div.textarea {
1422 border-top: 1px solid #b3b3b3;
1420 border-top: 1px solid #b3b3b3;
1423 border-left: 1px solid #b3b3b3;
1421 border-left: 1px solid #b3b3b3;
1424 border-right: 1px solid #eaeaea;
1422 border-right: 1px solid #eaeaea;
1425 border-bottom: 1px solid #eaeaea;
1423 border-bottom: 1px solid #eaeaea;
1426 margin: 0 0 0 200px;
1424 margin: 0 0 0 200px;
1427 padding: 10px;
1425 padding: 10px;
1428 }
1426 }
1429
1427
1430 #content div.box div.form div.fields div.field div.textarea-editor {
1428 #content div.box div.form div.fields div.field div.textarea-editor {
1431 border: 1px solid #ddd;
1429 border: 1px solid #ddd;
1432 padding: 0;
1430 padding: 0;
1433 }
1431 }
1434
1432
1435 #content div.box div.form div.fields div.field div.textarea textarea {
1433 #content div.box div.form div.fields div.field div.textarea textarea {
1436 width: 100%;
1434 width: 100%;
1437 height: 220px;
1435 height: 220px;
1438 overflow: hidden;
1436 overflow: hidden;
1439 background: #FFF;
1437 background: #FFF;
1440 color: #000;
1438 color: #000;
1441 font-size: 11px;
1439 font-size: 11px;
1442 outline: none;
1440 outline: none;
1443 border-width: 0;
1441 border-width: 0;
1444 margin: 0;
1442 margin: 0;
1445 padding: 0;
1443 padding: 0;
1446 }
1444 }
1447
1445
1448 #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea
1446 #content div.box-left div.form div.fields div.field div.textarea textarea,#content div.box-right div.form div.fields div.field div.textarea textarea
1449 {
1447 {
1450 width: 100%;
1448 width: 100%;
1451 height: 100px;
1449 height: 100px;
1452 }
1450 }
1453
1451
1454 #content div.box div.form div.fields div.field div.textarea table {
1452 #content div.box div.form div.fields div.field div.textarea table {
1455 width: 100%;
1453 width: 100%;
1456 border: none;
1454 border: none;
1457 margin: 0;
1455 margin: 0;
1458 padding: 0;
1456 padding: 0;
1459 }
1457 }
1460
1458
1461 #content div.box div.form div.fields div.field div.textarea table td {
1459 #content div.box div.form div.fields div.field div.textarea table td {
1462 background: #DDD;
1460 background: #DDD;
1463 border: none;
1461 border: none;
1464 padding: 0;
1462 padding: 0;
1465 }
1463 }
1466
1464
1467 #content div.box div.form div.fields div.field div.textarea table td table
1465 #content div.box div.form div.fields div.field div.textarea table td table
1468 {
1466 {
1469 width: auto;
1467 width: auto;
1470 border: none;
1468 border: none;
1471 margin: 0;
1469 margin: 0;
1472 padding: 0;
1470 padding: 0;
1473 }
1471 }
1474
1472
1475 #content div.box div.form div.fields div.field div.textarea table td table td
1473 #content div.box div.form div.fields div.field div.textarea table td table td
1476 {
1474 {
1477 font-size: 11px;
1475 font-size: 11px;
1478 padding: 5px 5px 5px 0;
1476 padding: 5px 5px 5px 0;
1479 }
1477 }
1480
1478
1481 #content div.box div.form div.fields div.field input[type=text]:focus,#content div.box div.form div.fields div.field input[type=password]:focus,#content div.box div.form div.fields div.field input[type=file]:focus,#content div.box div.form div.fields div.field textarea:focus,#content div.box div.form div.fields div.field select:focus
1479 #content div.box div.form div.fields div.field input[type=text]:focus,#content div.box div.form div.fields div.field input[type=password]:focus,#content div.box div.form div.fields div.field input[type=file]:focus,#content div.box div.form div.fields div.field textarea:focus,#content div.box div.form div.fields div.field select:focus
1482 {
1480 {
1483 background: #f6f6f6;
1481 background: #f6f6f6;
1484 border-color: #666;
1482 border-color: #666;
1485 }
1483 }
1486
1484
1487 div.form div.fields div.field div.button {
1485 div.form div.fields div.field div.button {
1488 margin: 0;
1486 margin: 0;
1489 padding: 0 0 0 8px;
1487 padding: 0 0 0 8px;
1490 }
1488 }
1491 #content div.box table.noborder {
1489 #content div.box table.noborder {
1492 border: 1px solid transparent;
1490 border: 1px solid transparent;
1493 }
1491 }
1494
1492
1495 #content div.box table {
1493 #content div.box table {
1496 width: 100%;
1494 width: 100%;
1497 border-collapse: separate;
1495 border-collapse: separate;
1498 margin: 0;
1496 margin: 0;
1499 padding: 0;
1497 padding: 0;
1500 border: 1px solid #eee;
1498 border: 1px solid #eee;
1501 -webkit-border-radius: 4px;
1499 -webkit-border-radius: 4px;
1502 -moz-border-radius: 4px;
1500 -moz-border-radius: 4px;
1503 border-radius: 4px;
1501 border-radius: 4px;
1504 }
1502 }
1505
1503
1506 #content div.box table th {
1504 #content div.box table th {
1507 background: #eee;
1505 background: #eee;
1508 border-bottom: 1px solid #ddd;
1506 border-bottom: 1px solid #ddd;
1509 padding: 5px 0px 5px 5px;
1507 padding: 5px 0px 5px 5px;
1510 }
1508 }
1511
1509
1512 #content div.box table th.left {
1510 #content div.box table th.left {
1513 text-align: left;
1511 text-align: left;
1514 }
1512 }
1515
1513
1516 #content div.box table th.right {
1514 #content div.box table th.right {
1517 text-align: right;
1515 text-align: right;
1518 }
1516 }
1519
1517
1520 #content div.box table th.center {
1518 #content div.box table th.center {
1521 text-align: center;
1519 text-align: center;
1522 }
1520 }
1523
1521
1524 #content div.box table th.selected {
1522 #content div.box table th.selected {
1525 vertical-align: middle;
1523 vertical-align: middle;
1526 padding: 0;
1524 padding: 0;
1527 }
1525 }
1528
1526
1529 #content div.box table td {
1527 #content div.box table td {
1530 background: #fff;
1528 background: #fff;
1531 border-bottom: 1px solid #cdcdcd;
1529 border-bottom: 1px solid #cdcdcd;
1532 vertical-align: middle;
1530 vertical-align: middle;
1533 padding: 5px;
1531 padding: 5px;
1534 }
1532 }
1535
1533
1536 #content div.box table tr.selected td {
1534 #content div.box table tr.selected td {
1537 background: #FFC;
1535 background: #FFC;
1538 }
1536 }
1539
1537
1540 #content div.box table td.selected {
1538 #content div.box table td.selected {
1541 width: 3%;
1539 width: 3%;
1542 text-align: center;
1540 text-align: center;
1543 vertical-align: middle;
1541 vertical-align: middle;
1544 padding: 0;
1542 padding: 0;
1545 }
1543 }
1546
1544
1547 #content div.box table td.action {
1545 #content div.box table td.action {
1548 width: 45%;
1546 width: 45%;
1549 text-align: left;
1547 text-align: left;
1550 }
1548 }
1551
1549
1552 #content div.box table td.date {
1550 #content div.box table td.date {
1553 width: 33%;
1551 width: 33%;
1554 text-align: center;
1552 text-align: center;
1555 }
1553 }
1556
1554
1557 #content div.box div.action {
1555 #content div.box div.action {
1558 float: right;
1556 float: right;
1559 background: #FFF;
1557 background: #FFF;
1560 text-align: right;
1558 text-align: right;
1561 margin: 10px 0 0;
1559 margin: 10px 0 0;
1562 padding: 0;
1560 padding: 0;
1563 }
1561 }
1564
1562
1565 #content div.box div.action select {
1563 #content div.box div.action select {
1566 font-size: 11px;
1564 font-size: 11px;
1567 margin: 0;
1565 margin: 0;
1568 }
1566 }
1569
1567
1570 #content div.box div.action .ui-selectmenu {
1568 #content div.box div.action .ui-selectmenu {
1571 margin: 0;
1569 margin: 0;
1572 padding: 0;
1570 padding: 0;
1573 }
1571 }
1574
1572
1575 #content div.box div.pagination {
1573 #content div.box div.pagination {
1576 height: 1%;
1574 height: 1%;
1577 clear: both;
1575 clear: both;
1578 overflow: hidden;
1576 overflow: hidden;
1579 margin: 10px 0 0;
1577 margin: 10px 0 0;
1580 padding: 0;
1578 padding: 0;
1581 }
1579 }
1582
1580
1583 #content div.box div.pagination ul.pager {
1581 #content div.box div.pagination ul.pager {
1584 float: right;
1582 float: right;
1585 text-align: right;
1583 text-align: right;
1586 margin: 0;
1584 margin: 0;
1587 padding: 0;
1585 padding: 0;
1588 }
1586 }
1589
1587
1590 #content div.box div.pagination ul.pager li {
1588 #content div.box div.pagination ul.pager li {
1591 height: 1%;
1589 height: 1%;
1592 float: left;
1590 float: left;
1593 list-style: none;
1591 list-style: none;
1594 background: #ebebeb url("../images/pager.png") repeat-x;
1592 background: #ebebeb url("../images/pager.png") repeat-x;
1595 border-top: 1px solid #dedede;
1593 border-top: 1px solid #dedede;
1596 border-left: 1px solid #cfcfcf;
1594 border-left: 1px solid #cfcfcf;
1597 border-right: 1px solid #c4c4c4;
1595 border-right: 1px solid #c4c4c4;
1598 border-bottom: 1px solid #c4c4c4;
1596 border-bottom: 1px solid #c4c4c4;
1599 color: #4A4A4A;
1597 color: #4A4A4A;
1600 font-weight: 700;
1598 font-weight: 700;
1601 margin: 0 0 0 4px;
1599 margin: 0 0 0 4px;
1602 padding: 0;
1600 padding: 0;
1603 }
1601 }
1604
1602
1605 #content div.box div.pagination ul.pager li.separator {
1603 #content div.box div.pagination ul.pager li.separator {
1606 padding: 6px;
1604 padding: 6px;
1607 }
1605 }
1608
1606
1609 #content div.box div.pagination ul.pager li.current {
1607 #content div.box div.pagination ul.pager li.current {
1610 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1608 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1611 border-top: 1px solid #ccc;
1609 border-top: 1px solid #ccc;
1612 border-left: 1px solid #bebebe;
1610 border-left: 1px solid #bebebe;
1613 border-right: 1px solid #b1b1b1;
1611 border-right: 1px solid #b1b1b1;
1614 border-bottom: 1px solid #afafaf;
1612 border-bottom: 1px solid #afafaf;
1615 color: #515151;
1613 color: #515151;
1616 padding: 6px;
1614 padding: 6px;
1617 }
1615 }
1618
1616
1619 #content div.box div.pagination ul.pager li a {
1617 #content div.box div.pagination ul.pager li a {
1620 height: 1%;
1618 height: 1%;
1621 display: block;
1619 display: block;
1622 float: left;
1620 float: left;
1623 color: #515151;
1621 color: #515151;
1624 text-decoration: none;
1622 text-decoration: none;
1625 margin: 0;
1623 margin: 0;
1626 padding: 6px;
1624 padding: 6px;
1627 }
1625 }
1628
1626
1629 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1627 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
1630 {
1628 {
1631 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1629 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1632 border-top: 1px solid #ccc;
1630 border-top: 1px solid #ccc;
1633 border-left: 1px solid #bebebe;
1631 border-left: 1px solid #bebebe;
1634 border-right: 1px solid #b1b1b1;
1632 border-right: 1px solid #b1b1b1;
1635 border-bottom: 1px solid #afafaf;
1633 border-bottom: 1px solid #afafaf;
1636 margin: -1px;
1634 margin: -1px;
1637 }
1635 }
1638
1636
1639 #content div.box div.pagination-wh {
1637 #content div.box div.pagination-wh {
1640 height: 1%;
1638 height: 1%;
1641 clear: both;
1639 clear: both;
1642 overflow: hidden;
1640 overflow: hidden;
1643 text-align: right;
1641 text-align: right;
1644 margin: 10px 0 0;
1642 margin: 10px 0 0;
1645 padding: 0;
1643 padding: 0;
1646 }
1644 }
1647
1645
1648 #content div.box div.pagination-right {
1646 #content div.box div.pagination-right {
1649 float: right;
1647 float: right;
1650 }
1648 }
1651
1649
1652 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
1650 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
1653 {
1651 {
1654 height: 1%;
1652 height: 1%;
1655 float: left;
1653 float: left;
1656 background: #ebebeb url("../images/pager.png") repeat-x;
1654 background: #ebebeb url("../images/pager.png") repeat-x;
1657 border-top: 1px solid #dedede;
1655 border-top: 1px solid #dedede;
1658 border-left: 1px solid #cfcfcf;
1656 border-left: 1px solid #cfcfcf;
1659 border-right: 1px solid #c4c4c4;
1657 border-right: 1px solid #c4c4c4;
1660 border-bottom: 1px solid #c4c4c4;
1658 border-bottom: 1px solid #c4c4c4;
1661 color: #4A4A4A;
1659 color: #4A4A4A;
1662 font-weight: 700;
1660 font-weight: 700;
1663 margin: 0 0 0 4px;
1661 margin: 0 0 0 4px;
1664 padding: 6px;
1662 padding: 6px;
1665 }
1663 }
1666
1664
1667 #content div.box div.pagination-wh span.pager_curpage {
1665 #content div.box div.pagination-wh span.pager_curpage {
1668 height: 1%;
1666 height: 1%;
1669 float: left;
1667 float: left;
1670 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1668 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1671 border-top: 1px solid #ccc;
1669 border-top: 1px solid #ccc;
1672 border-left: 1px solid #bebebe;
1670 border-left: 1px solid #bebebe;
1673 border-right: 1px solid #b1b1b1;
1671 border-right: 1px solid #b1b1b1;
1674 border-bottom: 1px solid #afafaf;
1672 border-bottom: 1px solid #afafaf;
1675 color: #515151;
1673 color: #515151;
1676 font-weight: 700;
1674 font-weight: 700;
1677 margin: 0 0 0 4px;
1675 margin: 0 0 0 4px;
1678 padding: 6px;
1676 padding: 6px;
1679 }
1677 }
1680
1678
1681 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1679 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
1682 {
1680 {
1683 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1681 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1684 border-top: 1px solid #ccc;
1682 border-top: 1px solid #ccc;
1685 border-left: 1px solid #bebebe;
1683 border-left: 1px solid #bebebe;
1686 border-right: 1px solid #b1b1b1;
1684 border-right: 1px solid #b1b1b1;
1687 border-bottom: 1px solid #afafaf;
1685 border-bottom: 1px solid #afafaf;
1688 text-decoration: none;
1686 text-decoration: none;
1689 }
1687 }
1690
1688
1691 #content div.box div.traffic div.legend {
1689 #content div.box div.traffic div.legend {
1692 clear: both;
1690 clear: both;
1693 overflow: hidden;
1691 overflow: hidden;
1694 border-bottom: 1px solid #ddd;
1692 border-bottom: 1px solid #ddd;
1695 margin: 0 0 10px;
1693 margin: 0 0 10px;
1696 padding: 0 0 10px;
1694 padding: 0 0 10px;
1697 }
1695 }
1698
1696
1699 #content div.box div.traffic div.legend h6 {
1697 #content div.box div.traffic div.legend h6 {
1700 float: left;
1698 float: left;
1701 border: none;
1699 border: none;
1702 margin: 0;
1700 margin: 0;
1703 padding: 0;
1701 padding: 0;
1704 }
1702 }
1705
1703
1706 #content div.box div.traffic div.legend li {
1704 #content div.box div.traffic div.legend li {
1707 list-style: none;
1705 list-style: none;
1708 float: left;
1706 float: left;
1709 font-size: 11px;
1707 font-size: 11px;
1710 margin: 0;
1708 margin: 0;
1711 padding: 0 8px 0 4px;
1709 padding: 0 8px 0 4px;
1712 }
1710 }
1713
1711
1714 #content div.box div.traffic div.legend li.visits {
1712 #content div.box div.traffic div.legend li.visits {
1715 border-left: 12px solid #edc240;
1713 border-left: 12px solid #edc240;
1716 }
1714 }
1717
1715
1718 #content div.box div.traffic div.legend li.pageviews {
1716 #content div.box div.traffic div.legend li.pageviews {
1719 border-left: 12px solid #afd8f8;
1717 border-left: 12px solid #afd8f8;
1720 }
1718 }
1721
1719
1722 #content div.box div.traffic table {
1720 #content div.box div.traffic table {
1723 width: auto;
1721 width: auto;
1724 }
1722 }
1725
1723
1726 #content div.box div.traffic table td {
1724 #content div.box div.traffic table td {
1727 background: transparent;
1725 background: transparent;
1728 border: none;
1726 border: none;
1729 padding: 2px 3px 3px;
1727 padding: 2px 3px 3px;
1730 }
1728 }
1731
1729
1732 #content div.box div.traffic table td.legendLabel {
1730 #content div.box div.traffic table td.legendLabel {
1733 padding: 0 3px 2px;
1731 padding: 0 3px 2px;
1734 }
1732 }
1735
1733
1736 #summary {
1734 #summary {
1737
1735
1738 }
1736 }
1739
1737
1740 #summary .desc {
1738 #summary .desc {
1741 white-space: pre;
1739 white-space: pre;
1742 width: 100%;
1740 width: 100%;
1743 }
1741 }
1744
1742
1745 #summary .repo_name {
1743 #summary .repo_name {
1746 font-size: 1.6em;
1744 font-size: 1.6em;
1747 font-weight: bold;
1745 font-weight: bold;
1748 vertical-align: baseline;
1746 vertical-align: baseline;
1749 clear: right
1747 clear: right
1750 }
1748 }
1751
1749
1752 #footer {
1750 #footer {
1753 clear: both;
1751 clear: both;
1754 overflow: hidden;
1752 overflow: hidden;
1755 text-align: right;
1753 text-align: right;
1756 margin: 0;
1754 margin: 0;
1757 padding: 0 10px 4px;
1755 padding: 0 10px 4px;
1758 margin: -10px 0 0;
1756 margin: -10px 0 0;
1759 }
1757 }
1760
1758
1761 #footer div#footer-inner {
1759 #footer div#footer-inner {
1762 background-color: #eedc94; background-repeat : repeat-x;
1760 background-color: #eedc94; background-repeat : repeat-x;
1763 background-image : -khtml-gradient( linear, left top, left bottom,
1761 background-image : -khtml-gradient( linear, left top, left bottom,
1764 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1762 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1765 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1763 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1766 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1764 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1767 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1765 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1768 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1766 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1769 background-image : -o-linear-gradient( top, #003b76, #00376e));
1767 background-image : -o-linear-gradient( top, #003b76, #00376e));
1770 background-image : linear-gradient( top, #003b76, #00376e); filter :
1768 background-image : linear-gradient( top, #003b76, #00376e); filter :
1771 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1769 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1772 '#003b76', endColorstr = '#00376e', GradientType = 0);
1770 '#003b76', endColorstr = '#00376e', GradientType = 0);
1773 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1771 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1774 -webkit-border-radius: 4px 4px 4px 4px;
1772 -webkit-border-radius: 4px 4px 4px 4px;
1775 -khtml-border-radius: 4px 4px 4px 4px;
1773 -khtml-border-radius: 4px 4px 4px 4px;
1776 -moz-border-radius: 4px 4px 4px 4px;
1774 -moz-border-radius: 4px 4px 4px 4px;
1777 border-radius: 4px 4px 4px 4px;
1775 border-radius: 4px 4px 4px 4px;
1778 background-repeat: repeat-x;
1776 background-repeat: repeat-x;
1779 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1777 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1780 to(#eedc94) );
1778 to(#eedc94) );
1781 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1779 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1782 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1780 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1783 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1781 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1784 color-stop(100%, #00376e) );
1782 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1785 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1783 background-image: -o-linear-gradient(top, #003b76, #00376e);
1786 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1787 background-image: linear-gradient(top, #003b76, #00376e);
1784 background-image: linear-gradient(top, #003b76, #00376e);
1788 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1785 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1789 endColorstr='#00376e', GradientType=0 );
1786 endColorstr='#00376e', GradientType=0 );
1790 }
1787 }
1791
1788
1792 #footer div#footer-inner p {
1789 #footer div#footer-inner p {
1793 padding: 15px 25px 15px 0;
1790 padding: 15px 25px 15px 0;
1794 color: #FFF;
1791 color: #FFF;
1795 font-weight: 700;
1792 font-weight: 700;
1796 }
1793 }
1797
1794
1798 #footer div#footer-inner .footer-link {
1795 #footer div#footer-inner .footer-link {
1799 float: left;
1796 float: left;
1800 padding-left: 10px;
1797 padding-left: 10px;
1801 }
1798 }
1802
1799
1803 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1800 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
1804 {
1801 {
1805 color: #FFF;
1802 color: #FFF;
1806 }
1803 }
1807
1804
1808 #login div.title {
1805 #login div.title {
1809 width: 420px;
1806 width: 420px;
1810 clear: both;
1807 clear: both;
1811 overflow: hidden;
1808 overflow: hidden;
1812 position: relative;
1809 position: relative;
1813 background-color: #eedc94; background-repeat : repeat-x;
1810 background-color: #eedc94; background-repeat : repeat-x;
1814 background-image : -khtml-gradient( linear, left top, left bottom,
1811 background-image : -khtml-gradient( linear, left top, left bottom,
1815 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1812 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1816 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1813 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1817 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1814 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1818 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1815 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1819 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1816 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1820 background-image : -o-linear-gradient( top, #003b76, #00376e));
1817 background-image : -o-linear-gradient( top, #003b76, #00376e));
1821 background-image : linear-gradient( top, #003b76, #00376e); filter :
1818 background-image : linear-gradient( top, #003b76, #00376e); filter :
1822 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1819 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1823 '#003b76', endColorstr = '#00376e', GradientType = 0);
1820 '#003b76', endColorstr = '#00376e', GradientType = 0);
1824 margin: 0 auto;
1821 margin: 0 auto;
1825 padding: 0;
1822 padding: 0;
1826 background-repeat: repeat-x;
1823 background-repeat: repeat-x;
1827 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1824 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1828 to(#eedc94) );
1825 to(#eedc94) );
1829 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1826 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1830 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1827 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1831 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1828 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1832 color-stop(100%, #00376e) );
1829 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1833 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1830 background-image: -o-linear-gradient(top, #003b76, #00376e);
1834 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1835 background-image: linear-gradient(top, #003b76, #00376e);
1831 background-image: linear-gradient(top, #003b76, #00376e);
1836 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1832 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1837 endColorstr='#00376e', GradientType=0 );
1833 endColorstr='#00376e', GradientType=0 );
1838 }
1834 }
1839
1835
1840 #login div.inner {
1836 #login div.inner {
1841 width: 380px;
1837 width: 380px;
1842 background: #FFF url("../images/login.png") no-repeat top left;
1838 background: #FFF url("../images/login.png") no-repeat top left;
1843 border-top: none;
1839 border-top: none;
1844 border-bottom: none;
1840 border-bottom: none;
1845 margin: 0 auto;
1841 margin: 0 auto;
1846 padding: 20px;
1842 padding: 20px;
1847 }
1843 }
1848
1844
1849 #login div.form div.fields div.field div.label {
1845 #login div.form div.fields div.field div.label {
1850 width: 173px;
1846 width: 173px;
1851 float: left;
1847 float: left;
1852 text-align: right;
1848 text-align: right;
1853 margin: 2px 10px 0 0;
1849 margin: 2px 10px 0 0;
1854 padding: 5px 0 0 5px;
1850 padding: 5px 0 0 5px;
1855 }
1851 }
1856
1852
1857 #login div.form div.fields div.field div.input input {
1853 #login div.form div.fields div.field div.input input {
1858 width: 176px;
1854 width: 176px;
1859 background: #FFF;
1855 background: #FFF;
1860 border-top: 1px solid #b3b3b3;
1856 border-top: 1px solid #b3b3b3;
1861 border-left: 1px solid #b3b3b3;
1857 border-left: 1px solid #b3b3b3;
1862 border-right: 1px solid #eaeaea;
1858 border-right: 1px solid #eaeaea;
1863 border-bottom: 1px solid #eaeaea;
1859 border-bottom: 1px solid #eaeaea;
1864 color: #000;
1860 color: #000;
1865 font-size: 11px;
1861 font-size: 11px;
1866 margin: 0;
1862 margin: 0;
1867 padding: 7px 7px 6px;
1863 padding: 7px 7px 6px;
1868 }
1864 }
1869
1865
1870 #login div.form div.fields div.buttons {
1866 #login div.form div.fields div.buttons {
1871 clear: both;
1867 clear: both;
1872 overflow: hidden;
1868 overflow: hidden;
1873 border-top: 1px solid #DDD;
1869 border-top: 1px solid #DDD;
1874 text-align: right;
1870 text-align: right;
1875 margin: 0;
1871 margin: 0;
1876 padding: 10px 0 0;
1872 padding: 10px 0 0;
1877 }
1873 }
1878
1874
1879 #login div.form div.links {
1875 #login div.form div.links {
1880 clear: both;
1876 clear: both;
1881 overflow: hidden;
1877 overflow: hidden;
1882 margin: 10px 0 0;
1878 margin: 10px 0 0;
1883 padding: 0 0 2px;
1879 padding: 0 0 2px;
1884 }
1880 }
1885
1881
1886 .user-menu{
1882 .user-menu{
1887 margin: 0px !important;
1883 margin: 0px !important;
1888 float: left;
1884 float: left;
1889 }
1885 }
1890
1886
1891 .user-menu .container{
1887 .user-menu .container{
1892 padding:0px 4px 0px 4px;
1888 padding:0px 4px 0px 4px;
1893 margin: 0px 0px 0px 0px;
1889 margin: 0px 0px 0px 0px;
1894 }
1890 }
1895
1891
1896 .user-menu .gravatar{
1892 .user-menu .gravatar{
1897 margin: 0px 0px 0px 0px;
1893 margin: 0px 0px 0px 0px;
1898 cursor: pointer;
1894 cursor: pointer;
1899 }
1895 }
1900 .user-menu .gravatar.enabled{
1896 .user-menu .gravatar.enabled{
1901 background-color: #FDF784 !important;
1897 background-color: #FDF784 !important;
1902 }
1898 }
1903 .user-menu .gravatar:hover{
1899 .user-menu .gravatar:hover{
1904 background-color: #FDF784 !important;
1900 background-color: #FDF784 !important;
1905 }
1901 }
1906 #quick_login{
1902 #quick_login{
1907 min-height: 80px;
1903 min-height: 80px;
1908 margin: 37px 0 0 -251px;
1904 margin: 37px 0 0 -251px;
1909 padding: 4px;
1905 padding: 4px;
1910 position: absolute;
1906 position: absolute;
1911 width: 278px;
1907 width: 278px;
1912
1908
1913 background-repeat: repeat-x;
1909 background-repeat: repeat-x;
1914 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1910 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1915 to(#eedc94) );
1911 to(#eedc94) );
1916 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1912 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1917 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1913 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1918 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
1914 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1919 color-stop(100%, #00376e) );
1915 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1920 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
1916 background-image: -o-linear-gradient(top, #003b76, #00376e);
1921 background-image: -o-linear-gradient(top, #003b76, #00376e) );
1922 background-image: linear-gradient(top, #003b76, #00376e);
1917 background-image: linear-gradient(top, #003b76, #00376e);
1923 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1918 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1924 endColorstr='#00376e', GradientType=0 );
1919 endColorstr='#00376e', GradientType=0 );
1925
1920
1926 z-index: 999;
1921 z-index: 999;
1927 -webkit-border-radius: 0px 0px 4px 4px;
1922 -webkit-border-radius: 0px 0px 4px 4px;
1928 -khtml-border-radius: 0px 0px 4px 4px;
1923 -khtml-border-radius: 0px 0px 4px 4px;
1929 -moz-border-radius: 0px 0px 4px 4px;
1924 -moz-border-radius: 0px 0px 4px 4px;
1930 border-radius: 0px 0px 4px 4px;
1925 border-radius: 0px 0px 4px 4px;
1931 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1926 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1932 }
1927 }
1933 #quick_login h4{
1928 #quick_login h4{
1934 color: #fff;
1929 color: #fff;
1935 padding: 5px 0px 5px 14px;
1930 padding: 5px 0px 5px 14px;
1936 }
1931 }
1937
1932
1938 #quick_login .password_forgoten {
1933 #quick_login .password_forgoten {
1939 padding-right: 10px;
1934 padding-right: 10px;
1940 padding-top: 0px;
1935 padding-top: 0px;
1941 text-align: left;
1936 text-align: left;
1942 }
1937 }
1943
1938
1944 #quick_login .password_forgoten a {
1939 #quick_login .password_forgoten a {
1945 font-size: 10px;
1940 font-size: 10px;
1946 color: #fff;
1941 color: #fff;
1947 }
1942 }
1948
1943
1949 #quick_login .register {
1944 #quick_login .register {
1950 padding-right: 10px;
1945 padding-right: 10px;
1951 padding-top: 5px;
1946 padding-top: 5px;
1952 text-align: left;
1947 text-align: left;
1953 }
1948 }
1954
1949
1955 #quick_login .register a {
1950 #quick_login .register a {
1956 font-size: 10px;
1951 font-size: 10px;
1957 color: #fff;
1952 color: #fff;
1958 }
1953 }
1959
1954
1960 #quick_login .submit {
1955 #quick_login .submit {
1961 margin: -20px 0 0 0px;
1956 margin: -20px 0 0 0px;
1962 position: absolute;
1957 position: absolute;
1963 right: 15px;
1958 right: 15px;
1964 }
1959 }
1965
1960
1966 #quick_login .links_left{
1961 #quick_login .links_left{
1967 float: left;
1962 float: left;
1968 }
1963 }
1969 #quick_login .links_right{
1964 #quick_login .links_right{
1970 float: right;
1965 float: right;
1971 }
1966 }
1972 #quick_login .full_name{
1967 #quick_login .full_name{
1973 color: #FFFFFF;
1968 color: #FFFFFF;
1974 font-weight: bold;
1969 font-weight: bold;
1975 padding: 3px;
1970 padding: 3px;
1976 }
1971 }
1977 #quick_login .big_gravatar{
1972 #quick_login .big_gravatar{
1978 padding:4px 0px 0px 6px;
1973 padding:4px 0px 0px 6px;
1979 }
1974 }
1980
1975
1981 #quick_login .email,#quick_login .email a{
1976 #quick_login .email,#quick_login .email a{
1982 color: #FFFFFF;
1977 color: #FFFFFF;
1983 padding: 3px;
1978 padding: 3px;
1984
1979
1985 }
1980 }
1986 #quick_login .links .logout{
1981 #quick_login .links .logout{
1987
1982
1988 }
1983 }
1989
1984
1990 #quick_login div.form div.fields {
1985 #quick_login div.form div.fields {
1991 padding-top: 2px;
1986 padding-top: 2px;
1992 padding-left: 10px;
1987 padding-left: 10px;
1993 }
1988 }
1994
1989
1995 #quick_login div.form div.fields div.field {
1990 #quick_login div.form div.fields div.field {
1996 padding: 5px;
1991 padding: 5px;
1997 }
1992 }
1998
1993
1999 #quick_login div.form div.fields div.field div.label label {
1994 #quick_login div.form div.fields div.field div.label label {
2000 color: #fff;
1995 color: #fff;
2001 padding-bottom: 3px;
1996 padding-bottom: 3px;
2002 }
1997 }
2003
1998
2004 #quick_login div.form div.fields div.field div.input input {
1999 #quick_login div.form div.fields div.field div.input input {
2005 width: 236px;
2000 width: 236px;
2006 background: #FFF;
2001 background: #FFF;
2007 border-top: 1px solid #b3b3b3;
2002 border-top: 1px solid #b3b3b3;
2008 border-left: 1px solid #b3b3b3;
2003 border-left: 1px solid #b3b3b3;
2009 border-right: 1px solid #eaeaea;
2004 border-right: 1px solid #eaeaea;
2010 border-bottom: 1px solid #eaeaea;
2005 border-bottom: 1px solid #eaeaea;
2011 color: #000;
2006 color: #000;
2012 font-size: 11px;
2007 font-size: 11px;
2013 margin: 0;
2008 margin: 0;
2014 padding: 5px 7px 4px;
2009 padding: 5px 7px 4px;
2015 }
2010 }
2016
2011
2017 #quick_login div.form div.fields div.buttons {
2012 #quick_login div.form div.fields div.buttons {
2018 clear: both;
2013 clear: both;
2019 overflow: hidden;
2014 overflow: hidden;
2020 text-align: right;
2015 text-align: right;
2021 margin: 0;
2016 margin: 0;
2022 padding: 5px 14px 0px 5px;
2017 padding: 5px 14px 0px 5px;
2023 }
2018 }
2024
2019
2025 #quick_login div.form div.links {
2020 #quick_login div.form div.links {
2026 clear: both;
2021 clear: both;
2027 overflow: hidden;
2022 overflow: hidden;
2028 margin: 10px 0 0;
2023 margin: 10px 0 0;
2029 padding: 0 0 2px;
2024 padding: 0 0 2px;
2030 }
2025 }
2031
2026
2032 #quick_login ol.links{
2027 #quick_login ol.links{
2033 display: block;
2028 display: block;
2034 font-weight: bold;
2029 font-weight: bold;
2035 list-style: none outside none;
2030 list-style: none outside none;
2036 text-align: right;
2031 text-align: right;
2037 }
2032 }
2038 #quick_login ol.links li{
2033 #quick_login ol.links li{
2039 line-height: 27px;
2034 line-height: 27px;
2040 margin: 0;
2035 margin: 0;
2041 padding: 0;
2036 padding: 0;
2042 color: #fff;
2037 color: #fff;
2043 display: block;
2038 display: block;
2044 float:none !important;
2039 float:none !important;
2045 }
2040 }
2046
2041
2047 #quick_login ol.links li a{
2042 #quick_login ol.links li a{
2048 color: #fff;
2043 color: #fff;
2049 display: block;
2044 display: block;
2050 padding: 2px;
2045 padding: 2px;
2051 }
2046 }
2052 #quick_login ol.links li a:HOVER{
2047 #quick_login ol.links li a:HOVER{
2053 background-color: inherit !important;
2048 background-color: inherit !important;
2054 }
2049 }
2055
2050
2056 #register div.title {
2051 #register div.title {
2057 clear: both;
2052 clear: both;
2058 overflow: hidden;
2053 overflow: hidden;
2059 position: relative;
2054 position: relative;
2060 background-color: #eedc94;
2055 background-color: #eedc94;
2061 background-repeat: repeat-x;
2056 background-repeat: repeat-x;
2062 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
2057 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
2063 to(#eedc94) );
2058 to(#eedc94) );
2064 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2059 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2065 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2060 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2066 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),
2061 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
2067 color-stop(100%, #00376e) );
2062 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2068 background-image: -webkit-linear-gradient(top, #003b76, #00376e) );
2063 background-image: -o-linear-gradient(top, #003b76, #00376e);
2069 background-image: -o-linear-gradient(top, #003b76, #00376e) );
2070 background-image: linear-gradient(top, #003b76, #00376e);
2064 background-image: linear-gradient(top, #003b76, #00376e);
2071 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2065 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2072 endColorstr='#00376e', GradientType=0 );
2066 endColorstr='#00376e', GradientType=0 );
2073 margin: 0 auto;
2067 margin: 0 auto;
2074 padding: 0;
2068 padding: 0;
2075 }
2069 }
2076
2070
2077 #register div.inner {
2071 #register div.inner {
2078 background: #FFF;
2072 background: #FFF;
2079 border-top: none;
2073 border-top: none;
2080 border-bottom: none;
2074 border-bottom: none;
2081 margin: 0 auto;
2075 margin: 0 auto;
2082 padding: 20px;
2076 padding: 20px;
2083 }
2077 }
2084
2078
2085 #register div.form div.fields div.field div.label {
2079 #register div.form div.fields div.field div.label {
2086 width: 135px;
2080 width: 135px;
2087 float: left;
2081 float: left;
2088 text-align: right;
2082 text-align: right;
2089 margin: 2px 10px 0 0;
2083 margin: 2px 10px 0 0;
2090 padding: 5px 0 0 5px;
2084 padding: 5px 0 0 5px;
2091 }
2085 }
2092
2086
2093 #register div.form div.fields div.field div.input input {
2087 #register div.form div.fields div.field div.input input {
2094 width: 300px;
2088 width: 300px;
2095 background: #FFF;
2089 background: #FFF;
2096 border-top: 1px solid #b3b3b3;
2090 border-top: 1px solid #b3b3b3;
2097 border-left: 1px solid #b3b3b3;
2091 border-left: 1px solid #b3b3b3;
2098 border-right: 1px solid #eaeaea;
2092 border-right: 1px solid #eaeaea;
2099 border-bottom: 1px solid #eaeaea;
2093 border-bottom: 1px solid #eaeaea;
2100 color: #000;
2094 color: #000;
2101 font-size: 11px;
2095 font-size: 11px;
2102 margin: 0;
2096 margin: 0;
2103 padding: 7px 7px 6px;
2097 padding: 7px 7px 6px;
2104 }
2098 }
2105
2099
2106 #register div.form div.fields div.buttons {
2100 #register div.form div.fields div.buttons {
2107 clear: both;
2101 clear: both;
2108 overflow: hidden;
2102 overflow: hidden;
2109 border-top: 1px solid #DDD;
2103 border-top: 1px solid #DDD;
2110 text-align: left;
2104 text-align: left;
2111 margin: 0;
2105 margin: 0;
2112 padding: 10px 0 0 150px;
2106 padding: 10px 0 0 150px;
2113 }
2107 }
2114
2108
2115 #register div.form div.activation_msg {
2109 #register div.form div.activation_msg {
2116 padding-top: 4px;
2110 padding-top: 4px;
2117 padding-bottom: 4px;
2111 padding-bottom: 4px;
2118 }
2112 }
2119
2113
2120 #journal .journal_day {
2114 #journal .journal_day {
2121 font-size: 20px;
2115 font-size: 20px;
2122 padding: 10px 0px;
2116 padding: 10px 0px;
2123 border-bottom: 2px solid #DDD;
2117 border-bottom: 2px solid #DDD;
2124 margin-left: 10px;
2118 margin-left: 10px;
2125 margin-right: 10px;
2119 margin-right: 10px;
2126 }
2120 }
2127
2121
2128 #journal .journal_container {
2122 #journal .journal_container {
2129 padding: 5px;
2123 padding: 5px;
2130 clear: both;
2124 clear: both;
2131 margin: 0px 5px 0px 10px;
2125 margin: 0px 5px 0px 10px;
2132 }
2126 }
2133
2127
2134 #journal .journal_action_container {
2128 #journal .journal_action_container {
2135 padding-left: 38px;
2129 padding-left: 38px;
2136 }
2130 }
2137
2131
2138 #journal .journal_user {
2132 #journal .journal_user {
2139 color: #747474;
2133 color: #747474;
2140 font-size: 14px;
2134 font-size: 14px;
2141 font-weight: bold;
2135 font-weight: bold;
2142 height: 30px;
2136 height: 30px;
2143 }
2137 }
2144
2138
2145 #journal .journal_icon {
2139 #journal .journal_icon {
2146 clear: both;
2140 clear: both;
2147 float: left;
2141 float: left;
2148 padding-right: 4px;
2142 padding-right: 4px;
2149 padding-top: 3px;
2143 padding-top: 3px;
2150 }
2144 }
2151
2145
2152 #journal .journal_action {
2146 #journal .journal_action {
2153 padding-top: 4px;
2147 padding-top: 4px;
2154 min-height: 2px;
2148 min-height: 2px;
2155 float: left
2149 float: left
2156 }
2150 }
2157
2151
2158 #journal .journal_action_params {
2152 #journal .journal_action_params {
2159 clear: left;
2153 clear: left;
2160 padding-left: 22px;
2154 padding-left: 22px;
2161 }
2155 }
2162
2156
2163 #journal .journal_repo {
2157 #journal .journal_repo {
2164 float: left;
2158 float: left;
2165 margin-left: 6px;
2159 margin-left: 6px;
2166 padding-top: 3px;
2160 padding-top: 3px;
2167 }
2161 }
2168
2162
2169 #journal .date {
2163 #journal .date {
2170 clear: both;
2164 clear: both;
2171 color: #777777;
2165 color: #777777;
2172 font-size: 11px;
2166 font-size: 11px;
2173 padding-left: 22px;
2167 padding-left: 22px;
2174 }
2168 }
2175
2169
2176 #journal .journal_repo .journal_repo_name {
2170 #journal .journal_repo .journal_repo_name {
2177 font-weight: bold;
2171 font-weight: bold;
2178 font-size: 1.1em;
2172 font-size: 1.1em;
2179 }
2173 }
2180
2174
2181 #journal .compare_view {
2175 #journal .compare_view {
2182 padding: 5px 0px 5px 0px;
2176 padding: 5px 0px 5px 0px;
2183 width: 95px;
2177 width: 95px;
2184 }
2178 }
2185
2179
2186 .journal_highlight {
2180 .journal_highlight {
2187 font-weight: bold;
2181 font-weight: bold;
2188 padding: 0 2px;
2182 padding: 0 2px;
2189 vertical-align: bottom;
2183 vertical-align: bottom;
2190 }
2184 }
2191
2185
2192 .trending_language_tbl,.trending_language_tbl td {
2186 .trending_language_tbl,.trending_language_tbl td {
2193 border: 0 !important;
2187 border: 0 !important;
2194 margin: 0 !important;
2188 margin: 0 !important;
2195 padding: 0 !important;
2189 padding: 0 !important;
2196 }
2190 }
2197
2191
2198 .trending_language_tbl,.trending_language_tbl tr {
2192 .trending_language_tbl,.trending_language_tbl tr {
2199 border-spacing: 1px;
2193 border-spacing: 1px;
2200 }
2194 }
2201
2195
2202 .trending_language {
2196 .trending_language {
2203 background-color: #003367;
2197 background-color: #003367;
2204 color: #FFF;
2198 color: #FFF;
2205 display: block;
2199 display: block;
2206 min-width: 20px;
2200 min-width: 20px;
2207 text-decoration: none;
2201 text-decoration: none;
2208 height: 12px;
2202 height: 12px;
2209 margin-bottom: 0px;
2203 margin-bottom: 0px;
2210 margin-left: 5px;
2204 margin-left: 5px;
2211 white-space: pre;
2205 white-space: pre;
2212 padding: 3px;
2206 padding: 3px;
2213 }
2207 }
2214
2208
2215 h3.files_location {
2209 h3.files_location {
2216 font-size: 1.8em;
2210 font-size: 1.8em;
2217 font-weight: 700;
2211 font-weight: 700;
2218 border-bottom: none !important;
2212 border-bottom: none !important;
2219 margin: 10px 0 !important;
2213 margin: 10px 0 !important;
2220 }
2214 }
2221
2215
2222 #files_data dl dt {
2216 #files_data dl dt {
2223 float: left;
2217 float: left;
2224 width: 60px;
2218 width: 60px;
2225 margin: 0 !important;
2219 margin: 0 !important;
2226 padding: 5px;
2220 padding: 5px;
2227 }
2221 }
2228
2222
2229 #files_data dl dd {
2223 #files_data dl dd {
2230 margin: 0 !important;
2224 margin: 0 !important;
2231 padding: 5px !important;
2225 padding: 5px !important;
2232 }
2226 }
2233
2227
2234 .tablerow0 {
2228 .tablerow0 {
2235 background-color: #F8F8F8;
2229 background-color: #F8F8F8;
2236 }
2230 }
2237
2231
2238 .tablerow1 {
2232 .tablerow1 {
2239 background-color: #FFFFFF;
2233 background-color: #FFFFFF;
2240 }
2234 }
2241
2235
2242 .changeset_id {
2236 .changeset_id {
2243 font-family: monospace;
2237 font-family: monospace;
2244 color: #666666;
2238 color: #666666;
2245 }
2239 }
2246
2240
2247 .changeset_hash {
2241 .changeset_hash {
2248 color: #000000;
2242 color: #000000;
2249 }
2243 }
2250
2244
2251 #changeset_content {
2245 #changeset_content {
2252 border-left: 1px solid #CCC;
2246 border-left: 1px solid #CCC;
2253 border-right: 1px solid #CCC;
2247 border-right: 1px solid #CCC;
2254 border-bottom: 1px solid #CCC;
2248 border-bottom: 1px solid #CCC;
2255 padding: 5px;
2249 padding: 5px;
2256 }
2250 }
2257
2251
2258 #changeset_compare_view_content {
2252 #changeset_compare_view_content {
2259 border: 1px solid #CCC;
2253 border: 1px solid #CCC;
2260 padding: 5px;
2254 padding: 5px;
2261 }
2255 }
2262
2256
2263 #changeset_content .container {
2257 #changeset_content .container {
2264 min-height: 100px;
2258 min-height: 100px;
2265 font-size: 1.2em;
2259 font-size: 1.2em;
2266 overflow: hidden;
2260 overflow: hidden;
2267 }
2261 }
2268
2262
2269 #changeset_compare_view_content .compare_view_commits {
2263 #changeset_compare_view_content .compare_view_commits {
2270 width: auto !important;
2264 width: auto !important;
2271 }
2265 }
2272
2266
2273 #changeset_compare_view_content .compare_view_commits td {
2267 #changeset_compare_view_content .compare_view_commits td {
2274 padding: 0px 0px 0px 12px !important;
2268 padding: 0px 0px 0px 12px !important;
2275 }
2269 }
2276
2270
2277 #changeset_content .container .right {
2271 #changeset_content .container .right {
2278 float: right;
2272 float: right;
2279 width: 20%;
2273 width: 20%;
2280 text-align: right;
2274 text-align: right;
2281 }
2275 }
2282
2276
2283 #changeset_content .container .left .message {
2277 #changeset_content .container .left .message {
2284 white-space: pre-wrap;
2278 white-space: pre-wrap;
2285 }
2279 }
2286 #changeset_content .container .left .message a:hover {
2280 #changeset_content .container .left .message a:hover {
2287 text-decoration: none;
2281 text-decoration: none;
2288 }
2282 }
2289 .cs_files .cur_cs {
2283 .cs_files .cur_cs {
2290 margin: 10px 2px;
2284 margin: 10px 2px;
2291 font-weight: bold;
2285 font-weight: bold;
2292 }
2286 }
2293
2287
2294 .cs_files .node {
2288 .cs_files .node {
2295 float: left;
2289 float: left;
2296 }
2290 }
2297
2291
2298 .cs_files .changes {
2292 .cs_files .changes {
2299 float: right;
2293 float: right;
2300 color:#003367;
2294 color:#003367;
2301
2295
2302 }
2296 }
2303
2297
2304 .cs_files .changes .added {
2298 .cs_files .changes .added {
2305 background-color: #BBFFBB;
2299 background-color: #BBFFBB;
2306 float: left;
2300 float: left;
2307 text-align: center;
2301 text-align: center;
2308 font-size: 9px;
2302 font-size: 9px;
2309 padding: 2px 0px 2px 0px;
2303 padding: 2px 0px 2px 0px;
2310 }
2304 }
2311
2305
2312 .cs_files .changes .deleted {
2306 .cs_files .changes .deleted {
2313 background-color: #FF8888;
2307 background-color: #FF8888;
2314 float: left;
2308 float: left;
2315 text-align: center;
2309 text-align: center;
2316 font-size: 9px;
2310 font-size: 9px;
2317 padding: 2px 0px 2px 0px;
2311 padding: 2px 0px 2px 0px;
2318 }
2312 }
2319
2313
2320 .cs_files .cs_added {
2314 .cs_files .cs_added {
2321 background: url("../images/icons/page_white_add.png") no-repeat scroll
2315 background: url("../images/icons/page_white_add.png") no-repeat scroll
2322 3px;
2316 3px;
2323 height: 16px;
2317 height: 16px;
2324 padding-left: 20px;
2318 padding-left: 20px;
2325 margin-top: 7px;
2319 margin-top: 7px;
2326 text-align: left;
2320 text-align: left;
2327 }
2321 }
2328
2322
2329 .cs_files .cs_changed {
2323 .cs_files .cs_changed {
2330 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2324 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2331 3px;
2325 3px;
2332 height: 16px;
2326 height: 16px;
2333 padding-left: 20px;
2327 padding-left: 20px;
2334 margin-top: 7px;
2328 margin-top: 7px;
2335 text-align: left;
2329 text-align: left;
2336 }
2330 }
2337
2331
2338 .cs_files .cs_removed {
2332 .cs_files .cs_removed {
2339 background: url("../images/icons/page_white_delete.png") no-repeat
2333 background: url("../images/icons/page_white_delete.png") no-repeat
2340 scroll 3px;
2334 scroll 3px;
2341 height: 16px;
2335 height: 16px;
2342 padding-left: 20px;
2336 padding-left: 20px;
2343 margin-top: 7px;
2337 margin-top: 7px;
2344 text-align: left;
2338 text-align: left;
2345 }
2339 }
2346
2340
2347 #graph {
2341 #graph {
2348 overflow: hidden;
2342 overflow: hidden;
2349 }
2343 }
2350
2344
2351 #graph_nodes {
2345 #graph_nodes {
2352 float: left;
2346 float: left;
2353 margin-right: -6px;
2347 margin-right: -6px;
2354 margin-top: 0px;
2348 margin-top: 0px;
2355 }
2349 }
2356
2350
2357 #graph_content {
2351 #graph_content {
2358 width: 80%;
2352 width: 80%;
2359 float: left;
2353 float: left;
2360 }
2354 }
2361
2355
2362 #graph_content .container_header {
2356 #graph_content .container_header {
2363 border-bottom: 1px solid #DDD;
2357 border-bottom: 1px solid #DDD;
2364 padding: 10px;
2358 padding: 10px;
2365 height: 25px;
2359 height: 25px;
2366 }
2360 }
2367
2361
2368 #graph_content #rev_range_container {
2362 #graph_content #rev_range_container {
2369 padding: 7px 20px;
2363 padding: 7px 20px;
2370 float: left;
2364 float: left;
2371 }
2365 }
2372
2366
2373 #graph_content .container {
2367 #graph_content .container {
2374 border-bottom: 1px solid #DDD;
2368 border-bottom: 1px solid #DDD;
2375 height: 56px;
2369 height: 56px;
2376 overflow: hidden;
2370 overflow: hidden;
2377 }
2371 }
2378
2372
2379 #graph_content .container .right {
2373 #graph_content .container .right {
2380 float: right;
2374 float: right;
2381 width: 23%;
2375 width: 23%;
2382 text-align: right;
2376 text-align: right;
2383 }
2377 }
2384
2378
2385 #graph_content .container .left {
2379 #graph_content .container .left {
2386 float: left;
2380 float: left;
2387 width: 25%;
2381 width: 25%;
2388 padding-left: 5px;
2382 padding-left: 5px;
2389 }
2383 }
2390
2384
2391 #graph_content .container .mid {
2385 #graph_content .container .mid {
2392 float: left;
2386 float: left;
2393 width: 49%;
2387 width: 49%;
2394 }
2388 }
2395
2389
2396
2390
2397 #graph_content .container .left .date {
2391 #graph_content .container .left .date {
2398 color: #666;
2392 color: #666;
2399 padding-left: 22px;
2393 padding-left: 22px;
2400 font-size: 10px;
2394 font-size: 10px;
2401 }
2395 }
2402
2396
2403 #graph_content .container .left .author {
2397 #graph_content .container .left .author {
2404 height: 22px;
2398 height: 22px;
2405 }
2399 }
2406
2400
2407 #graph_content .container .left .author .user {
2401 #graph_content .container .left .author .user {
2408 color: #444444;
2402 color: #444444;
2409 float: left;
2403 float: left;
2410 margin-left: -4px;
2404 margin-left: -4px;
2411 margin-top: 4px;
2405 margin-top: 4px;
2412 }
2406 }
2413
2407
2414 #graph_content .container .mid .message {
2408 #graph_content .container .mid .message {
2415 white-space: pre-wrap;
2409 white-space: pre-wrap;
2416 }
2410 }
2417
2411
2418 #graph_content .container .mid .message a:hover{
2412 #graph_content .container .mid .message a:hover{
2419 text-decoration: none;
2413 text-decoration: none;
2420 }
2414 }
2421 #content #graph_content .message .revision-link,
2415 #content #graph_content .message .revision-link,
2422 #changeset_content .container .message .revision-link
2416 #changeset_content .container .message .revision-link
2423 {
2417 {
2424 color:#3F6F9F;
2418 color:#3F6F9F;
2425 font-weight: bold !important;
2419 font-weight: bold !important;
2426 }
2420 }
2427
2421
2428 #content #graph_content .message .issue-tracker-link,
2422 #content #graph_content .message .issue-tracker-link,
2429 #changeset_content .container .message .issue-tracker-link{
2423 #changeset_content .container .message .issue-tracker-link{
2430 color:#3F6F9F;
2424 color:#3F6F9F;
2431 font-weight: bold !important;
2425 font-weight: bold !important;
2432 }
2426 }
2433
2427
2434 .right .comments-container{
2428 .right .comments-container{
2435 padding-right: 5px;
2429 padding-right: 5px;
2436 margin-top:1px;
2430 margin-top:1px;
2437 float:right;
2431 float:right;
2438 height:14px;
2432 height:14px;
2439 }
2433 }
2440
2434
2441 .right .comments-cnt{
2435 .right .comments-cnt{
2442 float: left;
2436 float: left;
2443 color: rgb(136, 136, 136);
2437 color: rgb(136, 136, 136);
2444 padding-right: 2px;
2438 padding-right: 2px;
2445 }
2439 }
2446
2440
2447 .right .changes{
2441 .right .changes{
2448 clear: both;
2442 clear: both;
2449 }
2443 }
2450
2444
2451 .right .changes .changed_total {
2445 .right .changes .changed_total {
2452 display: block;
2446 display: block;
2453 float: right;
2447 float: right;
2454 text-align: center;
2448 text-align: center;
2455 min-width: 45px;
2449 min-width: 45px;
2456 cursor: pointer;
2450 cursor: pointer;
2457 color: #444444;
2451 color: #444444;
2458 background: #FEA;
2452 background: #FEA;
2459 -webkit-border-radius: 0px 0px 0px 6px;
2453 -webkit-border-radius: 0px 0px 0px 6px;
2460 -moz-border-radius: 0px 0px 0px 6px;
2454 -moz-border-radius: 0px 0px 0px 6px;
2461 border-radius: 0px 0px 0px 6px;
2455 border-radius: 0px 0px 0px 6px;
2462 padding: 1px;
2456 padding: 1px;
2463 }
2457 }
2464
2458
2465 .right .changes .added,.changed,.removed {
2459 .right .changes .added,.changed,.removed {
2466 display: block;
2460 display: block;
2467 padding: 1px;
2461 padding: 1px;
2468 color: #444444;
2462 color: #444444;
2469 float: right;
2463 float: right;
2470 text-align: center;
2464 text-align: center;
2471 min-width: 15px;
2465 min-width: 15px;
2472 }
2466 }
2473
2467
2474 .right .changes .added {
2468 .right .changes .added {
2475 background: #CFC;
2469 background: #CFC;
2476 }
2470 }
2477
2471
2478 .right .changes .changed {
2472 .right .changes .changed {
2479 background: #FEA;
2473 background: #FEA;
2480 }
2474 }
2481
2475
2482 .right .changes .removed {
2476 .right .changes .removed {
2483 background: #FAA;
2477 background: #FAA;
2484 }
2478 }
2485
2479
2486 .right .merge {
2480 .right .merge {
2487 padding: 1px 3px 1px 3px;
2481 padding: 1px 3px 1px 3px;
2488 background-color: #fca062;
2482 background-color: #fca062;
2489 font-size: 10px;
2483 font-size: 10px;
2490 font-weight: bold;
2484 font-weight: bold;
2491 color: #ffffff;
2485 color: #ffffff;
2492 text-transform: uppercase;
2486 text-transform: uppercase;
2493 white-space: nowrap;
2487 white-space: nowrap;
2494 -webkit-border-radius: 3px;
2488 -webkit-border-radius: 3px;
2495 -moz-border-radius: 3px;
2489 -moz-border-radius: 3px;
2496 border-radius: 3px;
2490 border-radius: 3px;
2497 margin-right: 2px;
2491 margin-right: 2px;
2498 }
2492 }
2499
2493
2500 .right .parent {
2494 .right .parent {
2501 color: #666666;
2495 color: #666666;
2502 clear:both;
2496 clear:both;
2503 }
2497 }
2504 .right .logtags{
2498 .right .logtags{
2505 padding: 2px 2px 2px 2px;
2499 padding: 2px 2px 2px 2px;
2506 }
2500 }
2507 .right .logtags .branchtag,.logtags .branchtag {
2501 .right .logtags .branchtag,.logtags .branchtag {
2508 padding: 1px 3px 1px 3px;
2502 padding: 1px 3px 1px 3px;
2509 background-color: #bfbfbf;
2503 background-color: #bfbfbf;
2510 font-size: 10px;
2504 font-size: 10px;
2511 font-weight: bold;
2505 font-weight: bold;
2512 color: #ffffff;
2506 color: #ffffff;
2513 text-transform: uppercase;
2507 text-transform: uppercase;
2514 white-space: nowrap;
2508 white-space: nowrap;
2515 -webkit-border-radius: 3px;
2509 -webkit-border-radius: 3px;
2516 -moz-border-radius: 3px;
2510 -moz-border-radius: 3px;
2517 border-radius: 3px;
2511 border-radius: 3px;
2518 }
2512 }
2519 .right .logtags .branchtag a:hover,.logtags .branchtag a{
2513 .right .logtags .branchtag a:hover,.logtags .branchtag a{
2520 color: #ffffff;
2514 color: #ffffff;
2521 }
2515 }
2522 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2516 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{
2523 text-decoration: none;
2517 text-decoration: none;
2524 color: #ffffff;
2518 color: #ffffff;
2525 }
2519 }
2526 .right .logtags .tagtag,.logtags .tagtag {
2520 .right .logtags .tagtag,.logtags .tagtag {
2527 padding: 1px 3px 1px 3px;
2521 padding: 1px 3px 1px 3px;
2528 background-color: #62cffc;
2522 background-color: #62cffc;
2529 font-size: 10px;
2523 font-size: 10px;
2530 font-weight: bold;
2524 font-weight: bold;
2531 color: #ffffff;
2525 color: #ffffff;
2532 text-transform: uppercase;
2526 text-transform: uppercase;
2533 white-space: nowrap;
2527 white-space: nowrap;
2534 -webkit-border-radius: 3px;
2528 -webkit-border-radius: 3px;
2535 -moz-border-radius: 3px;
2529 -moz-border-radius: 3px;
2536 border-radius: 3px;
2530 border-radius: 3px;
2537 }
2531 }
2538 .right .logtags .tagtag a:hover,.logtags .tagtag a{
2532 .right .logtags .tagtag a:hover,.logtags .tagtag a{
2539 color: #ffffff;
2533 color: #ffffff;
2540 }
2534 }
2541 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2535 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2542 text-decoration: none;
2536 text-decoration: none;
2543 color: #ffffff;
2537 color: #ffffff;
2544 }
2538 }
2545 .right .logbooks .bookbook,.logbooks .bookbook {
2539 .right .logbooks .bookbook,.logbooks .bookbook {
2546 padding: 1px 3px 2px;
2540 padding: 1px 3px 2px;
2547 background-color: #46A546;
2541 background-color: #46A546;
2548 font-size: 9.75px;
2542 font-size: 9.75px;
2549 font-weight: bold;
2543 font-weight: bold;
2550 color: #ffffff;
2544 color: #ffffff;
2551 text-transform: uppercase;
2545 text-transform: uppercase;
2552 white-space: nowrap;
2546 white-space: nowrap;
2553 -webkit-border-radius: 3px;
2547 -webkit-border-radius: 3px;
2554 -moz-border-radius: 3px;
2548 -moz-border-radius: 3px;
2555 border-radius: 3px;
2549 border-radius: 3px;
2556 }
2550 }
2557 .right .logbooks .bookbook,.logbooks .bookbook a{
2551 .right .logbooks .bookbook,.logbooks .bookbook a{
2558 color: #ffffff;
2552 color: #ffffff;
2559 }
2553 }
2560 .right .logbooks .bookbook,.logbooks .bookbook a:hover{
2554 .right .logbooks .bookbook,.logbooks .bookbook a:hover{
2561 text-decoration: none;
2555 text-decoration: none;
2562 color: #ffffff;
2556 color: #ffffff;
2563 }
2557 }
2564 div.browserblock {
2558 div.browserblock {
2565 overflow: hidden;
2559 overflow: hidden;
2566 border: 1px solid #ccc;
2560 border: 1px solid #ccc;
2567 background: #f8f8f8;
2561 background: #f8f8f8;
2568 font-size: 100%;
2562 font-size: 100%;
2569 line-height: 125%;
2563 line-height: 125%;
2570 padding: 0;
2564 padding: 0;
2571 -webkit-border-radius: 6px 6px 0px 0px;
2565 -webkit-border-radius: 6px 6px 0px 0px;
2572 -moz-border-radius: 6px 6px 0px 0px;
2566 -moz-border-radius: 6px 6px 0px 0px;
2573 border-radius: 6px 6px 0px 0px;
2567 border-radius: 6px 6px 0px 0px;
2574 }
2568 }
2575
2569
2576 div.browserblock .browser-header {
2570 div.browserblock .browser-header {
2577 background: #FFF;
2571 background: #FFF;
2578 padding: 10px 0px 15px 0px;
2572 padding: 10px 0px 15px 0px;
2579 width: 100%;
2573 width: 100%;
2580 }
2574 }
2581
2575
2582 div.browserblock .browser-nav {
2576 div.browserblock .browser-nav {
2583 float: left
2577 float: left
2584 }
2578 }
2585
2579
2586 div.browserblock .browser-branch {
2580 div.browserblock .browser-branch {
2587 float: left;
2581 float: left;
2588 }
2582 }
2589
2583
2590 div.browserblock .browser-branch label {
2584 div.browserblock .browser-branch label {
2591 color: #4A4A4A;
2585 color: #4A4A4A;
2592 vertical-align: text-top;
2586 vertical-align: text-top;
2593 }
2587 }
2594
2588
2595 div.browserblock .browser-header span {
2589 div.browserblock .browser-header span {
2596 margin-left: 5px;
2590 margin-left: 5px;
2597 font-weight: 700;
2591 font-weight: 700;
2598 }
2592 }
2599
2593
2600 div.browserblock .browser-search {
2594 div.browserblock .browser-search {
2601 clear: both;
2595 clear: both;
2602 padding: 8px 8px 0px 5px;
2596 padding: 8px 8px 0px 5px;
2603 height: 20px;
2597 height: 20px;
2604 }
2598 }
2605
2599
2606 div.browserblock #node_filter_box {
2600 div.browserblock #node_filter_box {
2607
2601
2608 }
2602 }
2609
2603
2610 div.browserblock .search_activate {
2604 div.browserblock .search_activate {
2611 float: left
2605 float: left
2612 }
2606 }
2613
2607
2614 div.browserblock .add_node {
2608 div.browserblock .add_node {
2615 float: left;
2609 float: left;
2616 padding-left: 5px;
2610 padding-left: 5px;
2617 }
2611 }
2618
2612
2619 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2613 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover
2620 {
2614 {
2621 text-decoration: none !important;
2615 text-decoration: none !important;
2622 }
2616 }
2623
2617
2624 div.browserblock .browser-body {
2618 div.browserblock .browser-body {
2625 background: #EEE;
2619 background: #EEE;
2626 border-top: 1px solid #CCC;
2620 border-top: 1px solid #CCC;
2627 }
2621 }
2628
2622
2629 table.code-browser {
2623 table.code-browser {
2630 border-collapse: collapse;
2624 border-collapse: collapse;
2631 width: 100%;
2625 width: 100%;
2632 }
2626 }
2633
2627
2634 table.code-browser tr {
2628 table.code-browser tr {
2635 margin: 3px;
2629 margin: 3px;
2636 }
2630 }
2637
2631
2638 table.code-browser thead th {
2632 table.code-browser thead th {
2639 background-color: #EEE;
2633 background-color: #EEE;
2640 height: 20px;
2634 height: 20px;
2641 font-size: 1.1em;
2635 font-size: 1.1em;
2642 font-weight: 700;
2636 font-weight: 700;
2643 text-align: left;
2637 text-align: left;
2644 padding-left: 10px;
2638 padding-left: 10px;
2645 }
2639 }
2646
2640
2647 table.code-browser tbody td {
2641 table.code-browser tbody td {
2648 padding-left: 10px;
2642 padding-left: 10px;
2649 height: 20px;
2643 height: 20px;
2650 }
2644 }
2651
2645
2652 table.code-browser .browser-file {
2646 table.code-browser .browser-file {
2653 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2647 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2654 height: 16px;
2648 height: 16px;
2655 padding-left: 20px;
2649 padding-left: 20px;
2656 text-align: left;
2650 text-align: left;
2657 }
2651 }
2658 .diffblock .changeset_header {
2652 .diffblock .changeset_header {
2659 height: 16px;
2653 height: 16px;
2660 }
2654 }
2661 .diffblock .changeset_file {
2655 .diffblock .changeset_file {
2662 background: url("../images/icons/file.png") no-repeat scroll 3px;
2656 background: url("../images/icons/file.png") no-repeat scroll 3px;
2663 text-align: left;
2657 text-align: left;
2664 float: left;
2658 float: left;
2665 padding: 2px 0px 2px 22px;
2659 padding: 2px 0px 2px 22px;
2666 }
2660 }
2667 .diffblock .diff-menu-wrapper{
2661 .diffblock .diff-menu-wrapper{
2668 float: left;
2662 float: left;
2669 }
2663 }
2670
2664
2671 .diffblock .diff-menu{
2665 .diffblock .diff-menu{
2672 position: absolute;
2666 position: absolute;
2673 background: none repeat scroll 0 0 #FFFFFF;
2667 background: none repeat scroll 0 0 #FFFFFF;
2674 border-color: #003367 #666666 #666666;
2668 border-color: #003367 #666666 #666666;
2675 border-right: 1px solid #666666;
2669 border-right: 1px solid #666666;
2676 border-style: solid solid solid;
2670 border-style: solid solid solid;
2677 border-width: 1px;
2671 border-width: 1px;
2678 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2672 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2679 margin-top:5px;
2673 margin-top:5px;
2680 margin-left:1px;
2674 margin-left:1px;
2681
2675
2682 }
2676 }
2683 .diffblock .diff-actions {
2677 .diffblock .diff-actions {
2684 padding: 2px 0px 0px 2px;
2678 padding: 2px 0px 0px 2px;
2685 float: left;
2679 float: left;
2686 }
2680 }
2687 .diffblock .diff-menu ul li {
2681 .diffblock .diff-menu ul li {
2688 padding: 0px 0px 0px 0px !important;
2682 padding: 0px 0px 0px 0px !important;
2689 }
2683 }
2690 .diffblock .diff-menu ul li a{
2684 .diffblock .diff-menu ul li a{
2691 display: block;
2685 display: block;
2692 padding: 3px 8px 3px 8px !important;
2686 padding: 3px 8px 3px 8px !important;
2693 }
2687 }
2694 .diffblock .diff-menu ul li a:hover{
2688 .diffblock .diff-menu ul li a:hover{
2695 text-decoration: none;
2689 text-decoration: none;
2696 background-color: #EEEEEE;
2690 background-color: #EEEEEE;
2697 }
2691 }
2698 table.code-browser .browser-dir {
2692 table.code-browser .browser-dir {
2699 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2693 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2700 height: 16px;
2694 height: 16px;
2701 padding-left: 20px;
2695 padding-left: 20px;
2702 text-align: left;
2696 text-align: left;
2703 }
2697 }
2704
2698
2705 .box .search {
2699 .box .search {
2706 clear: both;
2700 clear: both;
2707 overflow: hidden;
2701 overflow: hidden;
2708 margin: 0;
2702 margin: 0;
2709 padding: 0 20px 10px;
2703 padding: 0 20px 10px;
2710 }
2704 }
2711
2705
2712 .box .search div.search_path {
2706 .box .search div.search_path {
2713 background: none repeat scroll 0 0 #EEE;
2707 background: none repeat scroll 0 0 #EEE;
2714 border: 1px solid #CCC;
2708 border: 1px solid #CCC;
2715 color: blue;
2709 color: blue;
2716 margin-bottom: 10px;
2710 margin-bottom: 10px;
2717 padding: 10px 0;
2711 padding: 10px 0;
2718 }
2712 }
2719
2713
2720 .box .search div.search_path div.link {
2714 .box .search div.search_path div.link {
2721 font-weight: 700;
2715 font-weight: 700;
2722 margin-left: 25px;
2716 margin-left: 25px;
2723 }
2717 }
2724
2718
2725 .box .search div.search_path div.link a {
2719 .box .search div.search_path div.link a {
2726 color: #003367;
2720 color: #003367;
2727 cursor: pointer;
2721 cursor: pointer;
2728 text-decoration: none;
2722 text-decoration: none;
2729 }
2723 }
2730
2724
2731 #path_unlock {
2725 #path_unlock {
2732 color: red;
2726 color: red;
2733 font-size: 1.2em;
2727 font-size: 1.2em;
2734 padding-left: 4px;
2728 padding-left: 4px;
2735 }
2729 }
2736
2730
2737 .info_box span {
2731 .info_box span {
2738 margin-left: 3px;
2732 margin-left: 3px;
2739 margin-right: 3px;
2733 margin-right: 3px;
2740 }
2734 }
2741
2735
2742 .info_box .rev {
2736 .info_box .rev {
2743 color: #003367;
2737 color: #003367;
2744 font-size: 1.6em;
2738 font-size: 1.6em;
2745 font-weight: bold;
2739 font-weight: bold;
2746 vertical-align: sub;
2740 vertical-align: sub;
2747 }
2741 }
2748
2742
2749 .info_box input#at_rev,.info_box input#size {
2743 .info_box input#at_rev,.info_box input#size {
2750 background: #FFF;
2744 background: #FFF;
2751 border-top: 1px solid #b3b3b3;
2745 border-top: 1px solid #b3b3b3;
2752 border-left: 1px solid #b3b3b3;
2746 border-left: 1px solid #b3b3b3;
2753 border-right: 1px solid #eaeaea;
2747 border-right: 1px solid #eaeaea;
2754 border-bottom: 1px solid #eaeaea;
2748 border-bottom: 1px solid #eaeaea;
2755 color: #000;
2749 color: #000;
2756 font-size: 12px;
2750 font-size: 12px;
2757 margin: 0;
2751 margin: 0;
2758 padding: 1px 5px 1px;
2752 padding: 1px 5px 1px;
2759 }
2753 }
2760
2754
2761 .info_box input#view {
2755 .info_box input#view {
2762 text-align: center;
2756 text-align: center;
2763 padding: 4px 3px 2px 2px;
2757 padding: 4px 3px 2px 2px;
2764 }
2758 }
2765
2759
2766 .yui-overlay,.yui-panel-container {
2760 .yui-overlay,.yui-panel-container {
2767 visibility: hidden;
2761 visibility: hidden;
2768 position: absolute;
2762 position: absolute;
2769 z-index: 2;
2763 z-index: 2;
2770 }
2764 }
2771
2765
2772 .yui-tt {
2766 .yui-tt {
2773 visibility: hidden;
2767 visibility: hidden;
2774 position: absolute;
2768 position: absolute;
2775 color: #666;
2769 color: #666;
2776 background-color: #FFF;
2770 background-color: #FFF;
2777 border: 2px solid #003367;
2771 border: 2px solid #003367;
2778 font: 100% sans-serif;
2772 font: 100% sans-serif;
2779 width: auto;
2773 width: auto;
2780 opacity: 1px;
2774 opacity: 1px;
2781 padding: 8px;
2775 padding: 8px;
2782 white-space: pre-wrap;
2776 white-space: pre-wrap;
2783 -webkit-border-radius: 8px 8px 8px 8px;
2777 -webkit-border-radius: 8px 8px 8px 8px;
2784 -khtml-border-radius: 8px 8px 8px 8px;
2778 -khtml-border-radius: 8px 8px 8px 8px;
2785 -moz-border-radius: 8px 8px 8px 8px;
2779 -moz-border-radius: 8px 8px 8px 8px;
2786 border-radius: 8px 8px 8px 8px;
2780 border-radius: 8px 8px 8px 8px;
2787 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2781 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2788 }
2782 }
2789
2783
2790 .ac {
2784 .ac {
2791 vertical-align: top;
2785 vertical-align: top;
2792 }
2786 }
2793
2787
2794 .ac .yui-ac {
2788 .ac .yui-ac {
2795 position: relative;
2789 position: relative;
2796 font-size: 100%;
2790 font-size: 100%;
2797 }
2791 }
2798
2792
2799 .ac .perm_ac {
2793 .ac .perm_ac {
2800 width: 15em;
2794 width: 15em;
2801 }
2795 }
2802
2796
2803 .ac .yui-ac-input {
2797 .ac .yui-ac-input {
2804 width: 100%;
2798 width: 100%;
2805 }
2799 }
2806
2800
2807 .ac .yui-ac-container {
2801 .ac .yui-ac-container {
2808 position: absolute;
2802 position: absolute;
2809 top: 1.6em;
2803 top: 1.6em;
2810 width: 100%;
2804 width: 100%;
2811 }
2805 }
2812
2806
2813 .ac .yui-ac-content {
2807 .ac .yui-ac-content {
2814 position: absolute;
2808 position: absolute;
2815 width: 100%;
2809 width: 100%;
2816 border: 1px solid gray;
2810 border: 1px solid gray;
2817 background: #fff;
2811 background: #fff;
2818 overflow: hidden;
2812 overflow: hidden;
2819 z-index: 9050;
2813 z-index: 9050;
2820 }
2814 }
2821
2815
2822 .ac .yui-ac-shadow {
2816 .ac .yui-ac-shadow {
2823 position: absolute;
2817 position: absolute;
2824 width: 100%;
2818 width: 100%;
2825 background: #000;
2819 background: #000;
2826 -moz-opacity: 0.1px;
2820 -moz-opacity: 0.1px;
2827 opacity: .10;
2821 opacity: .10;
2828 filter: alpha(opacity = 10);
2822 filter: alpha(opacity = 10);
2829 z-index: 9049;
2823 z-index: 9049;
2830 margin: .3em;
2824 margin: .3em;
2831 }
2825 }
2832
2826
2833 .ac .yui-ac-content ul {
2827 .ac .yui-ac-content ul {
2834 width: 100%;
2828 width: 100%;
2835 margin: 0;
2829 margin: 0;
2836 padding: 0;
2830 padding: 0;
2837 }
2831 }
2838
2832
2839 .ac .yui-ac-content li {
2833 .ac .yui-ac-content li {
2840 cursor: default;
2834 cursor: default;
2841 white-space: nowrap;
2835 white-space: nowrap;
2842 margin: 0;
2836 margin: 0;
2843 padding: 2px 5px;
2837 padding: 2px 5px;
2844 }
2838 }
2845
2839
2846 .ac .yui-ac-content li.yui-ac-prehighlight {
2840 .ac .yui-ac-content li.yui-ac-prehighlight {
2847 background: #B3D4FF;
2841 background: #B3D4FF;
2848 }
2842 }
2849
2843
2850 .ac .yui-ac-content li.yui-ac-highlight {
2844 .ac .yui-ac-content li.yui-ac-highlight {
2851 background: #556CB5;
2845 background: #556CB5;
2852 color: #FFF;
2846 color: #FFF;
2853 }
2847 }
2854
2848
2855 .follow {
2849 .follow {
2856 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2850 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2857 height: 16px;
2851 height: 16px;
2858 width: 20px;
2852 width: 20px;
2859 cursor: pointer;
2853 cursor: pointer;
2860 display: block;
2854 display: block;
2861 float: right;
2855 float: right;
2862 margin-top: 2px;
2856 margin-top: 2px;
2863 }
2857 }
2864
2858
2865 .following {
2859 .following {
2866 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2860 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2867 height: 16px;
2861 height: 16px;
2868 width: 20px;
2862 width: 20px;
2869 cursor: pointer;
2863 cursor: pointer;
2870 display: block;
2864 display: block;
2871 float: right;
2865 float: right;
2872 margin-top: 2px;
2866 margin-top: 2px;
2873 }
2867 }
2874
2868
2875 .currently_following {
2869 .currently_following {
2876 padding-left: 10px;
2870 padding-left: 10px;
2877 padding-bottom: 5px;
2871 padding-bottom: 5px;
2878 }
2872 }
2879
2873
2880 .add_icon {
2874 .add_icon {
2881 background: url("../images/icons/add.png") no-repeat scroll 3px;
2875 background: url("../images/icons/add.png") no-repeat scroll 3px;
2882 padding-left: 20px;
2876 padding-left: 20px;
2883 padding-top: 0px;
2877 padding-top: 0px;
2884 text-align: left;
2878 text-align: left;
2885 }
2879 }
2886
2880
2887 .edit_icon {
2881 .edit_icon {
2888 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2882 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2889 padding-left: 20px;
2883 padding-left: 20px;
2890 padding-top: 0px;
2884 padding-top: 0px;
2891 text-align: left;
2885 text-align: left;
2892 }
2886 }
2893
2887
2894 .delete_icon {
2888 .delete_icon {
2895 background: url("../images/icons/delete.png") no-repeat scroll 3px;
2889 background: url("../images/icons/delete.png") no-repeat scroll 3px;
2896 padding-left: 20px;
2890 padding-left: 20px;
2897 padding-top: 0px;
2891 padding-top: 0px;
2898 text-align: left;
2892 text-align: left;
2899 }
2893 }
2900
2894
2901 .refresh_icon {
2895 .refresh_icon {
2902 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
2896 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
2903 3px;
2897 3px;
2904 padding-left: 20px;
2898 padding-left: 20px;
2905 padding-top: 0px;
2899 padding-top: 0px;
2906 text-align: left;
2900 text-align: left;
2907 }
2901 }
2908
2902
2909 .pull_icon {
2903 .pull_icon {
2910 background: url("../images/icons/connect.png") no-repeat scroll 3px;
2904 background: url("../images/icons/connect.png") no-repeat scroll 3px;
2911 padding-left: 20px;
2905 padding-left: 20px;
2912 padding-top: 0px;
2906 padding-top: 0px;
2913 text-align: left;
2907 text-align: left;
2914 }
2908 }
2915
2909
2916 .rss_icon {
2910 .rss_icon {
2917 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
2911 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
2918 padding-left: 20px;
2912 padding-left: 20px;
2919 padding-top: 4px;
2913 padding-top: 4px;
2920 text-align: left;
2914 text-align: left;
2921 font-size: 8px
2915 font-size: 8px
2922 }
2916 }
2923
2917
2924 .atom_icon {
2918 .atom_icon {
2925 background: url("../images/icons/atom.png") no-repeat scroll 3px;
2919 background: url("../images/icons/atom.png") no-repeat scroll 3px;
2926 padding-left: 20px;
2920 padding-left: 20px;
2927 padding-top: 4px;
2921 padding-top: 4px;
2928 text-align: left;
2922 text-align: left;
2929 font-size: 8px
2923 font-size: 8px
2930 }
2924 }
2931
2925
2932 .archive_icon {
2926 .archive_icon {
2933 background: url("../images/icons/compress.png") no-repeat scroll 3px;
2927 background: url("../images/icons/compress.png") no-repeat scroll 3px;
2934 padding-left: 20px;
2928 padding-left: 20px;
2935 text-align: left;
2929 text-align: left;
2936 padding-top: 1px;
2930 padding-top: 1px;
2937 }
2931 }
2938
2932
2939 .start_following_icon {
2933 .start_following_icon {
2940 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2934 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2941 padding-left: 20px;
2935 padding-left: 20px;
2942 text-align: left;
2936 text-align: left;
2943 padding-top: 0px;
2937 padding-top: 0px;
2944 }
2938 }
2945
2939
2946 .stop_following_icon {
2940 .stop_following_icon {
2947 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2941 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2948 padding-left: 20px;
2942 padding-left: 20px;
2949 text-align: left;
2943 text-align: left;
2950 padding-top: 0px;
2944 padding-top: 0px;
2951 }
2945 }
2952
2946
2953 .action_button {
2947 .action_button {
2954 border: 0;
2948 border: 0;
2955 display: inline;
2949 display: inline;
2956 }
2950 }
2957
2951
2958 .action_button:hover {
2952 .action_button:hover {
2959 border: 0;
2953 border: 0;
2960 text-decoration: underline;
2954 text-decoration: underline;
2961 cursor: pointer;
2955 cursor: pointer;
2962 }
2956 }
2963
2957
2964 #switch_repos {
2958 #switch_repos {
2965 position: absolute;
2959 position: absolute;
2966 height: 25px;
2960 height: 25px;
2967 z-index: 1;
2961 z-index: 1;
2968 }
2962 }
2969
2963
2970 #switch_repos select {
2964 #switch_repos select {
2971 min-width: 150px;
2965 min-width: 150px;
2972 max-height: 250px;
2966 max-height: 250px;
2973 z-index: 1;
2967 z-index: 1;
2974 }
2968 }
2975
2969
2976 .breadcrumbs {
2970 .breadcrumbs {
2977 border: medium none;
2971 border: medium none;
2978 color: #FFF;
2972 color: #FFF;
2979 float: left;
2973 float: left;
2980 text-transform: uppercase;
2974 text-transform: uppercase;
2981 font-weight: 700;
2975 font-weight: 700;
2982 font-size: 14px;
2976 font-size: 14px;
2983 margin: 0;
2977 margin: 0;
2984 padding: 11px 0 11px 10px;
2978 padding: 11px 0 11px 10px;
2985 }
2979 }
2986
2980
2987 .breadcrumbs .hash {
2981 .breadcrumbs .hash {
2988 text-transform: none;
2982 text-transform: none;
2989 color: #fff;
2983 color: #fff;
2990 }
2984 }
2991
2985
2992 .breadcrumbs a {
2986 .breadcrumbs a {
2993 color: #FFF;
2987 color: #FFF;
2994 }
2988 }
2995
2989
2996 .flash_msg {
2990 .flash_msg {
2997
2991
2998 }
2992 }
2999
2993
3000 .flash_msg ul {
2994 .flash_msg ul {
3001
2995
3002 }
2996 }
3003
2997
3004 .error_msg {
2998 .error_msg {
3005 background-color: #c43c35;
2999 background-color: #c43c35;
3006 background-repeat: repeat-x;
3000 background-repeat: repeat-x;
3007 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
3001 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
3008 to(#c43c35) );
3002 to(#c43c35) );
3009 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3003 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3010 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3004 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3011 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
3005 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
3012 color-stop(100%, #c43c35) );
3006 color-stop(100%, #c43c35) );
3013 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3007 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3014 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3008 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3015 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3009 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3016 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
3010 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
3017 endColorstr='#c43c35', GradientType=0 );
3011 endColorstr='#c43c35', GradientType=0 );
3018 border-color: #c43c35 #c43c35 #882a25;
3012 border-color: #c43c35 #c43c35 #882a25;
3019 }
3013 }
3020
3014
3021 .warning_msg {
3015 .warning_msg {
3022 color: #404040 !important;
3016 color: #404040 !important;
3023 background-color: #eedc94;
3017 background-color: #eedc94;
3024 background-repeat: repeat-x;
3018 background-repeat: repeat-x;
3025 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
3019 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
3026 to(#eedc94) );
3020 to(#eedc94) );
3027 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3021 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3028 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3022 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3029 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
3023 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
3030 color-stop(100%, #eedc94) );
3024 color-stop(100%, #eedc94) );
3031 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3025 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3032 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3026 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3033 background-image: linear-gradient(top, #fceec1, #eedc94);
3027 background-image: linear-gradient(top, #fceec1, #eedc94);
3034 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
3028 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
3035 endColorstr='#eedc94', GradientType=0 );
3029 endColorstr='#eedc94', GradientType=0 );
3036 border-color: #eedc94 #eedc94 #e4c652;
3030 border-color: #eedc94 #eedc94 #e4c652;
3037 }
3031 }
3038
3032
3039 .success_msg {
3033 .success_msg {
3040 background-color: #57a957;
3034 background-color: #57a957;
3041 background-repeat: repeat-x !important;
3035 background-repeat: repeat-x !important;
3042 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
3036 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
3043 to(#57a957) );
3037 to(#57a957) );
3044 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3038 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3045 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3039 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3046 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
3040 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
3047 color-stop(100%, #57a957) );
3041 color-stop(100%, #57a957) );
3048 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3042 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3049 background-image: -o-linear-gradient(top, #62c462, #57a957);
3043 background-image: -o-linear-gradient(top, #62c462, #57a957);
3050 background-image: linear-gradient(top, #62c462, #57a957);
3044 background-image: linear-gradient(top, #62c462, #57a957);
3051 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
3045 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
3052 endColorstr='#57a957', GradientType=0 );
3046 endColorstr='#57a957', GradientType=0 );
3053 border-color: #57a957 #57a957 #3d773d;
3047 border-color: #57a957 #57a957 #3d773d;
3054 }
3048 }
3055
3049
3056 .notice_msg {
3050 .notice_msg {
3057 background-color: #339bb9;
3051 background-color: #339bb9;
3058 background-repeat: repeat-x;
3052 background-repeat: repeat-x;
3059 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
3053 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
3060 to(#339bb9) );
3054 to(#339bb9) );
3061 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3055 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3062 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3056 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3063 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
3057 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
3064 color-stop(100%, #339bb9) );
3058 color-stop(100%, #339bb9) );
3065 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3059 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3066 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3060 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3067 background-image: linear-gradient(top, #5bc0de, #339bb9);
3061 background-image: linear-gradient(top, #5bc0de, #339bb9);
3068 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
3062 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
3069 endColorstr='#339bb9', GradientType=0 );
3063 endColorstr='#339bb9', GradientType=0 );
3070 border-color: #339bb9 #339bb9 #22697d;
3064 border-color: #339bb9 #339bb9 #22697d;
3071 }
3065 }
3072
3066
3073 .success_msg,.error_msg,.notice_msg,.warning_msg {
3067 .success_msg,.error_msg,.notice_msg,.warning_msg {
3074 font-size: 12px;
3068 font-size: 12px;
3075 font-weight: 700;
3069 font-weight: 700;
3076 min-height: 14px;
3070 min-height: 14px;
3077 line-height: 14px;
3071 line-height: 14px;
3078 margin-bottom: 10px;
3072 margin-bottom: 10px;
3079 margin-top: 0;
3073 margin-top: 0;
3080 display: block;
3074 display: block;
3081 overflow: auto;
3075 overflow: auto;
3082 padding: 6px 10px 6px 10px;
3076 padding: 6px 10px 6px 10px;
3083 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3077 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3084 position: relative;
3078 position: relative;
3085 color: #FFF;
3079 color: #FFF;
3086 border-width: 1px;
3080 border-width: 1px;
3087 border-style: solid;
3081 border-style: solid;
3088 -webkit-border-radius: 4px;
3082 -webkit-border-radius: 4px;
3089 -moz-border-radius: 4px;
3083 -moz-border-radius: 4px;
3090 border-radius: 4px;
3084 border-radius: 4px;
3091 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3085 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3092 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3086 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3093 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3087 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3094 }
3088 }
3095
3089
3096 #msg_close {
3090 #msg_close {
3097 background: transparent url("../icons/cross_grey_small.png") no-repeat
3091 background: transparent url("../icons/cross_grey_small.png") no-repeat
3098 scroll 0 0;
3092 scroll 0 0;
3099 cursor: pointer;
3093 cursor: pointer;
3100 height: 16px;
3094 height: 16px;
3101 position: absolute;
3095 position: absolute;
3102 right: 5px;
3096 right: 5px;
3103 top: 5px;
3097 top: 5px;
3104 width: 16px;
3098 width: 16px;
3105 }
3099 }
3106
3100
3107 div#legend_container table,div#legend_choices table {
3101 div#legend_container table,div#legend_choices table {
3108 width: auto !important;
3102 width: auto !important;
3109 }
3103 }
3110
3104
3111 table#permissions_manage {
3105 table#permissions_manage {
3112 width: 0 !important;
3106 width: 0 !important;
3113 }
3107 }
3114
3108
3115 table#permissions_manage span.private_repo_msg {
3109 table#permissions_manage span.private_repo_msg {
3116 font-size: 0.8em;
3110 font-size: 0.8em;
3117 opacity: 0.6px;
3111 opacity: 0.6px;
3118 }
3112 }
3119
3113
3120 table#permissions_manage td.private_repo_msg {
3114 table#permissions_manage td.private_repo_msg {
3121 font-size: 0.8em;
3115 font-size: 0.8em;
3122 }
3116 }
3123
3117
3124 table#permissions_manage tr#add_perm_input td {
3118 table#permissions_manage tr#add_perm_input td {
3125 vertical-align: middle;
3119 vertical-align: middle;
3126 }
3120 }
3127
3121
3128 div.gravatar {
3122 div.gravatar {
3129 background-color: #FFF;
3123 background-color: #FFF;
3130 float: left;
3124 float: left;
3131 margin-right: 0.7em;
3125 margin-right: 0.7em;
3132 padding: 1px 1px 1px 1px;
3126 padding: 1px 1px 1px 1px;
3133 line-height:0;
3127 line-height:0;
3134 -webkit-border-radius: 3px;
3128 -webkit-border-radius: 3px;
3135 -khtml-border-radius: 3px;
3129 -khtml-border-radius: 3px;
3136 -moz-border-radius: 3px;
3130 -moz-border-radius: 3px;
3137 border-radius: 3px;
3131 border-radius: 3px;
3138 }
3132 }
3139
3133
3140 div.gravatar img {
3134 div.gravatar img {
3141 -webkit-border-radius: 2px;
3135 -webkit-border-radius: 2px;
3142 -khtml-border-radius: 2px;
3136 -khtml-border-radius: 2px;
3143 -moz-border-radius: 2px;
3137 -moz-border-radius: 2px;
3144 border-radius: 2px;
3138 border-radius: 2px;
3145 }
3139 }
3146
3140
3147 #header,#content,#footer {
3141 #header,#content,#footer {
3148 min-width: 978px;
3142 min-width: 978px;
3149 }
3143 }
3150
3144
3151 #content {
3145 #content {
3152 clear: both;
3146 clear: both;
3153 overflow: hidden;
3147 overflow: hidden;
3154 padding: 14px 10px;
3148 padding: 14px 10px;
3155 }
3149 }
3156
3150
3157 #content div.box div.title div.search {
3151 #content div.box div.title div.search {
3158
3152
3159 border-left: 1px solid #316293;
3153 border-left: 1px solid #316293;
3160 }
3154 }
3161
3155
3162 #content div.box div.title div.search div.input input {
3156 #content div.box div.title div.search div.input input {
3163 border: 1px solid #316293;
3157 border: 1px solid #316293;
3164 }
3158 }
3165
3159
3166 .ui-btn{
3160 .ui-btn{
3167 color: #515151;
3161 color: #515151;
3168 background-color: #DADADA;
3162 background-color: #DADADA;
3169 background-repeat: repeat-x;
3163 background-repeat: repeat-x;
3170 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3164 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3171 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3165 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3172 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3166 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3173 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3167 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3174 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3168 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3175 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3169 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3176 background-image: linear-gradient(top, #F4F4F4, #DADADA);
3170 background-image: linear-gradient(top, #F4F4F4, #DADADA);
3177 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3171 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3178
3172
3179 border-top: 1px solid #DDD;
3173 border-top: 1px solid #DDD;
3180 border-left: 1px solid #c6c6c6;
3174 border-left: 1px solid #c6c6c6;
3181 border-right: 1px solid #DDD;
3175 border-right: 1px solid #DDD;
3182 border-bottom: 1px solid #c6c6c6;
3176 border-bottom: 1px solid #c6c6c6;
3183 color: #515151;
3177 color: #515151;
3184 outline: none;
3178 outline: none;
3185 margin: 0px 3px 3px 0px;
3179 margin: 0px 3px 3px 0px;
3186 -webkit-border-radius: 4px 4px 4px 4px !important;
3180 -webkit-border-radius: 4px 4px 4px 4px !important;
3187 -khtml-border-radius: 4px 4px 4px 4px !important;
3181 -khtml-border-radius: 4px 4px 4px 4px !important;
3188 -moz-border-radius: 4px 4px 4px 4px !important;
3182 -moz-border-radius: 4px 4px 4px 4px !important;
3189 border-radius: 4px 4px 4px 4px !important;
3183 border-radius: 4px 4px 4px 4px !important;
3190 cursor: pointer !important;
3184 cursor: pointer !important;
3191 padding: 3px 3px 3px 3px;
3185 padding: 3px 3px 3px 3px;
3192 background-position: 0 -15px;
3186 background-position: 0 -15px;
3193
3187
3194 }
3188 }
3195 .ui-btn.xsmall{
3189 .ui-btn.xsmall{
3196 padding: 1px 2px 1px 1px;
3190 padding: 1px 2px 1px 1px;
3197 }
3191 }
3198 .ui-btn.clone{
3192 .ui-btn.clone{
3199 padding: 5px 2px 6px 1px;
3193 padding: 5px 2px 6px 1px;
3200 margin: 0px -4px 3px 0px;
3194 margin: 0px -4px 3px 0px;
3201 -webkit-border-radius: 4px 0px 0px 4px !important;
3195 -webkit-border-radius: 4px 0px 0px 4px !important;
3202 -khtml-border-radius: 4px 0px 0px 4px !important;
3196 -khtml-border-radius: 4px 0px 0px 4px !important;
3203 -moz-border-radius: 4px 0px 0px 4px !important;
3197 -moz-border-radius: 4px 0px 0px 4px !important;
3204 border-radius: 4px 0px 0px 4px !important;
3198 border-radius: 4px 0px 0px 4px !important;
3205 width: 100px;
3199 width: 100px;
3206 text-align: center;
3200 text-align: center;
3207 float: left;
3201 float: left;
3208 position: absolute;
3202 position: absolute;
3209 }
3203 }
3210 .ui-btn:focus {
3204 .ui-btn:focus {
3211 outline: none;
3205 outline: none;
3212 }
3206 }
3213 .ui-btn:hover{
3207 .ui-btn:hover{
3214 background-position: 0 0px;
3208 background-position: 0 0px;
3215 text-decoration: none;
3209 text-decoration: none;
3216 color: #515151;
3210 color: #515151;
3217 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3211 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3218 }
3212 }
3219
3213
3220 .ui-btn.red{
3214 .ui-btn.red{
3221 color:#fff;
3215 color:#fff;
3222 background-color: #c43c35;
3216 background-color: #c43c35;
3223 background-repeat: repeat-x;
3217 background-repeat: repeat-x;
3224 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3218 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3225 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3219 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3226 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3220 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3227 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3221 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3228 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3222 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3229 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3223 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3230 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3224 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3231 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3225 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3232 border-color: #c43c35 #c43c35 #882a25;
3226 border-color: #c43c35 #c43c35 #882a25;
3233 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3227 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3234 }
3228 }
3235
3229
3236
3230
3237 .ui-btn.blue{
3231 .ui-btn.blue{
3238 background-color: #339bb9;
3232 background-color: #339bb9;
3239 background-repeat: repeat-x;
3233 background-repeat: repeat-x;
3240 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3234 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3241 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3235 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3242 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3236 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3243 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3237 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3244 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3238 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3245 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3239 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3246 background-image: linear-gradient(top, #5bc0de, #339bb9);
3240 background-image: linear-gradient(top, #5bc0de, #339bb9);
3247 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3241 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3248 border-color: #339bb9 #339bb9 #22697d;
3242 border-color: #339bb9 #339bb9 #22697d;
3249 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3243 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3250 }
3244 }
3251
3245
3252 .ui-btn.green{
3246 .ui-btn.green{
3253 background-color: #57a957;
3247 background-color: #57a957;
3254 background-repeat: repeat-x;
3248 background-repeat: repeat-x;
3255 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3249 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3256 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3250 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3257 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3251 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3258 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3252 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3259 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3253 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3260 background-image: -o-linear-gradient(top, #62c462, #57a957);
3254 background-image: -o-linear-gradient(top, #62c462, #57a957);
3261 background-image: linear-gradient(top, #62c462, #57a957);
3255 background-image: linear-gradient(top, #62c462, #57a957);
3262 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3256 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3263 border-color: #57a957 #57a957 #3d773d;
3257 border-color: #57a957 #57a957 #3d773d;
3264 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3258 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3265 }
3259 }
3266
3260
3267 ins,div.options a:hover {
3261 ins,div.options a:hover {
3268 text-decoration: none;
3262 text-decoration: none;
3269 }
3263 }
3270
3264
3271 img,
3265 img,
3272 #header #header-inner #quick li a:hover span.normal,
3266 #header #header-inner #quick li a:hover span.normal,
3273 #header #header-inner #quick li ul li.last,
3267 #header #header-inner #quick li ul li.last,
3274 #content div.box div.form div.fields div.field div.textarea table td table td a,
3268 #content div.box div.form div.fields div.field div.textarea table td table td a,
3275 #clone_url,
3269 #clone_url,
3276 #clone_url_id
3270 #clone_url_id
3277 {
3271 {
3278 border: none;
3272 border: none;
3279 }
3273 }
3280
3274
3281 img.icon,.right .merge img {
3275 img.icon,.right .merge img {
3282 vertical-align: bottom;
3276 vertical-align: bottom;
3283 }
3277 }
3284
3278
3285 #header ul#logged-user,#content div.box div.title ul.links,
3279 #header ul#logged-user,#content div.box div.title ul.links,
3286 #content div.box div.message div.dismiss,
3280 #content div.box div.message div.dismiss,
3287 #content div.box div.traffic div.legend ul
3281 #content div.box div.traffic div.legend ul
3288 {
3282 {
3289 float: right;
3283 float: right;
3290 margin: 0;
3284 margin: 0;
3291 padding: 0;
3285 padding: 0;
3292 }
3286 }
3293
3287
3294 #header #header-inner #home,#header #header-inner #logo,
3288 #header #header-inner #home,#header #header-inner #logo,
3295 #content div.box ul.left,#content div.box ol.left,
3289 #content div.box ul.left,#content div.box ol.left,
3296 #content div.box div.pagination-left,div#commit_history,
3290 #content div.box div.pagination-left,div#commit_history,
3297 div#legend_data,div#legend_container,div#legend_choices
3291 div#legend_data,div#legend_container,div#legend_choices
3298 {
3292 {
3299 float: left;
3293 float: left;
3300 }
3294 }
3301
3295
3302 #header #header-inner #quick li:hover ul ul,
3296 #header #header-inner #quick li:hover ul ul,
3303 #header #header-inner #quick li:hover ul ul ul,
3297 #header #header-inner #quick li:hover ul ul ul,
3304 #header #header-inner #quick li:hover ul ul ul ul,
3298 #header #header-inner #quick li:hover ul ul ul ul,
3305 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
3299 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow
3306 {
3300 {
3307 display: none;
3301 display: none;
3308 }
3302 }
3309
3303
3310 #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded
3304 #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded
3311 {
3305 {
3312 display: block;
3306 display: block;
3313 }
3307 }
3314
3308
3315 #content div.graph {
3309 #content div.graph {
3316 padding: 0 10px 10px;
3310 padding: 0 10px 10px;
3317 }
3311 }
3318
3312
3319 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
3313 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a
3320 {
3314 {
3321 color: #bfe3ff;
3315 color: #bfe3ff;
3322 }
3316 }
3323
3317
3324 #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal
3318 #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal
3325 {
3319 {
3326 margin: 10px 24px 10px 44px;
3320 margin: 10px 24px 10px 44px;
3327 }
3321 }
3328
3322
3329 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
3323 #content div.box div.form,#content div.box div.table,#content div.box div.traffic
3330 {
3324 {
3331 clear: both;
3325 clear: both;
3332 overflow: hidden;
3326 overflow: hidden;
3333 margin: 0;
3327 margin: 0;
3334 padding: 0 20px 10px;
3328 padding: 0 20px 10px;
3335 }
3329 }
3336
3330
3337 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
3331 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields
3338 {
3332 {
3339 clear: both;
3333 clear: both;
3340 overflow: hidden;
3334 overflow: hidden;
3341 margin: 0;
3335 margin: 0;
3342 padding: 0;
3336 padding: 0;
3343 }
3337 }
3344
3338
3345 #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span
3339 #content div.box div.form div.fields div.field div.label span,#login div.form div.fields div.field div.label span,#register div.form div.fields div.field div.label span
3346 {
3340 {
3347 height: 1%;
3341 height: 1%;
3348 display: block;
3342 display: block;
3349 color: #363636;
3343 color: #363636;
3350 margin: 0;
3344 margin: 0;
3351 padding: 2px 0 0;
3345 padding: 2px 0 0;
3352 }
3346 }
3353
3347
3354 #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error
3348 #content div.box div.form div.fields div.field div.input input.error,#login div.form div.fields div.field div.input input.error,#register div.form div.fields div.field div.input input.error
3355 {
3349 {
3356 background: #FBE3E4;
3350 background: #FBE3E4;
3357 border-top: 1px solid #e1b2b3;
3351 border-top: 1px solid #e1b2b3;
3358 border-left: 1px solid #e1b2b3;
3352 border-left: 1px solid #e1b2b3;
3359 border-right: 1px solid #FBC2C4;
3353 border-right: 1px solid #FBC2C4;
3360 border-bottom: 1px solid #FBC2C4;
3354 border-bottom: 1px solid #FBC2C4;
3361 }
3355 }
3362
3356
3363 #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success
3357 #content div.box div.form div.fields div.field div.input input.success,#login div.form div.fields div.field div.input input.success,#register div.form div.fields div.field div.input input.success
3364 {
3358 {
3365 background: #E6EFC2;
3359 background: #E6EFC2;
3366 border-top: 1px solid #cebb98;
3360 border-top: 1px solid #cebb98;
3367 border-left: 1px solid #cebb98;
3361 border-left: 1px solid #cebb98;
3368 border-right: 1px solid #c6d880;
3362 border-right: 1px solid #c6d880;
3369 border-bottom: 1px solid #c6d880;
3363 border-bottom: 1px solid #c6d880;
3370 }
3364 }
3371
3365
3372 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input
3366 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea,#content div.box div.form div.fields div.field div.select select,#content div.box table th.selected input,#content div.box table td.selected input
3373 {
3367 {
3374 margin: 0;
3368 margin: 0;
3375 }
3369 }
3376
3370
3377 #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios
3371 #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios
3378 {
3372 {
3379 margin: 0 0 0 0px !important;
3373 margin: 0 0 0 0px !important;
3380 padding: 0;
3374 padding: 0;
3381 }
3375 }
3382
3376
3383 #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios
3377 #content div.box div.form div.fields div.field div.select,#content div.box div.form div.fields div.field div.checkboxes,#content div.box div.form div.fields div.field div.radios
3384 {
3378 {
3385 margin: 0 0 0 200px;
3379 margin: 0 0 0 200px;
3386 padding: 0;
3380 padding: 0;
3387 }
3381 }
3388
3382
3389 #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover
3383 #content div.box div.form div.fields div.field div.select a:hover,#content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover,#content div.box div.action a:hover
3390 {
3384 {
3391 color: #000;
3385 color: #000;
3392 text-decoration: none;
3386 text-decoration: none;
3393 }
3387 }
3394
3388
3395 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
3389 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus
3396 {
3390 {
3397 border: 1px solid #666;
3391 border: 1px solid #666;
3398 }
3392 }
3399
3393
3400 #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio
3394 #content div.box div.form div.fields div.field div.checkboxes div.checkbox,#content div.box div.form div.fields div.field div.radios div.radio
3401 {
3395 {
3402 clear: both;
3396 clear: both;
3403 overflow: hidden;
3397 overflow: hidden;
3404 margin: 0;
3398 margin: 0;
3405 padding: 8px 0 2px;
3399 padding: 8px 0 2px;
3406 }
3400 }
3407
3401
3408 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input
3402 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input,#content div.box div.form div.fields div.field div.radios div.radio input
3409 {
3403 {
3410 float: left;
3404 float: left;
3411 margin: 0;
3405 margin: 0;
3412 }
3406 }
3413
3407
3414 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label
3408 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label,#content div.box div.form div.fields div.field div.radios div.radio label
3415 {
3409 {
3416 height: 1%;
3410 height: 1%;
3417 display: block;
3411 display: block;
3418 float: left;
3412 float: left;
3419 margin: 2px 0 0 4px;
3413 margin: 2px 0 0 4px;
3420 }
3414 }
3421
3415
3422 div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input
3416 div.form div.fields div.field div.button input,#content div.box div.form div.fields div.buttons input,div.form div.fields div.buttons input,#content div.box div.action div.button input
3423 {
3417 {
3424 color: #000;
3418 color: #000;
3425 font-size: 11px;
3419 font-size: 11px;
3426 font-weight: 700;
3420 font-weight: 700;
3427 margin: 0;
3421 margin: 0;
3428 }
3422 }
3429
3423
3430 input.ui-button {
3424 input.ui-button {
3431 background: #e5e3e3 url("../images/button.png") repeat-x;
3425 background: #e5e3e3 url("../images/button.png") repeat-x;
3432 border-top: 1px solid #DDD;
3426 border-top: 1px solid #DDD;
3433 border-left: 1px solid #c6c6c6;
3427 border-left: 1px solid #c6c6c6;
3434 border-right: 1px solid #DDD;
3428 border-right: 1px solid #DDD;
3435 border-bottom: 1px solid #c6c6c6;
3429 border-bottom: 1px solid #c6c6c6;
3436 color: #515151 !important;
3430 color: #515151 !important;
3437 outline: none;
3431 outline: none;
3438 margin: 0;
3432 margin: 0;
3439 padding: 6px 12px;
3433 padding: 6px 12px;
3440 -webkit-border-radius: 4px 4px 4px 4px;
3434 -webkit-border-radius: 4px 4px 4px 4px;
3441 -khtml-border-radius: 4px 4px 4px 4px;
3435 -khtml-border-radius: 4px 4px 4px 4px;
3442 -moz-border-radius: 4px 4px 4px 4px;
3436 -moz-border-radius: 4px 4px 4px 4px;
3443 border-radius: 4px 4px 4px 4px;
3437 border-radius: 4px 4px 4px 4px;
3444 box-shadow: 0 1px 0 #ececec;
3438 box-shadow: 0 1px 0 #ececec;
3445 cursor: pointer;
3439 cursor: pointer;
3446 }
3440 }
3447
3441
3448 input.ui-button:hover {
3442 input.ui-button:hover {
3449 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3443 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3450 border-top: 1px solid #ccc;
3444 border-top: 1px solid #ccc;
3451 border-left: 1px solid #bebebe;
3445 border-left: 1px solid #bebebe;
3452 border-right: 1px solid #b1b1b1;
3446 border-right: 1px solid #b1b1b1;
3453 border-bottom: 1px solid #afafaf;
3447 border-bottom: 1px solid #afafaf;
3454 }
3448 }
3455
3449
3456 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
3450 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight
3457 {
3451 {
3458 display: inline;
3452 display: inline;
3459 }
3453 }
3460
3454
3461 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
3455 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons
3462 {
3456 {
3463 margin: 10px 0 0 200px;
3457 margin: 10px 0 0 200px;
3464 padding: 0;
3458 padding: 0;
3465 }
3459 }
3466
3460
3467 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
3461 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons,div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
3468 {
3462 {
3469 margin: 10px 0 0;
3463 margin: 10px 0 0;
3470 }
3464 }
3471
3465
3472 #content div.box table td.user,#content div.box table td.address {
3466 #content div.box table td.user,#content div.box table td.address {
3473 width: 10%;
3467 width: 10%;
3474 text-align: center;
3468 text-align: center;
3475 }
3469 }
3476
3470
3477 #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link
3471 #content div.box div.action div.button,#login div.form div.fields div.field div.input div.link,#register div.form div.fields div.field div.input div.link
3478 {
3472 {
3479 text-align: right;
3473 text-align: right;
3480 margin: 6px 0 0;
3474 margin: 6px 0 0;
3481 padding: 0;
3475 padding: 0;
3482 }
3476 }
3483
3477
3484 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover
3478 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover
3485 {
3479 {
3486 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3480 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3487 border-top: 1px solid #ccc;
3481 border-top: 1px solid #ccc;
3488 border-left: 1px solid #bebebe;
3482 border-left: 1px solid #bebebe;
3489 border-right: 1px solid #b1b1b1;
3483 border-right: 1px solid #b1b1b1;
3490 border-bottom: 1px solid #afafaf;
3484 border-bottom: 1px solid #afafaf;
3491 color: #515151;
3485 color: #515151;
3492 margin: 0;
3486 margin: 0;
3493 padding: 6px 12px;
3487 padding: 6px 12px;
3494 }
3488 }
3495
3489
3496 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
3490 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results
3497 {
3491 {
3498 text-align: left;
3492 text-align: left;
3499 float: left;
3493 float: left;
3500 margin: 0;
3494 margin: 0;
3501 padding: 0;
3495 padding: 0;
3502 }
3496 }
3503
3497
3504 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
3498 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span
3505 {
3499 {
3506 height: 1%;
3500 height: 1%;
3507 display: block;
3501 display: block;
3508 float: left;
3502 float: left;
3509 background: #ebebeb url("../images/pager.png") repeat-x;
3503 background: #ebebeb url("../images/pager.png") repeat-x;
3510 border-top: 1px solid #dedede;
3504 border-top: 1px solid #dedede;
3511 border-left: 1px solid #cfcfcf;
3505 border-left: 1px solid #cfcfcf;
3512 border-right: 1px solid #c4c4c4;
3506 border-right: 1px solid #c4c4c4;
3513 border-bottom: 1px solid #c4c4c4;
3507 border-bottom: 1px solid #c4c4c4;
3514 color: #4A4A4A;
3508 color: #4A4A4A;
3515 font-weight: 700;
3509 font-weight: 700;
3516 margin: 0;
3510 margin: 0;
3517 padding: 6px 8px;
3511 padding: 6px 8px;
3518 }
3512 }
3519
3513
3520 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
3514 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled
3521 {
3515 {
3522 color: #B4B4B4;
3516 color: #B4B4B4;
3523 padding: 6px;
3517 padding: 6px;
3524 }
3518 }
3525
3519
3526 #login,#register {
3520 #login,#register {
3527 width: 520px;
3521 width: 520px;
3528 margin: 10% auto 0;
3522 margin: 10% auto 0;
3529 padding: 0;
3523 padding: 0;
3530 }
3524 }
3531
3525
3532 #login div.color,#register div.color {
3526 #login div.color,#register div.color {
3533 clear: both;
3527 clear: both;
3534 overflow: hidden;
3528 overflow: hidden;
3535 background: #FFF;
3529 background: #FFF;
3536 margin: 10px auto 0;
3530 margin: 10px auto 0;
3537 padding: 3px 3px 3px 0;
3531 padding: 3px 3px 3px 0;
3538 }
3532 }
3539
3533
3540 #login div.color a,#register div.color a {
3534 #login div.color a,#register div.color a {
3541 width: 20px;
3535 width: 20px;
3542 height: 20px;
3536 height: 20px;
3543 display: block;
3537 display: block;
3544 float: left;
3538 float: left;
3545 margin: 0 0 0 3px;
3539 margin: 0 0 0 3px;
3546 padding: 0;
3540 padding: 0;
3547 }
3541 }
3548
3542
3549 #login div.title h5,#register div.title h5 {
3543 #login div.title h5,#register div.title h5 {
3550 color: #fff;
3544 color: #fff;
3551 margin: 10px;
3545 margin: 10px;
3552 padding: 0;
3546 padding: 0;
3553 }
3547 }
3554
3548
3555 #login div.form div.fields div.field,#register div.form div.fields div.field
3549 #login div.form div.fields div.field,#register div.form div.fields div.field
3556 {
3550 {
3557 clear: both;
3551 clear: both;
3558 overflow: hidden;
3552 overflow: hidden;
3559 margin: 0;
3553 margin: 0;
3560 padding: 0 0 10px;
3554 padding: 0 0 10px;
3561 }
3555 }
3562
3556
3563 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
3557 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message
3564 {
3558 {
3565 height: 1%;
3559 height: 1%;
3566 display: block;
3560 display: block;
3567 color: red;
3561 color: red;
3568 margin: 8px 0 0;
3562 margin: 8px 0 0;
3569 padding: 0;
3563 padding: 0;
3570 max-width: 320px;
3564 max-width: 320px;
3571 }
3565 }
3572
3566
3573 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
3567 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label
3574 {
3568 {
3575 color: #000;
3569 color: #000;
3576 font-weight: 700;
3570 font-weight: 700;
3577 }
3571 }
3578
3572
3579 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
3573 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input
3580 {
3574 {
3581 float: left;
3575 float: left;
3582 margin: 0;
3576 margin: 0;
3583 padding: 0;
3577 padding: 0;
3584 }
3578 }
3585
3579
3586 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
3580 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
3587 {
3581 {
3588 margin: 0 0 0 184px;
3582 margin: 0 0 0 184px;
3589 padding: 0;
3583 padding: 0;
3590 }
3584 }
3591
3585
3592 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3586 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label
3593 {
3587 {
3594 color: #565656;
3588 color: #565656;
3595 font-weight: 700;
3589 font-weight: 700;
3596 }
3590 }
3597
3591
3598 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3592 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input
3599 {
3593 {
3600 color: #000;
3594 color: #000;
3601 font-size: 1em;
3595 font-size: 1em;
3602 font-weight: 700;
3596 font-weight: 700;
3603 margin: 0;
3597 margin: 0;
3604 }
3598 }
3605
3599
3606 #changeset_content .container .wrapper,#graph_content .container .wrapper
3600 #changeset_content .container .wrapper,#graph_content .container .wrapper
3607 {
3601 {
3608 width: 600px;
3602 width: 600px;
3609 }
3603 }
3610
3604
3611 #changeset_content .container .left {
3605 #changeset_content .container .left {
3612 float: left;
3606 float: left;
3613 width: 75%;
3607 width: 75%;
3614 padding-left: 5px;
3608 padding-left: 5px;
3615 }
3609 }
3616
3610
3617 #changeset_content .container .left .date,.ac .match {
3611 #changeset_content .container .left .date,.ac .match {
3618 font-weight: 700;
3612 font-weight: 700;
3619 padding-top: 5px;
3613 padding-top: 5px;
3620 padding-bottom: 5px;
3614 padding-bottom: 5px;
3621 }
3615 }
3622
3616
3623 div#legend_container table td,div#legend_choices table td {
3617 div#legend_container table td,div#legend_choices table td {
3624 border: none !important;
3618 border: none !important;
3625 height: 20px !important;
3619 height: 20px !important;
3626 padding: 0 !important;
3620 padding: 0 !important;
3627 }
3621 }
3628
3622
3629 .q_filter_box {
3623 .q_filter_box {
3630 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3624 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3631 -webkit-border-radius: 4px;
3625 -webkit-border-radius: 4px;
3632 -moz-border-radius: 4px;
3626 -moz-border-radius: 4px;
3633 border-radius: 4px;
3627 border-radius: 4px;
3634 border: 0 none;
3628 border: 0 none;
3635 color: #AAAAAA;
3629 color: #AAAAAA;
3636 margin-bottom: -4px;
3630 margin-bottom: -4px;
3637 margin-top: -4px;
3631 margin-top: -4px;
3638 padding-left: 3px;
3632 padding-left: 3px;
3639 }
3633 }
3640
3634
3641 #node_filter {
3635 #node_filter {
3642 border: 0px solid #545454;
3636 border: 0px solid #545454;
3643 color: #AAAAAA;
3637 color: #AAAAAA;
3644 padding-left: 3px;
3638 padding-left: 3px;
3645 }
3639 }
3646
3640
3647
3641
3648 .group_members_wrap{
3642 .group_members_wrap{
3649
3643
3650 }
3644 }
3651
3645
3652 .group_members .group_member{
3646 .group_members .group_member{
3653 height: 30px;
3647 height: 30px;
3654 padding:0px 0px 0px 10px;
3648 padding:0px 0px 0px 10px;
3655 }
3649 }
3656
3650
3657 /*README STYLE*/
3651 /*README STYLE*/
3658
3652
3659 div.readme {
3653 div.readme {
3660 padding:0px;
3654 padding:0px;
3661 }
3655 }
3662
3656
3663 div.readme h2 {
3657 div.readme h2 {
3664 font-weight: normal;
3658 font-weight: normal;
3665 }
3659 }
3666
3660
3667 div.readme .readme_box {
3661 div.readme .readme_box {
3668 background-color: #fafafa;
3662 background-color: #fafafa;
3669 }
3663 }
3670
3664
3671 div.readme .readme_box {
3665 div.readme .readme_box {
3672 clear:both;
3666 clear:both;
3673 overflow:hidden;
3667 overflow:hidden;
3674 margin:0;
3668 margin:0;
3675 padding:0 20px 10px;
3669 padding:0 20px 10px;
3676 }
3670 }
3677
3671
3678 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
3672 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
3679 border-bottom: 0 !important;
3673 border-bottom: 0 !important;
3680 margin: 0 !important;
3674 margin: 0 !important;
3681 padding: 0 !important;
3675 padding: 0 !important;
3682 line-height: 1.5em !important;
3676 line-height: 1.5em !important;
3683 }
3677 }
3684
3678
3685
3679
3686 div.readme .readme_box h1:first-child {
3680 div.readme .readme_box h1:first-child {
3687 padding-top: .25em !important;
3681 padding-top: .25em !important;
3688 }
3682 }
3689
3683
3690 div.readme .readme_box h2, div.readme .readme_box h3 {
3684 div.readme .readme_box h2, div.readme .readme_box h3 {
3691 margin: 1em 0 !important;
3685 margin: 1em 0 !important;
3692 }
3686 }
3693
3687
3694 div.readme .readme_box h2 {
3688 div.readme .readme_box h2 {
3695 margin-top: 1.5em !important;
3689 margin-top: 1.5em !important;
3696 border-top: 4px solid #e0e0e0 !important;
3690 border-top: 4px solid #e0e0e0 !important;
3697 padding-top: .5em !important;
3691 padding-top: .5em !important;
3698 }
3692 }
3699
3693
3700 div.readme .readme_box p {
3694 div.readme .readme_box p {
3701 color: black !important;
3695 color: black !important;
3702 margin: 1em 0 !important;
3696 margin: 1em 0 !important;
3703 line-height: 1.5em !important;
3697 line-height: 1.5em !important;
3704 }
3698 }
3705
3699
3706 div.readme .readme_box ul {
3700 div.readme .readme_box ul {
3707 list-style: disc !important;
3701 list-style: disc !important;
3708 margin: 1em 0 1em 2em !important;
3702 margin: 1em 0 1em 2em !important;
3709 }
3703 }
3710
3704
3711 div.readme .readme_box ol {
3705 div.readme .readme_box ol {
3712 list-style: decimal;
3706 list-style: decimal;
3713 margin: 1em 0 1em 2em !important;
3707 margin: 1em 0 1em 2em !important;
3714 }
3708 }
3715
3709
3716 div.readme .readme_box pre, code {
3710 div.readme .readme_box pre, code {
3717 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3711 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3718 }
3712 }
3719
3713
3720 div.readme .readme_box code {
3714 div.readme .readme_box code {
3721 font-size: 12px !important;
3715 font-size: 12px !important;
3722 background-color: ghostWhite !important;
3716 background-color: ghostWhite !important;
3723 color: #444 !important;
3717 color: #444 !important;
3724 padding: 0 .2em !important;
3718 padding: 0 .2em !important;
3725 border: 1px solid #dedede !important;
3719 border: 1px solid #dedede !important;
3726 }
3720 }
3727
3721
3728 div.readme .readme_box pre code {
3722 div.readme .readme_box pre code {
3729 padding: 0 !important;
3723 padding: 0 !important;
3730 font-size: 12px !important;
3724 font-size: 12px !important;
3731 background-color: #eee !important;
3725 background-color: #eee !important;
3732 border: none !important;
3726 border: none !important;
3733 }
3727 }
3734
3728
3735 div.readme .readme_box pre {
3729 div.readme .readme_box pre {
3736 margin: 1em 0;
3730 margin: 1em 0;
3737 font-size: 12px;
3731 font-size: 12px;
3738 background-color: #eee;
3732 background-color: #eee;
3739 border: 1px solid #ddd;
3733 border: 1px solid #ddd;
3740 padding: 5px;
3734 padding: 5px;
3741 color: #444;
3735 color: #444;
3742 overflow: auto;
3736 overflow: auto;
3743 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3737 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3744 -webkit-border-radius: 3px;
3738 -webkit-border-radius: 3px;
3745 -moz-border-radius: 3px;
3739 -moz-border-radius: 3px;
3746 border-radius: 3px;
3740 border-radius: 3px;
3747 }
3741 }
3748
3742
3749
3743
3750 /** RST STYLE **/
3744 /** RST STYLE **/
3751
3745
3752
3746
3753 div.rst-block {
3747 div.rst-block {
3754 padding:0px;
3748 padding:0px;
3755 }
3749 }
3756
3750
3757 div.rst-block h2 {
3751 div.rst-block h2 {
3758 font-weight: normal;
3752 font-weight: normal;
3759 }
3753 }
3760
3754
3761 div.rst-block {
3755 div.rst-block {
3762 background-color: #fafafa;
3756 background-color: #fafafa;
3763 }
3757 }
3764
3758
3765 div.rst-block {
3759 div.rst-block {
3766 clear:both;
3760 clear:both;
3767 overflow:hidden;
3761 overflow:hidden;
3768 margin:0;
3762 margin:0;
3769 padding:0 20px 10px;
3763 padding:0 20px 10px;
3770 }
3764 }
3771
3765
3772 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3766 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
3773 border-bottom: 0 !important;
3767 border-bottom: 0 !important;
3774 margin: 0 !important;
3768 margin: 0 !important;
3775 padding: 0 !important;
3769 padding: 0 !important;
3776 line-height: 1.5em !important;
3770 line-height: 1.5em !important;
3777 }
3771 }
3778
3772
3779
3773
3780 div.rst-block h1:first-child {
3774 div.rst-block h1:first-child {
3781 padding-top: .25em !important;
3775 padding-top: .25em !important;
3782 }
3776 }
3783
3777
3784 div.rst-block h2, div.rst-block h3 {
3778 div.rst-block h2, div.rst-block h3 {
3785 margin: 1em 0 !important;
3779 margin: 1em 0 !important;
3786 }
3780 }
3787
3781
3788 div.rst-block h2 {
3782 div.rst-block h2 {
3789 margin-top: 1.5em !important;
3783 margin-top: 1.5em !important;
3790 border-top: 4px solid #e0e0e0 !important;
3784 border-top: 4px solid #e0e0e0 !important;
3791 padding-top: .5em !important;
3785 padding-top: .5em !important;
3792 }
3786 }
3793
3787
3794 div.rst-block p {
3788 div.rst-block p {
3795 color: black !important;
3789 color: black !important;
3796 margin: 1em 0 !important;
3790 margin: 1em 0 !important;
3797 line-height: 1.5em !important;
3791 line-height: 1.5em !important;
3798 }
3792 }
3799
3793
3800 div.rst-block ul {
3794 div.rst-block ul {
3801 list-style: disc !important;
3795 list-style: disc !important;
3802 margin: 1em 0 1em 2em !important;
3796 margin: 1em 0 1em 2em !important;
3803 }
3797 }
3804
3798
3805 div.rst-block ol {
3799 div.rst-block ol {
3806 list-style: decimal;
3800 list-style: decimal;
3807 margin: 1em 0 1em 2em !important;
3801 margin: 1em 0 1em 2em !important;
3808 }
3802 }
3809
3803
3810 div.rst-block pre, code {
3804 div.rst-block pre, code {
3811 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3805 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
3812 }
3806 }
3813
3807
3814 div.rst-block code {
3808 div.rst-block code {
3815 font-size: 12px !important;
3809 font-size: 12px !important;
3816 background-color: ghostWhite !important;
3810 background-color: ghostWhite !important;
3817 color: #444 !important;
3811 color: #444 !important;
3818 padding: 0 .2em !important;
3812 padding: 0 .2em !important;
3819 border: 1px solid #dedede !important;
3813 border: 1px solid #dedede !important;
3820 }
3814 }
3821
3815
3822 div.rst-block pre code {
3816 div.rst-block pre code {
3823 padding: 0 !important;
3817 padding: 0 !important;
3824 font-size: 12px !important;
3818 font-size: 12px !important;
3825 background-color: #eee !important;
3819 background-color: #eee !important;
3826 border: none !important;
3820 border: none !important;
3827 }
3821 }
3828
3822
3829 div.rst-block pre {
3823 div.rst-block pre {
3830 margin: 1em 0;
3824 margin: 1em 0;
3831 font-size: 12px;
3825 font-size: 12px;
3832 background-color: #eee;
3826 background-color: #eee;
3833 border: 1px solid #ddd;
3827 border: 1px solid #ddd;
3834 padding: 5px;
3828 padding: 5px;
3835 color: #444;
3829 color: #444;
3836 overflow: auto;
3830 overflow: auto;
3837 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3831 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3838 -webkit-border-radius: 3px;
3832 -webkit-border-radius: 3px;
3839 -moz-border-radius: 3px;
3833 -moz-border-radius: 3px;
3840 border-radius: 3px;
3834 border-radius: 3px;
3841 }
3835 }
3842
3836
3843
3837
3844 /** comment main **/
3838 /** comment main **/
3845 .comments {
3839 .comments {
3846 padding:10px 20px;
3840 padding:10px 20px;
3847 }
3841 }
3848
3842
3849 .comments .comment {
3843 .comments .comment {
3850 border: 1px solid #ddd;
3844 border: 1px solid #ddd;
3851 margin-top: 10px;
3845 margin-top: 10px;
3852 -webkit-border-radius: 4px;
3846 -webkit-border-radius: 4px;
3853 -moz-border-radius: 4px;
3847 -moz-border-radius: 4px;
3854 border-radius: 4px;
3848 border-radius: 4px;
3855 }
3849 }
3856
3850
3857 .comments .comment .meta {
3851 .comments .comment .meta {
3858 background: #f8f8f8;
3852 background: #f8f8f8;
3859 padding: 4px;
3853 padding: 4px;
3860 border-bottom: 1px solid #ddd;
3854 border-bottom: 1px solid #ddd;
3861 }
3855 }
3862
3856
3863 .comments .comment .meta img {
3857 .comments .comment .meta img {
3864 vertical-align: middle;
3858 vertical-align: middle;
3865 }
3859 }
3866
3860
3867 .comments .comment .meta .user {
3861 .comments .comment .meta .user {
3868 font-weight: bold;
3862 font-weight: bold;
3869 }
3863 }
3870
3864
3871 .comments .comment .meta .date {
3865 .comments .comment .meta .date {
3872 }
3866 }
3873
3867
3874 .comments .comment .text {
3868 .comments .comment .text {
3875 background-color: #FAFAFA;
3869 background-color: #FAFAFA;
3876 }
3870 }
3877 .comment .text div.rst-block p {
3871 .comment .text div.rst-block p {
3878 margin: 0.5em 0px !important;
3872 margin: 0.5em 0px !important;
3879 }
3873 }
3880
3874
3881 .comments .comments-number{
3875 .comments .comments-number{
3882 padding:0px 0px 10px 0px;
3876 padding:0px 0px 10px 0px;
3883 font-weight: bold;
3877 font-weight: bold;
3884 color: #666;
3878 color: #666;
3885 font-size: 16px;
3879 font-size: 16px;
3886 }
3880 }
3887
3881
3888 /** comment form **/
3882 /** comment form **/
3889
3883
3890 .comment-form .clearfix{
3884 .comment-form .clearfix{
3891 background: #EEE;
3885 background: #EEE;
3892 -webkit-border-radius: 4px;
3886 -webkit-border-radius: 4px;
3893 -moz-border-radius: 4px;
3887 -moz-border-radius: 4px;
3894 border-radius: 4px;
3888 border-radius: 4px;
3895 padding: 10px;
3889 padding: 10px;
3896 }
3890 }
3897
3891
3898 div.comment-form {
3892 div.comment-form {
3899 margin-top: 20px;
3893 margin-top: 20px;
3900 }
3894 }
3901
3895
3902 .comment-form strong {
3896 .comment-form strong {
3903 display: block;
3897 display: block;
3904 margin-bottom: 15px;
3898 margin-bottom: 15px;
3905 }
3899 }
3906
3900
3907 .comment-form textarea {
3901 .comment-form textarea {
3908 width: 100%;
3902 width: 100%;
3909 height: 100px;
3903 height: 100px;
3910 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3904 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3911 }
3905 }
3912
3906
3913 form.comment-form {
3907 form.comment-form {
3914 margin-top: 10px;
3908 margin-top: 10px;
3915 margin-left: 10px;
3909 margin-left: 10px;
3916 }
3910 }
3917
3911
3918 .comment-form-submit {
3912 .comment-form-submit {
3919 margin-top: 5px;
3913 margin-top: 5px;
3920 margin-left: 525px;
3914 margin-left: 525px;
3921 }
3915 }
3922
3916
3923 .file-comments {
3917 .file-comments {
3924 display: none;
3918 display: none;
3925 }
3919 }
3926
3920
3927 .comment-form .comment {
3921 .comment-form .comment {
3928 margin-left: 10px;
3922 margin-left: 10px;
3929 }
3923 }
3930
3924
3931 .comment-form .comment-help{
3925 .comment-form .comment-help{
3932 padding: 0px 0px 5px 0px;
3926 padding: 0px 0px 5px 0px;
3933 color: #666;
3927 color: #666;
3934 }
3928 }
3935
3929
3936 .comment-form .comment-button{
3930 .comment-form .comment-button{
3937 padding-top:5px;
3931 padding-top:5px;
3938 }
3932 }
3939
3933
3940 .add-another-button {
3934 .add-another-button {
3941 margin-left: 10px;
3935 margin-left: 10px;
3942 margin-top: 10px;
3936 margin-top: 10px;
3943 margin-bottom: 10px;
3937 margin-bottom: 10px;
3944 }
3938 }
3945
3939
3946 .comment .buttons {
3940 .comment .buttons {
3947 float: right;
3941 float: right;
3948 }
3942 }
3949
3943
3950
3944
3951 .show-inline-comments{
3945 .show-inline-comments{
3952 position: relative;
3946 position: relative;
3953 top:1px
3947 top:1px
3954 }
3948 }
3955
3949
3956 /** comment inline form **/
3950 /** comment inline form **/
3957
3951
3958 .comment-inline-form .clearfix{
3952 .comment-inline-form .clearfix{
3959 background: #EEE;
3953 background: #EEE;
3960 -webkit-border-radius: 4px;
3954 -webkit-border-radius: 4px;
3961 -moz-border-radius: 4px;
3955 -moz-border-radius: 4px;
3962 border-radius: 4px;
3956 border-radius: 4px;
3963 padding: 5px;
3957 padding: 5px;
3964 }
3958 }
3965
3959
3966 div.comment-inline-form {
3960 div.comment-inline-form {
3967 margin-top: 5px;
3961 margin-top: 5px;
3968 padding:2px 6px 8px 6px;
3962 padding:2px 6px 8px 6px;
3969 }
3963 }
3970
3964
3971 .comment-inline-form strong {
3965 .comment-inline-form strong {
3972 display: block;
3966 display: block;
3973 margin-bottom: 15px;
3967 margin-bottom: 15px;
3974 }
3968 }
3975
3969
3976 .comment-inline-form textarea {
3970 .comment-inline-form textarea {
3977 width: 100%;
3971 width: 100%;
3978 height: 100px;
3972 height: 100px;
3979 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3973 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
3980 }
3974 }
3981
3975
3982 form.comment-inline-form {
3976 form.comment-inline-form {
3983 margin-top: 10px;
3977 margin-top: 10px;
3984 margin-left: 10px;
3978 margin-left: 10px;
3985 }
3979 }
3986
3980
3987 .comment-inline-form-submit {
3981 .comment-inline-form-submit {
3988 margin-top: 5px;
3982 margin-top: 5px;
3989 margin-left: 525px;
3983 margin-left: 525px;
3990 }
3984 }
3991
3985
3992 .file-comments {
3986 .file-comments {
3993 display: none;
3987 display: none;
3994 }
3988 }
3995
3989
3996 .comment-inline-form .comment {
3990 .comment-inline-form .comment {
3997 margin-left: 10px;
3991 margin-left: 10px;
3998 }
3992 }
3999
3993
4000 .comment-inline-form .comment-help{
3994 .comment-inline-form .comment-help{
4001 padding: 0px 0px 2px 0px;
3995 padding: 0px 0px 2px 0px;
4002 color: #666666;
3996 color: #666666;
4003 font-size: 10px;
3997 font-size: 10px;
4004 }
3998 }
4005
3999
4006 .comment-inline-form .comment-button{
4000 .comment-inline-form .comment-button{
4007 padding-top:5px;
4001 padding-top:5px;
4008 }
4002 }
4009
4003
4010 /** comment inline **/
4004 /** comment inline **/
4011 .inline-comments {
4005 .inline-comments {
4012 padding:10px 20px;
4006 padding:10px 20px;
4013 }
4007 }
4014
4008
4015 .inline-comments div.rst-block {
4009 .inline-comments div.rst-block {
4016 clear:both;
4010 clear:both;
4017 overflow:hidden;
4011 overflow:hidden;
4018 margin:0;
4012 margin:0;
4019 padding:0 20px 0px;
4013 padding:0 20px 0px;
4020 }
4014 }
4021 .inline-comments .comment {
4015 .inline-comments .comment {
4022 border: 1px solid #ddd;
4016 border: 1px solid #ddd;
4023 -webkit-border-radius: 4px;
4017 -webkit-border-radius: 4px;
4024 -moz-border-radius: 4px;
4018 -moz-border-radius: 4px;
4025 border-radius: 4px;
4019 border-radius: 4px;
4026 margin: 3px 3px 5px 5px;
4020 margin: 3px 3px 5px 5px;
4027 background-color: #FAFAFA;
4021 background-color: #FAFAFA;
4028 }
4022 }
4029 .inline-comments .comment-wrapp{
4023 .inline-comments .comment-wrapp{
4030 padding:1px;
4024 padding:1px;
4031 }
4025 }
4032 .inline-comments .comment .meta {
4026 .inline-comments .comment .meta {
4033 background: #f8f8f8;
4027 background: #f8f8f8;
4034 padding: 4px;
4028 padding: 4px;
4035 border-bottom: 1px solid #ddd;
4029 border-bottom: 1px solid #ddd;
4036 }
4030 }
4037
4031
4038 .inline-comments .comment .meta img {
4032 .inline-comments .comment .meta img {
4039 vertical-align: middle;
4033 vertical-align: middle;
4040 }
4034 }
4041
4035
4042 .inline-comments .comment .meta .user {
4036 .inline-comments .comment .meta .user {
4043 font-weight: bold;
4037 font-weight: bold;
4044 }
4038 }
4045
4039
4046 .inline-comments .comment .meta .date {
4040 .inline-comments .comment .meta .date {
4047 }
4041 }
4048
4042
4049 .inline-comments .comment .text {
4043 .inline-comments .comment .text {
4050 background-color: #FAFAFA;
4044 background-color: #FAFAFA;
4051 }
4045 }
4052
4046
4053 .inline-comments .comments-number{
4047 .inline-comments .comments-number{
4054 padding:0px 0px 10px 0px;
4048 padding:0px 0px 10px 0px;
4055 font-weight: bold;
4049 font-weight: bold;
4056 color: #666;
4050 color: #666;
4057 font-size: 16px;
4051 font-size: 16px;
4058 }
4052 }
4059 .inline-comments-button .add-comment{
4053 .inline-comments-button .add-comment{
4060 margin:10px 5px !important;
4054 margin:10px 5px !important;
4061 }
4055 }
4062 .notifications{
4056 .notifications{
4063 border-radius: 4px 4px 4px 4px;
4057 border-radius: 4px 4px 4px 4px;
4064 -webkit-border-radius: 4px;
4058 -webkit-border-radius: 4px;
4065 -moz-border-radius: 4px;
4059 -moz-border-radius: 4px;
4066 float: right;
4060 float: right;
4067 margin: 20px 0px 0px 0px;
4061 margin: 20px 0px 0px 0px;
4068 position: absolute;
4062 position: absolute;
4069 text-align: center;
4063 text-align: center;
4070 width: 26px;
4064 width: 26px;
4071 z-index: 1000;
4065 z-index: 1000;
4072 }
4066 }
4073 .notifications a{
4067 .notifications a{
4074 color:#888 !important;
4068 color:#888 !important;
4075 display: block;
4069 display: block;
4076 font-size: 10px;
4070 font-size: 10px;
4077 background-color: #DEDEDE !important;
4071 background-color: #DEDEDE !important;
4078 border-radius: 2px !important;
4072 border-radius: 2px !important;
4079 -webkit-border-radius: 2px !important;
4073 -webkit-border-radius: 2px !important;
4080 -moz-border-radius: 2px !important;
4074 -moz-border-radius: 2px !important;
4081 }
4075 }
4082 .notifications a:hover{
4076 .notifications a:hover{
4083 text-decoration: none !important;
4077 text-decoration: none !important;
4084 background-color: #EEEFFF !important;
4078 background-color: #EEEFFF !important;
4085 }
4079 }
4086 .notification-header{
4080 .notification-header{
4087 padding-top:6px;
4081 padding-top:6px;
4088 }
4082 }
4089 .notification-header .desc{
4083 .notification-header .desc{
4090 font-size: 16px;
4084 font-size: 16px;
4091 height: 24px;
4085 height: 24px;
4092 float: left
4086 float: left
4093 }
4087 }
4094 .notification-list .container.unread{
4088 .notification-list .container.unread{
4095
4089
4096 }
4090 }
4097 .notification-header .gravatar{
4091 .notification-header .gravatar{
4098
4092
4099 }
4093 }
4100 .notification-header .desc.unread{
4094 .notification-header .desc.unread{
4101 font-weight: bold;
4095 font-weight: bold;
4102 font-size: 17px;
4096 font-size: 17px;
4103 }
4097 }
4104
4098
4105 .notification-header .delete-notifications{
4099 .notification-header .delete-notifications{
4106 float: right;
4100 float: right;
4107 padding-top: 8px;
4101 padding-top: 8px;
4108 cursor: pointer;
4102 cursor: pointer;
4109 }
4103 }
4110 .notification-subject{
4104 .notification-subject{
4111 clear:both;
4105 clear:both;
4112 border-bottom: 1px solid #eee;
4106 border-bottom: 1px solid #eee;
4113 padding:5px 0px 5px 38px;
4107 padding:5px 0px 5px 38px;
4114 }
4108 }
4115
4109
4116
4110
4117 /*****************************************************************************
4111 /*****************************************************************************
4118 DIFFS CSS
4112 DIFFS CSS
4119 ******************************************************************************/
4113 ******************************************************************************/
4120
4114
4121 div.diffblock {
4115 div.diffblock {
4122 overflow: auto;
4116 overflow: auto;
4123 padding: 0px;
4117 padding: 0px;
4124 border: 1px solid #ccc;
4118 border: 1px solid #ccc;
4125 background: #f8f8f8;
4119 background: #f8f8f8;
4126 font-size: 100%;
4120 font-size: 100%;
4127 line-height: 100%;
4121 line-height: 100%;
4128 /* new */
4122 /* new */
4129 line-height: 125%;
4123 line-height: 125%;
4130 -webkit-border-radius: 6px 6px 0px 0px;
4124 -webkit-border-radius: 6px 6px 0px 0px;
4131 -moz-border-radius: 6px 6px 0px 0px;
4125 -moz-border-radius: 6px 6px 0px 0px;
4132 border-radius: 6px 6px 0px 0px;
4126 border-radius: 6px 6px 0px 0px;
4133 }
4127 }
4134 div.diffblock.margined{
4128 div.diffblock.margined{
4135 margin: 0px 20px 0px 20px;
4129 margin: 0px 20px 0px 20px;
4136 }
4130 }
4137 div.diffblock .code-header{
4131 div.diffblock .code-header{
4138 border-bottom: 1px solid #CCCCCC;
4132 border-bottom: 1px solid #CCCCCC;
4139 background: #EEEEEE;
4133 background: #EEEEEE;
4140 padding:10px 0 10px 0;
4134 padding:10px 0 10px 0;
4141 height: 14px;
4135 height: 14px;
4142 }
4136 }
4143 div.diffblock .code-header.cv{
4137 div.diffblock .code-header.cv{
4144 height: 34px;
4138 height: 34px;
4145 }
4139 }
4146 div.diffblock .code-header-title{
4140 div.diffblock .code-header-title{
4147 padding: 0px 0px 10px 5px !important;
4141 padding: 0px 0px 10px 5px !important;
4148 margin: 0 !important;
4142 margin: 0 !important;
4149 }
4143 }
4150 div.diffblock .code-header .hash{
4144 div.diffblock .code-header .hash{
4151 float: left;
4145 float: left;
4152 padding: 2px 0 0 2px;
4146 padding: 2px 0 0 2px;
4153 }
4147 }
4154 div.diffblock .code-header .date{
4148 div.diffblock .code-header .date{
4155 float:left;
4149 float:left;
4156 text-transform: uppercase;
4150 text-transform: uppercase;
4157 padding: 2px 0px 0px 2px;
4151 padding: 2px 0px 0px 2px;
4158 }
4152 }
4159 div.diffblock .code-header div{
4153 div.diffblock .code-header div{
4160 margin-left:4px;
4154 margin-left:4px;
4161 font-weight: bold;
4155 font-weight: bold;
4162 font-size: 14px;
4156 font-size: 14px;
4163 }
4157 }
4164 div.diffblock .code-body{
4158 div.diffblock .code-body{
4165 background: #FFFFFF;
4159 background: #FFFFFF;
4166 }
4160 }
4167 div.diffblock pre.raw{
4161 div.diffblock pre.raw{
4168 background: #FFFFFF;
4162 background: #FFFFFF;
4169 color:#000000;
4163 color:#000000;
4170 }
4164 }
4171 table.code-difftable{
4165 table.code-difftable{
4172 border-collapse: collapse;
4166 border-collapse: collapse;
4173 width: 99%;
4167 width: 99%;
4174 }
4168 }
4175 table.code-difftable td {
4169 table.code-difftable td {
4176 padding: 0 !important;
4170 padding: 0 !important;
4177 background: none !important;
4171 background: none !important;
4178 border:0 !important;
4172 border:0 !important;
4179 vertical-align: none !important;
4173 vertical-align: none !important;
4180 }
4174 }
4181 table.code-difftable .context{
4175 table.code-difftable .context{
4182 background:none repeat scroll 0 0 #DDE7EF;
4176 background:none repeat scroll 0 0 #DDE7EF;
4183 }
4177 }
4184 table.code-difftable .add{
4178 table.code-difftable .add{
4185 background:none repeat scroll 0 0 #DDFFDD;
4179 background:none repeat scroll 0 0 #DDFFDD;
4186 }
4180 }
4187 table.code-difftable .add ins{
4181 table.code-difftable .add ins{
4188 background:none repeat scroll 0 0 #AAFFAA;
4182 background:none repeat scroll 0 0 #AAFFAA;
4189 text-decoration:none;
4183 text-decoration:none;
4190 }
4184 }
4191 table.code-difftable .del{
4185 table.code-difftable .del{
4192 background:none repeat scroll 0 0 #FFDDDD;
4186 background:none repeat scroll 0 0 #FFDDDD;
4193 }
4187 }
4194 table.code-difftable .del del{
4188 table.code-difftable .del del{
4195 background:none repeat scroll 0 0 #FFAAAA;
4189 background:none repeat scroll 0 0 #FFAAAA;
4196 text-decoration:none;
4190 text-decoration:none;
4197 }
4191 }
4198
4192
4199 /** LINE NUMBERS **/
4193 /** LINE NUMBERS **/
4200 table.code-difftable .lineno{
4194 table.code-difftable .lineno{
4201
4195
4202 padding-left:2px;
4196 padding-left:2px;
4203 padding-right:2px;
4197 padding-right:2px;
4204 text-align:right;
4198 text-align:right;
4205 width:32px;
4199 width:32px;
4206 -moz-user-select:none;
4200 -moz-user-select:none;
4207 -webkit-user-select: none;
4201 -webkit-user-select: none;
4208 border-right: 1px solid #CCC !important;
4202 border-right: 1px solid #CCC !important;
4209 border-left: 0px solid #CCC !important;
4203 border-left: 0px solid #CCC !important;
4210 border-top: 0px solid #CCC !important;
4204 border-top: 0px solid #CCC !important;
4211 border-bottom: none !important;
4205 border-bottom: none !important;
4212 vertical-align: middle !important;
4206 vertical-align: middle !important;
4213
4207
4214 }
4208 }
4215 table.code-difftable .lineno.new {
4209 table.code-difftable .lineno.new {
4216 }
4210 }
4217 table.code-difftable .lineno.old {
4211 table.code-difftable .lineno.old {
4218 }
4212 }
4219 table.code-difftable .lineno a{
4213 table.code-difftable .lineno a{
4220 color:#747474 !important;
4214 color:#747474 !important;
4221 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4215 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4222 letter-spacing:-1px;
4216 letter-spacing:-1px;
4223 text-align:right;
4217 text-align:right;
4224 padding-right: 2px;
4218 padding-right: 2px;
4225 cursor: pointer;
4219 cursor: pointer;
4226 display: block;
4220 display: block;
4227 width: 32px;
4221 width: 32px;
4228 }
4222 }
4229
4223
4230 table.code-difftable .lineno-inline{
4224 table.code-difftable .lineno-inline{
4231 background:none repeat scroll 0 0 #FFF !important;
4225 background:none repeat scroll 0 0 #FFF !important;
4232 padding-left:2px;
4226 padding-left:2px;
4233 padding-right:2px;
4227 padding-right:2px;
4234 text-align:right;
4228 text-align:right;
4235 width:30px;
4229 width:30px;
4236 -moz-user-select:none;
4230 -moz-user-select:none;
4237 -webkit-user-select: none;
4231 -webkit-user-select: none;
4238 }
4232 }
4239
4233
4240 /** CODE **/
4234 /** CODE **/
4241 table.code-difftable .code {
4235 table.code-difftable .code {
4242 display: block;
4236 display: block;
4243 width: 100%;
4237 width: 100%;
4244 }
4238 }
4245 table.code-difftable .code td{
4239 table.code-difftable .code td{
4246 margin:0;
4240 margin:0;
4247 padding:0;
4241 padding:0;
4248 }
4242 }
4249 table.code-difftable .code pre{
4243 table.code-difftable .code pre{
4250 margin:0;
4244 margin:0;
4251 padding:0;
4245 padding:0;
4252 height: 17px;
4246 height: 17px;
4253 line-height: 17px;
4247 line-height: 17px;
4254 }
4248 }
4255
4249
4256
4250
4257 .diffblock.margined.comm .line .code:hover{
4251 .diffblock.margined.comm .line .code:hover{
4258 background-color:#FFFFCC !important;
4252 background-color:#FFFFCC !important;
4259 cursor: pointer !important;
4253 cursor: pointer !important;
4260 background-image:url("../images/icons/comment_add.png") !important;
4254 background-image:url("../images/icons/comment_add.png") !important;
4261 background-repeat:no-repeat !important;
4255 background-repeat:no-repeat !important;
4262 background-position: right !important;
4256 background-position: right !important;
4263 background-position: 0% 50% !important;
4257 background-position: 0% 50% !important;
4264 }
4258 }
4265 .diffblock.margined.comm .line .code.no-comment:hover{
4259 .diffblock.margined.comm .line .code.no-comment:hover{
4266 background-image: none !important;
4260 background-image: none !important;
4267 cursor: auto !important;
4261 cursor: auto !important;
4268 background-color: inherit !important;
4262 background-color: inherit !important;
4269
4263
4270 }
4264 }
General Comments 0
You need to be logged in to leave comments. Login now