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