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