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