##// END OF EJS Templates
simplify !
marcink -
r1471:f4725d9f beta
parent child Browse files
Show More
@@ -1,2835 +1,2723 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 border:0;
2 border:0;
3 outline:0;
3 outline:0;
4 font-size:100%;
4 font-size:100%;
5 vertical-align:baseline;
5 vertical-align:baseline;
6 background:transparent;
6 background:transparent;
7 margin:0;
7 margin:0;
8 padding:0;
8 padding:0;
9 }
9 }
10
10
11 body {
11 body {
12 line-height:1;
12 line-height:1;
13 height:100%;
13 height:100%;
14 background:url("../images/background.png") repeat scroll 0 0 #B0B0B0;
14 background:url("../images/background.png") repeat scroll 0 0 #B0B0B0;
15 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
15 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
16 font-size:12px;
16 font-size:12px;
17 color:#000;
17 color:#000;
18 margin:0;
18 margin:0;
19 padding:0;
19 padding:0;
20 }
20 }
21
21
22 ol,ul {
22 ol,ul {
23 list-style:none;
23 list-style:none;
24 }
24 }
25
25
26 blockquote,q {
26 blockquote,q {
27 quotes:none;
27 quotes:none;
28 }
28 }
29
29
30 blockquote:before,blockquote:after,q:before,q:after {
30 blockquote:before,blockquote:after,q:before,q:after {
31 content:none;
31 content:none;
32 }
32 }
33
33
34 :focus {
34 :focus {
35 outline:0;
35 outline:0;
36 }
36 }
37
37
38 del {
38 del {
39 text-decoration:line-through;
39 text-decoration:line-through;
40 }
40 }
41
41
42 table {
42 table {
43 border-collapse:collapse;
43 border-collapse:collapse;
44 border-spacing:0;
44 border-spacing:0;
45 }
45 }
46
46
47 html {
47 html {
48 height:100%;
48 height:100%;
49 }
49 }
50
50
51 a {
51 a {
52 color:#003367;
52 color:#003367;
53 text-decoration:none;
53 text-decoration:none;
54 cursor:pointer;
54 cursor:pointer;
55 }
55 }
56
56
57 a:hover {
57 a:hover {
58 color:#316293;
58 color:#316293;
59 text-decoration:underline;
59 text-decoration:underline;
60 }
60 }
61
61
62 h1,h2,h3,h4,h5,h6 {
62 h1,h2,h3,h4,h5,h6 {
63 color:#292929;
63 color:#292929;
64 font-weight:700;
64 font-weight:700;
65 }
65 }
66
66
67 h1 {
67 h1 {
68 font-size:22px;
68 font-size:22px;
69 }
69 }
70
70
71 h2 {
71 h2 {
72 font-size:20px;
72 font-size:20px;
73 }
73 }
74
74
75 h3 {
75 h3 {
76 font-size:18px;
76 font-size:18px;
77 }
77 }
78
78
79 h4 {
79 h4 {
80 font-size:16px;
80 font-size:16px;
81 }
81 }
82
82
83 h5 {
83 h5 {
84 font-size:14px;
84 font-size:14px;
85 }
85 }
86
86
87 h6 {
87 h6 {
88 font-size:11px;
88 font-size:11px;
89 }
89 }
90
90
91 ul.circle {
91 ul.circle {
92 list-style-type:circle;
92 list-style-type:circle;
93 }
93 }
94
94
95 ul.disc {
95 ul.disc {
96 list-style-type:disc;
96 list-style-type:disc;
97 }
97 }
98
98
99 ul.square {
99 ul.square {
100 list-style-type:square;
100 list-style-type:square;
101 }
101 }
102
102
103 ol.lower-roman {
103 ol.lower-roman {
104 list-style-type:lower-roman;
104 list-style-type:lower-roman;
105 }
105 }
106
106
107 ol.upper-roman {
107 ol.upper-roman {
108 list-style-type:upper-roman;
108 list-style-type:upper-roman;
109 }
109 }
110
110
111 ol.lower-alpha {
111 ol.lower-alpha {
112 list-style-type:lower-alpha;
112 list-style-type:lower-alpha;
113 }
113 }
114
114
115 ol.upper-alpha {
115 ol.upper-alpha {
116 list-style-type:upper-alpha;
116 list-style-type:upper-alpha;
117 }
117 }
118
118
119 ol.decimal {
119 ol.decimal {
120 list-style-type:decimal;
120 list-style-type:decimal;
121 }
121 }
122
122
123 div.color {
123 div.color {
124 clear:both;
124 clear:both;
125 overflow:hidden;
125 overflow:hidden;
126 position:absolute;
126 position:absolute;
127 background:#FFF;
127 background:#FFF;
128 margin:7px 0 0 60px;
128 margin:7px 0 0 60px;
129 padding:1px 1px 1px 0;
129 padding:1px 1px 1px 0;
130 }
130 }
131
131
132 div.color a {
132 div.color a {
133 width:15px;
133 width:15px;
134 height:15px;
134 height:15px;
135 display:block;
135 display:block;
136 float:left;
136 float:left;
137 margin:0 0 0 1px;
137 margin:0 0 0 1px;
138 padding:0;
138 padding:0;
139 }
139 }
140
140
141 div.options {
141 div.options {
142 clear:both;
142 clear:both;
143 overflow:hidden;
143 overflow:hidden;
144 position:absolute;
144 position:absolute;
145 background:#FFF;
145 background:#FFF;
146 margin:7px 0 0 162px;
146 margin:7px 0 0 162px;
147 padding:0;
147 padding:0;
148 }
148 }
149
149
150 div.options a {
150 div.options a {
151 height:1%;
151 height:1%;
152 display:block;
152 display:block;
153 text-decoration:none;
153 text-decoration:none;
154 margin:0;
154 margin:0;
155 padding:3px 8px;
155 padding:3px 8px;
156 }
156 }
157
157
158 .top-left-rounded-corner {
158 .top-left-rounded-corner {
159 -webkit-border-top-left-radius: 8px;
159 -webkit-border-top-left-radius: 8px;
160 -khtml-border-radius-topleft: 8px;
160 -khtml-border-radius-topleft: 8px;
161 -moz-border-radius-topleft: 8px;
161 -moz-border-radius-topleft: 8px;
162 border-top-left-radius: 8px;
162 border-top-left-radius: 8px;
163 }
163 }
164
164
165 .top-right-rounded-corner {
165 .top-right-rounded-corner {
166 -webkit-border-top-right-radius: 8px;
166 -webkit-border-top-right-radius: 8px;
167 -khtml-border-radius-topright: 8px;
167 -khtml-border-radius-topright: 8px;
168 -moz-border-radius-topright: 8px;
168 -moz-border-radius-topright: 8px;
169 border-top-right-radius: 8px;
169 border-top-right-radius: 8px;
170 }
170 }
171
171
172 .bottom-left-rounded-corner {
172 .bottom-left-rounded-corner {
173 -webkit-border-bottom-left-radius: 8px;
173 -webkit-border-bottom-left-radius: 8px;
174 -khtml-border-radius-bottomleft: 8px;
174 -khtml-border-radius-bottomleft: 8px;
175 -moz-border-radius-bottomleft: 8px;
175 -moz-border-radius-bottomleft: 8px;
176 border-bottom-left-radius: 8px;
176 border-bottom-left-radius: 8px;
177 }
177 }
178
178
179 .bottom-right-rounded-corner {
179 .bottom-right-rounded-corner {
180 -webkit-border-bottom-right-radius: 8px;
180 -webkit-border-bottom-right-radius: 8px;
181 -khtml-border-radius-bottomright: 8px;
181 -khtml-border-radius-bottomright: 8px;
182 -moz-border-radius-bottomright: 8px;
182 -moz-border-radius-bottomright: 8px;
183 border-bottom-right-radius: 8px;
183 border-bottom-right-radius: 8px;
184 }
184 }
185
185
186
186
187 #header {
187 #header {
188 margin:0;
188 margin:0;
189 padding:0 10px;
189 padding:0 10px;
190 }
190 }
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:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
200 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
201 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
201 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
202 }
202 }
203
203
204 #header ul#logged-user li {
204 #header ul#logged-user li {
205 list-style:none;
205 list-style:none;
206 float:left;
206 float:left;
207 margin:8px 0 0;
207 margin:8px 0 0;
208 padding:4px 12px;
208 padding:4px 12px;
209 border-left: 1px solid #316293;
209 border-left: 1px solid #316293;
210 }
210 }
211
211
212 #header ul#logged-user li.first {
212 #header ul#logged-user li.first {
213 border-left:none;
213 border-left:none;
214 margin:4px;
214 margin:4px;
215 }
215 }
216
216
217 #header ul#logged-user li.first div.gravatar {
217 #header ul#logged-user li.first div.gravatar {
218 margin-top:-2px;
218 margin-top:-2px;
219 }
219 }
220
220
221 #header ul#logged-user li.first div.account {
221 #header ul#logged-user li.first div.account {
222 padding-top:4px;
222 padding-top:4px;
223 float:left;
223 float:left;
224 }
224 }
225
225
226 #header ul#logged-user li.last {
226 #header ul#logged-user li.last {
227 border-right:none;
227 border-right:none;
228 }
228 }
229
229
230 #header ul#logged-user li a {
230 #header ul#logged-user li a {
231 color:#fff;
231 color:#fff;
232 font-weight:700;
232 font-weight:700;
233 text-decoration:none;
233 text-decoration:none;
234 }
234 }
235
235
236 #header ul#logged-user li a:hover {
236 #header ul#logged-user li a:hover {
237 text-decoration:underline;
237 text-decoration:underline;
238 }
238 }
239
239
240 #header ul#logged-user li.highlight a {
240 #header ul#logged-user li.highlight a {
241 color:#fff;
241 color:#fff;
242 }
242 }
243
243
244 #header ul#logged-user li.highlight a:hover {
244 #header ul#logged-user li.highlight a:hover {
245 color:#FFF;
245 color:#FFF;
246 }
246 }
247
247
248 #header #header-inner {
248 #header #header-inner {
249 height:40px;
249 height:40px;
250 clear:both;
250 clear:both;
251 position:relative;
251 position:relative;
252 background:#003367 url("../images/header_inner.png") repeat-x;
252 background:#003367 url("../images/header_inner.png") repeat-x;
253 margin:0;
253 margin:0;
254 padding:0;
254 padding:0;
255 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
255 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
256 -webkit-border-radius: 4px 4px 4px 4px;
256 -webkit-border-radius: 4px 4px 4px 4px;
257 -khtml-border-radius: 4px 4px 4px 4px;
257 -khtml-border-radius: 4px 4px 4px 4px;
258 -moz-border-radius: 4px 4px 4px 4px;
258 -moz-border-radius: 4px 4px 4px 4px;
259 border-radius: 4px 4px 4px 4px;
259 border-radius: 4px 4px 4px 4px;
260 }
260 }
261
261
262 #header #header-inner #home a {
262 #header #header-inner #home a {
263 height:40px;
263 height:40px;
264 width:46px;
264 width:46px;
265 display:block;
265 display:block;
266 background:url("../images/button_home.png");
266 background:url("../images/button_home.png");
267 background-position:0 0;
267 background-position:0 0;
268 margin:0;
268 margin:0;
269 padding:0;
269 padding:0;
270 }
270 }
271
271
272 #header #header-inner #home a:hover {
272 #header #header-inner #home a:hover {
273 background-position:0 -40px;
273 background-position:0 -40px;
274 }
274 }
275
275
276 #header #header-inner #logo h1 {
276 #header #header-inner #logo h1 {
277 color:#FFF;
277 color:#FFF;
278 font-size:18px;
278 font-size:18px;
279 margin:10px 0 0 13px;
279 margin:10px 0 0 13px;
280 padding:0;
280 padding:0;
281 }
281 }
282
282
283 #header #header-inner #logo a {
283 #header #header-inner #logo a {
284 color:#fff;
284 color:#fff;
285 text-decoration:none;
285 text-decoration:none;
286 }
286 }
287
287
288 #header #header-inner #logo a:hover {
288 #header #header-inner #logo a:hover {
289 color:#bfe3ff;
289 color:#bfe3ff;
290 }
290 }
291
291
292 #header #header-inner #quick,#header #header-inner #quick ul {
292 #header #header-inner #quick,#header #header-inner #quick ul {
293 position:relative;
293 position:relative;
294 float:right;
294 float:right;
295 list-style-type:none;
295 list-style-type:none;
296 list-style-position:outside;
296 list-style-position:outside;
297 margin:6px 5px 0 0;
297 margin:6px 5px 0 0;
298 padding:0;
298 padding:0;
299 }
299 }
300
300
301 #header #header-inner #quick li {
301 #header #header-inner #quick li {
302 position:relative;
302 position:relative;
303 float:left;
303 float:left;
304 margin:0 5px 0 0;
304 margin:0 5px 0 0;
305 padding:0;
305 padding:0;
306 }
306 }
307
307
308 #header #header-inner #quick li a {
308 #header #header-inner #quick li a {
309 top:0;
309 top:0;
310 left:0;
310 left:0;
311 height:1%;
311 height:1%;
312 display:block;
312 display:block;
313 clear:both;
313 clear:both;
314 overflow:hidden;
314 overflow:hidden;
315 color:#FFF;
315 color:#FFF;
316 font-weight:700;
316 font-weight:700;
317 text-decoration:none;
317 text-decoration:none;
318 background:#369;
318 background:#369;
319 padding:0;
319 padding:0;
320 -webkit-border-radius: 4px 4px 4px 4px;
320 -webkit-border-radius: 4px 4px 4px 4px;
321 -khtml-border-radius: 4px 4px 4px 4px;
321 -khtml-border-radius: 4px 4px 4px 4px;
322 -moz-border-radius: 4px 4px 4px 4px;
322 -moz-border-radius: 4px 4px 4px 4px;
323 border-radius: 4px 4px 4px 4px;
323 border-radius: 4px 4px 4px 4px;
324 }
324 }
325
325
326 #header #header-inner #quick li span.short {
326 #header #header-inner #quick li span.short {
327 padding:9px 6px 8px 6px;
327 padding:9px 6px 8px 6px;
328 }
328 }
329
329
330 #header #header-inner #quick li span {
330 #header #header-inner #quick li span {
331 top:0;
331 top:0;
332 right:0;
332 right:0;
333 height:1%;
333 height:1%;
334 display:block;
334 display:block;
335 float:left;
335 float:left;
336 border-left:1px solid #3f6f9f;
336 border-left:1px solid #3f6f9f;
337 margin:0;
337 margin:0;
338 padding:10px 12px 8px 10px;
338 padding:10px 12px 8px 10px;
339 }
339 }
340
340
341 #header #header-inner #quick li span.normal {
341 #header #header-inner #quick li span.normal {
342 border:none;
342 border:none;
343 padding:10px 12px 8px;
343 padding:10px 12px 8px;
344 }
344 }
345
345
346 #header #header-inner #quick li span.icon {
346 #header #header-inner #quick li span.icon {
347 top:0;
347 top:0;
348 left:0;
348 left:0;
349 border-left:none;
349 border-left:none;
350 border-right:1px solid #2e5c89;
350 border-right:1px solid #2e5c89;
351 padding:8px 8px 4px;
351 padding:8px 8px 4px;
352 }
352 }
353
353
354 #header #header-inner #quick li span.icon_short {
354 #header #header-inner #quick li span.icon_short {
355 top:0;
355 top:0;
356 left:0;
356 left:0;
357 border-left:none;
357 border-left:none;
358 background:url("../images/quick_l.png") no-repeat top left;
358 background:url("../images/quick_l.png") no-repeat top left;
359 border-right:1px solid #2e5c89;
359 border-right:1px solid #2e5c89;
360 padding:9px 4px 4px;
360 padding:9px 4px 4px;
361 }
361 }
362
362
363 #header #header-inner #quick li a:hover {
363 #header #header-inner #quick li a:hover {
364 background:#4e4e4e no-repeat top left;
364 background:#4e4e4e no-repeat top left;
365 }
365 }
366
366
367 #header #header-inner #quick li a:hover span {
367 #header #header-inner #quick li a:hover span {
368 border-left:1px solid #545454;
368 border-left:1px solid #545454;
369 }
369 }
370
370
371 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short {
371 #header #header-inner #quick li a:hover span.icon,#header #header-inner #quick li a:hover span.icon_short {
372 border-left:none;
372 border-left:none;
373 border-right:1px solid #464646;
373 border-right:1px solid #464646;
374 }
374 }
375
375
376 #header #header-inner #quick ul {
376 #header #header-inner #quick ul {
377 top:29px;
377 top:29px;
378 right:0;
378 right:0;
379 min-width:200px;
379 min-width:200px;
380 display:none;
380 display:none;
381 position:absolute;
381 position:absolute;
382 background:#FFF;
382 background:#FFF;
383 border:1px solid #666;
383 border:1px solid #666;
384 border-top:1px solid #003367;
384 border-top:1px solid #003367;
385 z-index:100;
385 z-index:100;
386 margin:0;
386 margin:0;
387 padding:0;
387 padding:0;
388 }
388 }
389
389
390 #header #header-inner #quick ul.repo_switcher {
390 #header #header-inner #quick ul.repo_switcher {
391 max-height:275px;
391 max-height:275px;
392 overflow-x:hidden;
392 overflow-x:hidden;
393 overflow-y:auto;
393 overflow-y:auto;
394 }
394 }
395 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
395 #header #header-inner #quick ul.repo_switcher li.qfilter_rs {
396 float:none;
396 float:none;
397 margin:0;
397 margin:0;
398 border-bottom:2px solid #003367;
398 border-bottom:2px solid #003367;
399 }
399 }
400
400
401
401
402 #header #header-inner #quick .repo_switcher_type{
402 #header #header-inner #quick .repo_switcher_type{
403 position:absolute;
403 position:absolute;
404 left:0;
404 left:0;
405 top:9px;
405 top:9px;
406
406
407 }
407 }
408 #header #header-inner #quick li ul li {
408 #header #header-inner #quick li ul li {
409 border-bottom:1px solid #ddd;
409 border-bottom:1px solid #ddd;
410 }
410 }
411
411
412 #header #header-inner #quick li ul li a {
412 #header #header-inner #quick li ul li a {
413 width:182px;
413 width:182px;
414 height:auto;
414 height:auto;
415 display:block;
415 display:block;
416 float:left;
416 float:left;
417 background:#FFF;
417 background:#FFF;
418 color:#003367;
418 color:#003367;
419 font-weight:400;
419 font-weight:400;
420 margin:0;
420 margin:0;
421 padding:7px 9px;
421 padding:7px 9px;
422 }
422 }
423
423
424 #header #header-inner #quick li ul li a:hover {
424 #header #header-inner #quick li ul li a:hover {
425 color:#000;
425 color:#000;
426 background:#FFF;
426 background:#FFF;
427 }
427 }
428
428
429 #header #header-inner #quick ul ul {
429 #header #header-inner #quick ul ul {
430 top:auto;
430 top:auto;
431 }
431 }
432
432
433 #header #header-inner #quick li ul ul {
433 #header #header-inner #quick li ul ul {
434 right:200px;
434 right:200px;
435 max-height:275px;
435 max-height:275px;
436 overflow:auto;
436 overflow:auto;
437 overflow-x:hidden;
437 overflow-x:hidden;
438 white-space:normal;
438 white-space:normal;
439 }
439 }
440
440
441 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover {
441 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover {
442 background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF;
442 background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFF;
443 width:167px;
443 width:167px;
444 margin:0;
444 margin:0;
445 padding:12px 9px 7px 24px;
445 padding:12px 9px 7px 24px;
446 }
446 }
447
447
448 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover {
448 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover {
449 background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF;
449 background:url("../images/icons/lock.png") no-repeat scroll 4px 9px #FFF;
450 min-width:167px;
450 min-width:167px;
451 margin:0;
451 margin:0;
452 padding:12px 9px 7px 24px;
452 padding:12px 9px 7px 24px;
453 }
453 }
454
454
455 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover {
455 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover {
456 background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF;
456 background:url("../images/icons/lock_open.png") no-repeat scroll 4px 9px #FFF;
457 min-width:167px;
457 min-width:167px;
458 margin:0;
458 margin:0;
459 padding:12px 9px 7px 24px;
459 padding:12px 9px 7px 24px;
460 }
460 }
461
461
462 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover {
462 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover {
463 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF;
463 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF;
464 min-width:167px;
464 min-width:167px;
465 margin:0 0 0 14px;
465 margin:0 0 0 14px;
466 padding:12px 9px 7px 24px;
466 padding:12px 9px 7px 24px;
467 }
467 }
468
468
469 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover {
469 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover {
470 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF;
470 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF;
471 min-width:167px;
471 min-width:167px;
472 margin:0 0 0 14px;
472 margin:0 0 0 14px;
473 padding:12px 9px 7px 24px;
473 padding:12px 9px 7px 24px;
474 }
474 }
475
475
476 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover {
476 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover {
477 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF;
477 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF;
478 width:167px;
478 width:167px;
479 margin:0;
479 margin:0;
480 padding:12px 9px 7px 24px;
480 padding:12px 9px 7px 24px;
481 }
481 }
482
482
483 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover {
483 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover {
484 background:url("../images/icons/database_link.png") no-repeat scroll 4px 9px #FFF;
484 background:url("../images/icons/database_link.png") no-repeat scroll 4px 9px #FFF;
485 width:167px;
485 width:167px;
486 margin:0;
486 margin:0;
487 padding:12px 9px 7px 24px;
487 padding:12px 9px 7px 24px;
488 }
488 }
489
489
490 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover {
490 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover {
491 background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
491 background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
492 width:167px;
492 width:167px;
493 margin:0;
493 margin:0;
494 padding:12px 9px 7px 24px;
494 padding:12px 9px 7px 24px;
495 }
495 }
496
496
497 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover {
497 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover {
498 background:#FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
498 background:#FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
499 width:167px;
499 width:167px;
500 margin:0;
500 margin:0;
501 padding:12px 9px 7px 24px;
501 padding:12px 9px 7px 24px;
502 }
502 }
503
503
504 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover {
504 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover {
505 background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px;
505 background:#FFF url("../images/icons/cog.png") no-repeat 4px 9px;
506 width:167px;
506 width:167px;
507 margin:0;
507 margin:0;
508 padding:12px 9px 7px 24px;
508 padding:12px 9px 7px 24px;
509 }
509 }
510
510
511 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover {
511 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover {
512 background:#FFF url("../images/icons/key.png") no-repeat 4px 9px;
512 background:#FFF url("../images/icons/key.png") no-repeat 4px 9px;
513 width:167px;
513 width:167px;
514 margin:0;
514 margin:0;
515 padding:12px 9px 7px 24px;
515 padding:12px 9px 7px 24px;
516 }
516 }
517
517
518 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover {
518 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover {
519 background:#FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
519 background:#FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
520 width:167px;
520 width:167px;
521 margin:0;
521 margin:0;
522 padding:12px 9px 7px 24px;
522 padding:12px 9px 7px 24px;
523 }
523 }
524
524
525 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover {
525 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover {
526 background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
526 background:#FFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
527 width:167px;
527 width:167px;
528 margin:0;
528 margin:0;
529 padding:12px 9px 7px 24px;
529 padding:12px 9px 7px 24px;
530 }
530 }
531
531
532 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover {
532 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover {
533 background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
533 background:#FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
534 width:167px;
534 width:167px;
535 margin:0;
535 margin:0;
536 padding:12px 9px 7px 24px;
536 padding:12px 9px 7px 24px;
537 }
537 }
538
538
539 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover {
539 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover {
540 background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px;
540 background:#FFF url("../images/icons/delete.png") no-repeat 4px 9px;
541 width:167px;
541 width:167px;
542 margin:0;
542 margin:0;
543 padding:12px 9px 7px 24px;
543 padding:12px 9px 7px 24px;
544 }
544 }
545
545
546 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover {
546 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover {
547 background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
547 background:#FFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
548 width:167px;
548 width:167px;
549 margin:0;
549 margin:0;
550 padding:12px 9px 7px 24px;
550 padding:12px 9px 7px 24px;
551 }
551 }
552
552
553 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover {
553 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover {
554 background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
554 background:#FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
555 width:167px;
555 width:167px;
556 margin:0;
556 margin:0;
557 padding:12px 9px 7px 24px;
557 padding:12px 9px 7px 24px;
558 }
558 }
559
559
560 #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover {
560 #header #header-inner #quick li ul li a.admin,#header #header-inner #quick li ul li a.admin:hover {
561 background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
561 background:#FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
562 width:167px;
562 width:167px;
563 margin:0;
563 margin:0;
564 padding:12px 9px 7px 24px;
564 padding:12px 9px 7px 24px;
565 }
565 }
566
566
567
567
568 .quick_repo_menu{
568 .quick_repo_menu{
569 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
569 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
570 cursor: pointer;
570 cursor: pointer;
571 width: 8px;
571 width: 8px;
572 }
572 }
573 .quick_repo_menu.active{
573 .quick_repo_menu.active{
574 background: #FFF url("../images/horizontal-indicator.png") 4px 50% no-repeat !important;
574 background: #FFF url("../images/horizontal-indicator.png") 4px 50% no-repeat !important;
575 cursor: pointer;
575 cursor: pointer;
576 }
576 }
577 .quick_repo_menu .menu_items{
577 .quick_repo_menu .menu_items{
578 margin-top:6px;
578 margin-top:6px;
579 width:150px;
579 width:150px;
580 position: absolute;
580 position: absolute;
581 background-color:#FFF;
581 background-color:#FFF;
582 background: none repeat scroll 0 0 #FFFFFF;
582 background: none repeat scroll 0 0 #FFFFFF;
583 border-color: #003367 #666666 #666666;
583 border-color: #003367 #666666 #666666;
584 border-right: 1px solid #666666;
584 border-right: 1px solid #666666;
585 border-style: solid;
585 border-style: solid;
586 border-width: 1px;
586 border-width: 1px;
587 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
587 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
588 }
588 }
589 .quick_repo_menu .menu_items li{
589 .quick_repo_menu .menu_items li{
590 padding:0 !important;
590 padding:0 !important;
591 }
591 }
592 .quick_repo_menu .menu_items a{
592 .quick_repo_menu .menu_items a{
593 display: block;
593 display: block;
594 padding: 4px 12px 4px 8px;
594 padding: 4px 12px 4px 8px;
595 }
595 }
596 .quick_repo_menu .menu_items a:hover{
596 .quick_repo_menu .menu_items a:hover{
597 background-color: #EEE;
597 background-color: #EEE;
598 text-decoration: none;
598 text-decoration: none;
599
599
600 }
600 }
601 .quick_repo_menu .menu_items .icon img{
601 .quick_repo_menu .menu_items .icon img{
602 margin-bottom:-2px;
602 margin-bottom:-2px;
603 }
603 }
604 .quick_repo_menu .menu_items.hidden{
604 .quick_repo_menu .menu_items.hidden{
605 display: none;
605 display: none;
606 }
606 }
607
607
608 #content #left {
608 #content #left {
609 left:0;
609 left:0;
610 width:280px;
610 width:280px;
611 position:absolute;
611 position:absolute;
612 }
612 }
613
613
614 #content #right {
614 #content #right {
615 margin:0 60px 10px 290px;
615 margin:0 60px 10px 290px;
616 }
616 }
617
617
618 #content div.box {
618 #content div.box {
619 clear:both;
619 clear:both;
620 overflow:hidden;
620 overflow:hidden;
621 background:#fff;
621 background:#fff;
622 margin:0 0 10px;
622 margin:0 0 10px;
623 padding:0 0 10px;
623 padding:0 0 10px;
624 -webkit-border-radius: 4px 4px 4px 4px;
624 -webkit-border-radius: 4px 4px 4px 4px;
625 -khtml-border-radius: 4px 4px 4px 4px;
625 -khtml-border-radius: 4px 4px 4px 4px;
626 -moz-border-radius: 4px 4px 4px 4px;
626 -moz-border-radius: 4px 4px 4px 4px;
627 border-radius: 4px 4px 4px 4px;
627 border-radius: 4px 4px 4px 4px;
628 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
628 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
629
629
630 }
630 }
631
631
632 #content div.box-left {
632 #content div.box-left {
633 width:49%;
633 width:49%;
634 clear:none;
634 clear:none;
635 float:left;
635 float:left;
636 margin:0 0 10px;
636 margin:0 0 10px;
637 }
637 }
638
638
639 #content div.box-right {
639 #content div.box-right {
640 width:49%;
640 width:49%;
641 clear:none;
641 clear:none;
642 float:right;
642 float:right;
643 margin:0 0 10px;
643 margin:0 0 10px;
644 }
644 }
645
645
646 #content div.box div.title {
646 #content div.box div.title {
647 clear:both;
647 clear:both;
648 overflow:hidden;
648 overflow:hidden;
649 background:#369 url("../images/header_inner.png") repeat-x;
649 background:#369 url("../images/header_inner.png") repeat-x;
650 margin:0 0 20px;
650 margin:0 0 20px;
651 padding:0;
651 padding:0;
652 }
652 }
653
653
654 #content div.box div.title h5 {
654 #content div.box div.title h5 {
655 float:left;
655 float:left;
656 border:none;
656 border:none;
657 color:#fff;
657 color:#fff;
658 text-transform:uppercase;
658 text-transform:uppercase;
659 margin:0;
659 margin:0;
660 padding:11px 0 11px 10px;
660 padding:11px 0 11px 10px;
661 }
661 }
662
662
663 #content div.box div.title ul.links li {
663 #content div.box div.title ul.links li {
664 list-style:none;
664 list-style:none;
665 float:left;
665 float:left;
666 margin:0;
666 margin:0;
667 padding:0;
667 padding:0;
668 }
668 }
669
669
670 #content div.box div.title ul.links li a {
670 #content div.box div.title ul.links li a {
671 border-left: 1px solid #316293;
671 border-left: 1px solid #316293;
672 color: #FFFFFF;
672 color: #FFFFFF;
673 display: block;
673 display: block;
674 float: left;
674 float: left;
675 font-size: 13px;
675 font-size: 13px;
676 font-weight: 700;
676 font-weight: 700;
677 height: 1%;
677 height: 1%;
678 margin: 0;
678 margin: 0;
679 padding: 11px 22px 12px;
679 padding: 11px 22px 12px;
680 text-decoration: none;
680 text-decoration: none;
681 }
681 }
682
682
683 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 {
683 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 {
684 clear:both;
684 clear:both;
685 overflow:hidden;
685 overflow:hidden;
686 border-bottom:1px solid #DDD;
686 border-bottom:1px solid #DDD;
687 margin:10px 20px;
687 margin:10px 20px;
688 padding:0 0 15px;
688 padding:0 0 15px;
689 }
689 }
690
690
691 #content div.box p {
691 #content div.box p {
692 color:#5f5f5f;
692 color:#5f5f5f;
693 font-size:12px;
693 font-size:12px;
694 line-height:150%;
694 line-height:150%;
695 margin:0 24px 10px;
695 margin:0 24px 10px;
696 padding:0;
696 padding:0;
697 }
697 }
698
698
699 #content div.box blockquote {
699 #content div.box blockquote {
700 border-left:4px solid #DDD;
700 border-left:4px solid #DDD;
701 color:#5f5f5f;
701 color:#5f5f5f;
702 font-size:11px;
702 font-size:11px;
703 line-height:150%;
703 line-height:150%;
704 margin:0 34px;
704 margin:0 34px;
705 padding:0 0 0 14px;
705 padding:0 0 0 14px;
706 }
706 }
707
707
708 #content div.box blockquote p {
708 #content div.box blockquote p {
709 margin:10px 0;
709 margin:10px 0;
710 padding:0;
710 padding:0;
711 }
711 }
712
712
713 #content div.box dl {
713 #content div.box dl {
714 margin:10px 24px;
714 margin:10px 24px;
715 }
715 }
716
716
717 #content div.box dt {
717 #content div.box dt {
718 font-size:12px;
718 font-size:12px;
719 margin:0;
719 margin:0;
720 }
720 }
721
721
722 #content div.box dd {
722 #content div.box dd {
723 font-size:12px;
723 font-size:12px;
724 margin:0;
724 margin:0;
725 padding:8px 0 8px 15px;
725 padding:8px 0 8px 15px;
726 }
726 }
727
727
728 #content div.box li {
728 #content div.box li {
729 font-size:12px;
729 font-size:12px;
730 padding:4px 0;
730 padding:4px 0;
731 }
731 }
732
732
733 #content div.box ul.disc,#content div.box ul.circle {
733 #content div.box ul.disc,#content div.box ul.circle {
734 margin:10px 24px 10px 38px;
734 margin:10px 24px 10px 38px;
735 }
735 }
736
736
737 #content div.box ul.square {
737 #content div.box ul.square {
738 margin:10px 24px 10px 40px;
738 margin:10px 24px 10px 40px;
739 }
739 }
740
740
741 #content div.box img.left {
741 #content div.box img.left {
742 border:none;
742 border:none;
743 float:left;
743 float:left;
744 margin:10px 10px 10px 0;
744 margin:10px 10px 10px 0;
745 }
745 }
746
746
747 #content div.box img.right {
747 #content div.box img.right {
748 border:none;
748 border:none;
749 float:right;
749 float:right;
750 margin:10px 0 10px 10px;
750 margin:10px 0 10px 10px;
751 }
751 }
752
752
753 #content div.box div.messages {
753 #content div.box div.messages {
754 clear:both;
754 clear:both;
755 overflow:hidden;
755 overflow:hidden;
756 margin:0 20px;
756 margin:0 20px;
757 padding:0;
757 padding:0;
758 }
758 }
759
759
760 #content div.box div.message {
760 #content div.box div.message {
761 clear:both;
761 clear:both;
762 overflow:hidden;
762 overflow:hidden;
763 margin:0;
763 margin:0;
764 padding:10px 0;
764 padding:10px 0;
765 }
765 }
766
766
767 #content div.box div.message a {
767 #content div.box div.message a {
768 font-weight:400 !important;
768 font-weight:400 !important;
769 }
769 }
770
770
771 #content div.box div.message div.image {
771 #content div.box div.message div.image {
772 float:left;
772 float:left;
773 margin:9px 0 0 5px;
773 margin:9px 0 0 5px;
774 padding:6px;
774 padding:6px;
775 }
775 }
776
776
777 #content div.box div.message div.image img {
777 #content div.box div.message div.image img {
778 vertical-align:middle;
778 vertical-align:middle;
779 margin:0;
779 margin:0;
780 }
780 }
781
781
782 #content div.box div.message div.text {
782 #content div.box div.message div.text {
783 float:left;
783 float:left;
784 margin:0;
784 margin:0;
785 padding:9px 6px;
785 padding:9px 6px;
786 }
786 }
787
787
788 #content div.box div.message div.dismiss a {
788 #content div.box div.message div.dismiss a {
789 height:16px;
789 height:16px;
790 width:16px;
790 width:16px;
791 display:block;
791 display:block;
792 background:url("../images/icons/cross.png") no-repeat;
792 background:url("../images/icons/cross.png") no-repeat;
793 margin:15px 14px 0 0;
793 margin:15px 14px 0 0;
794 padding:0;
794 padding:0;
795 }
795 }
796
796
797 #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 {
797 #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 {
798 border:none;
798 border:none;
799 margin:0;
799 margin:0;
800 padding:0;
800 padding:0;
801 }
801 }
802
802
803 #content div.box div.message div.text span {
803 #content div.box div.message div.text span {
804 height:1%;
804 height:1%;
805 display:block;
805 display:block;
806 margin:0;
806 margin:0;
807 padding:5px 0 0;
807 padding:5px 0 0;
808 }
808 }
809
809
810 #content div.box div.message-error {
810 #content div.box div.message-error {
811 height:1%;
811 height:1%;
812 clear:both;
812 clear:both;
813 overflow:hidden;
813 overflow:hidden;
814 background:#FBE3E4;
814 background:#FBE3E4;
815 border:1px solid #FBC2C4;
815 border:1px solid #FBC2C4;
816 color:#860006;
816 color:#860006;
817 }
817 }
818
818
819 #content div.box div.message-error h6 {
819 #content div.box div.message-error h6 {
820 color:#860006;
820 color:#860006;
821 }
821 }
822
822
823 #content div.box div.message-warning {
823 #content div.box div.message-warning {
824 height:1%;
824 height:1%;
825 clear:both;
825 clear:both;
826 overflow:hidden;
826 overflow:hidden;
827 background:#FFF6BF;
827 background:#FFF6BF;
828 border:1px solid #FFD324;
828 border:1px solid #FFD324;
829 color:#5f5200;
829 color:#5f5200;
830 }
830 }
831
831
832 #content div.box div.message-warning h6 {
832 #content div.box div.message-warning h6 {
833 color:#5f5200;
833 color:#5f5200;
834 }
834 }
835
835
836 #content div.box div.message-notice {
836 #content div.box div.message-notice {
837 height:1%;
837 height:1%;
838 clear:both;
838 clear:both;
839 overflow:hidden;
839 overflow:hidden;
840 background:#8FBDE0;
840 background:#8FBDE0;
841 border:1px solid #6BACDE;
841 border:1px solid #6BACDE;
842 color:#003863;
842 color:#003863;
843 }
843 }
844
844
845 #content div.box div.message-notice h6 {
845 #content div.box div.message-notice h6 {
846 color:#003863;
846 color:#003863;
847 }
847 }
848
848
849 #content div.box div.message-success {
849 #content div.box div.message-success {
850 height:1%;
850 height:1%;
851 clear:both;
851 clear:both;
852 overflow:hidden;
852 overflow:hidden;
853 background:#E6EFC2;
853 background:#E6EFC2;
854 border:1px solid #C6D880;
854 border:1px solid #C6D880;
855 color:#4e6100;
855 color:#4e6100;
856 }
856 }
857
857
858 #content div.box div.message-success h6 {
858 #content div.box div.message-success h6 {
859 color:#4e6100;
859 color:#4e6100;
860 }
860 }
861
861
862 #content div.box div.form div.fields div.field {
862 #content div.box div.form div.fields div.field {
863 height:1%;
863 height:1%;
864 border-bottom:1px solid #DDD;
864 border-bottom:1px solid #DDD;
865 clear:both;
865 clear:both;
866 margin:0;
866 margin:0;
867 padding:10px 0;
867 padding:10px 0;
868 }
868 }
869
869
870 #content div.box div.form div.fields div.field-first {
870 #content div.box div.form div.fields div.field-first {
871 padding:0 0 10px;
871 padding:0 0 10px;
872 }
872 }
873
873
874 #content div.box div.form div.fields div.field-noborder {
874 #content div.box div.form div.fields div.field-noborder {
875 border-bottom:0 !important;
875 border-bottom:0 !important;
876 }
876 }
877
877
878 #content div.box div.form div.fields div.field span.error-message {
878 #content div.box div.form div.fields div.field span.error-message {
879 height:1%;
879 height:1%;
880 display:inline-block;
880 display:inline-block;
881 color:red;
881 color:red;
882 margin:8px 0 0 4px;
882 margin:8px 0 0 4px;
883 padding:0;
883 padding:0;
884 }
884 }
885
885
886 #content div.box div.form div.fields div.field span.success {
886 #content div.box div.form div.fields div.field span.success {
887 height:1%;
887 height:1%;
888 display:block;
888 display:block;
889 color:#316309;
889 color:#316309;
890 margin:8px 0 0;
890 margin:8px 0 0;
891 padding:0;
891 padding:0;
892 }
892 }
893
893
894 #content div.box div.form div.fields div.field div.label {
894 #content div.box div.form div.fields div.field div.label {
895 left:70px;
895 left:70px;
896 width:auto;
896 width:auto;
897 position:absolute;
897 position:absolute;
898 margin:0;
898 margin:0;
899 padding:8px 0 0 5px;
899 padding:8px 0 0 5px;
900 }
900 }
901
901
902 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label {
902 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label {
903 clear:both;
903 clear:both;
904 overflow:hidden;
904 overflow:hidden;
905 left:0;
905 left:0;
906 width:auto;
906 width:auto;
907 position:relative;
907 position:relative;
908 margin:0;
908 margin:0;
909 padding:0 0 8px;
909 padding:0 0 8px;
910 }
910 }
911
911
912 #content div.box div.form div.fields div.field div.label-select {
912 #content div.box div.form div.fields div.field div.label-select {
913 padding:5px 0 0 5px;
913 padding:5px 0 0 5px;
914 }
914 }
915
915
916 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select {
916 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select {
917 padding:0 0 8px;
917 padding:0 0 8px;
918 }
918 }
919
919
920 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea {
920 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea {
921 padding:0 0 8px !important;
921 padding:0 0 8px !important;
922 }
922 }
923
923
924 #content div.box div.form div.fields div.field div.label label, div.label label{
924 #content div.box div.form div.fields div.field div.label label, div.label label{
925 color:#393939;
925 color:#393939;
926 font-weight:700;
926 font-weight:700;
927 }
927 }
928
928
929 #content div.box div.form div.fields div.field div.input {
929 #content div.box div.form div.fields div.field div.input {
930 margin:0 0 0 200px;
930 margin:0 0 0 200px;
931 }
931 }
932 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input {
932 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input {
933 margin:0 0 0 0px;
933 margin:0 0 0 0px;
934 }
934 }
935
935
936 #content div.box div.form div.fields div.field div.input input {
936 #content div.box div.form div.fields div.field div.input input {
937 background:#FFF;
937 background:#FFF;
938 border-top:1px solid #b3b3b3;
938 border-top:1px solid #b3b3b3;
939 border-left:1px solid #b3b3b3;
939 border-left:1px solid #b3b3b3;
940 border-right:1px solid #eaeaea;
940 border-right:1px solid #eaeaea;
941 border-bottom:1px solid #eaeaea;
941 border-bottom:1px solid #eaeaea;
942 color:#000;
942 color:#000;
943 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
943 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
944 font-size:11px;
944 font-size:11px;
945 margin:0;
945 margin:0;
946 padding:7px 7px 6px;
946 padding:7px 7px 6px;
947 }
947 }
948
948
949
949
950
950
951 #content div.box div.form div.fields div.field div.input input.small {
951 #content div.box div.form div.fields div.field div.input input.small {
952 width:30%;
952 width:30%;
953 }
953 }
954
954
955 #content div.box div.form div.fields div.field div.input input.medium {
955 #content div.box div.form div.fields div.field div.input input.medium {
956 width:55%;
956 width:55%;
957 }
957 }
958
958
959 #content div.box div.form div.fields div.field div.input input.large {
959 #content div.box div.form div.fields div.field div.input input.large {
960 width:85%;
960 width:85%;
961 }
961 }
962
962
963 #content div.box div.form div.fields div.field div.input input.date {
963 #content div.box div.form div.fields div.field div.input input.date {
964 width:177px;
964 width:177px;
965 }
965 }
966
966
967 #content div.box div.form div.fields div.field div.input input.button {
967 #content div.box div.form div.fields div.field div.input input.button {
968 background:#D4D0C8;
968 background:#D4D0C8;
969 border-top:1px solid #FFF;
969 border-top:1px solid #FFF;
970 border-left:1px solid #FFF;
970 border-left:1px solid #FFF;
971 border-right:1px solid #404040;
971 border-right:1px solid #404040;
972 border-bottom:1px solid #404040;
972 border-bottom:1px solid #404040;
973 color:#000;
973 color:#000;
974 margin:0;
974 margin:0;
975 padding:4px 8px;
975 padding:4px 8px;
976 }
976 }
977
977
978 #content div.box div.form div.fields div.field div.textarea {
978 #content div.box div.form div.fields div.field div.textarea {
979 border-top:1px solid #b3b3b3;
979 border-top:1px solid #b3b3b3;
980 border-left:1px solid #b3b3b3;
980 border-left:1px solid #b3b3b3;
981 border-right:1px solid #eaeaea;
981 border-right:1px solid #eaeaea;
982 border-bottom:1px solid #eaeaea;
982 border-bottom:1px solid #eaeaea;
983 margin:0 0 0 200px;
983 margin:0 0 0 200px;
984 padding:10px;
984 padding:10px;
985 }
985 }
986
986
987 #content div.box div.form div.fields div.field div.textarea-editor {
987 #content div.box div.form div.fields div.field div.textarea-editor {
988 border:1px solid #ddd;
988 border:1px solid #ddd;
989 padding:0;
989 padding:0;
990 }
990 }
991
991
992 #content div.box div.form div.fields div.field div.textarea textarea {
992 #content div.box div.form div.fields div.field div.textarea textarea {
993 width:100%;
993 width:100%;
994 height:220px;
994 height:220px;
995 overflow:hidden;
995 overflow:hidden;
996 background:#FFF;
996 background:#FFF;
997 color:#000;
997 color:#000;
998 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
998 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
999 font-size:11px;
999 font-size:11px;
1000 outline:none;
1000 outline:none;
1001 border-width:0;
1001 border-width:0;
1002 margin:0;
1002 margin:0;
1003 padding:0;
1003 padding:0;
1004 }
1004 }
1005
1005
1006 #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 {
1006 #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 {
1007 width:100%;
1007 width:100%;
1008 height:100px;
1008 height:100px;
1009 }
1009 }
1010
1010
1011 #content div.box div.form div.fields div.field div.textarea table {
1011 #content div.box div.form div.fields div.field div.textarea table {
1012 width:100%;
1012 width:100%;
1013 border:none;
1013 border:none;
1014 margin:0;
1014 margin:0;
1015 padding:0;
1015 padding:0;
1016 }
1016 }
1017
1017
1018 #content div.box div.form div.fields div.field div.textarea table td {
1018 #content div.box div.form div.fields div.field div.textarea table td {
1019 background:#DDD;
1019 background:#DDD;
1020 border:none;
1020 border:none;
1021 padding:0;
1021 padding:0;
1022 }
1022 }
1023
1023
1024 #content div.box div.form div.fields div.field div.textarea table td table {
1024 #content div.box div.form div.fields div.field div.textarea table td table {
1025 width:auto;
1025 width:auto;
1026 border:none;
1026 border:none;
1027 margin:0;
1027 margin:0;
1028 padding:0;
1028 padding:0;
1029 }
1029 }
1030
1030
1031 #content div.box div.form div.fields div.field div.textarea table td table td {
1031 #content div.box div.form div.fields div.field div.textarea table td table td {
1032 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1032 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1033 font-size:11px;
1033 font-size:11px;
1034 padding:5px 5px 5px 0;
1034 padding:5px 5px 5px 0;
1035 }
1035 }
1036
1036
1037 #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 {
1037 #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 {
1038 background:#f6f6f6;
1038 background:#f6f6f6;
1039 border-color:#666;
1039 border-color:#666;
1040 }
1040 }
1041
1041
1042 div.form div.fields div.field div.button {
1042 div.form div.fields div.field div.button {
1043 margin:0;
1043 margin:0;
1044 padding:0 0 0 8px;
1044 padding:0 0 0 8px;
1045 }
1045 }
1046
1046
1047 div.form div.fields div.field div.highlight .ui-button {
1048 background:#4e85bb url("../images/button_highlight.png") repeat-x;
1049 border-top:1px solid #5c91a4;
1050 border-left:1px solid #2a6f89;
1051 border-right:1px solid #2b7089;
1052 border-bottom:1px solid #1a6480;
1053 color:#FFF;
1054 margin:0;
1055 padding:6px 12px;
1056 }
1057
1058 div.form div.fields div.field div.highlight .ui-state-hover {
1059 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1060 border-top:1px solid #78acbf;
1061 border-left:1px solid #34819e;
1062 border-right:1px solid #35829f;
1063 border-bottom:1px solid #257897;
1064 color:#FFF;
1065 margin:0;
1066 padding:6px 12px;
1067 }
1068
1069 #content div.box div.form div.fields div.buttons div.highlight input.ui-button {
1070 background:#4e85bb url("../images/button_highlight.png") repeat-x;
1071 border-top:1px solid #5c91a4;
1072 border-left:1px solid #2a6f89;
1073 border-right:1px solid #2b7089;
1074 border-bottom:1px solid #1a6480;
1075 color:#fff;
1076 margin:0;
1077 padding:6px 12px;
1078 }
1079
1080 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover {
1081 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1082 border-top:1px solid #78acbf;
1083 border-left:1px solid #34819e;
1084 border-right:1px solid #35829f;
1085 border-bottom:1px solid #257897;
1086 color:#fff;
1087 margin:0;
1088 padding:6px 12px;
1089 }
1090
1047
1091 #content div.box table {
1048 #content div.box table {
1092 width:100%;
1049 width:100%;
1093 border-collapse:collapse;
1050 border-collapse:collapse;
1094 margin:0;
1051 margin:0;
1095 padding:0;
1052 padding:0;
1096 border: 1px solid #eee;
1053 border: 1px solid #eee;
1097 }
1054 }
1098
1055
1099 #content div.box table th {
1056 #content div.box table th {
1100 background:#eee;
1057 background:#eee;
1101 border-bottom:1px solid #ddd;
1058 border-bottom:1px solid #ddd;
1102 padding:5px 0px 5px 5px;
1059 padding:5px 0px 5px 5px;
1103 }
1060 }
1104
1061
1105 #content div.box table th.left {
1062 #content div.box table th.left {
1106 text-align:left;
1063 text-align:left;
1107 }
1064 }
1108
1065
1109 #content div.box table th.right {
1066 #content div.box table th.right {
1110 text-align:right;
1067 text-align:right;
1111 }
1068 }
1112
1069
1113 #content div.box table th.center {
1070 #content div.box table th.center {
1114 text-align:center;
1071 text-align:center;
1115 }
1072 }
1116
1073
1117 #content div.box table th.selected {
1074 #content div.box table th.selected {
1118 vertical-align:middle;
1075 vertical-align:middle;
1119 padding:0;
1076 padding:0;
1120 }
1077 }
1121
1078
1122 #content div.box table td {
1079 #content div.box table td {
1123 background:#fff;
1080 background:#fff;
1124 border-bottom:1px solid #cdcdcd;
1081 border-bottom:1px solid #cdcdcd;
1125 vertical-align:middle;
1082 vertical-align:middle;
1126 padding:5px;
1083 padding:5px;
1127 }
1084 }
1128
1085
1129 #content div.box table tr.selected td {
1086 #content div.box table tr.selected td {
1130 background:#FFC;
1087 background:#FFC;
1131 }
1088 }
1132
1089
1133 #content div.box table td.selected {
1090 #content div.box table td.selected {
1134 width:3%;
1091 width:3%;
1135 text-align:center;
1092 text-align:center;
1136 vertical-align:middle;
1093 vertical-align:middle;
1137 padding:0;
1094 padding:0;
1138 }
1095 }
1139
1096
1140 #content div.box table td.action {
1097 #content div.box table td.action {
1141 width:45%;
1098 width:45%;
1142 text-align:left;
1099 text-align:left;
1143 }
1100 }
1144
1101
1145 #content div.box table td.date {
1102 #content div.box table td.date {
1146 width:33%;
1103 width:33%;
1147 text-align:center;
1104 text-align:center;
1148 }
1105 }
1149
1106
1150 #content div.box div.action {
1107 #content div.box div.action {
1151 float:right;
1108 float:right;
1152 background:#FFF;
1109 background:#FFF;
1153 text-align:right;
1110 text-align:right;
1154 margin:10px 0 0;
1111 margin:10px 0 0;
1155 padding:0;
1112 padding:0;
1156 }
1113 }
1157
1114
1158 #content div.box div.action select {
1115 #content div.box div.action select {
1159 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1116 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1160 font-size:11px;
1117 font-size:11px;
1161 margin:0;
1118 margin:0;
1162 }
1119 }
1163
1120
1164 #content div.box div.action .ui-selectmenu {
1121 #content div.box div.action .ui-selectmenu {
1165 margin:0;
1122 margin:0;
1166 padding:0;
1123 padding:0;
1167 }
1124 }
1168
1125
1169 #content div.box div.pagination {
1126 #content div.box div.pagination {
1170 height:1%;
1127 height:1%;
1171 clear:both;
1128 clear:both;
1172 overflow:hidden;
1129 overflow:hidden;
1173 margin:10px 0 0;
1130 margin:10px 0 0;
1174 padding:0;
1131 padding:0;
1175 }
1132 }
1176
1133
1177 #content div.box div.pagination ul.pager {
1134 #content div.box div.pagination ul.pager {
1178 float:right;
1135 float:right;
1179 text-align:right;
1136 text-align:right;
1180 margin:0;
1137 margin:0;
1181 padding:0;
1138 padding:0;
1182 }
1139 }
1183
1140
1184 #content div.box div.pagination ul.pager li {
1141 #content div.box div.pagination ul.pager li {
1185 height:1%;
1142 height:1%;
1186 float:left;
1143 float:left;
1187 list-style:none;
1144 list-style:none;
1188 background:#ebebeb url("../images/pager.png") repeat-x;
1145 background:#ebebeb url("../images/pager.png") repeat-x;
1189 border-top:1px solid #dedede;
1146 border-top:1px solid #dedede;
1190 border-left:1px solid #cfcfcf;
1147 border-left:1px solid #cfcfcf;
1191 border-right:1px solid #c4c4c4;
1148 border-right:1px solid #c4c4c4;
1192 border-bottom:1px solid #c4c4c4;
1149 border-bottom:1px solid #c4c4c4;
1193 color:#4A4A4A;
1150 color:#4A4A4A;
1194 font-weight:700;
1151 font-weight:700;
1195 margin:0 0 0 4px;
1152 margin:0 0 0 4px;
1196 padding:0;
1153 padding:0;
1197 }
1154 }
1198
1155
1199 #content div.box div.pagination ul.pager li.separator {
1156 #content div.box div.pagination ul.pager li.separator {
1200 padding:6px;
1157 padding:6px;
1201 }
1158 }
1202
1159
1203 #content div.box div.pagination ul.pager li.current {
1160 #content div.box div.pagination ul.pager li.current {
1204 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1161 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1205 border-top:1px solid #ccc;
1162 border-top:1px solid #ccc;
1206 border-left:1px solid #bebebe;
1163 border-left:1px solid #bebebe;
1207 border-right:1px solid #b1b1b1;
1164 border-right:1px solid #b1b1b1;
1208 border-bottom:1px solid #afafaf;
1165 border-bottom:1px solid #afafaf;
1209 color:#515151;
1166 color:#515151;
1210 padding:6px;
1167 padding:6px;
1211 }
1168 }
1212
1169
1213 #content div.box div.pagination ul.pager li a {
1170 #content div.box div.pagination ul.pager li a {
1214 height:1%;
1171 height:1%;
1215 display:block;
1172 display:block;
1216 float:left;
1173 float:left;
1217 color:#515151;
1174 color:#515151;
1218 text-decoration:none;
1175 text-decoration:none;
1219 margin:0;
1176 margin:0;
1220 padding:6px;
1177 padding:6px;
1221 }
1178 }
1222
1179
1223 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active {
1180 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active {
1224 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1181 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1225 border-top:1px solid #ccc;
1182 border-top:1px solid #ccc;
1226 border-left:1px solid #bebebe;
1183 border-left:1px solid #bebebe;
1227 border-right:1px solid #b1b1b1;
1184 border-right:1px solid #b1b1b1;
1228 border-bottom:1px solid #afafaf;
1185 border-bottom:1px solid #afafaf;
1229 margin:-1px;
1186 margin:-1px;
1230 }
1187 }
1231
1188
1232 #content div.box div.pagination-wh {
1189 #content div.box div.pagination-wh {
1233 height:1%;
1190 height:1%;
1234 clear:both;
1191 clear:both;
1235 overflow:hidden;
1192 overflow:hidden;
1236 text-align:right;
1193 text-align:right;
1237 margin:10px 0 0;
1194 margin:10px 0 0;
1238 padding:0;
1195 padding:0;
1239 }
1196 }
1240
1197
1241 #content div.box div.pagination-right {
1198 #content div.box div.pagination-right {
1242 float:right;
1199 float:right;
1243 }
1200 }
1244
1201
1245 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot {
1202 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot {
1246 height:1%;
1203 height:1%;
1247 float:left;
1204 float:left;
1248 background:#ebebeb url("../images/pager.png") repeat-x;
1205 background:#ebebeb url("../images/pager.png") repeat-x;
1249 border-top:1px solid #dedede;
1206 border-top:1px solid #dedede;
1250 border-left:1px solid #cfcfcf;
1207 border-left:1px solid #cfcfcf;
1251 border-right:1px solid #c4c4c4;
1208 border-right:1px solid #c4c4c4;
1252 border-bottom:1px solid #c4c4c4;
1209 border-bottom:1px solid #c4c4c4;
1253 color:#4A4A4A;
1210 color:#4A4A4A;
1254 font-weight:700;
1211 font-weight:700;
1255 margin:0 0 0 4px;
1212 margin:0 0 0 4px;
1256 padding:6px;
1213 padding:6px;
1257 }
1214 }
1258
1215
1259 #content div.box div.pagination-wh span.pager_curpage {
1216 #content div.box div.pagination-wh span.pager_curpage {
1260 height:1%;
1217 height:1%;
1261 float:left;
1218 float:left;
1262 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1219 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1263 border-top:1px solid #ccc;
1220 border-top:1px solid #ccc;
1264 border-left:1px solid #bebebe;
1221 border-left:1px solid #bebebe;
1265 border-right:1px solid #b1b1b1;
1222 border-right:1px solid #b1b1b1;
1266 border-bottom:1px solid #afafaf;
1223 border-bottom:1px solid #afafaf;
1267 color:#515151;
1224 color:#515151;
1268 font-weight:700;
1225 font-weight:700;
1269 margin:0 0 0 4px;
1226 margin:0 0 0 4px;
1270 padding:6px;
1227 padding:6px;
1271 }
1228 }
1272
1229
1273 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active {
1230 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active {
1274 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1231 background:#b4b4b4 url("../images/pager_selected.png") repeat-x;
1275 border-top:1px solid #ccc;
1232 border-top:1px solid #ccc;
1276 border-left:1px solid #bebebe;
1233 border-left:1px solid #bebebe;
1277 border-right:1px solid #b1b1b1;
1234 border-right:1px solid #b1b1b1;
1278 border-bottom:1px solid #afafaf;
1235 border-bottom:1px solid #afafaf;
1279 text-decoration:none;
1236 text-decoration:none;
1280 }
1237 }
1281
1238
1282 #content div.box div.traffic div.legend {
1239 #content div.box div.traffic div.legend {
1283 clear:both;
1240 clear:both;
1284 overflow:hidden;
1241 overflow:hidden;
1285 border-bottom:1px solid #ddd;
1242 border-bottom:1px solid #ddd;
1286 margin:0 0 10px;
1243 margin:0 0 10px;
1287 padding:0 0 10px;
1244 padding:0 0 10px;
1288 }
1245 }
1289
1246
1290 #content div.box div.traffic div.legend h6 {
1247 #content div.box div.traffic div.legend h6 {
1291 float:left;
1248 float:left;
1292 border:none;
1249 border:none;
1293 margin:0;
1250 margin:0;
1294 padding:0;
1251 padding:0;
1295 }
1252 }
1296
1253
1297 #content div.box div.traffic div.legend li {
1254 #content div.box div.traffic div.legend li {
1298 list-style:none;
1255 list-style:none;
1299 float:left;
1256 float:left;
1300 font-size:11px;
1257 font-size:11px;
1301 margin:0;
1258 margin:0;
1302 padding:0 8px 0 4px;
1259 padding:0 8px 0 4px;
1303 }
1260 }
1304
1261
1305 #content div.box div.traffic div.legend li.visits {
1262 #content div.box div.traffic div.legend li.visits {
1306 border-left:12px solid #edc240;
1263 border-left:12px solid #edc240;
1307 }
1264 }
1308
1265
1309 #content div.box div.traffic div.legend li.pageviews {
1266 #content div.box div.traffic div.legend li.pageviews {
1310 border-left:12px solid #afd8f8;
1267 border-left:12px solid #afd8f8;
1311 }
1268 }
1312
1269
1313 #content div.box div.traffic table {
1270 #content div.box div.traffic table {
1314 width:auto;
1271 width:auto;
1315 }
1272 }
1316
1273
1317 #content div.box div.traffic table td {
1274 #content div.box div.traffic table td {
1318 background:transparent;
1275 background:transparent;
1319 border:none;
1276 border:none;
1320 padding:2px 3px 3px;
1277 padding:2px 3px 3px;
1321 }
1278 }
1322
1279
1323 #content div.box div.traffic table td.legendLabel {
1280 #content div.box div.traffic table td.legendLabel {
1324 padding:0 3px 2px;
1281 padding:0 3px 2px;
1325 }
1282 }
1326
1283
1327 #summary{
1284 #summary{
1328
1285
1329 }
1286 }
1330
1287
1331 #summary .desc{
1288 #summary .desc{
1332 white-space: pre;
1289 white-space: pre;
1333 width: 100%;
1290 width: 100%;
1334 }
1291 }
1335
1292
1336 #summary .repo_name{
1293 #summary .repo_name{
1337 font-size: 1.6em;
1294 font-size: 1.6em;
1338 font-weight: bold;
1295 font-weight: bold;
1339 vertical-align: baseline;
1296 vertical-align: baseline;
1340 clear:right
1297 clear:right
1341 }
1298 }
1342
1299
1343
1300
1344 #footer {
1301 #footer {
1345 clear:both;
1302 clear:both;
1346 overflow:hidden;
1303 overflow:hidden;
1347 text-align:right;
1304 text-align:right;
1348 margin:0;
1305 margin:0;
1349 padding:0 10px 4px;
1306 padding:0 10px 4px;
1350 margin:-10px 0 0;
1307 margin:-10px 0 0;
1351 }
1308 }
1352
1309
1353 #footer div#footer-inner {
1310 #footer div#footer-inner {
1354 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1311 background:url("../images/header_inner.png") repeat-x scroll 0 0 #003367;
1355 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1312 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1356 -webkit-border-radius: 4px 4px 4px 4px;
1313 -webkit-border-radius: 4px 4px 4px 4px;
1357 -khtml-border-radius: 4px 4px 4px 4px;
1314 -khtml-border-radius: 4px 4px 4px 4px;
1358 -moz-border-radius: 4px 4px 4px 4px;
1315 -moz-border-radius: 4px 4px 4px 4px;
1359 border-radius: 4px 4px 4px 4px;
1316 border-radius: 4px 4px 4px 4px;
1360 }
1317 }
1361
1318
1362 #footer div#footer-inner p {
1319 #footer div#footer-inner p {
1363 padding:15px 25px 15px 0;
1320 padding:15px 25px 15px 0;
1364 color:#FFF;
1321 color:#FFF;
1365 font-weight:700;
1322 font-weight:700;
1366 }
1323 }
1367 #footer div#footer-inner .footer-link {
1324 #footer div#footer-inner .footer-link {
1368 float:left;
1325 float:left;
1369 padding-left:10px;
1326 padding-left:10px;
1370 }
1327 }
1371 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a {
1328 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a {
1372 color:#FFF;
1329 color:#FFF;
1373 }
1330 }
1374
1331
1375 #login div.title {
1332 #login div.title {
1376 width:420px;
1333 width:420px;
1377 clear:both;
1334 clear:both;
1378 overflow:hidden;
1335 overflow:hidden;
1379 position:relative;
1336 position:relative;
1380 background:#003367 url("../images/header_inner.png") repeat-x;
1337 background:#003367 url("../images/header_inner.png") repeat-x;
1381 margin:0 auto;
1338 margin:0 auto;
1382 padding:0;
1339 padding:0;
1383 }
1340 }
1384
1341
1385 #login div.inner {
1342 #login div.inner {
1386 width:380px;
1343 width:380px;
1387 background:#FFF url("../images/login.png") no-repeat top left;
1344 background:#FFF url("../images/login.png") no-repeat top left;
1388 border-top:none;
1345 border-top:none;
1389 border-bottom:none;
1346 border-bottom:none;
1390 margin:0 auto;
1347 margin:0 auto;
1391 padding:20px;
1348 padding:20px;
1392 }
1349 }
1393
1350
1394 #login div.form div.fields div.field div.label {
1351 #login div.form div.fields div.field div.label {
1395 width:173px;
1352 width:173px;
1396 float:left;
1353 float:left;
1397 text-align:right;
1354 text-align:right;
1398 margin:2px 10px 0 0;
1355 margin:2px 10px 0 0;
1399 padding:5px 0 0 5px;
1356 padding:5px 0 0 5px;
1400 }
1357 }
1401
1358
1402 #login div.form div.fields div.field div.input input {
1359 #login div.form div.fields div.field div.input input {
1403 width:176px;
1360 width:176px;
1404 background:#FFF;
1361 background:#FFF;
1405 border-top:1px solid #b3b3b3;
1362 border-top:1px solid #b3b3b3;
1406 border-left:1px solid #b3b3b3;
1363 border-left:1px solid #b3b3b3;
1407 border-right:1px solid #eaeaea;
1364 border-right:1px solid #eaeaea;
1408 border-bottom:1px solid #eaeaea;
1365 border-bottom:1px solid #eaeaea;
1409 color:#000;
1366 color:#000;
1410 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1367 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1411 font-size:11px;
1368 font-size:11px;
1412 margin:0;
1369 margin:0;
1413 padding:7px 7px 6px;
1370 padding:7px 7px 6px;
1414 }
1371 }
1415
1372
1416 #login div.form div.fields div.buttons {
1373 #login div.form div.fields div.buttons {
1417 clear:both;
1374 clear:both;
1418 overflow:hidden;
1375 overflow:hidden;
1419 border-top:1px solid #DDD;
1376 border-top:1px solid #DDD;
1420 text-align:right;
1377 text-align:right;
1421 margin:0;
1378 margin:0;
1422 padding:10px 0 0;
1379 padding:10px 0 0;
1423 }
1380 }
1424
1381
1425 #login div.form div.links {
1382 #login div.form div.links {
1426 clear:both;
1383 clear:both;
1427 overflow:hidden;
1384 overflow:hidden;
1428 margin:10px 0 0;
1385 margin:10px 0 0;
1429 padding:0 0 2px;
1386 padding:0 0 2px;
1430 }
1387 }
1431
1388
1432 #quick_login{
1389 #quick_login{
1433 top: 31px;
1390 top: 31px;
1434 background-color: rgb(0, 51, 103);
1391 background-color: rgb(0, 51, 103);
1435 z-index: 999;
1392 z-index: 999;
1436 height: 150px;
1393 height: 150px;
1437 position: absolute;
1394 position: absolute;
1438 margin-left: -16px;
1395 margin-left: -16px;
1439 width: 281px;
1396 width: 281px;
1440 -webkit-border-radius: 0px 0px 4px 4px;
1397 -webkit-border-radius: 0px 0px 4px 4px;
1441 -khtml-border-radius: 0px 0px 4px 4px;
1398 -khtml-border-radius: 0px 0px 4px 4px;
1442 -moz-border-radius: 0px 0px 4px 4px;
1399 -moz-border-radius: 0px 0px 4px 4px;
1443 border-radius: 0px 0px 4px 4px;
1400 border-radius: 0px 0px 4px 4px;
1444
1401
1445 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1402 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1446 }
1403 }
1447
1404
1448 #quick_login .password_forgoten{
1405 #quick_login .password_forgoten{
1449 padding-right:10px;
1406 padding-right:10px;
1450 padding-top:0px;
1407 padding-top:0px;
1451 float:left;
1408 float:left;
1452 }
1409 }
1453 #quick_login .password_forgoten a{
1410 #quick_login .password_forgoten a{
1454 font-size: 10px
1411 font-size: 10px
1455 }
1412 }
1456
1413
1457 #quick_login .register{
1414 #quick_login .register{
1458 padding-right:10px;
1415 padding-right:10px;
1459 padding-top:5px;
1416 padding-top:5px;
1460 float:left;
1417 float:left;
1461 }
1418 }
1462
1419
1463 #quick_login .register a{
1420 #quick_login .register a{
1464 font-size: 10px
1421 font-size: 10px
1465 }
1422 }
1466 #quick_login div.form div.fields{
1423 #quick_login div.form div.fields{
1467 padding-top: 2px;
1424 padding-top: 2px;
1468 padding-left:10px;
1425 padding-left:10px;
1469 }
1426 }
1470
1427
1471 #quick_login div.form div.fields div.field{
1428 #quick_login div.form div.fields div.field{
1472 padding: 5px;
1429 padding: 5px;
1473 }
1430 }
1474
1431
1475 #quick_login div.form div.fields div.field div.label label{
1432 #quick_login div.form div.fields div.field div.label label{
1476 color:#fff;
1433 color:#fff;
1477 padding-bottom: 3px;
1434 padding-bottom: 3px;
1478 }
1435 }
1479
1436
1480 #quick_login div.form div.fields div.field div.input input {
1437 #quick_login div.form div.fields div.field div.input input {
1481 width:236px;
1438 width:236px;
1482 background:#FFF;
1439 background:#FFF;
1483 border-top:1px solid #b3b3b3;
1440 border-top:1px solid #b3b3b3;
1484 border-left:1px solid #b3b3b3;
1441 border-left:1px solid #b3b3b3;
1485 border-right:1px solid #eaeaea;
1442 border-right:1px solid #eaeaea;
1486 border-bottom:1px solid #eaeaea;
1443 border-bottom:1px solid #eaeaea;
1487 color:#000;
1444 color:#000;
1488 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1445 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1489 font-size:11px;
1446 font-size:11px;
1490 margin:0;
1447 margin:0;
1491 padding:5px 7px 4px;
1448 padding:5px 7px 4px;
1492 }
1449 }
1493
1450
1494 #quick_login div.form div.fields div.buttons {
1451 #quick_login div.form div.fields div.buttons {
1495 clear:both;
1452 clear:both;
1496 overflow:hidden;
1453 overflow:hidden;
1497 text-align:right;
1454 text-align:right;
1498 margin:0;
1455 margin:0;
1499 padding:10px 14px 3px 5px;
1456 padding:10px 14px 3px 5px;
1500 }
1457 }
1501
1458
1502 #quick_login div.form div.fields div.buttons input.ui-button{
1503 background:#e5e3e3 url("../images/button.png") repeat-x;
1504 border-top:1px solid #DDD;
1505 border-left:1px solid #c6c6c6;
1506 border-right:1px solid #DDD;
1507 border-bottom:1px solid #c6c6c6;
1508 color:#515151;
1509 margin:0;
1510 padding:4px 10px;
1511 }
1512
1513 #quick_login div.form div.links {
1459 #quick_login div.form div.links {
1514 clear:both;
1460 clear:both;
1515 overflow:hidden;
1461 overflow:hidden;
1516 margin:10px 0 0;
1462 margin:10px 0 0;
1517 padding:0 0 2px;
1463 padding:0 0 2px;
1518 }
1464 }
1519
1465
1520 #register div.title {
1466 #register div.title {
1521 clear:both;
1467 clear:both;
1522 overflow:hidden;
1468 overflow:hidden;
1523 position:relative;
1469 position:relative;
1524 background:#003367 url("../images/header_inner.png") repeat-x;
1470 background:#003367 url("../images/header_inner.png") repeat-x;
1525 margin:0 auto;
1471 margin:0 auto;
1526 padding:0;
1472 padding:0;
1527 }
1473 }
1528
1474
1529 #register div.inner {
1475 #register div.inner {
1530 background:#FFF;
1476 background:#FFF;
1531 border-top:none;
1477 border-top:none;
1532 border-bottom:none;
1478 border-bottom:none;
1533 margin:0 auto;
1479 margin:0 auto;
1534 padding:20px;
1480 padding:20px;
1535 }
1481 }
1536
1482
1537 #register div.form div.fields div.field div.label {
1483 #register div.form div.fields div.field div.label {
1538 width:135px;
1484 width:135px;
1539 float:left;
1485 float:left;
1540 text-align:right;
1486 text-align:right;
1541 margin:2px 10px 0 0;
1487 margin:2px 10px 0 0;
1542 padding:5px 0 0 5px;
1488 padding:5px 0 0 5px;
1543 }
1489 }
1544
1490
1545 #register div.form div.fields div.field div.input input {
1491 #register div.form div.fields div.field div.input input {
1546 width:300px;
1492 width:300px;
1547 background:#FFF;
1493 background:#FFF;
1548 border-top:1px solid #b3b3b3;
1494 border-top:1px solid #b3b3b3;
1549 border-left:1px solid #b3b3b3;
1495 border-left:1px solid #b3b3b3;
1550 border-right:1px solid #eaeaea;
1496 border-right:1px solid #eaeaea;
1551 border-bottom:1px solid #eaeaea;
1497 border-bottom:1px solid #eaeaea;
1552 color:#000;
1498 color:#000;
1553 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1499 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1554 font-size:11px;
1500 font-size:11px;
1555 margin:0;
1501 margin:0;
1556 padding:7px 7px 6px;
1502 padding:7px 7px 6px;
1557 }
1503 }
1558
1504
1559 #register div.form div.fields div.buttons {
1505 #register div.form div.fields div.buttons {
1560 clear:both;
1506 clear:both;
1561 overflow:hidden;
1507 overflow:hidden;
1562 border-top:1px solid #DDD;
1508 border-top:1px solid #DDD;
1563 text-align:left;
1509 text-align:left;
1564 margin:0;
1510 margin:0;
1565 padding:10px 0 0 150px;
1511 padding:10px 0 0 150px;
1566 }
1512 }
1567
1513
1568 #register div.form div.fields div.buttons div.highlight input.ui-button {
1569 background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
1570 color:#FFF;
1571 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
1572 border-style:solid;
1573 border-width:1px;
1574 }
1575
1514
1576 #register div.form div.activation_msg {
1515 #register div.form div.activation_msg {
1577 padding-top:4px;
1516 padding-top:4px;
1578 padding-bottom:4px;
1517 padding-bottom:4px;
1579 }
1518 }
1580
1519
1581 #journal .journal_day{
1520 #journal .journal_day{
1582 font-size:20px;
1521 font-size:20px;
1583 padding:10px 0px;
1522 padding:10px 0px;
1584 border-bottom:2px solid #DDD;
1523 border-bottom:2px solid #DDD;
1585 margin-left:10px;
1524 margin-left:10px;
1586 margin-right:10px;
1525 margin-right:10px;
1587 }
1526 }
1588
1527
1589 #journal .journal_container{
1528 #journal .journal_container{
1590 padding:5px;
1529 padding:5px;
1591 clear:both;
1530 clear:both;
1592 margin:0px 5px 0px 10px;
1531 margin:0px 5px 0px 10px;
1593 }
1532 }
1594
1533
1595 #journal .journal_action_container{
1534 #journal .journal_action_container{
1596 padding-left:38px;
1535 padding-left:38px;
1597 }
1536 }
1598
1537
1599 #journal .journal_user{
1538 #journal .journal_user{
1600 color: #747474;
1539 color: #747474;
1601 font-size: 14px;
1540 font-size: 14px;
1602 font-weight: bold;
1541 font-weight: bold;
1603 height: 30px;
1542 height: 30px;
1604 }
1543 }
1605 #journal .journal_icon{
1544 #journal .journal_icon{
1606 clear: both;
1545 clear: both;
1607 float: left;
1546 float: left;
1608 padding-right: 4px;
1547 padding-right: 4px;
1609 padding-top: 3px;
1548 padding-top: 3px;
1610 }
1549 }
1611 #journal .journal_action{
1550 #journal .journal_action{
1612 padding-top:4px;
1551 padding-top:4px;
1613 min-height:2px;
1552 min-height:2px;
1614 float:left
1553 float:left
1615 }
1554 }
1616 #journal .journal_action_params{
1555 #journal .journal_action_params{
1617 clear: left;
1556 clear: left;
1618 padding-left: 22px;
1557 padding-left: 22px;
1619 }
1558 }
1620 #journal .journal_repo{
1559 #journal .journal_repo{
1621 float: left;
1560 float: left;
1622 margin-left: 6px;
1561 margin-left: 6px;
1623 padding-top: 3px;
1562 padding-top: 3px;
1624 }
1563 }
1625 #journal .date{
1564 #journal .date{
1626 clear: both;
1565 clear: both;
1627 color: #777777;
1566 color: #777777;
1628 font-size: 11px;
1567 font-size: 11px;
1629 padding-left: 22px;
1568 padding-left: 22px;
1630 }
1569 }
1631 #journal .journal_repo .journal_repo_name{
1570 #journal .journal_repo .journal_repo_name{
1632 font-weight: bold;
1571 font-weight: bold;
1633 font-size: 1.1em;
1572 font-size: 1.1em;
1634 }
1573 }
1635 #journal .compare_view{
1574 #journal .compare_view{
1636 padding: 5px 0px 5px 0px;
1575 padding: 5px 0px 5px 0px;
1637 width: 95px;
1576 width: 95px;
1638 }
1577 }
1639 .journal_highlight{
1578 .journal_highlight{
1640 font-weight: bold;
1579 font-weight: bold;
1641 padding: 0 2px;
1580 padding: 0 2px;
1642 vertical-align: bottom;
1581 vertical-align: bottom;
1643 }
1582 }
1644 .trending_language_tbl,.trending_language_tbl td {
1583 .trending_language_tbl,.trending_language_tbl td {
1645 border:0 !important;
1584 border:0 !important;
1646 margin:0 !important;
1585 margin:0 !important;
1647 padding:0 !important;
1586 padding:0 !important;
1648 }
1587 }
1649
1588
1650 .trending_language {
1589 .trending_language {
1651 background-color:#003367;
1590 background-color:#003367;
1652 color:#FFF;
1591 color:#FFF;
1653 display:block;
1592 display:block;
1654 min-width:20px;
1593 min-width:20px;
1655 text-decoration:none;
1594 text-decoration:none;
1656 height:12px;
1595 height:12px;
1657 margin-bottom:4px;
1596 margin-bottom:4px;
1658 margin-left:5px;
1597 margin-left:5px;
1659 white-space:pre;
1598 white-space:pre;
1660 padding:3px;
1599 padding:3px;
1661 }
1600 }
1662
1601
1663 h3.files_location {
1602 h3.files_location {
1664 font-size:1.8em;
1603 font-size:1.8em;
1665 font-weight:700;
1604 font-weight:700;
1666 border-bottom:none !important;
1605 border-bottom:none !important;
1667 margin:10px 0 !important;
1606 margin:10px 0 !important;
1668 }
1607 }
1669
1608
1670 #files_data dl dt {
1609 #files_data dl dt {
1671 float:left;
1610 float:left;
1672 width:115px;
1611 width:115px;
1673 margin:0 !important;
1612 margin:0 !important;
1674 padding:5px;
1613 padding:5px;
1675 }
1614 }
1676
1615
1677 #files_data dl dd {
1616 #files_data dl dd {
1678 margin:0 !important;
1617 margin:0 !important;
1679 padding:5px !important;
1618 padding:5px !important;
1680 }
1619 }
1681
1620
1682 #changeset_content {
1621 #changeset_content {
1683 border:1px solid #CCC;
1622 border:1px solid #CCC;
1684 padding:5px;
1623 padding:5px;
1685 }
1624 }
1686 #changeset_compare_view_content{
1625 #changeset_compare_view_content{
1687 border:1px solid #CCC;
1626 border:1px solid #CCC;
1688 padding:5px;
1627 padding:5px;
1689 }
1628 }
1690
1629
1691 #changeset_content .container {
1630 #changeset_content .container {
1692 min-height:120px;
1631 min-height:120px;
1693 font-size:1.2em;
1632 font-size:1.2em;
1694 overflow:hidden;
1633 overflow:hidden;
1695 }
1634 }
1696
1635
1697 #changeset_compare_view_content .compare_view_commits{
1636 #changeset_compare_view_content .compare_view_commits{
1698 width: auto !important;
1637 width: auto !important;
1699 }
1638 }
1700
1639
1701 #changeset_compare_view_content .compare_view_commits td{
1640 #changeset_compare_view_content .compare_view_commits td{
1702 padding:0px 0px 0px 12px !important;
1641 padding:0px 0px 0px 12px !important;
1703 }
1642 }
1704
1643
1705 #changeset_content .container .right {
1644 #changeset_content .container .right {
1706 float:right;
1645 float:right;
1707 width:25%;
1646 width:25%;
1708 text-align:right;
1647 text-align:right;
1709 }
1648 }
1710
1649
1711 #changeset_content .container .left .message {
1650 #changeset_content .container .left .message {
1712 font-style:italic;
1651 font-style:italic;
1713 color:#556CB5;
1652 color:#556CB5;
1714 white-space:pre-wrap;
1653 white-space:pre-wrap;
1715 }
1654 }
1716
1655
1717 .cs_files .cur_cs{
1656 .cs_files .cur_cs{
1718 margin:10px 2px;
1657 margin:10px 2px;
1719 font-weight: bold;
1658 font-weight: bold;
1720 }
1659 }
1721
1660
1722 .cs_files .node{
1661 .cs_files .node{
1723 float: left;
1662 float: left;
1724 }
1663 }
1725 .cs_files .changes{
1664 .cs_files .changes{
1726 float: right;
1665 float: right;
1727 }
1666 }
1728 .cs_files .changes .added{
1667 .cs_files .changes .added{
1729 background-color: #BBFFBB;
1668 background-color: #BBFFBB;
1730 float: left;
1669 float: left;
1731 text-align: center;
1670 text-align: center;
1732 font-size: 90%;
1671 font-size: 90%;
1733 }
1672 }
1734 .cs_files .changes .deleted{
1673 .cs_files .changes .deleted{
1735 background-color: #FF8888;
1674 background-color: #FF8888;
1736 float: left;
1675 float: left;
1737 text-align: center;
1676 text-align: center;
1738 font-size: 90%;
1677 font-size: 90%;
1739 }
1678 }
1740 .cs_files .cs_added {
1679 .cs_files .cs_added {
1741 background:url("../images/icons/page_white_add.png") no-repeat scroll 3px;
1680 background:url("../images/icons/page_white_add.png") no-repeat scroll 3px;
1742 height:16px;
1681 height:16px;
1743 padding-left:20px;
1682 padding-left:20px;
1744 margin-top:7px;
1683 margin-top:7px;
1745 text-align:left;
1684 text-align:left;
1746 }
1685 }
1747
1686
1748 .cs_files .cs_changed {
1687 .cs_files .cs_changed {
1749 background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px;
1688 background:url("../images/icons/page_white_edit.png") no-repeat scroll 3px;
1750 height:16px;
1689 height:16px;
1751 padding-left:20px;
1690 padding-left:20px;
1752 margin-top:7px;
1691 margin-top:7px;
1753 text-align:left;
1692 text-align:left;
1754 }
1693 }
1755
1694
1756 .cs_files .cs_removed {
1695 .cs_files .cs_removed {
1757 background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px;
1696 background:url("../images/icons/page_white_delete.png") no-repeat scroll 3px;
1758 height:16px;
1697 height:16px;
1759 padding-left:20px;
1698 padding-left:20px;
1760 margin-top:7px;
1699 margin-top:7px;
1761 text-align:left;
1700 text-align:left;
1762 }
1701 }
1763
1702
1764 #graph {
1703 #graph {
1765 overflow:hidden;
1704 overflow:hidden;
1766 }
1705 }
1767
1706
1768 #graph_nodes {
1707 #graph_nodes {
1769 float: left;
1708 float: left;
1770 margin-right: -6px;
1709 margin-right: -6px;
1771 margin-top: -4px;
1710 margin-top: -4px;
1772 }
1711 }
1773
1712
1774 #graph_content {
1713 #graph_content {
1775 width:800px;
1714 width:800px;
1776 float:left;
1715 float:left;
1777
1716
1778 }
1717 }
1779
1718
1780 #graph_content .container_header {
1719 #graph_content .container_header {
1781 border:1px solid #CCC;
1720 border:1px solid #CCC;
1782 padding:10px;
1721 padding:10px;
1783 }
1722 }
1784 #graph_content #rev_range_container{
1723 #graph_content #rev_range_container{
1785 padding:10px 0px;
1724 padding:10px 0px;
1786 }
1725 }
1787 #graph_content .container {
1726 #graph_content .container {
1788 border-bottom:1px solid #CCC;
1727 border-bottom:1px solid #CCC;
1789 border-left:1px solid #CCC;
1728 border-left:1px solid #CCC;
1790 border-right:1px solid #CCC;
1729 border-right:1px solid #CCC;
1791 min-height:70px;
1730 min-height:70px;
1792 overflow:hidden;
1731 overflow:hidden;
1793 font-size:1.2em;
1732 font-size:1.2em;
1794 }
1733 }
1795
1734
1796 #graph_content .container .right {
1735 #graph_content .container .right {
1797 float:right;
1736 float:right;
1798 width:28%;
1737 width:28%;
1799 text-align:right;
1738 text-align:right;
1800 padding-bottom:5px;
1739 padding-bottom:5px;
1801 }
1740 }
1802
1741
1803 #graph_content .container .left .date {
1742 #graph_content .container .left .date {
1804 font-weight:700;
1743 font-weight:700;
1805 padding-bottom:5px;
1744 padding-bottom:5px;
1806 }
1745 }
1807 #graph_content .container .left .date span{
1746 #graph_content .container .left .date span{
1808 vertical-align: text-top;
1747 vertical-align: text-top;
1809 }
1748 }
1810
1749
1811 #graph_content .container .left .author{
1750 #graph_content .container .left .author{
1812 height: 22px;
1751 height: 22px;
1813 }
1752 }
1814 #graph_content .container .left .author .user{
1753 #graph_content .container .left .author .user{
1815 color: #444444;
1754 color: #444444;
1816 float: left;
1755 float: left;
1817 font-size: 12px;
1756 font-size: 12px;
1818 margin-left: -4px;
1757 margin-left: -4px;
1819 margin-top: 4px;
1758 margin-top: 4px;
1820 }
1759 }
1821
1760
1822 #graph_content .container .left .message {
1761 #graph_content .container .left .message {
1823 font-size:100%;
1762 font-size:100%;
1824 padding-top:3px;
1763 padding-top:3px;
1825 white-space:pre-wrap;
1764 white-space:pre-wrap;
1826 }
1765 }
1827
1766
1828 .right div {
1767 .right div {
1829 clear:both;
1768 clear:both;
1830 }
1769 }
1831
1770
1832 .right .changes .changed_total{
1771 .right .changes .changed_total{
1833 border:1px solid #DDD;
1772 border:1px solid #DDD;
1834 display:block;
1773 display:block;
1835 float:right;
1774 float:right;
1836 text-align:center;
1775 text-align:center;
1837 min-width:45px;
1776 min-width:45px;
1838 cursor: pointer;
1777 cursor: pointer;
1839 background:#FD8;
1778 background:#FD8;
1840 font-weight: bold;
1779 font-weight: bold;
1841 }
1780 }
1842 .right .changes .added,.changed,.removed {
1781 .right .changes .added,.changed,.removed {
1843 border:1px solid #DDD;
1782 border:1px solid #DDD;
1844 display:block;
1783 display:block;
1845 float:right;
1784 float:right;
1846 text-align:center;
1785 text-align:center;
1847 min-width:15px;
1786 min-width:15px;
1848 cursor: help;
1787 cursor: help;
1849 }
1788 }
1850 .right .changes .large {
1789 .right .changes .large {
1851 border:1px solid #DDD;
1790 border:1px solid #DDD;
1852 display:block;
1791 display:block;
1853 float:right;
1792 float:right;
1854 text-align:center;
1793 text-align:center;
1855 min-width:45px;
1794 min-width:45px;
1856 cursor: help;
1795 cursor: help;
1857 background: #54A9F7;
1796 background: #54A9F7;
1858 }
1797 }
1859
1798
1860 .right .changes .added {
1799 .right .changes .added {
1861 background:#BFB;
1800 background:#BFB;
1862 }
1801 }
1863
1802
1864 .right .changes .changed {
1803 .right .changes .changed {
1865 background:#FD8;
1804 background:#FD8;
1866 }
1805 }
1867
1806
1868 .right .changes .removed {
1807 .right .changes .removed {
1869 background:#F88;
1808 background:#F88;
1870 }
1809 }
1871
1810
1872 .right .merge {
1811 .right .merge {
1873 vertical-align:top;
1812 vertical-align:top;
1874 font-size:0.75em;
1813 font-size:0.75em;
1875 font-weight:700;
1814 font-weight:700;
1876 }
1815 }
1877
1816
1878 .right .parent {
1817 .right .parent {
1879 font-size:90%;
1818 font-size:90%;
1880 font-family:monospace;
1819 font-family:monospace;
1881 }
1820 }
1882
1821
1883 .right .logtags .branchtag {
1822 .right .logtags .branchtag {
1884 background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
1823 background:#FFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
1885 display:block;
1824 display:block;
1886 font-size:0.8em;
1825 font-size:0.8em;
1887 padding:11px 16px 0 0;
1826 padding:11px 16px 0 0;
1888 }
1827 }
1889
1828
1890 .right .logtags .tagtag {
1829 .right .logtags .tagtag {
1891 background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px;
1830 background:#FFF url("../images/icons/tag_blue.png") no-repeat right 6px;
1892 display:block;
1831 display:block;
1893 font-size:0.8em;
1832 font-size:0.8em;
1894 padding:11px 16px 0 0;
1833 padding:11px 16px 0 0;
1895 }
1834 }
1896
1835
1897 div.browserblock {
1836 div.browserblock {
1898 overflow:hidden;
1837 overflow:hidden;
1899 border:1px solid #ccc;
1838 border:1px solid #ccc;
1900 background:#f8f8f8;
1839 background:#f8f8f8;
1901 font-size:100%;
1840 font-size:100%;
1902 line-height:125%;
1841 line-height:125%;
1903 padding:0;
1842 padding:0;
1904 }
1843 }
1905
1844
1906 div.browserblock .browser-header {
1845 div.browserblock .browser-header {
1907 background:#FFF;
1846 background:#FFF;
1908 padding:10px 0px 15px 0px;
1847 padding:10px 0px 15px 0px;
1909 width: 100%;
1848 width: 100%;
1910 }
1849 }
1911 div.browserblock .browser-nav {
1850 div.browserblock .browser-nav {
1912 float:left
1851 float:left
1913 }
1852 }
1914
1853
1915 div.browserblock .browser-branch {
1854 div.browserblock .browser-branch {
1916 float:left;
1855 float:left;
1917 }
1856 }
1918
1857
1919 div.browserblock .browser-branch label {
1858 div.browserblock .browser-branch label {
1920 color:#4A4A4A;
1859 color:#4A4A4A;
1921 vertical-align:text-top;
1860 vertical-align:text-top;
1922 }
1861 }
1923
1862
1924 div.browserblock .browser-header span {
1863 div.browserblock .browser-header span {
1925 margin-left:5px;
1864 margin-left:5px;
1926 font-weight:700;
1865 font-weight:700;
1927 }
1866 }
1928
1867
1929 div.browserblock .browser-search{
1868 div.browserblock .browser-search{
1930 clear:both;
1869 clear:both;
1931 padding:8px 8px 0px 5px;
1870 padding:8px 8px 0px 5px;
1932 }
1871 }
1933
1872
1934 div.browserblock .search_activate #filter_activate{
1873 div.browserblock .search_activate #filter_activate{
1935 vertical-align: sub;
1874 vertical-align: sub;
1936 border: 1px solid;
1875 border: 1px solid;
1937 padding:2px;
1876 padding:2px;
1938 -webkit-border-radius: 4px 4px 4px 4px;
1877 -webkit-border-radius: 4px 4px 4px 4px;
1939 -khtml-border-radius: 4px 4px 4px 4px;
1878 -khtml-border-radius: 4px 4px 4px 4px;
1940 -moz-border-radius: 4px 4px 4px 4px;
1879 -moz-border-radius: 4px 4px 4px 4px;
1941 border-radius: 4px 4px 4px 4px;
1880 border-radius: 4px 4px 4px 4px;
1942 background: url("../images/button.png") repeat-x scroll 0 0 #E5E3E3;
1881 background: url("../images/button.png") repeat-x scroll 0 0 #E5E3E3;
1943 border-color: #DDDDDD #DDDDDD #C6C6C6 #C6C6C6;
1882 border-color: #DDDDDD #DDDDDD #C6C6C6 #C6C6C6;
1944 color: #515151;
1883 color: #515151;
1945 }
1884 }
1946
1885
1947 div.browserblock .search_activate a:hover{
1886 div.browserblock .search_activate a:hover{
1948 text-decoration: none !important;
1887 text-decoration: none !important;
1949 }
1888 }
1950
1889
1951 div.browserblock .browser-body {
1890 div.browserblock .browser-body {
1952 background:#EEE;
1891 background:#EEE;
1953 border-top:1px solid #CCC;
1892 border-top:1px solid #CCC;
1954 }
1893 }
1955
1894
1956 table.code-browser {
1895 table.code-browser {
1957 border-collapse:collapse;
1896 border-collapse:collapse;
1958 width:100%;
1897 width:100%;
1959 }
1898 }
1960
1899
1961 table.code-browser tr {
1900 table.code-browser tr {
1962 margin:3px;
1901 margin:3px;
1963 }
1902 }
1964
1903
1965 table.code-browser thead th {
1904 table.code-browser thead th {
1966 background-color:#EEE;
1905 background-color:#EEE;
1967 height:20px;
1906 height:20px;
1968 font-size:1.1em;
1907 font-size:1.1em;
1969 font-weight:700;
1908 font-weight:700;
1970 text-align:left;
1909 text-align:left;
1971 padding-left:10px;
1910 padding-left:10px;
1972 }
1911 }
1973
1912
1974 table.code-browser tbody td {
1913 table.code-browser tbody td {
1975 padding-left:10px;
1914 padding-left:10px;
1976 height:20px;
1915 height:20px;
1977 }
1916 }
1978
1917
1979 table.code-browser .browser-file {
1918 table.code-browser .browser-file {
1980 background:url("../images/icons/document_16.png") no-repeat scroll 3px;
1919 background:url("../images/icons/document_16.png") no-repeat scroll 3px;
1981 height:16px;
1920 height:16px;
1982 padding-left:20px;
1921 padding-left:20px;
1983 text-align:left;
1922 text-align:left;
1984 }
1923 }
1985 .diffblock .changeset_file{
1924 .diffblock .changeset_file{
1986 background:url("../images/icons/file.png") no-repeat scroll 3px;
1925 background:url("../images/icons/file.png") no-repeat scroll 3px;
1987 height:16px;
1926 height:16px;
1988 padding-left:22px;
1927 padding-left:22px;
1989 text-align:left;
1928 text-align:left;
1990 font-size: 14px;
1929 font-size: 14px;
1991 }
1930 }
1992
1931
1993 .diffblock .changeset_header{
1932 .diffblock .changeset_header{
1994 margin-left: 6px !important;
1933 margin-left: 6px !important;
1995 }
1934 }
1996
1935
1997 table.code-browser .browser-dir {
1936 table.code-browser .browser-dir {
1998 background:url("../images/icons/folder_16.png") no-repeat scroll 3px;
1937 background:url("../images/icons/folder_16.png") no-repeat scroll 3px;
1999 height:16px;
1938 height:16px;
2000 padding-left:20px;
1939 padding-left:20px;
2001 text-align:left;
1940 text-align:left;
2002 }
1941 }
2003
1942
2004 .box .search {
1943 .box .search {
2005 clear:both;
1944 clear:both;
2006 overflow:hidden;
1945 overflow:hidden;
2007 margin:0;
1946 margin:0;
2008 padding:0 20px 10px;
1947 padding:0 20px 10px;
2009 }
1948 }
2010
1949
2011 .box .search div.search_path {
1950 .box .search div.search_path {
2012 background:none repeat scroll 0 0 #EEE;
1951 background:none repeat scroll 0 0 #EEE;
2013 border:1px solid #CCC;
1952 border:1px solid #CCC;
2014 color:blue;
1953 color:blue;
2015 margin-bottom:10px;
1954 margin-bottom:10px;
2016 padding:10px 0;
1955 padding:10px 0;
2017 }
1956 }
2018
1957
2019 .box .search div.search_path div.link {
1958 .box .search div.search_path div.link {
2020 font-weight:700;
1959 font-weight:700;
2021 margin-left:25px;
1960 margin-left:25px;
2022 }
1961 }
2023
1962
2024 .box .search div.search_path div.link a {
1963 .box .search div.search_path div.link a {
2025 color:#003367;
1964 color:#003367;
2026 cursor:pointer;
1965 cursor:pointer;
2027 text-decoration:none;
1966 text-decoration:none;
2028 }
1967 }
2029
1968
2030 #path_unlock {
1969 #path_unlock {
2031 color:red;
1970 color:red;
2032 font-size:1.2em;
1971 font-size:1.2em;
2033 padding-left:4px;
1972 padding-left:4px;
2034 }
1973 }
2035
1974
2036 .info_box span {
1975 .info_box span {
2037 margin-left:3px;
1976 margin-left:3px;
2038 margin-right:3px;
1977 margin-right:3px;
2039 }
1978 }
2040
1979
2041 .info_box .rev {
1980 .info_box .rev {
2042 color: #003367;
1981 color: #003367;
2043 font-size: 1.6em;
1982 font-size: 1.6em;
2044 font-weight: bold;
1983 font-weight: bold;
2045 vertical-align: sub;
1984 vertical-align: sub;
2046 }
1985 }
2047
1986
2048
1987
2049 .info_box input#at_rev,.info_box input#size {
1988 .info_box input#at_rev,.info_box input#size {
2050 background:#FFF;
1989 background:#FFF;
2051 border-top:1px solid #b3b3b3;
1990 border-top:1px solid #b3b3b3;
2052 border-left:1px solid #b3b3b3;
1991 border-left:1px solid #b3b3b3;
2053 border-right:1px solid #eaeaea;
1992 border-right:1px solid #eaeaea;
2054 border-bottom:1px solid #eaeaea;
1993 border-bottom:1px solid #eaeaea;
2055 color:#000;
1994 color:#000;
2056 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
1995 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
2057 font-size:12px;
1996 font-size:12px;
2058 margin:0;
1997 margin:0;
2059 padding:1px 5px 1px;
1998 padding:1px 5px 1px;
2060 }
1999 }
2061
2000
2062 .info_box input#view {
2001 .info_box input#view {
2063 text-align:center;
2002 text-align:center;
2064 padding:4px 3px 2px 2px;
2003 padding:4px 3px 2px 2px;
2065 }
2004 }
2066
2005
2067 .yui-overlay,.yui-panel-container {
2006 .yui-overlay,.yui-panel-container {
2068 visibility:hidden;
2007 visibility:hidden;
2069 position:absolute;
2008 position:absolute;
2070 z-index:2;
2009 z-index:2;
2071 }
2010 }
2072
2011
2073 .yui-tt {
2012 .yui-tt {
2074 visibility:hidden;
2013 visibility:hidden;
2075 position:absolute;
2014 position:absolute;
2076 color:#666;
2015 color:#666;
2077 background-color:#FFF;
2016 background-color:#FFF;
2078 font-family:arial, helvetica, verdana, sans-serif;
2017 font-family:arial, helvetica, verdana, sans-serif;
2079 border:2px solid #003367;
2018 border:2px solid #003367;
2080 font:100% sans-serif;
2019 font:100% sans-serif;
2081 width:auto;
2020 width:auto;
2082 opacity:1px;
2021 opacity:1px;
2083 padding:8px;
2022 padding:8px;
2084 white-space: pre-wrap;
2023 white-space: pre-wrap;
2085 -webkit-border-radius: 8px 8px 8px 8px;
2024 -webkit-border-radius: 8px 8px 8px 8px;
2086 -khtml-border-radius: 8px 8px 8px 8px;
2025 -khtml-border-radius: 8px 8px 8px 8px;
2087 -moz-border-radius: 8px 8px 8px 8px;
2026 -moz-border-radius: 8px 8px 8px 8px;
2088 border-radius: 8px 8px 8px 8px;
2027 border-radius: 8px 8px 8px 8px;
2089 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2028 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2090 }
2029 }
2091
2030
2092 .ac {
2031 .ac {
2093 vertical-align:top;
2032 vertical-align:top;
2094 }
2033 }
2095
2034
2096 .ac .yui-ac {
2035 .ac .yui-ac {
2097 position:relative;
2036 position:relative;
2098 font-family:arial;
2037 font-family:arial;
2099 font-size:100%;
2038 font-size:100%;
2100 }
2039 }
2101
2040
2102 .ac .perm_ac {
2041 .ac .perm_ac {
2103 width:15em;
2042 width:15em;
2104 }
2043 }
2105
2044
2106 .ac .yui-ac-input {
2045 .ac .yui-ac-input {
2107 width:100%;
2046 width:100%;
2108 }
2047 }
2109
2048
2110 .ac .yui-ac-container {
2049 .ac .yui-ac-container {
2111 position:absolute;
2050 position:absolute;
2112 top:1.6em;
2051 top:1.6em;
2113 width:100%;
2052 width:100%;
2114 }
2053 }
2115
2054
2116 .ac .yui-ac-content {
2055 .ac .yui-ac-content {
2117 position:absolute;
2056 position:absolute;
2118 width:100%;
2057 width:100%;
2119 border:1px solid gray;
2058 border:1px solid gray;
2120 background:#fff;
2059 background:#fff;
2121 overflow:hidden;
2060 overflow:hidden;
2122 z-index:9050;
2061 z-index:9050;
2123 }
2062 }
2124
2063
2125 .ac .yui-ac-shadow {
2064 .ac .yui-ac-shadow {
2126 position:absolute;
2065 position:absolute;
2127 width:100%;
2066 width:100%;
2128 background:#000;
2067 background:#000;
2129 -moz-opacity:0.1px;
2068 -moz-opacity:0.1px;
2130 opacity:.10;
2069 opacity:.10;
2131 filter:alpha(opacity = 10);
2070 filter:alpha(opacity = 10);
2132 z-index:9049;
2071 z-index:9049;
2133 margin:.3em;
2072 margin:.3em;
2134 }
2073 }
2135
2074
2136 .ac .yui-ac-content ul {
2075 .ac .yui-ac-content ul {
2137 width:100%;
2076 width:100%;
2138 margin:0;
2077 margin:0;
2139 padding:0;
2078 padding:0;
2140 }
2079 }
2141
2080
2142 .ac .yui-ac-content li {
2081 .ac .yui-ac-content li {
2143 cursor:default;
2082 cursor:default;
2144 white-space:nowrap;
2083 white-space:nowrap;
2145 margin:0;
2084 margin:0;
2146 padding:2px 5px;
2085 padding:2px 5px;
2147 }
2086 }
2148
2087
2149 .ac .yui-ac-content li.yui-ac-prehighlight {
2088 .ac .yui-ac-content li.yui-ac-prehighlight {
2150 background:#B3D4FF;
2089 background:#B3D4FF;
2151 }
2090 }
2152
2091
2153 .ac .yui-ac-content li.yui-ac-highlight {
2092 .ac .yui-ac-content li.yui-ac-highlight {
2154 background:#556CB5;
2093 background:#556CB5;
2155 color:#FFF;
2094 color:#FFF;
2156 }
2095 }
2157
2096
2158
2097
2159 .follow{
2098 .follow{
2160 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
2099 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
2161 height: 16px;
2100 height: 16px;
2162 width: 20px;
2101 width: 20px;
2163 cursor: pointer;
2102 cursor: pointer;
2164 display: block;
2103 display: block;
2165 float: right;
2104 float: right;
2166 margin-top: 2px;
2105 margin-top: 2px;
2167 }
2106 }
2168
2107
2169 .following{
2108 .following{
2170 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2109 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2171 height: 16px;
2110 height: 16px;
2172 width: 20px;
2111 width: 20px;
2173 cursor: pointer;
2112 cursor: pointer;
2174 display: block;
2113 display: block;
2175 float: right;
2114 float: right;
2176 margin-top: 2px;
2115 margin-top: 2px;
2177 }
2116 }
2178
2117
2179 .currently_following{
2118 .currently_following{
2180 padding-left: 10px;
2119 padding-left: 10px;
2181 padding-bottom:5px;
2120 padding-bottom:5px;
2182 }
2121 }
2183
2122
2184 .add_icon {
2123 .add_icon {
2185 background:url("../images/icons/add.png") no-repeat scroll 3px;
2124 background:url("../images/icons/add.png") no-repeat scroll 3px;
2186 padding-left:20px;
2125 padding-left:20px;
2187 padding-top:0px;
2126 padding-top:0px;
2188 text-align:left;
2127 text-align:left;
2189 }
2128 }
2190
2129
2191 .edit_icon {
2130 .edit_icon {
2192 background:url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2131 background:url("../images/icons/folder_edit.png") no-repeat scroll 3px;
2193 padding-left:20px;
2132 padding-left:20px;
2194 padding-top:0px;
2133 padding-top:0px;
2195 text-align:left;
2134 text-align:left;
2196 }
2135 }
2197
2136
2198 .delete_icon {
2137 .delete_icon {
2199 background:url("../images/icons/delete.png") no-repeat scroll 3px;
2138 background:url("../images/icons/delete.png") no-repeat scroll 3px;
2200 padding-left:20px;
2139 padding-left:20px;
2201 padding-top:0px;
2140 padding-top:0px;
2202 text-align:left;
2141 text-align:left;
2203 }
2142 }
2204
2143
2205 .refresh_icon {
2144 .refresh_icon {
2206 background:url("../images/icons/arrow_refresh.png") no-repeat scroll 3px;
2145 background:url("../images/icons/arrow_refresh.png") no-repeat scroll 3px;
2207 padding-left:20px;
2146 padding-left:20px;
2208 padding-top:0px;
2147 padding-top:0px;
2209 text-align:left;
2148 text-align:left;
2210 }
2149 }
2211
2150
2212 .pull_icon {
2151 .pull_icon {
2213 background:url("../images/icons/connect.png") no-repeat scroll 3px;
2152 background:url("../images/icons/connect.png") no-repeat scroll 3px;
2214 padding-left:20px;
2153 padding-left:20px;
2215 padding-top:0px;
2154 padding-top:0px;
2216 text-align:left;
2155 text-align:left;
2217 }
2156 }
2218
2157
2219 .rss_icon {
2158 .rss_icon {
2220 background:url("../images/icons/rss_16.png") no-repeat scroll 3px;
2159 background:url("../images/icons/rss_16.png") no-repeat scroll 3px;
2221 padding-left:20px;
2160 padding-left:20px;
2222 padding-top:0px;
2161 padding-top:0px;
2223 text-align:left;
2162 text-align:left;
2224 }
2163 }
2225
2164
2226 .atom_icon {
2165 .atom_icon {
2227 background:url("../images/icons/atom.png") no-repeat scroll 3px;
2166 background:url("../images/icons/atom.png") no-repeat scroll 3px;
2228 padding-left:20px;
2167 padding-left:20px;
2229 padding-top:0px;
2168 padding-top:0px;
2230 text-align:left;
2169 text-align:left;
2231 }
2170 }
2232
2171
2233 .archive_icon {
2172 .archive_icon {
2234 background:url("../images/icons/compress.png") no-repeat scroll 3px;
2173 background:url("../images/icons/compress.png") no-repeat scroll 3px;
2235 padding-left:20px;
2174 padding-left:20px;
2236 text-align:left;
2175 text-align:left;
2237 padding-top:1px;
2176 padding-top:1px;
2238 }
2177 }
2239
2178
2240 .start_following_icon {
2179 .start_following_icon {
2241 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
2180 background:url("../images/icons/heart_add.png") no-repeat scroll 3px;
2242 padding-left:20px;
2181 padding-left:20px;
2243 text-align:left;
2182 text-align:left;
2244 padding-top:0px;
2183 padding-top:0px;
2245 }
2184 }
2246
2185
2247 .stop_following_icon {
2186 .stop_following_icon {
2248 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2187 background:url("../images/icons/heart_delete.png") no-repeat scroll 3px;
2249 padding-left:20px;
2188 padding-left:20px;
2250 text-align:left;
2189 text-align:left;
2251 padding-top:0px;
2190 padding-top:0px;
2252 }
2191 }
2253
2192
2254 .action_button {
2193 .action_button {
2255 border:0;
2194 border:0;
2256 display:inline;
2195 display:inline;
2257 }
2196 }
2258
2197
2259 .action_button:hover {
2198 .action_button:hover {
2260 border:0;
2199 border:0;
2261 text-decoration:underline;
2200 text-decoration:underline;
2262 cursor:pointer;
2201 cursor:pointer;
2263 }
2202 }
2264
2203
2265 #switch_repos {
2204 #switch_repos {
2266 position:absolute;
2205 position:absolute;
2267 height:25px;
2206 height:25px;
2268 z-index:1;
2207 z-index:1;
2269 }
2208 }
2270
2209
2271 #switch_repos select {
2210 #switch_repos select {
2272 min-width:150px;
2211 min-width:150px;
2273 max-height:250px;
2212 max-height:250px;
2274 z-index:1;
2213 z-index:1;
2275 }
2214 }
2276
2215
2277 .breadcrumbs {
2216 .breadcrumbs {
2278 border:medium none;
2217 border:medium none;
2279 color:#FFF;
2218 color:#FFF;
2280 float:left;
2219 float:left;
2281 text-transform:uppercase;
2220 text-transform:uppercase;
2282 font-weight:700;
2221 font-weight:700;
2283 font-size:14px;
2222 font-size:14px;
2284 margin:0;
2223 margin:0;
2285 padding:11px 0 11px 10px;
2224 padding:11px 0 11px 10px;
2286 }
2225 }
2287
2226
2288 .breadcrumbs a {
2227 .breadcrumbs a {
2289 color:#FFF;
2228 color:#FFF;
2290 }
2229 }
2291
2230
2292 .flash_msg ul {
2231 .flash_msg ul {
2293 margin:0;
2232 margin:0;
2294 padding:0 0 10px;
2233 padding:0 0 10px;
2295 }
2234 }
2296
2235
2297 .error_msg {
2236 .error_msg {
2298 background-color:#FFCFCF;
2237 background-color:#FFCFCF;
2299 background-image:url("../images/icons/error_msg.png");
2238 background-image:url("../images/icons/error_msg.png");
2300 border:1px solid #FF9595;
2239 border:1px solid #FF9595;
2301 color:#C30;
2240 color:#C30;
2302 }
2241 }
2303
2242
2304 .warning_msg {
2243 .warning_msg {
2305 background-color:#FFFBCC;
2244 background-color:#FFFBCC;
2306 background-image:url("../images/icons/warning_msg.png");
2245 background-image:url("../images/icons/warning_msg.png");
2307 border:1px solid #FFF35E;
2246 border:1px solid #FFF35E;
2308 color:#C69E00;
2247 color:#C69E00;
2309 }
2248 }
2310
2249
2311 .success_msg {
2250 .success_msg {
2312 background-color:#D5FFCF;
2251 background-color:#D5FFCF;
2313 background-image:url("../images/icons/success_msg.png");
2252 background-image:url("../images/icons/success_msg.png");
2314 border:1px solid #97FF88;
2253 border:1px solid #97FF88;
2315 color:#090;
2254 color:#090;
2316 }
2255 }
2317
2256
2318 .notice_msg {
2257 .notice_msg {
2319 background-color:#DCE3FF;
2258 background-color:#DCE3FF;
2320 background-image:url("../images/icons/notice_msg.png");
2259 background-image:url("../images/icons/notice_msg.png");
2321 border:1px solid #93A8FF;
2260 border:1px solid #93A8FF;
2322 color:#556CB5;
2261 color:#556CB5;
2323 }
2262 }
2324
2263
2325 .success_msg,.error_msg,.notice_msg,.warning_msg {
2264 .success_msg,.error_msg,.notice_msg,.warning_msg {
2326 background-position:10px center;
2265 background-position:10px center;
2327 background-repeat:no-repeat;
2266 background-repeat:no-repeat;
2328 font-size:12px;
2267 font-size:12px;
2329 font-weight:700;
2268 font-weight:700;
2330 min-height:14px;
2269 min-height:14px;
2331 line-height:14px;
2270 line-height:14px;
2332 margin-bottom:0;
2271 margin-bottom:0;
2333 margin-top:0;
2272 margin-top:0;
2334 display:block;
2273 display:block;
2335 overflow:auto;
2274 overflow:auto;
2336 padding:6px 10px 6px 40px;
2275 padding:6px 10px 6px 40px;
2337 }
2276 }
2338
2277
2339 #msg_close {
2278 #msg_close {
2340 background:transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
2279 background:transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
2341 cursor:pointer;
2280 cursor:pointer;
2342 height:16px;
2281 height:16px;
2343 position:absolute;
2282 position:absolute;
2344 right:5px;
2283 right:5px;
2345 top:5px;
2284 top:5px;
2346 width:16px;
2285 width:16px;
2347 }
2286 }
2348
2287
2349 div#legend_container table,div#legend_choices table {
2288 div#legend_container table,div#legend_choices table {
2350 width:auto !important;
2289 width:auto !important;
2351 }
2290 }
2352
2291
2353 table#permissions_manage {
2292 table#permissions_manage {
2354 width:0 !important;
2293 width:0 !important;
2355 }
2294 }
2356
2295
2357 table#permissions_manage span.private_repo_msg {
2296 table#permissions_manage span.private_repo_msg {
2358 font-size:0.8em;
2297 font-size:0.8em;
2359 opacity:0.6px;
2298 opacity:0.6px;
2360 }
2299 }
2361
2300
2362 table#permissions_manage td.private_repo_msg {
2301 table#permissions_manage td.private_repo_msg {
2363 font-size:0.8em;
2302 font-size:0.8em;
2364 }
2303 }
2365
2304
2366 table#permissions_manage tr#add_perm_input td {
2305 table#permissions_manage tr#add_perm_input td {
2367 vertical-align:middle;
2306 vertical-align:middle;
2368 }
2307 }
2369
2308
2370 div.gravatar {
2309 div.gravatar {
2371 background-color:#FFF;
2310 background-color:#FFF;
2372 border:1px solid #D0D0D0;
2311 border:1px solid #D0D0D0;
2373 float:left;
2312 float:left;
2374 margin-right:0.7em;
2313 margin-right:0.7em;
2375 padding:2px 2px 0;
2314 padding:2px 2px 0;
2376
2315
2377 -webkit-border-radius: 6px;
2316 -webkit-border-radius: 6px;
2378 -khtml-border-radius: 6px;
2317 -khtml-border-radius: 6px;
2379 -moz-border-radius: 6px;
2318 -moz-border-radius: 6px;
2380 border-radius: 6px;
2319 border-radius: 6px;
2381
2320
2382 }
2321 }
2383
2322
2384 div.gravatar img {
2323 div.gravatar img {
2385 -webkit-border-radius: 4px;
2324 -webkit-border-radius: 4px;
2386 -khtml-border-radius: 4px;
2325 -khtml-border-radius: 4px;
2387 -moz-border-radius: 4px;
2326 -moz-border-radius: 4px;
2388 border-radius: 4px;
2327 border-radius: 4px;
2389 }
2328 }
2390
2329
2391 #header,#content,#footer {
2330 #header,#content,#footer {
2392 min-width:978px;
2331 min-width:978px;
2393 }
2332 }
2394
2333
2395 #content {
2334 #content {
2396 clear:both;
2335 clear:both;
2397 overflow:hidden;
2336 overflow:hidden;
2398 padding:14px 10px;
2337 padding:14px 10px;
2399 }
2338 }
2400
2339
2401 #content div.box div.title div.search {
2340 #content div.box div.title div.search {
2402 background:url("../images/title_link.png") no-repeat top left;
2341 background:url("../images/title_link.png") no-repeat top left;
2403 border-left:1px solid #316293;
2342 border-left:1px solid #316293;
2404 }
2343 }
2405
2344
2406 #content div.box div.title div.search div.input input {
2345 #content div.box div.title div.search div.input input {
2407 border:1px solid #316293;
2346 border:1px solid #316293;
2408 }
2347 }
2409
2348
2410 #content div.box div.title div.search div.button input.ui-button {
2349
2411 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2350 input.ui-button-small {
2412 border:1px solid #316293;
2413 border-left:none;
2414 color:#FFF;
2415 }
2416
2417 #content div.box input.ui-button-small {
2418 background:#e5e3e3 url("../images/button.png") repeat-x;
2351 background:#e5e3e3 url("../images/button.png") repeat-x;
2419 border-top:1px solid #DDD;
2352 border-top:1px solid #DDD;
2420 border-left:1px solid #c6c6c6;
2353 border-left:1px solid #c6c6c6;
2421 border-right:1px solid #DDD;
2354 border-right:1px solid #DDD;
2422 border-bottom:1px solid #c6c6c6;
2355 border-bottom:1px solid #c6c6c6;
2423 color:#515151;
2356 color:#515151;
2424 outline:none;
2357 outline:none;
2425 margin:0;
2358 margin:0;
2426 -webkit-border-radius: 4px 4px 4px 4px;
2359 -webkit-border-radius: 4px 4px 4px 4px;
2427 -khtml-border-radius: 4px 4px 4px 4px;
2360 -khtml-border-radius: 4px 4px 4px 4px;
2428 -moz-border-radius: 4px 4px 4px 4px;
2361 -moz-border-radius: 4px 4px 4px 4px;
2429 border-radius: 4px 4px 4px 4px;
2362 border-radius: 4px 4px 4px 4px;
2430 box-shadow: 0 1px 0 #ececec;
2363 box-shadow: 0 1px 0 #ececec;
2431 cursor: pointer;
2364 cursor: pointer;
2432 }
2365 }
2433 #content div.box input.ui-button-small:hover {
2366
2367 input.ui-button-small:hover {
2434 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2368 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2435 border-top:1px solid #ccc;
2369 border-top:1px solid #ccc;
2436 border-left:1px solid #bebebe;
2370 border-left:1px solid #bebebe;
2437 border-right:1px solid #b1b1b1;
2371 border-right:1px solid #b1b1b1;
2438 border-bottom:1px solid #afafaf;
2372 border-bottom:1px solid #afafaf;
2439 }
2373 }
2440
2374
2441 #content div.box input.ui-button-small-blue {
2375 input.ui-button-small-blue {
2442 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2376 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2443 border-top:1px solid #5c91a4;
2377 border-top:1px solid #5c91a4;
2444 border-left:1px solid #2a6f89;
2378 border-left:1px solid #2a6f89;
2445 border-right:1px solid #2b7089;
2379 border-right:1px solid #2b7089;
2446 border-bottom:1px solid #1a6480;
2380 border-bottom:1px solid #1a6480;
2447 color:#fff;
2381 color:#fff;
2448 -webkit-border-radius: 4px 4px 4px 4px;
2382 -webkit-border-radius: 4px 4px 4px 4px;
2449 -khtml-border-radius: 4px 4px 4px 4px;
2383 -khtml-border-radius: 4px 4px 4px 4px;
2450 -moz-border-radius: 4px 4px 4px 4px;
2384 -moz-border-radius: 4px 4px 4px 4px;
2451 border-radius: 4px 4px 4px 4px;
2385 border-radius: 4px 4px 4px 4px;
2452 box-shadow: 0 1px 0 #ececec;
2386 box-shadow: 0 1px 0 #ececec;
2453 cursor: pointer;
2387 cursor: pointer;
2454 }
2388 }
2455
2389
2456 #content div.box input.ui-button-small-blue:hover {
2390 input.ui-button-small-blue:hover {
2457
2391
2458 }
2392 }
2459
2393
2460 #content div.box input.ui-button-small submit,button{
2461 cursor: pointer;
2462 }
2463
2464 #content div.box div.title div.search div.button input.ui-state-hover {
2465 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2466 border:1px solid #316293;
2467 border-left:none;
2468 color:#FFF;
2469 }
2470
2471 #content div.box div.form div.fields div.field div.highlight .ui-button {
2472 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2473 border-top:1px solid #5c91a4;
2474 border-left:1px solid #2a6f89;
2475 border-right:1px solid #2b7089;
2476 border-bottom:1px solid #1a6480;
2477 color:#fff;
2478 }
2479
2480 #content div.box div.form div.fields div.field div.highlight .ui-state-hover {
2481 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2482 border-top:1px solid #78acbf;
2483 border-left:1px solid #34819e;
2484 border-right:1px solid #35829f;
2485 border-bottom:1px solid #257897;
2486 color:#fff;
2487 }
2488
2394
2489 ins,div.options a:hover {
2395 ins,div.options a:hover {
2490 text-decoration:none;
2396 text-decoration:none;
2491 }
2397 }
2492
2398
2493 img,#header #header-inner #quick li a:hover span.normal,#header #header-inner #quick li ul li.last,#content div.box div.form div.fields div.field div.textarea table td table td a,#clone_url {
2399 img,#header #header-inner #quick li a:hover span.normal,#header #header-inner #quick li ul li.last,#content div.box div.form div.fields div.field div.textarea table td table td a,#clone_url {
2494 border:none;
2400 border:none;
2495 }
2401 }
2496
2402
2497 img.icon,.right .merge img {
2403 img.icon,.right .merge img {
2498 vertical-align:bottom;
2404 vertical-align:bottom;
2499 }
2405 }
2500
2406
2501 #header ul#logged-user,#content div.box div.title ul.links,#content div.box div.message div.dismiss,#content div.box div.traffic div.legend ul {
2407 #header ul#logged-user,#content div.box div.title ul.links,#content div.box div.message div.dismiss,#content div.box div.traffic div.legend ul {
2502 float:right;
2408 float:right;
2503 margin:0;
2409 margin:0;
2504 padding:0;
2410 padding:0;
2505 }
2411 }
2506
2412
2507 #header #header-inner #home,#header #header-inner #logo,#content div.box ul.left,#content div.box ol.left,#content div.box div.pagination-left,div#commit_history,div#legend_data,div#legend_container,div#legend_choices {
2413 #header #header-inner #home,#header #header-inner #logo,#content div.box ul.left,#content div.box ol.left,#content div.box div.pagination-left,div#commit_history,div#legend_data,div#legend_container,div#legend_choices {
2508 float:left;
2414 float:left;
2509 }
2415 }
2510
2416
2511 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul,#content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow {
2417 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul,#content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow {
2512 display:none;
2418 display:none;
2513 }
2419 }
2514
2420
2515 #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 {
2421 #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 {
2516 display:block;
2422 display:block;
2517 }
2423 }
2518
2424
2519 #content div.graph{
2425 #content div.graph{
2520 padding:0 10px 10px;
2426 padding:0 10px 10px;
2521 }
2427 }
2522
2428
2523 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a {
2429 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a {
2524 color:#bfe3ff;
2430 color:#bfe3ff;
2525 }
2431 }
2526
2432
2527 #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 {
2433 #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 {
2528 margin:10px 24px 10px 44px;
2434 margin:10px 24px 10px 44px;
2529 }
2435 }
2530
2436
2531 #content div.box div.form,#content div.box div.table,#content div.box div.traffic {
2437 #content div.box div.form,#content div.box div.table,#content div.box div.traffic {
2532 clear:both;
2438 clear:both;
2533 overflow:hidden;
2439 overflow:hidden;
2534 margin:0;
2440 margin:0;
2535 padding:0 20px 10px;
2441 padding:0 20px 10px;
2536 }
2442 }
2537
2443
2538 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields {
2444 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields {
2539 clear:both;
2445 clear:both;
2540 overflow:hidden;
2446 overflow:hidden;
2541 margin:0;
2447 margin:0;
2542 padding:0;
2448 padding:0;
2543 }
2449 }
2544
2450
2545 #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 {
2451 #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 {
2546 height:1%;
2452 height:1%;
2547 display:block;
2453 display:block;
2548 color:#363636;
2454 color:#363636;
2549 margin:0;
2455 margin:0;
2550 padding:2px 0 0;
2456 padding:2px 0 0;
2551 }
2457 }
2552
2458
2553 #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 {
2459 #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 {
2554 background:#FBE3E4;
2460 background:#FBE3E4;
2555 border-top:1px solid #e1b2b3;
2461 border-top:1px solid #e1b2b3;
2556 border-left:1px solid #e1b2b3;
2462 border-left:1px solid #e1b2b3;
2557 border-right:1px solid #FBC2C4;
2463 border-right:1px solid #FBC2C4;
2558 border-bottom:1px solid #FBC2C4;
2464 border-bottom:1px solid #FBC2C4;
2559 }
2465 }
2560
2466
2561 #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 {
2467 #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 {
2562 background:#E6EFC2;
2468 background:#E6EFC2;
2563 border-top:1px solid #cebb98;
2469 border-top:1px solid #cebb98;
2564 border-left:1px solid #cebb98;
2470 border-left:1px solid #cebb98;
2565 border-right:1px solid #c6d880;
2471 border-right:1px solid #c6d880;
2566 border-bottom:1px solid #c6d880;
2472 border-bottom:1px solid #c6d880;
2567 }
2473 }
2568
2474
2569 #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 {
2475 #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 {
2570 margin:0;
2476 margin:0;
2571 }
2477 }
2572
2478
2573 #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{
2479 #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{
2574 margin:0 0 0 0px !important;
2480 margin:0 0 0 0px !important;
2575 padding:0;
2481 padding:0;
2576 }
2482 }
2577
2483
2578 #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 {
2484 #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 {
2579 margin:0 0 0 200px;
2485 margin:0 0 0 200px;
2580 padding:0;
2486 padding:0;
2581 }
2487 }
2582
2488
2583
2489
2584 #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 {
2490 #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 {
2585 color:#000;
2491 color:#000;
2586 text-decoration:none;
2492 text-decoration:none;
2587 }
2493 }
2588
2494
2589 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus {
2495 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus {
2590 border:1px solid #666;
2496 border:1px solid #666;
2591 }
2497 }
2592
2498
2593 #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 {
2499 #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 {
2594 clear:both;
2500 clear:both;
2595 overflow:hidden;
2501 overflow:hidden;
2596 margin:0;
2502 margin:0;
2597 padding:8px 0 2px;
2503 padding:8px 0 2px;
2598 }
2504 }
2599
2505
2600 #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 {
2506 #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 {
2601 float:left;
2507 float:left;
2602 margin:0;
2508 margin:0;
2603 }
2509 }
2604
2510
2605 #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 {
2511 #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 {
2606 height:1%;
2512 height:1%;
2607 display:block;
2513 display:block;
2608 float:left;
2514 float:left;
2609 margin:2px 0 0 4px;
2515 margin:2px 0 0 4px;
2610 }
2516 }
2611
2517
2612 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 {
2518 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 {
2613 color:#000;
2519 color:#000;
2614 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
2520 font-family:Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
2615 font-size:11px;
2521 font-size:11px;
2616 font-weight:700;
2522 font-weight:700;
2617 margin:0;
2523 margin:0;
2618 }
2524 }
2619
2525
2620 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button {
2526 input.ui-button {
2621 background:#e5e3e3 url("../images/button.png") repeat-x;
2527 background:#e5e3e3 url("../images/button.png") repeat-x;
2622 border-top:1px solid #DDD;
2528 border-top:1px solid #DDD;
2623 border-left:1px solid #c6c6c6;
2529 border-left:1px solid #c6c6c6;
2624 border-right:1px solid #DDD;
2530 border-right:1px solid #DDD;
2625 border-bottom:1px solid #c6c6c6;
2531 border-bottom:1px solid #c6c6c6;
2626 color:#515151;
2532 color:#515151;
2627 outline:none;
2533 outline:none;
2628 margin:0;
2534 margin:0;
2629 padding:6px 12px;
2535 padding:6px 12px;
2630 -webkit-border-radius: 4px 4px 4px 4px;
2536 -webkit-border-radius: 4px 4px 4px 4px;
2631 -khtml-border-radius: 4px 4px 4px 4px;
2537 -khtml-border-radius: 4px 4px 4px 4px;
2632 -moz-border-radius: 4px 4px 4px 4px;
2538 -moz-border-radius: 4px 4px 4px 4px;
2633 border-radius: 4px 4px 4px 4px;
2539 border-radius: 4px 4px 4px 4px;
2634 box-shadow: 0 1px 0 #ececec;
2540 box-shadow: 0 1px 0 #ececec;
2635 cursor: pointer;
2541 cursor: pointer;
2636 }
2542 }
2637
2543
2638 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button:hover {
2544 input.ui-button:hover {
2639 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2640 border-top:1px solid #ccc;
2641 border-left:1px solid #bebebe;
2642 border-right:1px solid #b1b1b1;
2643 border-bottom:1px solid #afafaf;
2644 }
2645
2646 div.form div.fields div.field div.button .ui-state-hover,#content div.box div.form div.fields div.buttons input.ui-state-hover {
2647 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2545 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2648 border-top:1px solid #ccc;
2546 border-top:1px solid #ccc;
2649 border-left:1px solid #bebebe;
2547 border-left:1px solid #bebebe;
2650 border-right:1px solid #b1b1b1;
2548 border-right:1px solid #b1b1b1;
2651 border-bottom:1px solid #afafaf;
2549 border-bottom:1px solid #afafaf;
2652 }
2550 }
2653
2551
2654 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight {
2552 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight {
2655 display:inline;
2553 display:inline;
2656 }
2554 }
2657
2555
2658 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons {
2556 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons {
2659 margin:10px 0 0 200px;
2557 margin:10px 0 0 200px;
2660 padding:0;
2558 padding:0;
2661 }
2559 }
2662
2560
2663 #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 {
2561 #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 {
2664 margin:10px 0 0;
2562 margin:10px 0 0;
2665 }
2563 }
2666
2564
2667 #content div.box table td.user,#content div.box table td.address {
2565 #content div.box table td.user,#content div.box table td.address {
2668 width:10%;
2566 width:10%;
2669 text-align:center;
2567 text-align:center;
2670 }
2568 }
2671
2569
2672 #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 {
2570 #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 {
2673 text-align:right;
2571 text-align:right;
2674 margin:6px 0 0;
2572 margin:6px 0 0;
2675 padding:0;
2573 padding:0;
2676 }
2574 }
2677
2575
2678 #content div.box div.action div.button input.ui-button,#login div.form div.fields div.buttons input.ui-button,#register div.form div.fields div.buttons input.ui-button {
2679 background:#e5e3e3 url("../images/button.png") repeat-x;
2680 border-top:1px solid #DDD;
2681 border-left:1px solid #c6c6c6;
2682 border-right:1px solid #DDD;
2683 border-bottom:1px solid #c6c6c6;
2684 color:#515151;
2685 margin:0;
2686 padding:6px 12px;
2687 }
2688
2576
2689 #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 {
2577 #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 {
2690 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2578 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2691 border-top:1px solid #ccc;
2579 border-top:1px solid #ccc;
2692 border-left:1px solid #bebebe;
2580 border-left:1px solid #bebebe;
2693 border-right:1px solid #b1b1b1;
2581 border-right:1px solid #b1b1b1;
2694 border-bottom:1px solid #afafaf;
2582 border-bottom:1px solid #afafaf;
2695 color:#515151;
2583 color:#515151;
2696 margin:0;
2584 margin:0;
2697 padding:6px 12px;
2585 padding:6px 12px;
2698 }
2586 }
2699
2587
2700 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results {
2588 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results {
2701 text-align:left;
2589 text-align:left;
2702 float:left;
2590 float:left;
2703 margin:0;
2591 margin:0;
2704 padding:0;
2592 padding:0;
2705 }
2593 }
2706
2594
2707 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span {
2595 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span {
2708 height:1%;
2596 height:1%;
2709 display:block;
2597 display:block;
2710 float:left;
2598 float:left;
2711 background:#ebebeb url("../images/pager.png") repeat-x;
2599 background:#ebebeb url("../images/pager.png") repeat-x;
2712 border-top:1px solid #dedede;
2600 border-top:1px solid #dedede;
2713 border-left:1px solid #cfcfcf;
2601 border-left:1px solid #cfcfcf;
2714 border-right:1px solid #c4c4c4;
2602 border-right:1px solid #c4c4c4;
2715 border-bottom:1px solid #c4c4c4;
2603 border-bottom:1px solid #c4c4c4;
2716 color:#4A4A4A;
2604 color:#4A4A4A;
2717 font-weight:700;
2605 font-weight:700;
2718 margin:0;
2606 margin:0;
2719 padding:6px 8px;
2607 padding:6px 8px;
2720 }
2608 }
2721
2609
2722 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled {
2610 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled {
2723 color:#B4B4B4;
2611 color:#B4B4B4;
2724 padding:6px;
2612 padding:6px;
2725 }
2613 }
2726
2614
2727 #login,#register {
2615 #login,#register {
2728 width:520px;
2616 width:520px;
2729 margin:10% auto 0;
2617 margin:10% auto 0;
2730 padding:0;
2618 padding:0;
2731 }
2619 }
2732
2620
2733 #login div.color,#register div.color {
2621 #login div.color,#register div.color {
2734 clear:both;
2622 clear:both;
2735 overflow:hidden;
2623 overflow:hidden;
2736 background:#FFF;
2624 background:#FFF;
2737 margin:10px auto 0;
2625 margin:10px auto 0;
2738 padding:3px 3px 3px 0;
2626 padding:3px 3px 3px 0;
2739 }
2627 }
2740
2628
2741 #login div.color a,#register div.color a {
2629 #login div.color a,#register div.color a {
2742 width:20px;
2630 width:20px;
2743 height:20px;
2631 height:20px;
2744 display:block;
2632 display:block;
2745 float:left;
2633 float:left;
2746 margin:0 0 0 3px;
2634 margin:0 0 0 3px;
2747 padding:0;
2635 padding:0;
2748 }
2636 }
2749
2637
2750 #login div.title h5,#register div.title h5 {
2638 #login div.title h5,#register div.title h5 {
2751 color:#fff;
2639 color:#fff;
2752 margin:10px;
2640 margin:10px;
2753 padding:0;
2641 padding:0;
2754 }
2642 }
2755
2643
2756 #login div.form div.fields div.field,#register div.form div.fields div.field {
2644 #login div.form div.fields div.field,#register div.form div.fields div.field {
2757 clear:both;
2645 clear:both;
2758 overflow:hidden;
2646 overflow:hidden;
2759 margin:0;
2647 margin:0;
2760 padding:0 0 10px;
2648 padding:0 0 10px;
2761 }
2649 }
2762
2650
2763 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message {
2651 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message {
2764 height:1%;
2652 height:1%;
2765 display:block;
2653 display:block;
2766 color:red;
2654 color:red;
2767 margin:8px 0 0;
2655 margin:8px 0 0;
2768 padding:0;
2656 padding:0;
2769 max-width: 320px;
2657 max-width: 320px;
2770 }
2658 }
2771
2659
2772 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label {
2660 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label {
2773 color:#000;
2661 color:#000;
2774 font-weight:700;
2662 font-weight:700;
2775 }
2663 }
2776
2664
2777 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input {
2665 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input {
2778 float:left;
2666 float:left;
2779 margin:0;
2667 margin:0;
2780 padding:0;
2668 padding:0;
2781 }
2669 }
2782
2670
2783 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox {
2671 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox {
2784 margin:0 0 0 184px;
2672 margin:0 0 0 184px;
2785 padding:0;
2673 padding:0;
2786 }
2674 }
2787
2675
2788 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label {
2676 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label {
2789 color:#565656;
2677 color:#565656;
2790 font-weight:700;
2678 font-weight:700;
2791 }
2679 }
2792
2680
2793 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input {
2681 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input {
2794 color:#000;
2682 color:#000;
2795 font-size:1em;
2683 font-size:1em;
2796 font-weight:700;
2684 font-weight:700;
2797 font-family:Verdana, Helvetica, Sans-Serif;
2685 font-family:Verdana, Helvetica, Sans-Serif;
2798 margin:0;
2686 margin:0;
2799 }
2687 }
2800
2688
2801 #changeset_content .container .wrapper,#graph_content .container .wrapper {
2689 #changeset_content .container .wrapper,#graph_content .container .wrapper {
2802 width:600px;
2690 width:600px;
2803 }
2691 }
2804
2692
2805 #changeset_content .container .left,#graph_content .container .left {
2693 #changeset_content .container .left,#graph_content .container .left {
2806 float:left;
2694 float:left;
2807 width:70%;
2695 width:70%;
2808 padding-left:5px;
2696 padding-left:5px;
2809 }
2697 }
2810
2698
2811 #changeset_content .container .left .date,.ac .match {
2699 #changeset_content .container .left .date,.ac .match {
2812 font-weight:700;
2700 font-weight:700;
2813 padding-top: 5px;
2701 padding-top: 5px;
2814 padding-bottom:5px;
2702 padding-bottom:5px;
2815 }
2703 }
2816
2704
2817 div#legend_container table td,div#legend_choices table td {
2705 div#legend_container table td,div#legend_choices table td {
2818 border:none !important;
2706 border:none !important;
2819 height:20px !important;
2707 height:20px !important;
2820 padding:0 !important;
2708 padding:0 !important;
2821 }
2709 }
2822
2710
2823 #q_filter{
2711 #q_filter{
2824 border:0 none;
2712 border:0 none;
2825 color:#AAAAAA;
2713 color:#AAAAAA;
2826 margin-bottom:-4px;
2714 margin-bottom:-4px;
2827 margin-top:-4px;
2715 margin-top:-4px;
2828 padding-left:3px;
2716 padding-left:3px;
2829 }
2717 }
2830
2718
2831 #node_filter{
2719 #node_filter{
2832 border:0px solid #545454;
2720 border:0px solid #545454;
2833 color:#AAAAAA;
2721 color:#AAAAAA;
2834 padding-left:3px;
2722 padding-left:3px;
2835 }
2723 }
General Comments 0
You need to be logged in to leave comments. Login now