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