##// END OF EJS Templates
show comments in summary changelog overview
marcink -
r3765:5a8918ab beta
parent child Browse files
Show More
@@ -1,4896 +1,4903
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, #content div.box div.pagination ul.pager li a:active {
1569 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1569 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1570 border-top: 1px solid #ccc;
1570 border-top: 1px solid #ccc;
1571 border-left: 1px solid #bebebe;
1571 border-left: 1px solid #bebebe;
1572 border-right: 1px solid #b1b1b1;
1572 border-right: 1px solid #b1b1b1;
1573 border-bottom: 1px solid #afafaf;
1573 border-bottom: 1px solid #afafaf;
1574 margin: -1px;
1574 margin: -1px;
1575 }
1575 }
1576
1576
1577 #content div.box div.pagination-wh {
1577 #content div.box div.pagination-wh {
1578 height: 1%;
1578 height: 1%;
1579 clear: both;
1579 clear: both;
1580 overflow: hidden;
1580 overflow: hidden;
1581 text-align: right;
1581 text-align: right;
1582 margin: 10px 0 0;
1582 margin: 10px 0 0;
1583 padding: 0;
1583 padding: 0;
1584 }
1584 }
1585
1585
1586 #content div.box div.pagination-right {
1586 #content div.box div.pagination-right {
1587 float: right;
1587 float: right;
1588 }
1588 }
1589
1589
1590 #content div.box div.pagination-wh a,
1590 #content div.box div.pagination-wh a,
1591 #content div.box div.pagination-wh span.pager_dotdot,
1591 #content div.box div.pagination-wh span.pager_dotdot,
1592 #content div.box div.pagination-wh span.yui-pg-previous,
1592 #content div.box div.pagination-wh span.yui-pg-previous,
1593 #content div.box div.pagination-wh span.yui-pg-last,
1593 #content div.box div.pagination-wh span.yui-pg-last,
1594 #content div.box div.pagination-wh span.yui-pg-next,
1594 #content div.box div.pagination-wh span.yui-pg-next,
1595 #content div.box div.pagination-wh span.yui-pg-first {
1595 #content div.box div.pagination-wh span.yui-pg-first {
1596 height: 1%;
1596 height: 1%;
1597 float: left;
1597 float: left;
1598 background: #ebebeb url("../images/pager.png") repeat-x;
1598 background: #ebebeb url("../images/pager.png") repeat-x;
1599 border-top: 1px solid #dedede;
1599 border-top: 1px solid #dedede;
1600 border-left: 1px solid #cfcfcf;
1600 border-left: 1px solid #cfcfcf;
1601 border-right: 1px solid #c4c4c4;
1601 border-right: 1px solid #c4c4c4;
1602 border-bottom: 1px solid #c4c4c4;
1602 border-bottom: 1px solid #c4c4c4;
1603 color: #4A4A4A;
1603 color: #4A4A4A;
1604 font-weight: 700;
1604 font-weight: 700;
1605 margin: 0 0 0 4px;
1605 margin: 0 0 0 4px;
1606 padding: 6px;
1606 padding: 6px;
1607 }
1607 }
1608
1608
1609 #content div.box div.pagination-wh span.pager_curpage {
1609 #content div.box div.pagination-wh span.pager_curpage {
1610 height: 1%;
1610 height: 1%;
1611 float: left;
1611 float: left;
1612 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1612 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1613 border-top: 1px solid #ccc;
1613 border-top: 1px solid #ccc;
1614 border-left: 1px solid #bebebe;
1614 border-left: 1px solid #bebebe;
1615 border-right: 1px solid #b1b1b1;
1615 border-right: 1px solid #b1b1b1;
1616 border-bottom: 1px solid #afafaf;
1616 border-bottom: 1px solid #afafaf;
1617 color: #515151;
1617 color: #515151;
1618 font-weight: 700;
1618 font-weight: 700;
1619 margin: 0 0 0 4px;
1619 margin: 0 0 0 4px;
1620 padding: 6px;
1620 padding: 6px;
1621 }
1621 }
1622
1622
1623 #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active {
1623 #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;
1624 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1625 border-top: 1px solid #ccc;
1625 border-top: 1px solid #ccc;
1626 border-left: 1px solid #bebebe;
1626 border-left: 1px solid #bebebe;
1627 border-right: 1px solid #b1b1b1;
1627 border-right: 1px solid #b1b1b1;
1628 border-bottom: 1px solid #afafaf;
1628 border-bottom: 1px solid #afafaf;
1629 text-decoration: none;
1629 text-decoration: none;
1630 }
1630 }
1631
1631
1632 #content div.box div.traffic div.legend {
1632 #content div.box div.traffic div.legend {
1633 clear: both;
1633 clear: both;
1634 overflow: hidden;
1634 overflow: hidden;
1635 border-bottom: 1px solid #ddd;
1635 border-bottom: 1px solid #ddd;
1636 margin: 0 0 10px;
1636 margin: 0 0 10px;
1637 padding: 0 0 10px;
1637 padding: 0 0 10px;
1638 }
1638 }
1639
1639
1640 #content div.box div.traffic div.legend h6 {
1640 #content div.box div.traffic div.legend h6 {
1641 float: left;
1641 float: left;
1642 border: none;
1642 border: none;
1643 margin: 0;
1643 margin: 0;
1644 padding: 0;
1644 padding: 0;
1645 }
1645 }
1646
1646
1647 #content div.box div.traffic div.legend li {
1647 #content div.box div.traffic div.legend li {
1648 list-style: none;
1648 list-style: none;
1649 float: left;
1649 float: left;
1650 font-size: 11px;
1650 font-size: 11px;
1651 margin: 0;
1651 margin: 0;
1652 padding: 0 8px 0 4px;
1652 padding: 0 8px 0 4px;
1653 }
1653 }
1654
1654
1655 #content div.box div.traffic div.legend li.visits {
1655 #content div.box div.traffic div.legend li.visits {
1656 border-left: 12px solid #edc240;
1656 border-left: 12px solid #edc240;
1657 }
1657 }
1658
1658
1659 #content div.box div.traffic div.legend li.pageviews {
1659 #content div.box div.traffic div.legend li.pageviews {
1660 border-left: 12px solid #afd8f8;
1660 border-left: 12px solid #afd8f8;
1661 }
1661 }
1662
1662
1663 #content div.box div.traffic table {
1663 #content div.box div.traffic table {
1664 width: auto;
1664 width: auto;
1665 }
1665 }
1666
1666
1667 #content div.box div.traffic table td {
1667 #content div.box div.traffic table td {
1668 background: transparent;
1668 background: transparent;
1669 border: none;
1669 border: none;
1670 padding: 2px 3px 3px;
1670 padding: 2px 3px 3px;
1671 }
1671 }
1672
1672
1673 #content div.box div.traffic table td.legendLabel {
1673 #content div.box div.traffic table td.legendLabel {
1674 padding: 0 3px 2px;
1674 padding: 0 3px 2px;
1675 }
1675 }
1676
1676
1677 #content div.box #summary {
1677 #content div.box #summary {
1678 margin-right: 200px;
1678 margin-right: 200px;
1679 }
1679 }
1680
1680
1681 #summary-menu-stats {
1681 #summary-menu-stats {
1682 float: left;
1682 float: left;
1683 width: 180px;
1683 width: 180px;
1684 position: absolute;
1684 position: absolute;
1685 top: 0;
1685 top: 0;
1686 right: 0;
1686 right: 0;
1687 }
1687 }
1688
1688
1689 #summary-menu-stats ul {
1689 #summary-menu-stats ul {
1690 margin: 0 10px;
1690 margin: 0 10px;
1691 display: block;
1691 display: block;
1692 background-color: #f9f9f9;
1692 background-color: #f9f9f9;
1693 border: 1px solid #d1d1d1;
1693 border: 1px solid #d1d1d1;
1694 border-radius: 4px;
1694 border-radius: 4px;
1695 }
1695 }
1696
1696
1697 #content #summary-menu-stats li {
1697 #content #summary-menu-stats li {
1698 border-top: 1px solid #d1d1d1;
1698 border-top: 1px solid #d1d1d1;
1699 padding: 0;
1699 padding: 0;
1700 }
1700 }
1701
1701
1702 #content #summary-menu-stats li:hover {
1702 #content #summary-menu-stats li:hover {
1703 background: #f0f0f0;
1703 background: #f0f0f0;
1704 }
1704 }
1705
1705
1706 #content #summary-menu-stats li:first-child {
1706 #content #summary-menu-stats li:first-child {
1707 border-top: none;
1707 border-top: none;
1708 }
1708 }
1709
1709
1710 #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')}
1710 #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')}
1711 #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')}
1712 #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')}
1713 #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')}
1714 #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')}
1715
1715
1716 #summary-menu-stats a {
1716 #summary-menu-stats a {
1717 display: block;
1717 display: block;
1718 padding: 12px 30px;
1718 padding: 12px 30px;
1719 background-repeat: no-repeat;
1719 background-repeat: no-repeat;
1720 background-position: 10px 50%;
1720 background-position: 10px 50%;
1721 padding-right: 10px;
1721 padding-right: 10px;
1722 }
1722 }
1723
1723
1724 #repo_size_2.loaded {
1724 #repo_size_2.loaded {
1725 margin-left: 30px;
1725 margin-left: 30px;
1726 display: block;
1726 display: block;
1727 padding-right: 10px;
1727 padding-right: 10px;
1728 padding-bottom: 7px;
1728 padding-bottom: 7px;
1729 }
1729 }
1730
1730
1731 #summary-menu-stats a:hover {
1731 #summary-menu-stats a:hover {
1732 text-decoration: none;
1732 text-decoration: none;
1733 }
1733 }
1734
1734
1735 #summary-menu-stats a span {
1735 #summary-menu-stats a span {
1736 background-color: #DEDEDE;
1736 background-color: #DEDEDE;
1737 color: 888 !important;
1737 color: 888 !important;
1738 border-radius: 4px;
1738 border-radius: 4px;
1739 padding: 2px 4px;
1739 padding: 2px 4px;
1740 font-size: 10px;
1740 font-size: 10px;
1741 }
1741 }
1742
1742
1743 #summary .metatag {
1743 #summary .metatag {
1744 display: inline-block;
1744 display: inline-block;
1745 padding: 3px 5px;
1745 padding: 3px 5px;
1746 margin-bottom: 3px;
1746 margin-bottom: 3px;
1747 margin-right: 1px;
1747 margin-right: 1px;
1748 border-radius: 5px;
1748 border-radius: 5px;
1749 }
1749 }
1750
1750
1751 #content div.box #summary p {
1751 #content div.box #summary p {
1752 margin-bottom: -5px;
1752 margin-bottom: -5px;
1753 width: 600px;
1753 width: 600px;
1754 white-space: pre-wrap;
1754 white-space: pre-wrap;
1755 }
1755 }
1756
1756
1757 #content div.box #summary p:last-child {
1757 #content div.box #summary p:last-child {
1758 margin-bottom: 9px;
1758 margin-bottom: 9px;
1759 }
1759 }
1760
1760
1761 #content div.box #summary p:first-of-type {
1761 #content div.box #summary p:first-of-type {
1762 margin-top: 9px;
1762 margin-top: 9px;
1763 }
1763 }
1764
1764
1765 .metatag {
1765 .metatag {
1766 display: inline-block;
1766 display: inline-block;
1767 margin-right: 1px;
1767 margin-right: 1px;
1768 -webkit-border-radius: 4px 4px 4px 4px;
1768 -webkit-border-radius: 4px 4px 4px 4px;
1769 -khtml-border-radius: 4px 4px 4px 4px;
1769 -khtml-border-radius: 4px 4px 4px 4px;
1770 border-radius: 4px 4px 4px 4px;
1770 border-radius: 4px 4px 4px 4px;
1771
1771
1772 border: solid 1px #9CF;
1772 border: solid 1px #9CF;
1773 padding: 2px 3px 2px 3px !important;
1773 padding: 2px 3px 2px 3px !important;
1774 background-color: #DEF;
1774 background-color: #DEF;
1775 }
1775 }
1776
1776
1777 .metatag[tag="dead"] {
1777 .metatag[tag="dead"] {
1778 background-color: #E44;
1778 background-color: #E44;
1779 }
1779 }
1780
1780
1781 .metatag[tag="stale"] {
1781 .metatag[tag="stale"] {
1782 background-color: #EA4;
1782 background-color: #EA4;
1783 }
1783 }
1784
1784
1785 .metatag[tag="featured"] {
1785 .metatag[tag="featured"] {
1786 background-color: #AEA;
1786 background-color: #AEA;
1787 }
1787 }
1788
1788
1789 .metatag[tag="requires"] {
1789 .metatag[tag="requires"] {
1790 background-color: #9CF;
1790 background-color: #9CF;
1791 }
1791 }
1792
1792
1793 .metatag[tag="recommends"] {
1793 .metatag[tag="recommends"] {
1794 background-color: #BDF;
1794 background-color: #BDF;
1795 }
1795 }
1796
1796
1797 .metatag[tag="lang"] {
1797 .metatag[tag="lang"] {
1798 background-color: #FAF474;
1798 background-color: #FAF474;
1799 }
1799 }
1800
1800
1801 .metatag[tag="license"] {
1801 .metatag[tag="license"] {
1802 border: solid 1px #9CF;
1802 border: solid 1px #9CF;
1803 background-color: #DEF;
1803 background-color: #DEF;
1804 target-new: tab !important;
1804 target-new: tab !important;
1805 }
1805 }
1806 .metatag[tag="see"] {
1806 .metatag[tag="see"] {
1807 border: solid 1px #CBD;
1807 border: solid 1px #CBD;
1808 background-color: #EDF;
1808 background-color: #EDF;
1809 }
1809 }
1810
1810
1811 a.metatag[tag="license"]:hover {
1811 a.metatag[tag="license"]:hover {
1812 background-color: #003367;
1812 background-color: #003367;
1813 color: #FFF;
1813 color: #FFF;
1814 text-decoration: none;
1814 text-decoration: none;
1815 }
1815 }
1816
1816
1817 #summary .desc {
1817 #summary .desc {
1818 white-space: pre;
1818 white-space: pre;
1819 width: 100%;
1819 width: 100%;
1820 }
1820 }
1821
1821
1822 #summary .repo_name {
1822 #summary .repo_name {
1823 font-size: 1.6em;
1823 font-size: 1.6em;
1824 font-weight: bold;
1824 font-weight: bold;
1825 vertical-align: baseline;
1825 vertical-align: baseline;
1826 clear: right
1826 clear: right
1827 }
1827 }
1828
1828
1829 #footer {
1829 #footer {
1830 clear: both;
1830 clear: both;
1831 overflow: hidden;
1831 overflow: hidden;
1832 text-align: right;
1832 text-align: right;
1833 margin: 0;
1833 margin: 0;
1834 padding: 0 10px 4px;
1834 padding: 0 10px 4px;
1835 margin: -10px 0 0;
1835 margin: -10px 0 0;
1836 }
1836 }
1837
1837
1838 #footer div#footer-inner {
1838 #footer div#footer-inner {
1839 background-color: #003B76;
1839 background-color: #003B76;
1840 background-repeat: repeat-x;
1840 background-repeat: repeat-x;
1841 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1841 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1842 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1842 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1843 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1843 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));
1844 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));
1845 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1846 background-image: -o-linear-gradient( top, #003b76, #00376e));
1846 background-image: -o-linear-gradient( top, #003b76, #00376e));
1847 background-image: linear-gradient(to bottom, #003b76, #00376e);
1847 background-image: linear-gradient(to bottom, #003b76, #00376e);
1848 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1848 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1849 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1849 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1850 -webkit-border-radius: 4px 4px 4px 4px;
1850 -webkit-border-radius: 4px 4px 4px 4px;
1851 -khtml-border-radius: 4px 4px 4px 4px;
1851 -khtml-border-radius: 4px 4px 4px 4px;
1852 border-radius: 4px 4px 4px 4px;
1852 border-radius: 4px 4px 4px 4px;
1853 }
1853 }
1854
1854
1855 #footer div#footer-inner p {
1855 #footer div#footer-inner p {
1856 padding: 15px 25px 15px 0;
1856 padding: 15px 25px 15px 0;
1857 color: #FFF;
1857 color: #FFF;
1858 font-weight: 700;
1858 font-weight: 700;
1859 }
1859 }
1860
1860
1861 #footer div#footer-inner .footer-link {
1861 #footer div#footer-inner .footer-link {
1862 float: left;
1862 float: left;
1863 padding-left: 10px;
1863 padding-left: 10px;
1864 }
1864 }
1865
1865
1866 #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a {
1866 #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a {
1867 color: #FFF;
1867 color: #FFF;
1868 }
1868 }
1869
1869
1870 #login div.title {
1870 #login div.title {
1871 clear: both;
1871 clear: both;
1872 overflow: hidden;
1872 overflow: hidden;
1873 position: relative;
1873 position: relative;
1874 background-color: #003B76;
1874 background-color: #003B76;
1875 background-repeat: repeat-x;
1875 background-repeat: repeat-x;
1876 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1876 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1877 background-image: -moz-linear-gradient( top, #003b76, #00376e);
1877 background-image: -moz-linear-gradient( top, #003b76, #00376e);
1878 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1878 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));
1879 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));
1880 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1881 background-image: -o-linear-gradient( top, #003b76, #00376e));
1881 background-image: -o-linear-gradient( top, #003b76, #00376e));
1882 background-image: linear-gradient(to bottom, #003b76, #00376e);
1882 background-image: linear-gradient(to bottom, #003b76, #00376e);
1883 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1883 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1884 margin: 0 auto;
1884 margin: 0 auto;
1885 padding: 0;
1885 padding: 0;
1886 }
1886 }
1887
1887
1888 #login div.inner {
1888 #login div.inner {
1889 background: #FFF url("../images/login.png") no-repeat top left;
1889 background: #FFF url("../images/login.png") no-repeat top left;
1890 border-top: none;
1890 border-top: none;
1891 border-bottom: none;
1891 border-bottom: none;
1892 margin: 0 auto;
1892 margin: 0 auto;
1893 padding: 20px;
1893 padding: 20px;
1894 }
1894 }
1895
1895
1896 #login div.form div.fields div.field div.label {
1896 #login div.form div.fields div.field div.label {
1897 width: 173px;
1897 width: 173px;
1898 float: left;
1898 float: left;
1899 text-align: right;
1899 text-align: right;
1900 margin: 2px 10px 0 0;
1900 margin: 2px 10px 0 0;
1901 padding: 5px 0 0 5px;
1901 padding: 5px 0 0 5px;
1902 }
1902 }
1903
1903
1904 #login div.form div.fields div.field div.input input {
1904 #login div.form div.fields div.field div.input input {
1905 background: #FFF;
1905 background: #FFF;
1906 border-top: 1px solid #b3b3b3;
1906 border-top: 1px solid #b3b3b3;
1907 border-left: 1px solid #b3b3b3;
1907 border-left: 1px solid #b3b3b3;
1908 border-right: 1px solid #eaeaea;
1908 border-right: 1px solid #eaeaea;
1909 border-bottom: 1px solid #eaeaea;
1909 border-bottom: 1px solid #eaeaea;
1910 color: #000;
1910 color: #000;
1911 font-size: 11px;
1911 font-size: 11px;
1912 margin: 0;
1912 margin: 0;
1913 padding: 7px 7px 6px;
1913 padding: 7px 7px 6px;
1914 }
1914 }
1915
1915
1916 #login div.form div.fields div.buttons {
1916 #login div.form div.fields div.buttons {
1917 clear: both;
1917 clear: both;
1918 overflow: hidden;
1918 overflow: hidden;
1919 border-top: 1px solid #DDD;
1919 border-top: 1px solid #DDD;
1920 text-align: right;
1920 text-align: right;
1921 margin: 0;
1921 margin: 0;
1922 padding: 10px 0 0;
1922 padding: 10px 0 0;
1923 }
1923 }
1924
1924
1925 #login div.form div.links {
1925 #login div.form div.links {
1926 clear: both;
1926 clear: both;
1927 overflow: hidden;
1927 overflow: hidden;
1928 margin: 10px 0 0;
1928 margin: 10px 0 0;
1929 padding: 0 0 2px;
1929 padding: 0 0 2px;
1930 }
1930 }
1931
1931
1932 .user-menu {
1932 .user-menu {
1933 margin: 0px !important;
1933 margin: 0px !important;
1934 float: left;
1934 float: left;
1935 }
1935 }
1936
1936
1937 .user-menu .container {
1937 .user-menu .container {
1938 padding: 0px 4px 0px 4px;
1938 padding: 0px 4px 0px 4px;
1939 margin: 0px 0px 0px 0px;
1939 margin: 0px 0px 0px 0px;
1940 }
1940 }
1941
1941
1942 .user-menu .gravatar {
1942 .user-menu .gravatar {
1943 margin: 0px 0px 0px 0px;
1943 margin: 0px 0px 0px 0px;
1944 cursor: pointer;
1944 cursor: pointer;
1945 }
1945 }
1946 .user-menu .gravatar.enabled {
1946 .user-menu .gravatar.enabled {
1947 background-color: #FDF784 !important;
1947 background-color: #FDF784 !important;
1948 }
1948 }
1949 .user-menu .gravatar:hover {
1949 .user-menu .gravatar:hover {
1950 background-color: #FDF784 !important;
1950 background-color: #FDF784 !important;
1951 }
1951 }
1952 #quick_login {
1952 #quick_login {
1953 min-height: 110px;
1953 min-height: 110px;
1954 padding: 4px;
1954 padding: 4px;
1955 position: absolute;
1955 position: absolute;
1956 right: 0;
1956 right: 0;
1957 background-color: #003B76;
1957 background-color: #003B76;
1958 background-repeat: repeat-x;
1958 background-repeat: repeat-x;
1959 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1959 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1960 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1960 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1961 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1961 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) );
1962 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);
1963 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1964 background-image: -o-linear-gradient(top, #003b76, #00376e);
1964 background-image: -o-linear-gradient(top, #003b76, #00376e);
1965 background-image: linear-gradient(to bottom, #003b76, #00376e);
1965 background-image: linear-gradient(to bottom, #003b76, #00376e);
1966 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1966 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1967
1967
1968 z-index: 999;
1968 z-index: 999;
1969 -webkit-border-radius: 0px 0px 4px 4px;
1969 -webkit-border-radius: 0px 0px 4px 4px;
1970 -khtml-border-radius: 0px 0px 4px 4px;
1970 -khtml-border-radius: 0px 0px 4px 4px;
1971 border-radius: 0px 0px 4px 4px;
1971 border-radius: 0px 0px 4px 4px;
1972 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1972 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1973
1973
1974 overflow: hidden;
1974 overflow: hidden;
1975 }
1975 }
1976 #quick_login h4 {
1976 #quick_login h4 {
1977 color: #fff;
1977 color: #fff;
1978 padding: 5px 0px 5px 14px;
1978 padding: 5px 0px 5px 14px;
1979 }
1979 }
1980
1980
1981 #quick_login .password_forgoten {
1981 #quick_login .password_forgoten {
1982 padding-right: 0px;
1982 padding-right: 0px;
1983 padding-top: 0px;
1983 padding-top: 0px;
1984 text-align: left;
1984 text-align: left;
1985 }
1985 }
1986
1986
1987 #quick_login .password_forgoten a {
1987 #quick_login .password_forgoten a {
1988 font-size: 10px;
1988 font-size: 10px;
1989 color: #fff;
1989 color: #fff;
1990 padding: 0px !important;
1990 padding: 0px !important;
1991 line-height: 20px !important;
1991 line-height: 20px !important;
1992 }
1992 }
1993
1993
1994 #quick_login .register {
1994 #quick_login .register {
1995 padding-right: 10px;
1995 padding-right: 10px;
1996 padding-top: 5px;
1996 padding-top: 5px;
1997 text-align: left;
1997 text-align: left;
1998 }
1998 }
1999
1999
2000 #quick_login .register a {
2000 #quick_login .register a {
2001 font-size: 10px;
2001 font-size: 10px;
2002 color: #fff;
2002 color: #fff;
2003 padding: 0px !important;
2003 padding: 0px !important;
2004 line-height: 20px !important;
2004 line-height: 20px !important;
2005 }
2005 }
2006
2006
2007 #quick_login .submit {
2007 #quick_login .submit {
2008 margin: -20px 0 0 0px;
2008 margin: -20px 0 0 0px;
2009 position: absolute;
2009 position: absolute;
2010 right: 15px;
2010 right: 15px;
2011 }
2011 }
2012
2012
2013 #quick_login .links_left {
2013 #quick_login .links_left {
2014 float: left;
2014 float: left;
2015 margin-right: 130px;
2015 margin-right: 130px;
2016 width: 170px;
2016 width: 170px;
2017 }
2017 }
2018 #quick_login .links_right {
2018 #quick_login .links_right {
2019
2019
2020 position: absolute;
2020 position: absolute;
2021 right: 0;
2021 right: 0;
2022 }
2022 }
2023 #quick_login .full_name {
2023 #quick_login .full_name {
2024 color: #FFFFFF;
2024 color: #FFFFFF;
2025 font-weight: bold;
2025 font-weight: bold;
2026 padding: 3px 3px 3px 6px;
2026 padding: 3px 3px 3px 6px;
2027 }
2027 }
2028 #quick_login .big_gravatar {
2028 #quick_login .big_gravatar {
2029 padding: 4px 0px 0px 6px;
2029 padding: 4px 0px 0px 6px;
2030 }
2030 }
2031 #quick_login .notifications {
2031 #quick_login .notifications {
2032 padding: 2px 0px 0px 6px;
2032 padding: 2px 0px 0px 6px;
2033 color: #FFFFFF;
2033 color: #FFFFFF;
2034 font-weight: bold;
2034 font-weight: bold;
2035 line-height: 10px !important;
2035 line-height: 10px !important;
2036 }
2036 }
2037 #quick_login .notifications a,
2037 #quick_login .notifications a,
2038 #quick_login .unread a {
2038 #quick_login .unread a {
2039 color: #FFFFFF;
2039 color: #FFFFFF;
2040 display: block;
2040 display: block;
2041 padding: 0px !important;
2041 padding: 0px !important;
2042 }
2042 }
2043 #quick_login .notifications a:hover,
2043 #quick_login .notifications a:hover,
2044 #quick_login .unread a:hover {
2044 #quick_login .unread a:hover {
2045 background-color: inherit !important;
2045 background-color: inherit !important;
2046 }
2046 }
2047 #quick_login .email, #quick_login .unread {
2047 #quick_login .email, #quick_login .unread {
2048 color: #FFFFFF;
2048 color: #FFFFFF;
2049 padding: 3px 3px 3px 6px;
2049 padding: 3px 3px 3px 6px;
2050 }
2050 }
2051 #quick_login .links .logout {
2051 #quick_login .links .logout {
2052 }
2052 }
2053
2053
2054 #quick_login div.form div.fields {
2054 #quick_login div.form div.fields {
2055 padding-top: 2px;
2055 padding-top: 2px;
2056 padding-left: 10px;
2056 padding-left: 10px;
2057 }
2057 }
2058
2058
2059 #quick_login div.form div.fields div.field {
2059 #quick_login div.form div.fields div.field {
2060 padding: 5px;
2060 padding: 5px;
2061 }
2061 }
2062
2062
2063 #quick_login div.form div.fields div.field div.label label {
2063 #quick_login div.form div.fields div.field div.label label {
2064 color: #fff;
2064 color: #fff;
2065 padding-bottom: 3px;
2065 padding-bottom: 3px;
2066 }
2066 }
2067
2067
2068 #quick_login div.form div.fields div.field div.input input {
2068 #quick_login div.form div.fields div.field div.input input {
2069 width: 236px;
2069 width: 236px;
2070 background: #FFF;
2070 background: #FFF;
2071 border-top: 1px solid #b3b3b3;
2071 border-top: 1px solid #b3b3b3;
2072 border-left: 1px solid #b3b3b3;
2072 border-left: 1px solid #b3b3b3;
2073 border-right: 1px solid #eaeaea;
2073 border-right: 1px solid #eaeaea;
2074 border-bottom: 1px solid #eaeaea;
2074 border-bottom: 1px solid #eaeaea;
2075 color: #000;
2075 color: #000;
2076 font-size: 11px;
2076 font-size: 11px;
2077 margin: 0;
2077 margin: 0;
2078 padding: 5px 7px 4px;
2078 padding: 5px 7px 4px;
2079 }
2079 }
2080
2080
2081 #quick_login div.form div.fields div.buttons {
2081 #quick_login div.form div.fields div.buttons {
2082 clear: both;
2082 clear: both;
2083 overflow: hidden;
2083 overflow: hidden;
2084 text-align: right;
2084 text-align: right;
2085 margin: 0;
2085 margin: 0;
2086 padding: 5px 14px 0px 5px;
2086 padding: 5px 14px 0px 5px;
2087 }
2087 }
2088
2088
2089 #quick_login div.form div.links {
2089 #quick_login div.form div.links {
2090 clear: both;
2090 clear: both;
2091 overflow: hidden;
2091 overflow: hidden;
2092 margin: 10px 0 0;
2092 margin: 10px 0 0;
2093 padding: 0 0 2px;
2093 padding: 0 0 2px;
2094 }
2094 }
2095
2095
2096 #quick_login ol.links {
2096 #quick_login ol.links {
2097 display: block;
2097 display: block;
2098 font-weight: bold;
2098 font-weight: bold;
2099 list-style: none outside none;
2099 list-style: none outside none;
2100 text-align: right;
2100 text-align: right;
2101 }
2101 }
2102 #quick_login ol.links li {
2102 #quick_login ol.links li {
2103 line-height: 27px;
2103 line-height: 27px;
2104 margin: 0;
2104 margin: 0;
2105 padding: 0;
2105 padding: 0;
2106 color: #fff;
2106 color: #fff;
2107 display: block;
2107 display: block;
2108 float: none !important;
2108 float: none !important;
2109 }
2109 }
2110
2110
2111 #quick_login ol.links li a {
2111 #quick_login ol.links li a {
2112 color: #fff;
2112 color: #fff;
2113 display: block;
2113 display: block;
2114 padding: 2px;
2114 padding: 2px;
2115 }
2115 }
2116 #quick_login ol.links li a:HOVER {
2116 #quick_login ol.links li a:HOVER {
2117 background-color: inherit !important;
2117 background-color: inherit !important;
2118 }
2118 }
2119
2119
2120 #register div.title {
2120 #register div.title {
2121 clear: both;
2121 clear: both;
2122 overflow: hidden;
2122 overflow: hidden;
2123 position: relative;
2123 position: relative;
2124 background-color: #003B76;
2124 background-color: #003B76;
2125 background-repeat: repeat-x;
2125 background-repeat: repeat-x;
2126 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2126 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2127 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2127 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2128 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2128 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) );
2129 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);
2130 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
2131 background-image: -o-linear-gradient(top, #003b76, #00376e);
2131 background-image: -o-linear-gradient(top, #003b76, #00376e);
2132 background-image: linear-gradient(to bottom, #003b76, #00376e);
2132 background-image: linear-gradient(to bottom, #003b76, #00376e);
2133 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2133 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
2134 endColorstr='#00376e', GradientType=0 );
2134 endColorstr='#00376e', GradientType=0 );
2135 margin: 0 auto;
2135 margin: 0 auto;
2136 padding: 0;
2136 padding: 0;
2137 }
2137 }
2138
2138
2139 #register div.inner {
2139 #register div.inner {
2140 background: #FFF;
2140 background: #FFF;
2141 border-top: none;
2141 border-top: none;
2142 border-bottom: none;
2142 border-bottom: none;
2143 margin: 0 auto;
2143 margin: 0 auto;
2144 padding: 20px;
2144 padding: 20px;
2145 }
2145 }
2146
2146
2147 #register div.form div.fields div.field div.label {
2147 #register div.form div.fields div.field div.label {
2148 width: 135px;
2148 width: 135px;
2149 float: left;
2149 float: left;
2150 text-align: right;
2150 text-align: right;
2151 margin: 2px 10px 0 0;
2151 margin: 2px 10px 0 0;
2152 padding: 5px 0 0 5px;
2152 padding: 5px 0 0 5px;
2153 }
2153 }
2154
2154
2155 #register div.form div.fields div.field div.input input {
2155 #register div.form div.fields div.field div.input input {
2156 width: 300px;
2156 width: 300px;
2157 background: #FFF;
2157 background: #FFF;
2158 border-top: 1px solid #b3b3b3;
2158 border-top: 1px solid #b3b3b3;
2159 border-left: 1px solid #b3b3b3;
2159 border-left: 1px solid #b3b3b3;
2160 border-right: 1px solid #eaeaea;
2160 border-right: 1px solid #eaeaea;
2161 border-bottom: 1px solid #eaeaea;
2161 border-bottom: 1px solid #eaeaea;
2162 color: #000;
2162 color: #000;
2163 font-size: 11px;
2163 font-size: 11px;
2164 margin: 0;
2164 margin: 0;
2165 padding: 7px 7px 6px;
2165 padding: 7px 7px 6px;
2166 }
2166 }
2167
2167
2168 #register div.form div.fields div.buttons {
2168 #register div.form div.fields div.buttons {
2169 clear: both;
2169 clear: both;
2170 overflow: hidden;
2170 overflow: hidden;
2171 border-top: 1px solid #DDD;
2171 border-top: 1px solid #DDD;
2172 text-align: left;
2172 text-align: left;
2173 margin: 0;
2173 margin: 0;
2174 padding: 10px 0 0 150px;
2174 padding: 10px 0 0 150px;
2175 }
2175 }
2176
2176
2177 #register div.form div.activation_msg {
2177 #register div.form div.activation_msg {
2178 padding-top: 4px;
2178 padding-top: 4px;
2179 padding-bottom: 4px;
2179 padding-bottom: 4px;
2180 }
2180 }
2181
2181
2182 #journal .journal_day {
2182 #journal .journal_day {
2183 font-size: 20px;
2183 font-size: 20px;
2184 padding: 10px 0px;
2184 padding: 10px 0px;
2185 border-bottom: 2px solid #DDD;
2185 border-bottom: 2px solid #DDD;
2186 margin-left: 10px;
2186 margin-left: 10px;
2187 margin-right: 10px;
2187 margin-right: 10px;
2188 }
2188 }
2189
2189
2190 #journal .journal_container {
2190 #journal .journal_container {
2191 padding: 5px;
2191 padding: 5px;
2192 clear: both;
2192 clear: both;
2193 margin: 0px 5px 0px 10px;
2193 margin: 0px 5px 0px 10px;
2194 }
2194 }
2195
2195
2196 #journal .journal_action_container {
2196 #journal .journal_action_container {
2197 padding-left: 38px;
2197 padding-left: 38px;
2198 }
2198 }
2199
2199
2200 #journal .journal_user {
2200 #journal .journal_user {
2201 color: #747474;
2201 color: #747474;
2202 font-size: 14px;
2202 font-size: 14px;
2203 font-weight: bold;
2203 font-weight: bold;
2204 height: 30px;
2204 height: 30px;
2205 }
2205 }
2206
2206
2207 #journal .journal_user.deleted {
2207 #journal .journal_user.deleted {
2208 color: #747474;
2208 color: #747474;
2209 font-size: 14px;
2209 font-size: 14px;
2210 font-weight: normal;
2210 font-weight: normal;
2211 height: 30px;
2211 height: 30px;
2212 font-style: italic;
2212 font-style: italic;
2213 }
2213 }
2214
2214
2215
2215
2216 #journal .journal_icon {
2216 #journal .journal_icon {
2217 clear: both;
2217 clear: both;
2218 float: left;
2218 float: left;
2219 padding-right: 4px;
2219 padding-right: 4px;
2220 padding-top: 3px;
2220 padding-top: 3px;
2221 }
2221 }
2222
2222
2223 #journal .journal_action {
2223 #journal .journal_action {
2224 padding-top: 4px;
2224 padding-top: 4px;
2225 min-height: 2px;
2225 min-height: 2px;
2226 float: left
2226 float: left
2227 }
2227 }
2228
2228
2229 #journal .journal_action_params {
2229 #journal .journal_action_params {
2230 clear: left;
2230 clear: left;
2231 padding-left: 22px;
2231 padding-left: 22px;
2232 }
2232 }
2233
2233
2234 #journal .journal_repo {
2234 #journal .journal_repo {
2235 float: left;
2235 float: left;
2236 margin-left: 6px;
2236 margin-left: 6px;
2237 padding-top: 3px;
2237 padding-top: 3px;
2238 }
2238 }
2239
2239
2240 #journal .date {
2240 #journal .date {
2241 clear: both;
2241 clear: both;
2242 color: #777777;
2242 color: #777777;
2243 font-size: 11px;
2243 font-size: 11px;
2244 padding-left: 22px;
2244 padding-left: 22px;
2245 }
2245 }
2246
2246
2247 #journal .journal_repo .journal_repo_name {
2247 #journal .journal_repo .journal_repo_name {
2248 font-weight: bold;
2248 font-weight: bold;
2249 font-size: 1.1em;
2249 font-size: 1.1em;
2250 }
2250 }
2251
2251
2252 #journal .compare_view {
2252 #journal .compare_view {
2253 padding: 5px 0px 5px 0px;
2253 padding: 5px 0px 5px 0px;
2254 width: 95px;
2254 width: 95px;
2255 }
2255 }
2256
2256
2257 .journal_highlight {
2257 .journal_highlight {
2258 font-weight: bold;
2258 font-weight: bold;
2259 padding: 0 2px;
2259 padding: 0 2px;
2260 vertical-align: bottom;
2260 vertical-align: bottom;
2261 }
2261 }
2262
2262
2263 .trending_language_tbl, .trending_language_tbl td {
2263 .trending_language_tbl, .trending_language_tbl td {
2264 border: 0 !important;
2264 border: 0 !important;
2265 margin: 0 !important;
2265 margin: 0 !important;
2266 padding: 0 !important;
2266 padding: 0 !important;
2267 }
2267 }
2268
2268
2269 .trending_language_tbl, .trending_language_tbl tr {
2269 .trending_language_tbl, .trending_language_tbl tr {
2270 border-spacing: 1px;
2270 border-spacing: 1px;
2271 }
2271 }
2272
2272
2273 .trending_language {
2273 .trending_language {
2274 background-color: #003367;
2274 background-color: #003367;
2275 color: #FFF;
2275 color: #FFF;
2276 display: block;
2276 display: block;
2277 min-width: 20px;
2277 min-width: 20px;
2278 text-decoration: none;
2278 text-decoration: none;
2279 height: 12px;
2279 height: 12px;
2280 margin-bottom: 0px;
2280 margin-bottom: 0px;
2281 margin-left: 5px;
2281 margin-left: 5px;
2282 white-space: pre;
2282 white-space: pre;
2283 padding: 3px;
2283 padding: 3px;
2284 }
2284 }
2285
2285
2286 h3.files_location {
2286 h3.files_location {
2287 font-size: 1.8em;
2287 font-size: 1.8em;
2288 font-weight: 700;
2288 font-weight: 700;
2289 border-bottom: none !important;
2289 border-bottom: none !important;
2290 margin: 10px 0 !important;
2290 margin: 10px 0 !important;
2291 }
2291 }
2292
2292
2293 #files_data dl dt {
2293 #files_data dl dt {
2294 float: left;
2294 float: left;
2295 width: 60px;
2295 width: 60px;
2296 margin: 0 !important;
2296 margin: 0 !important;
2297 padding: 5px;
2297 padding: 5px;
2298 }
2298 }
2299
2299
2300 #files_data dl dd {
2300 #files_data dl dd {
2301 margin: 0 !important;
2301 margin: 0 !important;
2302 padding: 5px !important;
2302 padding: 5px !important;
2303 }
2303 }
2304
2304
2305 .file_history {
2305 .file_history {
2306 padding-top: 10px;
2306 padding-top: 10px;
2307 font-size: 16px;
2307 font-size: 16px;
2308 }
2308 }
2309 .file_author {
2309 .file_author {
2310 float: left;
2310 float: left;
2311 }
2311 }
2312
2312
2313 .file_author .item {
2313 .file_author .item {
2314 float: left;
2314 float: left;
2315 padding: 5px;
2315 padding: 5px;
2316 color: #888;
2316 color: #888;
2317 }
2317 }
2318
2318
2319 .tablerow0 {
2319 .tablerow0 {
2320 background-color: #F8F8F8;
2320 background-color: #F8F8F8;
2321 }
2321 }
2322
2322
2323 .tablerow1 {
2323 .tablerow1 {
2324 background-color: #FFFFFF;
2324 background-color: #FFFFFF;
2325 }
2325 }
2326
2326
2327 .changeset_id {
2327 .changeset_id {
2328 color: #666666;
2328 color: #666666;
2329 margin-right: -3px;
2329 margin-right: -3px;
2330 }
2330 }
2331
2331
2332 .changeset_hash {
2332 .changeset_hash {
2333 color: #000000;
2333 color: #000000;
2334 }
2334 }
2335
2335
2336 #changeset_content {
2336 #changeset_content {
2337 border-left: 1px solid #CCC;
2337 border-left: 1px solid #CCC;
2338 border-right: 1px solid #CCC;
2338 border-right: 1px solid #CCC;
2339 border-bottom: 1px solid #CCC;
2339 border-bottom: 1px solid #CCC;
2340 padding: 5px;
2340 padding: 5px;
2341 }
2341 }
2342
2342
2343 #changeset_compare_view_content {
2343 #changeset_compare_view_content {
2344 border: 1px solid #CCC;
2344 border: 1px solid #CCC;
2345 padding: 5px;
2345 padding: 5px;
2346 }
2346 }
2347
2347
2348 #changeset_content .container {
2348 #changeset_content .container {
2349 min-height: 100px;
2349 min-height: 100px;
2350 font-size: 1.2em;
2350 font-size: 1.2em;
2351 overflow: hidden;
2351 overflow: hidden;
2352 }
2352 }
2353
2353
2354 #changeset_compare_view_content .compare_view_commits {
2354 #changeset_compare_view_content .compare_view_commits {
2355 width: auto !important;
2355 width: auto !important;
2356 }
2356 }
2357
2357
2358 #changeset_compare_view_content .compare_view_commits td {
2358 #changeset_compare_view_content .compare_view_commits td {
2359 padding: 0px 0px 0px 12px !important;
2359 padding: 0px 0px 0px 12px !important;
2360 }
2360 }
2361
2361
2362 #changeset_content .container .right {
2362 #changeset_content .container .right {
2363 float: right;
2363 float: right;
2364 width: 20%;
2364 width: 20%;
2365 text-align: right;
2365 text-align: right;
2366 }
2366 }
2367
2367
2368 #changeset_content .container .message {
2368 #changeset_content .container .message {
2369 white-space: pre-wrap;
2369 white-space: pre-wrap;
2370 }
2370 }
2371 #changeset_content .container .message a:hover {
2371 #changeset_content .container .message a:hover {
2372 text-decoration: none;
2372 text-decoration: none;
2373 }
2373 }
2374 .cs_files .cur_cs {
2374 .cs_files .cur_cs {
2375 margin: 10px 2px;
2375 margin: 10px 2px;
2376 font-weight: bold;
2376 font-weight: bold;
2377 }
2377 }
2378
2378
2379 .cs_files .node {
2379 .cs_files .node {
2380 float: left;
2380 float: left;
2381 }
2381 }
2382
2382
2383 .cs_files .changes {
2383 .cs_files .changes {
2384 float: right;
2384 float: right;
2385 color: #003367;
2385 color: #003367;
2386 }
2386 }
2387
2387
2388 .cs_files .changes .added {
2388 .cs_files .changes .added {
2389 background-color: #BBFFBB;
2389 background-color: #BBFFBB;
2390 float: left;
2390 float: left;
2391 text-align: center;
2391 text-align: center;
2392 font-size: 9px;
2392 font-size: 9px;
2393 padding: 2px 0px 2px 0px;
2393 padding: 2px 0px 2px 0px;
2394 }
2394 }
2395
2395
2396 .cs_files .changes .deleted {
2396 .cs_files .changes .deleted {
2397 background-color: #FF8888;
2397 background-color: #FF8888;
2398 float: left;
2398 float: left;
2399 text-align: center;
2399 text-align: center;
2400 font-size: 9px;
2400 font-size: 9px;
2401 padding: 2px 0px 2px 0px;
2401 padding: 2px 0px 2px 0px;
2402 }
2402 }
2403 /*new binary*/
2403 /*new binary*/
2404 .cs_files .changes .bin1 {
2404 .cs_files .changes .bin1 {
2405 background-color: #BBFFBB;
2405 background-color: #BBFFBB;
2406 float: left;
2406 float: left;
2407 text-align: center;
2407 text-align: center;
2408 font-size: 9px;
2408 font-size: 9px;
2409 padding: 2px 0px 2px 0px;
2409 padding: 2px 0px 2px 0px;
2410 }
2410 }
2411
2411
2412 /*deleted binary*/
2412 /*deleted binary*/
2413 .cs_files .changes .bin2 {
2413 .cs_files .changes .bin2 {
2414 background-color: #FF8888;
2414 background-color: #FF8888;
2415 float: left;
2415 float: left;
2416 text-align: center;
2416 text-align: center;
2417 font-size: 9px;
2417 font-size: 9px;
2418 padding: 2px 0px 2px 0px;
2418 padding: 2px 0px 2px 0px;
2419 }
2419 }
2420
2420
2421 /*mod binary*/
2421 /*mod binary*/
2422 .cs_files .changes .bin3 {
2422 .cs_files .changes .bin3 {
2423 background-color: #DDDDDD;
2423 background-color: #DDDDDD;
2424 float: left;
2424 float: left;
2425 text-align: center;
2425 text-align: center;
2426 font-size: 9px;
2426 font-size: 9px;
2427 padding: 2px 0px 2px 0px;
2427 padding: 2px 0px 2px 0px;
2428 }
2428 }
2429
2429
2430 /*rename file*/
2430 /*rename file*/
2431 .cs_files .changes .bin4 {
2431 .cs_files .changes .bin4 {
2432 background-color: #6D99FF;
2432 background-color: #6D99FF;
2433 float: left;
2433 float: left;
2434 text-align: center;
2434 text-align: center;
2435 font-size: 9px;
2435 font-size: 9px;
2436 padding: 2px 0px 2px 0px;
2436 padding: 2px 0px 2px 0px;
2437 }
2437 }
2438
2438
2439
2439
2440 .cs_files .cs_added, .cs_files .cs_A {
2440 .cs_files .cs_added, .cs_files .cs_A {
2441 background: url("../images/icons/page_white_add.png") no-repeat scroll
2441 background: url("../images/icons/page_white_add.png") no-repeat scroll
2442 3px;
2442 3px;
2443 height: 16px;
2443 height: 16px;
2444 padding-left: 20px;
2444 padding-left: 20px;
2445 margin-top: 7px;
2445 margin-top: 7px;
2446 text-align: left;
2446 text-align: left;
2447 }
2447 }
2448
2448
2449 .cs_files .cs_changed, .cs_files .cs_M {
2449 .cs_files .cs_changed, .cs_files .cs_M {
2450 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2450 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2451 3px;
2451 3px;
2452 height: 16px;
2452 height: 16px;
2453 padding-left: 20px;
2453 padding-left: 20px;
2454 margin-top: 7px;
2454 margin-top: 7px;
2455 text-align: left;
2455 text-align: left;
2456 }
2456 }
2457
2457
2458 .cs_files .cs_removed, .cs_files .cs_D {
2458 .cs_files .cs_removed, .cs_files .cs_D {
2459 background: url("../images/icons/page_white_delete.png") no-repeat
2459 background: url("../images/icons/page_white_delete.png") no-repeat
2460 scroll 3px;
2460 scroll 3px;
2461 height: 16px;
2461 height: 16px;
2462 padding-left: 20px;
2462 padding-left: 20px;
2463 margin-top: 7px;
2463 margin-top: 7px;
2464 text-align: left;
2464 text-align: left;
2465 }
2465 }
2466
2466
2467 .table {
2467 .table {
2468 position: relative;
2468 position: relative;
2469 }
2469 }
2470
2470
2471 #graph {
2471 #graph {
2472 position: relative;
2472 position: relative;
2473 overflow: hidden;
2473 overflow: hidden;
2474 }
2474 }
2475
2475
2476 #graph_nodes {
2476 #graph_nodes {
2477 position: absolute;
2477 position: absolute;
2478 }
2478 }
2479
2479
2480 #graph_content,
2480 #graph_content,
2481 #graph .info_box,
2481 #graph .info_box,
2482 #graph .container_header {
2482 #graph .container_header {
2483 margin-left: 100px;
2483 margin-left: 100px;
2484 }
2484 }
2485
2485
2486 #graph_content {
2486 #graph_content {
2487 position: relative;
2487 position: relative;
2488 }
2488 }
2489
2489
2490 #graph .container_header {
2490 #graph .container_header {
2491 padding: 10px;
2491 padding: 10px;
2492 height: 25px;
2492 height: 25px;
2493 }
2493 }
2494
2494
2495 #graph_content #rev_range_container {
2495 #graph_content #rev_range_container {
2496 float: left;
2496 float: left;
2497 margin: 0px 0px 0px 3px;
2497 margin: 0px 0px 0px 3px;
2498 }
2498 }
2499
2499
2500 #graph_content #rev_range_clear {
2500 #graph_content #rev_range_clear {
2501 float: left;
2501 float: left;
2502 margin: 0px 0px 0px 3px;
2502 margin: 0px 0px 0px 3px;
2503 }
2503 }
2504
2504
2505 #graph_content #changesets {
2505 #graph_content #changesets {
2506 table-layout: fixed;
2506 table-layout: fixed;
2507 border-collapse: collapse;
2507 border-collapse: collapse;
2508 border-left: none;
2508 border-left: none;
2509 border-right: none;
2509 border-right: none;
2510 border-color: #cdcdcd;
2510 border-color: #cdcdcd;
2511 }
2511 }
2512
2512
2513 #graph_content #changesets td {
2513 #graph_content #changesets td {
2514 overflow: hidden;
2514 overflow: hidden;
2515 text-overflow: ellipsis;
2515 text-overflow: ellipsis;
2516 white-space: nowrap;
2516 white-space: nowrap;
2517 height: 31px;
2517 height: 31px;
2518 border-color: #cdcdcd;
2518 border-color: #cdcdcd;
2519 text-align: left;
2519 text-align: left;
2520 }
2520 }
2521
2521
2522 #graph_content .container .checkbox {
2522 #graph_content .container .checkbox {
2523 width: 12px;
2523 width: 12px;
2524 font-size: 0.85em;
2524 font-size: 0.85em;
2525 }
2525 }
2526
2526
2527 #graph_content .container .status {
2527 #graph_content .container .status {
2528 width: 14px;
2528 width: 14px;
2529 font-size: 0.85em;
2529 font-size: 0.85em;
2530 }
2530 }
2531
2531
2532 #graph_content .container .author {
2532 #graph_content .container .author {
2533 width: 105px;
2533 width: 105px;
2534 }
2534 }
2535
2535
2536 #graph_content .container .hash {
2536 #graph_content .container .hash {
2537 width: 100px;
2537 width: 100px;
2538 font-size: 0.85em;
2538 font-size: 0.85em;
2539 }
2539 }
2540
2540
2541 #graph_content #changesets .container .date {
2541 #graph_content #changesets .container .date {
2542 width: 76px;
2542 width: 76px;
2543 color: #666;
2543 color: #666;
2544 font-size: 10px;
2544 font-size: 10px;
2545 }
2545 }
2546
2546
2547 #graph_content #changesets .container .right {
2547 #graph_content #changesets .container .right {
2548 width: 120px;
2548 width: 120px;
2549 padding-right: 0px;
2549 padding-right: 0px;
2550 overflow: visible;
2550 overflow: visible;
2551 position: relative;
2551 position: relative;
2552 }
2552 }
2553
2553
2554 #graph_content .container .mid {
2554 #graph_content .container .mid {
2555 padding: 0;
2555 padding: 0;
2556 }
2556 }
2557
2557
2558 #graph_content .log-container {
2558 #graph_content .log-container {
2559 position: relative;
2559 position: relative;
2560 }
2560 }
2561
2561
2562 #graph_content .container .changeset_range {
2562 #graph_content .container .changeset_range {
2563 float: left;
2563 float: left;
2564 margin: 6px 3px;
2564 margin: 6px 3px;
2565 }
2565 }
2566
2566
2567 #graph_content .container .author img {
2567 #graph_content .container .author img {
2568 vertical-align: middle;
2568 vertical-align: middle;
2569 }
2569 }
2570
2570
2571 #graph_content .container .author .user {
2571 #graph_content .container .author .user {
2572 color: #444444;
2572 color: #444444;
2573 }
2573 }
2574
2574
2575 #graph_content .container .mid .message {
2575 #graph_content .container .mid .message {
2576 white-space: pre-wrap;
2576 white-space: pre-wrap;
2577 padding: 0;
2577 padding: 0;
2578 overflow: hidden;
2578 overflow: hidden;
2579 height: 1.1em;
2579 height: 1.1em;
2580 }
2580 }
2581
2581
2582 #graph_content .container .extra-container {
2582 #graph_content .container .extra-container {
2583 display: block;
2583 display: block;
2584 position: absolute;
2584 position: absolute;
2585 top: -15px;
2585 top: -15px;
2586 right: 0;
2586 right: 0;
2587 padding-left: 5px;
2587 padding-left: 5px;
2588 background: #FFFFFF;
2588 background: #FFFFFF;
2589 height: 41px;
2589 height: 41px;
2590 }
2590 }
2591
2591
2592 #graph_content .comments-container,
2592 #graph_content .comments-container,
2593 #shortlog_data .comments-container,
2593 #graph_content .logtags {
2594 #graph_content .logtags {
2594 display: block;
2595 display: block;
2595 float: left;
2596 float: left;
2596 overflow: hidden;
2597 overflow: hidden;
2597 padding: 0;
2598 padding: 0;
2598 margin: 0;
2599 margin: 0;
2599 }
2600 }
2600
2601
2601 #graph_content .comments-container {
2602 #graph_content .comments-container {
2602 margin: 0.8em 0;
2603 margin: 0.8em 0;
2603 margin-right: 0.5em;
2604 margin-right: 0.5em;
2604 }
2605 }
2605
2606
2606 #graph_content .tagcontainer {
2607 #graph_content .tagcontainer {
2607 width: 80px;
2608 width: 80px;
2608 position: relative;
2609 position: relative;
2609 float: right;
2610 float: right;
2610 height: 100%;
2611 height: 100%;
2611 top: 7px;
2612 top: 7px;
2612 margin-left: 0.5em;
2613 margin-left: 0.5em;
2613 }
2614 }
2614
2615
2615 #graph_content .logtags {
2616 #graph_content .logtags {
2616 min-width: 80px;
2617 min-width: 80px;
2617 height: 1.1em;
2618 height: 1.1em;
2618 position: absolute;
2619 position: absolute;
2619 left: 0px;
2620 left: 0px;
2620 width: auto;
2621 width: auto;
2621 top: 0px;
2622 top: 0px;
2622 }
2623 }
2623
2624
2624 #graph_content .logtags.tags {
2625 #graph_content .logtags.tags {
2625 top: 14px;
2626 top: 14px;
2626 }
2627 }
2627
2628
2628 #graph_content .logtags:hover {
2629 #graph_content .logtags:hover {
2629 overflow: visible;
2630 overflow: visible;
2630 position: absolute;
2631 position: absolute;
2631 width: auto;
2632 width: auto;
2632 right: 0;
2633 right: 0;
2633 left: initial;
2634 left: initial;
2634 }
2635 }
2635
2636
2636 #graph_content .logtags .booktag,
2637 #graph_content .logtags .booktag,
2637 #graph_content .logtags .tagtag {
2638 #graph_content .logtags .tagtag {
2638 float: left;
2639 float: left;
2639 line-height: 1em;
2640 line-height: 1em;
2640 margin-bottom: 1px;
2641 margin-bottom: 1px;
2641 margin-right: 1px;
2642 margin-right: 1px;
2642 padding: 1px 3px;
2643 padding: 1px 3px;
2643 font-size: 10px;
2644 font-size: 10px;
2644 }
2645 }
2645
2646
2646 #graph_content .container .mid .message a:hover {
2647 #graph_content .container .mid .message a:hover {
2647 text-decoration: none;
2648 text-decoration: none;
2648 }
2649 }
2649
2650
2650 .revision-link {
2651 .revision-link {
2651 color: #3F6F9F;
2652 color: #3F6F9F;
2652 font-weight: bold !important;
2653 font-weight: bold !important;
2653 }
2654 }
2654
2655
2655 .issue-tracker-link {
2656 .issue-tracker-link {
2656 color: #3F6F9F;
2657 color: #3F6F9F;
2657 font-weight: bold !important;
2658 font-weight: bold !important;
2658 }
2659 }
2659
2660
2660 .changeset-status-container {
2661 .changeset-status-container {
2661 padding-right: 5px;
2662 padding-right: 5px;
2662 margin-top: 1px;
2663 margin-top: 1px;
2663 float: right;
2664 float: right;
2664 height: 14px;
2665 height: 14px;
2665 }
2666 }
2666 .code-header .changeset-status-container {
2667 .code-header .changeset-status-container {
2667 float: left;
2668 float: left;
2668 padding: 2px 0px 0px 2px;
2669 padding: 2px 0px 0px 2px;
2669 }
2670 }
2670 .changeset-status-container .changeset-status-lbl {
2671 .changeset-status-container .changeset-status-lbl {
2671 color: rgb(136, 136, 136);
2672 color: rgb(136, 136, 136);
2672 float: left;
2673 float: left;
2673 padding: 3px 4px 0px 0px
2674 padding: 3px 4px 0px 0px
2674 }
2675 }
2675 .code-header .changeset-status-container .changeset-status-lbl {
2676 .code-header .changeset-status-container .changeset-status-lbl {
2676 float: left;
2677 float: left;
2677 padding: 0px 4px 0px 0px;
2678 padding: 0px 4px 0px 0px;
2678 }
2679 }
2679 .changeset-status-container .changeset-status-ico {
2680 .changeset-status-container .changeset-status-ico {
2680 float: left;
2681 float: left;
2681 }
2682 }
2682 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico {
2683 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico {
2683 float: left;
2684 float: left;
2684 }
2685 }
2685
2686
2686 #graph_content .comments-cnt {
2687 #graph_content .comments-cnt {
2687 color: rgb(136, 136, 136);
2688 color: rgb(136, 136, 136);
2688 padding: 5px 0;
2689 padding: 5px 0;
2689 }
2690 }
2690
2691
2691 #graph_content .comments-cnt a {
2692 #shortlog_data .comments-cnt {
2693 color: rgb(136, 136, 136);
2694 padding: 3px 0;
2695 }
2696
2697 #graph_content .comments-cnt a,
2698 #shortlog_data .comments-cnt a {
2692 background-image: url('../images/icons/comments.png');
2699 background-image: url('../images/icons/comments.png');
2693 background-repeat: no-repeat;
2700 background-repeat: no-repeat;
2694 background-position: 100% 50%;
2701 background-position: 100% 50%;
2695 padding: 5px 0;
2702 padding: 5px 0;
2696 padding-right: 20px;
2703 padding-right: 20px;
2697 }
2704 }
2698
2705
2699 .right .changes {
2706 .right .changes {
2700 clear: both;
2707 clear: both;
2701 }
2708 }
2702
2709
2703 .right .changes .changed_total {
2710 .right .changes .changed_total {
2704 display: block;
2711 display: block;
2705 float: right;
2712 float: right;
2706 text-align: center;
2713 text-align: center;
2707 min-width: 45px;
2714 min-width: 45px;
2708 cursor: pointer;
2715 cursor: pointer;
2709 color: #444444;
2716 color: #444444;
2710 background: #FEA;
2717 background: #FEA;
2711 -webkit-border-radius: 0px 0px 0px 6px;
2718 -webkit-border-radius: 0px 0px 0px 6px;
2712 border-radius: 0px 0px 0px 6px;
2719 border-radius: 0px 0px 0px 6px;
2713 padding: 1px;
2720 padding: 1px;
2714 }
2721 }
2715
2722
2716 .right .changes .added, .changed, .removed {
2723 .right .changes .added, .changed, .removed {
2717 display: block;
2724 display: block;
2718 padding: 1px;
2725 padding: 1px;
2719 color: #444444;
2726 color: #444444;
2720 float: right;
2727 float: right;
2721 text-align: center;
2728 text-align: center;
2722 min-width: 15px;
2729 min-width: 15px;
2723 }
2730 }
2724
2731
2725 .right .changes .added {
2732 .right .changes .added {
2726 background: #CFC;
2733 background: #CFC;
2727 }
2734 }
2728
2735
2729 .right .changes .changed {
2736 .right .changes .changed {
2730 background: #FEA;
2737 background: #FEA;
2731 }
2738 }
2732
2739
2733 .right .changes .removed {
2740 .right .changes .removed {
2734 background: #FAA;
2741 background: #FAA;
2735 }
2742 }
2736
2743
2737 .right .merge {
2744 .right .merge {
2738 padding: 1px 3px 1px 3px;
2745 padding: 1px 3px 1px 3px;
2739 background-color: #fca062;
2746 background-color: #fca062;
2740 font-size: 10px;
2747 font-size: 10px;
2741 color: #ffffff;
2748 color: #ffffff;
2742 text-transform: uppercase;
2749 text-transform: uppercase;
2743 white-space: nowrap;
2750 white-space: nowrap;
2744 -webkit-border-radius: 3px;
2751 -webkit-border-radius: 3px;
2745 border-radius: 3px;
2752 border-radius: 3px;
2746 margin-right: 2px;
2753 margin-right: 2px;
2747 }
2754 }
2748
2755
2749 .right .parent {
2756 .right .parent {
2750 color: #666666;
2757 color: #666666;
2751 clear: both;
2758 clear: both;
2752 }
2759 }
2753 .right .logtags {
2760 .right .logtags {
2754 line-height: 2.2em;
2761 line-height: 2.2em;
2755 }
2762 }
2756 .branchtag, .logtags .tagtag, .logtags .booktag {
2763 .branchtag, .logtags .tagtag, .logtags .booktag {
2757 margin: 0px 2px;
2764 margin: 0px 2px;
2758 }
2765 }
2759
2766
2760 .branchtag,
2767 .branchtag,
2761 .tagtag,
2768 .tagtag,
2762 .booktag,
2769 .booktag,
2763 .spantag {
2770 .spantag {
2764 padding: 1px 3px 1px 3px;
2771 padding: 1px 3px 1px 3px;
2765 font-size: 10px;
2772 font-size: 10px;
2766 color: #336699;
2773 color: #336699;
2767 white-space: nowrap;
2774 white-space: nowrap;
2768 -webkit-border-radius: 4px;
2775 -webkit-border-radius: 4px;
2769 border-radius: 4px;
2776 border-radius: 4px;
2770 border: 1px solid #d9e8f8;
2777 border: 1px solid #d9e8f8;
2771 line-height: 1.5em;
2778 line-height: 1.5em;
2772 }
2779 }
2773
2780
2774 #graph_content .branchtag,
2781 #graph_content .branchtag,
2775 #graph_content .tagtag,
2782 #graph_content .tagtag,
2776 #graph_content .booktag {
2783 #graph_content .booktag {
2777 margin: 1.1em 0;
2784 margin: 1.1em 0;
2778 margin-right: 0.5em;
2785 margin-right: 0.5em;
2779 }
2786 }
2780
2787
2781 .branchtag,
2788 .branchtag,
2782 .tagtag,
2789 .tagtag,
2783 .booktag {
2790 .booktag {
2784 float: left;
2791 float: left;
2785 }
2792 }
2786
2793
2787 .right .logtags .branchtag,
2794 .right .logtags .branchtag,
2788 .right .logtags .tagtag,
2795 .right .logtags .tagtag,
2789 .right .logtags .booktag,
2796 .right .logtags .booktag,
2790 .right .merge {
2797 .right .merge {
2791 float: right;
2798 float: right;
2792 line-height: 1em;
2799 line-height: 1em;
2793 margin: 1px 1px !important;
2800 margin: 1px 1px !important;
2794 display: block;
2801 display: block;
2795 }
2802 }
2796
2803
2797 .booktag {
2804 .booktag {
2798 border-color: #46A546;
2805 border-color: #46A546;
2799 color: #46A546;
2806 color: #46A546;
2800 }
2807 }
2801
2808
2802 .tagtag {
2809 .tagtag {
2803 border-color: #62cffc;
2810 border-color: #62cffc;
2804 color: #62cffc;
2811 color: #62cffc;
2805 }
2812 }
2806
2813
2807 .logtags .branchtag a:hover,
2814 .logtags .branchtag a:hover,
2808 .logtags .branchtag a,
2815 .logtags .branchtag a,
2809 .branchtag a,
2816 .branchtag a,
2810 .branchtag a:hover {
2817 .branchtag a:hover {
2811 text-decoration: none;
2818 text-decoration: none;
2812 color: inherit;
2819 color: inherit;
2813 }
2820 }
2814 .logtags .tagtag {
2821 .logtags .tagtag {
2815 padding: 1px 3px 1px 3px;
2822 padding: 1px 3px 1px 3px;
2816 background-color: #62cffc;
2823 background-color: #62cffc;
2817 font-size: 10px;
2824 font-size: 10px;
2818 color: #ffffff;
2825 color: #ffffff;
2819 white-space: nowrap;
2826 white-space: nowrap;
2820 -webkit-border-radius: 3px;
2827 -webkit-border-radius: 3px;
2821 border-radius: 3px;
2828 border-radius: 3px;
2822 }
2829 }
2823
2830
2824 .tagtag a,
2831 .tagtag a,
2825 .tagtag a:hover,
2832 .tagtag a:hover,
2826 .logtags .tagtag a,
2833 .logtags .tagtag a,
2827 .logtags .tagtag a:hover {
2834 .logtags .tagtag a:hover {
2828 text-decoration: none;
2835 text-decoration: none;
2829 color: inherit;
2836 color: inherit;
2830 }
2837 }
2831 .logbooks .booktag, .logbooks .booktag, .logtags .booktag, .logtags .booktag {
2838 .logbooks .booktag, .logbooks .booktag, .logtags .booktag, .logtags .booktag {
2832 padding: 1px 3px 1px 3px;
2839 padding: 1px 3px 1px 3px;
2833 background-color: #46A546;
2840 background-color: #46A546;
2834 font-size: 10px;
2841 font-size: 10px;
2835 color: #ffffff;
2842 color: #ffffff;
2836 white-space: nowrap;
2843 white-space: nowrap;
2837 -webkit-border-radius: 3px;
2844 -webkit-border-radius: 3px;
2838 border-radius: 3px;
2845 border-radius: 3px;
2839 }
2846 }
2840 .logbooks .booktag, .logbooks .booktag a, .right .logtags .booktag, .logtags .booktag a {
2847 .logbooks .booktag, .logbooks .booktag a, .right .logtags .booktag, .logtags .booktag a {
2841 color: #ffffff;
2848 color: #ffffff;
2842 }
2849 }
2843
2850
2844 .logbooks .booktag, .logbooks .booktag a:hover,
2851 .logbooks .booktag, .logbooks .booktag a:hover,
2845 .logtags .booktag, .logtags .booktag a:hover,
2852 .logtags .booktag, .logtags .booktag a:hover,
2846 .booktag a,
2853 .booktag a,
2847 .booktag a:hover {
2854 .booktag a:hover {
2848 text-decoration: none;
2855 text-decoration: none;
2849 color: inherit;
2856 color: inherit;
2850 }
2857 }
2851 div.browserblock {
2858 div.browserblock {
2852 overflow: hidden;
2859 overflow: hidden;
2853 border: 1px solid #ccc;
2860 border: 1px solid #ccc;
2854 background: #f8f8f8;
2861 background: #f8f8f8;
2855 font-size: 100%;
2862 font-size: 100%;
2856 line-height: 125%;
2863 line-height: 125%;
2857 padding: 0;
2864 padding: 0;
2858 -webkit-border-radius: 6px 6px 0px 0px;
2865 -webkit-border-radius: 6px 6px 0px 0px;
2859 border-radius: 6px 6px 0px 0px;
2866 border-radius: 6px 6px 0px 0px;
2860 }
2867 }
2861
2868
2862 div.browserblock .browser-header {
2869 div.browserblock .browser-header {
2863 background: #FFF;
2870 background: #FFF;
2864 padding: 10px 0px 15px 0px;
2871 padding: 10px 0px 15px 0px;
2865 width: 100%;
2872 width: 100%;
2866 }
2873 }
2867
2874
2868 div.browserblock .browser-nav {
2875 div.browserblock .browser-nav {
2869 float: left
2876 float: left
2870 }
2877 }
2871
2878
2872 div.browserblock .browser-branch {
2879 div.browserblock .browser-branch {
2873 float: left;
2880 float: left;
2874 }
2881 }
2875
2882
2876 div.browserblock .browser-branch label {
2883 div.browserblock .browser-branch label {
2877 color: #4A4A4A;
2884 color: #4A4A4A;
2878 vertical-align: text-top;
2885 vertical-align: text-top;
2879 }
2886 }
2880
2887
2881 div.browserblock .browser-header span {
2888 div.browserblock .browser-header span {
2882 margin-left: 5px;
2889 margin-left: 5px;
2883 font-weight: 700;
2890 font-weight: 700;
2884 }
2891 }
2885
2892
2886 div.browserblock .browser-search {
2893 div.browserblock .browser-search {
2887 clear: both;
2894 clear: both;
2888 padding: 8px 8px 0px 5px;
2895 padding: 8px 8px 0px 5px;
2889 height: 20px;
2896 height: 20px;
2890 }
2897 }
2891
2898
2892 div.browserblock #node_filter_box {
2899 div.browserblock #node_filter_box {
2893 }
2900 }
2894
2901
2895 div.browserblock .search_activate {
2902 div.browserblock .search_activate {
2896 float: left
2903 float: left
2897 }
2904 }
2898
2905
2899 div.browserblock .add_node {
2906 div.browserblock .add_node {
2900 float: left;
2907 float: left;
2901 padding-left: 5px;
2908 padding-left: 5px;
2902 }
2909 }
2903
2910
2904 div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover {
2911 div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover {
2905 text-decoration: none !important;
2912 text-decoration: none !important;
2906 }
2913 }
2907
2914
2908 div.browserblock .browser-body {
2915 div.browserblock .browser-body {
2909 background: #EEE;
2916 background: #EEE;
2910 border-top: 1px solid #CCC;
2917 border-top: 1px solid #CCC;
2911 }
2918 }
2912
2919
2913 table.code-browser {
2920 table.code-browser {
2914 border-collapse: collapse;
2921 border-collapse: collapse;
2915 width: 100%;
2922 width: 100%;
2916 }
2923 }
2917
2924
2918 table.code-browser tr {
2925 table.code-browser tr {
2919 margin: 3px;
2926 margin: 3px;
2920 }
2927 }
2921
2928
2922 table.code-browser thead th {
2929 table.code-browser thead th {
2923 background-color: #EEE;
2930 background-color: #EEE;
2924 height: 20px;
2931 height: 20px;
2925 font-size: 1.1em;
2932 font-size: 1.1em;
2926 font-weight: 700;
2933 font-weight: 700;
2927 text-align: left;
2934 text-align: left;
2928 padding-left: 10px;
2935 padding-left: 10px;
2929 }
2936 }
2930
2937
2931 table.code-browser tbody td {
2938 table.code-browser tbody td {
2932 padding-left: 10px;
2939 padding-left: 10px;
2933 height: 20px;
2940 height: 20px;
2934 }
2941 }
2935
2942
2936 table.code-browser .browser-file {
2943 table.code-browser .browser-file {
2937 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2944 background: url("../images/icons/document_16.png") no-repeat scroll 3px;
2938 height: 16px;
2945 height: 16px;
2939 padding-left: 20px;
2946 padding-left: 20px;
2940 text-align: left;
2947 text-align: left;
2941 }
2948 }
2942 .diffblock .changeset_header {
2949 .diffblock .changeset_header {
2943 height: 16px;
2950 height: 16px;
2944 }
2951 }
2945 .diffblock .changeset_file {
2952 .diffblock .changeset_file {
2946 background: url("../images/icons/file.png") no-repeat scroll 3px;
2953 background: url("../images/icons/file.png") no-repeat scroll 3px;
2947 text-align: left;
2954 text-align: left;
2948 float: left;
2955 float: left;
2949 padding: 2px 0px 2px 22px;
2956 padding: 2px 0px 2px 22px;
2950 }
2957 }
2951 .diffblock .diff-menu-wrapper {
2958 .diffblock .diff-menu-wrapper {
2952 float: left;
2959 float: left;
2953 }
2960 }
2954
2961
2955 .diffblock .diff-menu {
2962 .diffblock .diff-menu {
2956 position: absolute;
2963 position: absolute;
2957 background: none repeat scroll 0 0 #FFFFFF;
2964 background: none repeat scroll 0 0 #FFFFFF;
2958 border-color: #003367 #666666 #666666;
2965 border-color: #003367 #666666 #666666;
2959 border-right: 1px solid #666666;
2966 border-right: 1px solid #666666;
2960 border-style: solid solid solid;
2967 border-style: solid solid solid;
2961 border-width: 1px;
2968 border-width: 1px;
2962 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2969 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2963 margin-top: 5px;
2970 margin-top: 5px;
2964 margin-left: 1px;
2971 margin-left: 1px;
2965
2972
2966 }
2973 }
2967 .diffblock .diff-actions {
2974 .diffblock .diff-actions {
2968 padding: 2px 0px 0px 2px;
2975 padding: 2px 0px 0px 2px;
2969 float: left;
2976 float: left;
2970 }
2977 }
2971 .diffblock .diff-menu ul li {
2978 .diffblock .diff-menu ul li {
2972 padding: 0px 0px 0px 0px !important;
2979 padding: 0px 0px 0px 0px !important;
2973 }
2980 }
2974 .diffblock .diff-menu ul li a {
2981 .diffblock .diff-menu ul li a {
2975 display: block;
2982 display: block;
2976 padding: 3px 8px 3px 8px !important;
2983 padding: 3px 8px 3px 8px !important;
2977 }
2984 }
2978 .diffblock .diff-menu ul li a:hover {
2985 .diffblock .diff-menu ul li a:hover {
2979 text-decoration: none;
2986 text-decoration: none;
2980 background-color: #EEEEEE;
2987 background-color: #EEEEEE;
2981 }
2988 }
2982 table.code-browser .browser-dir {
2989 table.code-browser .browser-dir {
2983 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2990 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2984 height: 16px;
2991 height: 16px;
2985 padding-left: 20px;
2992 padding-left: 20px;
2986 text-align: left;
2993 text-align: left;
2987 }
2994 }
2988
2995
2989 table.code-browser .submodule-dir {
2996 table.code-browser .submodule-dir {
2990 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2997 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2991 height: 16px;
2998 height: 16px;
2992 padding-left: 20px;
2999 padding-left: 20px;
2993 text-align: left;
3000 text-align: left;
2994 }
3001 }
2995
3002
2996
3003
2997 .box .search {
3004 .box .search {
2998 clear: both;
3005 clear: both;
2999 overflow: hidden;
3006 overflow: hidden;
3000 margin: 0;
3007 margin: 0;
3001 padding: 0 20px 10px;
3008 padding: 0 20px 10px;
3002 }
3009 }
3003
3010
3004 .box .search div.search_path {
3011 .box .search div.search_path {
3005 background: none repeat scroll 0 0 #EEE;
3012 background: none repeat scroll 0 0 #EEE;
3006 border: 1px solid #CCC;
3013 border: 1px solid #CCC;
3007 color: blue;
3014 color: blue;
3008 margin-bottom: 10px;
3015 margin-bottom: 10px;
3009 padding: 10px 0;
3016 padding: 10px 0;
3010 }
3017 }
3011
3018
3012 .box .search div.search_path div.link {
3019 .box .search div.search_path div.link {
3013 font-weight: 700;
3020 font-weight: 700;
3014 margin-left: 25px;
3021 margin-left: 25px;
3015 }
3022 }
3016
3023
3017 .box .search div.search_path div.link a {
3024 .box .search div.search_path div.link a {
3018 color: #003367;
3025 color: #003367;
3019 cursor: pointer;
3026 cursor: pointer;
3020 text-decoration: none;
3027 text-decoration: none;
3021 }
3028 }
3022
3029
3023 #path_unlock {
3030 #path_unlock {
3024 color: red;
3031 color: red;
3025 font-size: 1.2em;
3032 font-size: 1.2em;
3026 padding-left: 4px;
3033 padding-left: 4px;
3027 }
3034 }
3028
3035
3029 .info_box span {
3036 .info_box span {
3030 margin-left: 3px;
3037 margin-left: 3px;
3031 margin-right: 3px;
3038 margin-right: 3px;
3032 }
3039 }
3033
3040
3034 .info_box .rev {
3041 .info_box .rev {
3035 color: #003367;
3042 color: #003367;
3036 font-size: 1.6em;
3043 font-size: 1.6em;
3037 font-weight: bold;
3044 font-weight: bold;
3038 vertical-align: sub;
3045 vertical-align: sub;
3039 }
3046 }
3040
3047
3041 .info_box input#at_rev, .info_box input#size {
3048 .info_box input#at_rev, .info_box input#size {
3042 background: #FFF;
3049 background: #FFF;
3043 border-top: 1px solid #b3b3b3;
3050 border-top: 1px solid #b3b3b3;
3044 border-left: 1px solid #b3b3b3;
3051 border-left: 1px solid #b3b3b3;
3045 border-right: 1px solid #eaeaea;
3052 border-right: 1px solid #eaeaea;
3046 border-bottom: 1px solid #eaeaea;
3053 border-bottom: 1px solid #eaeaea;
3047 color: #000;
3054 color: #000;
3048 font-size: 12px;
3055 font-size: 12px;
3049 margin: 0;
3056 margin: 0;
3050 padding: 1px 5px 1px;
3057 padding: 1px 5px 1px;
3051 }
3058 }
3052
3059
3053 .info_box input#view {
3060 .info_box input#view {
3054 text-align: center;
3061 text-align: center;
3055 padding: 4px 3px 2px 2px;
3062 padding: 4px 3px 2px 2px;
3056 }
3063 }
3057
3064
3058 .yui-overlay, .yui-panel-container {
3065 .yui-overlay, .yui-panel-container {
3059 visibility: hidden;
3066 visibility: hidden;
3060 position: absolute;
3067 position: absolute;
3061 z-index: 2;
3068 z-index: 2;
3062 }
3069 }
3063
3070
3064 #tip-box {
3071 #tip-box {
3065 position: absolute;
3072 position: absolute;
3066
3073
3067 background-color: #FFF;
3074 background-color: #FFF;
3068 border: 2px solid #003367;
3075 border: 2px solid #003367;
3069 font: 100% sans-serif;
3076 font: 100% sans-serif;
3070 width: auto;
3077 width: auto;
3071 opacity: 1;
3078 opacity: 1;
3072 padding: 8px;
3079 padding: 8px;
3073
3080
3074 white-space: pre-wrap;
3081 white-space: pre-wrap;
3075 -webkit-border-radius: 8px 8px 8px 8px;
3082 -webkit-border-radius: 8px 8px 8px 8px;
3076 -khtml-border-radius: 8px 8px 8px 8px;
3083 -khtml-border-radius: 8px 8px 8px 8px;
3077 border-radius: 8px 8px 8px 8px;
3084 border-radius: 8px 8px 8px 8px;
3078 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3085 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3079 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3086 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3080 }
3087 }
3081
3088
3082 .hl-tip-box {
3089 .hl-tip-box {
3083 visibility: hidden;
3090 visibility: hidden;
3084 position: absolute;
3091 position: absolute;
3085 color: #666;
3092 color: #666;
3086 background-color: #FFF;
3093 background-color: #FFF;
3087 border: 2px solid #003367;
3094 border: 2px solid #003367;
3088 font: 100% sans-serif;
3095 font: 100% sans-serif;
3089 width: auto;
3096 width: auto;
3090 opacity: 1;
3097 opacity: 1;
3091 padding: 8px;
3098 padding: 8px;
3092 white-space: pre-wrap;
3099 white-space: pre-wrap;
3093 -webkit-border-radius: 8px 8px 8px 8px;
3100 -webkit-border-radius: 8px 8px 8px 8px;
3094 -khtml-border-radius: 8px 8px 8px 8px;
3101 -khtml-border-radius: 8px 8px 8px 8px;
3095 border-radius: 8px 8px 8px 8px;
3102 border-radius: 8px 8px 8px 8px;
3096 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3103 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3097 }
3104 }
3098
3105
3099
3106
3100 .mentions-container {
3107 .mentions-container {
3101 width: 90% !important;
3108 width: 90% !important;
3102 }
3109 }
3103 .mentions-container .yui-ac-content {
3110 .mentions-container .yui-ac-content {
3104 width: 100% !important;
3111 width: 100% !important;
3105 }
3112 }
3106
3113
3107 .ac {
3114 .ac {
3108 vertical-align: top;
3115 vertical-align: top;
3109 }
3116 }
3110
3117
3111 .ac .yui-ac {
3118 .ac .yui-ac {
3112 position: inherit;
3119 position: inherit;
3113 font-size: 100%;
3120 font-size: 100%;
3114 }
3121 }
3115
3122
3116 .ac .perm_ac {
3123 .ac .perm_ac {
3117 width: 20em;
3124 width: 20em;
3118 }
3125 }
3119
3126
3120 .ac .yui-ac-input {
3127 .ac .yui-ac-input {
3121 width: 100%;
3128 width: 100%;
3122 }
3129 }
3123
3130
3124 .ac .yui-ac-container {
3131 .ac .yui-ac-container {
3125 position: absolute;
3132 position: absolute;
3126 top: 1.6em;
3133 top: 1.6em;
3127 width: auto;
3134 width: auto;
3128 }
3135 }
3129
3136
3130 .ac .yui-ac-content {
3137 .ac .yui-ac-content {
3131 position: absolute;
3138 position: absolute;
3132 border: 1px solid gray;
3139 border: 1px solid gray;
3133 background: #fff;
3140 background: #fff;
3134 z-index: 9050;
3141 z-index: 9050;
3135 }
3142 }
3136
3143
3137 .ac .yui-ac-shadow {
3144 .ac .yui-ac-shadow {
3138 position: absolute;
3145 position: absolute;
3139 width: 100%;
3146 width: 100%;
3140 background: #000;
3147 background: #000;
3141 opacity: .10;
3148 opacity: .10;
3142 filter: alpha(opacity = 10);
3149 filter: alpha(opacity = 10);
3143 z-index: 9049;
3150 z-index: 9049;
3144 margin: .3em;
3151 margin: .3em;
3145 }
3152 }
3146
3153
3147 .ac .yui-ac-content ul {
3154 .ac .yui-ac-content ul {
3148 width: 100%;
3155 width: 100%;
3149 margin: 0;
3156 margin: 0;
3150 padding: 0;
3157 padding: 0;
3151 z-index: 9050;
3158 z-index: 9050;
3152 }
3159 }
3153
3160
3154 .ac .yui-ac-content li {
3161 .ac .yui-ac-content li {
3155 cursor: default;
3162 cursor: default;
3156 white-space: nowrap;
3163 white-space: nowrap;
3157 margin: 0;
3164 margin: 0;
3158 padding: 2px 5px;
3165 padding: 2px 5px;
3159 height: 18px;
3166 height: 18px;
3160 z-index: 9050;
3167 z-index: 9050;
3161 display: block;
3168 display: block;
3162 width: auto !important;
3169 width: auto !important;
3163 }
3170 }
3164
3171
3165 .ac .yui-ac-content li .ac-container-wrap {
3172 .ac .yui-ac-content li .ac-container-wrap {
3166 width: auto;
3173 width: auto;
3167 }
3174 }
3168
3175
3169 .ac .yui-ac-content li.yui-ac-prehighlight {
3176 .ac .yui-ac-content li.yui-ac-prehighlight {
3170 background: #B3D4FF;
3177 background: #B3D4FF;
3171 z-index: 9050;
3178 z-index: 9050;
3172 }
3179 }
3173
3180
3174 .ac .yui-ac-content li.yui-ac-highlight {
3181 .ac .yui-ac-content li.yui-ac-highlight {
3175 background: #556CB5;
3182 background: #556CB5;
3176 color: #FFF;
3183 color: #FFF;
3177 z-index: 9050;
3184 z-index: 9050;
3178 }
3185 }
3179 .ac .yui-ac-bd {
3186 .ac .yui-ac-bd {
3180 z-index: 9050;
3187 z-index: 9050;
3181 }
3188 }
3182
3189
3183 .reposize {
3190 .reposize {
3184 background: url("../images/icons/server.png") no-repeat scroll 3px;
3191 background: url("../images/icons/server.png") no-repeat scroll 3px;
3185 height: 16px;
3192 height: 16px;
3186 width: 20px;
3193 width: 20px;
3187 cursor: pointer;
3194 cursor: pointer;
3188 display: block;
3195 display: block;
3189 float: right;
3196 float: right;
3190 margin-top: 2px;
3197 margin-top: 2px;
3191 }
3198 }
3192
3199
3193 #repo_size {
3200 #repo_size {
3194 display: block;
3201 display: block;
3195 margin-top: 4px;
3202 margin-top: 4px;
3196 color: #666;
3203 color: #666;
3197 float: right;
3204 float: right;
3198 }
3205 }
3199
3206
3200 .locking_locked {
3207 .locking_locked {
3201 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px;
3208 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px;
3202 height: 16px;
3209 height: 16px;
3203 width: 20px;
3210 width: 20px;
3204 cursor: pointer;
3211 cursor: pointer;
3205 display: block;
3212 display: block;
3206 float: right;
3213 float: right;
3207 margin-top: 2px;
3214 margin-top: 2px;
3208 }
3215 }
3209
3216
3210 .locking_unlocked {
3217 .locking_unlocked {
3211 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
3218 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
3212 height: 16px;
3219 height: 16px;
3213 width: 20px;
3220 width: 20px;
3214 cursor: pointer;
3221 cursor: pointer;
3215 display: block;
3222 display: block;
3216 float: right;
3223 float: right;
3217 margin-top: 2px;
3224 margin-top: 2px;
3218 }
3225 }
3219
3226
3220 .currently_following {
3227 .currently_following {
3221 padding-left: 10px;
3228 padding-left: 10px;
3222 padding-bottom: 5px;
3229 padding-bottom: 5px;
3223 }
3230 }
3224
3231
3225 .add_icon {
3232 .add_icon {
3226 background: url("../images/icons/add.png") no-repeat scroll 3px;
3233 background: url("../images/icons/add.png") no-repeat scroll 3px;
3227 padding-left: 20px;
3234 padding-left: 20px;
3228 padding-top: 0px;
3235 padding-top: 0px;
3229 text-align: left;
3236 text-align: left;
3230 }
3237 }
3231
3238
3232 .accept_icon {
3239 .accept_icon {
3233 background: url("../images/icons/accept.png") no-repeat scroll 3px;
3240 background: url("../images/icons/accept.png") no-repeat scroll 3px;
3234 padding-left: 20px;
3241 padding-left: 20px;
3235 padding-top: 0px;
3242 padding-top: 0px;
3236 text-align: left;
3243 text-align: left;
3237 }
3244 }
3238
3245
3239 .edit_icon {
3246 .edit_icon {
3240 background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px;
3247 background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px;
3241 padding-left: 20px;
3248 padding-left: 20px;
3242 padding-top: 0px;
3249 padding-top: 0px;
3243 text-align: left;
3250 text-align: left;
3244 }
3251 }
3245
3252
3246 .delete_icon {
3253 .delete_icon {
3247 background: url("../images/icons/delete.png") no-repeat scroll 3px;
3254 background: url("../images/icons/delete.png") no-repeat scroll 3px;
3248 padding-left: 20px;
3255 padding-left: 20px;
3249 padding-top: 0px;
3256 padding-top: 0px;
3250 text-align: left;
3257 text-align: left;
3251 }
3258 }
3252
3259
3253 .refresh_icon {
3260 .refresh_icon {
3254 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3261 background: url("../images/icons/arrow_refresh.png") no-repeat scroll
3255 3px;
3262 3px;
3256 padding-left: 20px;
3263 padding-left: 20px;
3257 padding-top: 0px;
3264 padding-top: 0px;
3258 text-align: left;
3265 text-align: left;
3259 }
3266 }
3260
3267
3261 .pull_icon {
3268 .pull_icon {
3262 background: url("../images/icons/connect.png") no-repeat scroll 3px;
3269 background: url("../images/icons/connect.png") no-repeat scroll 3px;
3263 padding-left: 20px;
3270 padding-left: 20px;
3264 padding-top: 0px;
3271 padding-top: 0px;
3265 text-align: left;
3272 text-align: left;
3266 }
3273 }
3267
3274
3268 .rss_icon {
3275 .rss_icon {
3269 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3276 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3270 padding-left: 20px;
3277 padding-left: 20px;
3271 padding-top: 4px;
3278 padding-top: 4px;
3272 text-align: left;
3279 text-align: left;
3273 font-size: 8px
3280 font-size: 8px
3274 }
3281 }
3275
3282
3276 .atom_icon {
3283 .atom_icon {
3277 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3284 background: url("../images/icons/rss_16.png") no-repeat scroll 3px;
3278 padding-left: 20px;
3285 padding-left: 20px;
3279 padding-top: 4px;
3286 padding-top: 4px;
3280 text-align: left;
3287 text-align: left;
3281 font-size: 8px
3288 font-size: 8px
3282 }
3289 }
3283
3290
3284 .archive_icon {
3291 .archive_icon {
3285 background: url("../images/icons/compress.png") no-repeat scroll 3px;
3292 background: url("../images/icons/compress.png") no-repeat scroll 3px;
3286 padding-left: 20px;
3293 padding-left: 20px;
3287 text-align: left;
3294 text-align: left;
3288 padding-top: 1px;
3295 padding-top: 1px;
3289 }
3296 }
3290
3297
3291 .start_following_icon {
3298 .start_following_icon {
3292 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3299 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3293 padding-left: 20px;
3300 padding-left: 20px;
3294 text-align: left;
3301 text-align: left;
3295 padding-top: 0px;
3302 padding-top: 0px;
3296 }
3303 }
3297
3304
3298 .stop_following_icon {
3305 .stop_following_icon {
3299 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3306 background: url("../images/icons/heart_delete.png") no-repeat scroll 3px;
3300 padding-left: 20px;
3307 padding-left: 20px;
3301 text-align: left;
3308 text-align: left;
3302 padding-top: 0px;
3309 padding-top: 0px;
3303 }
3310 }
3304
3311
3305 .action_button {
3312 .action_button {
3306 border: 0;
3313 border: 0;
3307 display: inline;
3314 display: inline;
3308 }
3315 }
3309
3316
3310 .action_button:hover {
3317 .action_button:hover {
3311 border: 0;
3318 border: 0;
3312 text-decoration: underline;
3319 text-decoration: underline;
3313 cursor: pointer;
3320 cursor: pointer;
3314 }
3321 }
3315
3322
3316 #switch_repos {
3323 #switch_repos {
3317 position: absolute;
3324 position: absolute;
3318 height: 25px;
3325 height: 25px;
3319 z-index: 1;
3326 z-index: 1;
3320 }
3327 }
3321
3328
3322 #switch_repos select {
3329 #switch_repos select {
3323 min-width: 150px;
3330 min-width: 150px;
3324 max-height: 250px;
3331 max-height: 250px;
3325 z-index: 1;
3332 z-index: 1;
3326 }
3333 }
3327
3334
3328 .breadcrumbs {
3335 .breadcrumbs {
3329 border: medium none;
3336 border: medium none;
3330 color: #FFF;
3337 color: #FFF;
3331 float: left;
3338 float: left;
3332 font-weight: 700;
3339 font-weight: 700;
3333 font-size: 14px;
3340 font-size: 14px;
3334 margin: 0;
3341 margin: 0;
3335 padding: 11px 0 11px 10px;
3342 padding: 11px 0 11px 10px;
3336 }
3343 }
3337
3344
3338 .breadcrumbs .hash {
3345 .breadcrumbs .hash {
3339 text-transform: none;
3346 text-transform: none;
3340 color: #fff;
3347 color: #fff;
3341 }
3348 }
3342
3349
3343 .breadcrumbs a {
3350 .breadcrumbs a {
3344 color: #FFF;
3351 color: #FFF;
3345 }
3352 }
3346
3353
3347 .flash_msg {
3354 .flash_msg {
3348 }
3355 }
3349
3356
3350 .flash_msg ul {
3357 .flash_msg ul {
3351 }
3358 }
3352
3359
3353 .error_red {
3360 .error_red {
3354 color: red;
3361 color: red;
3355 }
3362 }
3356
3363
3357 .error_msg {
3364 .error_msg {
3358 background-color: #c43c35;
3365 background-color: #c43c35;
3359 background-repeat: repeat-x;
3366 background-repeat: repeat-x;
3360 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3367 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3361 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3368 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3362 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3369 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3363 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3370 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3364 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3371 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3365 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3372 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3366 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3373 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3367 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3374 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3368 border-color: #c43c35 #c43c35 #882a25;
3375 border-color: #c43c35 #c43c35 #882a25;
3369 }
3376 }
3370
3377
3371 .error_msg a {
3378 .error_msg a {
3372 text-decoration: underline;
3379 text-decoration: underline;
3373 }
3380 }
3374
3381
3375 .warning_msg {
3382 .warning_msg {
3376 color: #404040 !important;
3383 color: #404040 !important;
3377 background-color: #eedc94;
3384 background-color: #eedc94;
3378 background-repeat: repeat-x;
3385 background-repeat: repeat-x;
3379 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3386 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3380 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3387 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3381 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3388 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3382 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3389 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3383 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3390 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3384 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3391 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3385 background-image: linear-gradient(to bottom, #fceec1, #eedc94);
3392 background-image: linear-gradient(to bottom, #fceec1, #eedc94);
3386 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3393 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3387 border-color: #eedc94 #eedc94 #e4c652;
3394 border-color: #eedc94 #eedc94 #e4c652;
3388 }
3395 }
3389
3396
3390 .warning_msg a {
3397 .warning_msg a {
3391 text-decoration: underline;
3398 text-decoration: underline;
3392 }
3399 }
3393
3400
3394 .success_msg {
3401 .success_msg {
3395 background-color: #57a957;
3402 background-color: #57a957;
3396 background-repeat: repeat-x !important;
3403 background-repeat: repeat-x !important;
3397 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3404 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3398 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3405 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3399 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3406 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3400 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3407 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3401 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3408 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3402 background-image: -o-linear-gradient(top, #62c462, #57a957);
3409 background-image: -o-linear-gradient(top, #62c462, #57a957);
3403 background-image: linear-gradient(to bottom, #62c462, #57a957);
3410 background-image: linear-gradient(to bottom, #62c462, #57a957);
3404 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3411 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3405 border-color: #57a957 #57a957 #3d773d;
3412 border-color: #57a957 #57a957 #3d773d;
3406 }
3413 }
3407
3414
3408 .success_msg a {
3415 .success_msg a {
3409 text-decoration: underline;
3416 text-decoration: underline;
3410 color: #FFF !important;
3417 color: #FFF !important;
3411 }
3418 }
3412
3419
3413 .notice_msg {
3420 .notice_msg {
3414 background-color: #339bb9;
3421 background-color: #339bb9;
3415 background-repeat: repeat-x;
3422 background-repeat: repeat-x;
3416 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3423 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3417 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3424 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3418 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3425 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3419 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3426 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3420 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3427 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3421 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3428 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3422 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3429 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3423 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3430 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3424 border-color: #339bb9 #339bb9 #22697d;
3431 border-color: #339bb9 #339bb9 #22697d;
3425 }
3432 }
3426
3433
3427 .notice_msg a {
3434 .notice_msg a {
3428 text-decoration: underline;
3435 text-decoration: underline;
3429 }
3436 }
3430
3437
3431 .success_msg, .error_msg, .notice_msg, .warning_msg {
3438 .success_msg, .error_msg, .notice_msg, .warning_msg {
3432 font-size: 12px;
3439 font-size: 12px;
3433 font-weight: 700;
3440 font-weight: 700;
3434 min-height: 14px;
3441 min-height: 14px;
3435 line-height: 14px;
3442 line-height: 14px;
3436 margin-bottom: 10px;
3443 margin-bottom: 10px;
3437 margin-top: 0;
3444 margin-top: 0;
3438 display: block;
3445 display: block;
3439 overflow: auto;
3446 overflow: auto;
3440 padding: 6px 10px 6px 10px;
3447 padding: 6px 10px 6px 10px;
3441 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3448 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3442 position: relative;
3449 position: relative;
3443 color: #FFF;
3450 color: #FFF;
3444 border-width: 1px;
3451 border-width: 1px;
3445 border-style: solid;
3452 border-style: solid;
3446 -webkit-border-radius: 4px;
3453 -webkit-border-radius: 4px;
3447 border-radius: 4px;
3454 border-radius: 4px;
3448 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3455 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3449 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);
3450 }
3457 }
3451
3458
3452 #msg_close {
3459 #msg_close {
3453 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3460 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3454 cursor: pointer;
3461 cursor: pointer;
3455 height: 16px;
3462 height: 16px;
3456 position: absolute;
3463 position: absolute;
3457 right: 5px;
3464 right: 5px;
3458 top: 5px;
3465 top: 5px;
3459 width: 16px;
3466 width: 16px;
3460 }
3467 }
3461 div#legend_data {
3468 div#legend_data {
3462 padding-left: 10px;
3469 padding-left: 10px;
3463 }
3470 }
3464 div#legend_container table {
3471 div#legend_container table {
3465 border: none !important;
3472 border: none !important;
3466 }
3473 }
3467 div#legend_container table, div#legend_choices table {
3474 div#legend_container table, div#legend_choices table {
3468 width: auto !important;
3475 width: auto !important;
3469 }
3476 }
3470
3477
3471 table#permissions_manage {
3478 table#permissions_manage {
3472 width: 0 !important;
3479 width: 0 !important;
3473 }
3480 }
3474
3481
3475 table#permissions_manage span.private_repo_msg {
3482 table#permissions_manage span.private_repo_msg {
3476 font-size: 0.8em;
3483 font-size: 0.8em;
3477 opacity: 0.6;
3484 opacity: 0.6;
3478 }
3485 }
3479
3486
3480 table#permissions_manage td.private_repo_msg {
3487 table#permissions_manage td.private_repo_msg {
3481 font-size: 0.8em;
3488 font-size: 0.8em;
3482 }
3489 }
3483
3490
3484 table#permissions_manage tr#add_perm_input td {
3491 table#permissions_manage tr#add_perm_input td {
3485 vertical-align: middle;
3492 vertical-align: middle;
3486 }
3493 }
3487
3494
3488 div.gravatar {
3495 div.gravatar {
3489 background-color: #FFF;
3496 background-color: #FFF;
3490 float: left;
3497 float: left;
3491 margin-right: 0.7em;
3498 margin-right: 0.7em;
3492 padding: 1px 1px 1px 1px;
3499 padding: 1px 1px 1px 1px;
3493 line-height: 0;
3500 line-height: 0;
3494 -webkit-border-radius: 3px;
3501 -webkit-border-radius: 3px;
3495 -khtml-border-radius: 3px;
3502 -khtml-border-radius: 3px;
3496 border-radius: 3px;
3503 border-radius: 3px;
3497 }
3504 }
3498
3505
3499 div.gravatar img {
3506 div.gravatar img {
3500 -webkit-border-radius: 2px;
3507 -webkit-border-radius: 2px;
3501 -khtml-border-radius: 2px;
3508 -khtml-border-radius: 2px;
3502 border-radius: 2px;
3509 border-radius: 2px;
3503 }
3510 }
3504
3511
3505 #header, #content, #footer {
3512 #header, #content, #footer {
3506 min-width: 978px;
3513 min-width: 978px;
3507 }
3514 }
3508
3515
3509 #content {
3516 #content {
3510 clear: both;
3517 clear: both;
3511 padding: 10px 10px 14px 10px;
3518 padding: 10px 10px 14px 10px;
3512 }
3519 }
3513
3520
3514 #content.hover {
3521 #content.hover {
3515 padding: 55px 10px 14px 10px !important;
3522 padding: 55px 10px 14px 10px !important;
3516 }
3523 }
3517
3524
3518 #content div.box div.title div.search {
3525 #content div.box div.title div.search {
3519 border-left: 1px solid #316293;
3526 border-left: 1px solid #316293;
3520 }
3527 }
3521
3528
3522 #content div.box div.title div.search div.input input {
3529 #content div.box div.title div.search div.input input {
3523 border: 1px solid #316293;
3530 border: 1px solid #316293;
3524 }
3531 }
3525
3532
3526 .ui-btn {
3533 .ui-btn {
3527 color: #515151;
3534 color: #515151;
3528 background-color: #DADADA;
3535 background-color: #DADADA;
3529 background-repeat: repeat-x;
3536 background-repeat: repeat-x;
3530 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3537 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3531 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3538 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3532 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3539 background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA);
3533 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3540 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) );
3534 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3541 background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) );
3535 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3542 background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) );
3536 background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
3543 background-image: linear-gradient(to bottom, #F4F4F4, #DADADA);
3537 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3544 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0);
3538
3545
3539 border-top: 1px solid #DDD;
3546 border-top: 1px solid #DDD;
3540 border-left: 1px solid #c6c6c6;
3547 border-left: 1px solid #c6c6c6;
3541 border-right: 1px solid #DDD;
3548 border-right: 1px solid #DDD;
3542 border-bottom: 1px solid #c6c6c6;
3549 border-bottom: 1px solid #c6c6c6;
3543 color: #515151;
3550 color: #515151;
3544 outline: none;
3551 outline: none;
3545 margin: 0px 3px 3px 0px;
3552 margin: 0px 3px 3px 0px;
3546 -webkit-border-radius: 4px 4px 4px 4px !important;
3553 -webkit-border-radius: 4px 4px 4px 4px !important;
3547 -khtml-border-radius: 4px 4px 4px 4px !important;
3554 -khtml-border-radius: 4px 4px 4px 4px !important;
3548 border-radius: 4px 4px 4px 4px !important;
3555 border-radius: 4px 4px 4px 4px !important;
3549 cursor: pointer !important;
3556 cursor: pointer !important;
3550 padding: 3px 3px 3px 3px;
3557 padding: 3px 3px 3px 3px;
3551 background-position: 0 -15px;
3558 background-position: 0 -15px;
3552
3559
3553 }
3560 }
3554
3561
3555 .ui-btn.disabled {
3562 .ui-btn.disabled {
3556 color: #999;
3563 color: #999;
3557 }
3564 }
3558
3565
3559 .ui-btn.xsmall {
3566 .ui-btn.xsmall {
3560 padding: 1px 2px 1px 1px;
3567 padding: 1px 2px 1px 1px;
3561 }
3568 }
3562
3569
3563 .ui-btn.large {
3570 .ui-btn.large {
3564 padding: 6px 12px;
3571 padding: 6px 12px;
3565 }
3572 }
3566
3573
3567 .ui-btn.clone {
3574 .ui-btn.clone {
3568 padding: 5px 2px 6px 1px;
3575 padding: 5px 2px 6px 1px;
3569 margin: 0px 0px 3px -4px;
3576 margin: 0px 0px 3px -4px;
3570 -webkit-border-radius: 0px 4px 4px 0px !important;
3577 -webkit-border-radius: 0px 4px 4px 0px !important;
3571 -khtml-border-radius: 0px 4px 4px 0px !important;
3578 -khtml-border-radius: 0px 4px 4px 0px !important;
3572 border-radius: 0px 4px 4px 0px !important;
3579 border-radius: 0px 4px 4px 0px !important;
3573 width: 100px;
3580 width: 100px;
3574 text-align: center;
3581 text-align: center;
3575 display: inline-block;
3582 display: inline-block;
3576 position: relative;
3583 position: relative;
3577 top: -2px;
3584 top: -2px;
3578 }
3585 }
3579 .ui-btn:focus {
3586 .ui-btn:focus {
3580 outline: none;
3587 outline: none;
3581 }
3588 }
3582 .ui-btn:hover {
3589 .ui-btn:hover {
3583 background-position: 0 -15px;
3590 background-position: 0 -15px;
3584 text-decoration: none;
3591 text-decoration: none;
3585 color: #515151;
3592 color: #515151;
3586 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3593 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3587 }
3594 }
3588
3595
3589 .ui-btn.disabled:hover {
3596 .ui-btn.disabled:hover {
3590 background-position: 0;
3597 background-position: 0;
3591 color: #999;
3598 color: #999;
3592 text-decoration: none;
3599 text-decoration: none;
3593 box-shadow: none !important;
3600 box-shadow: none !important;
3594 }
3601 }
3595
3602
3596 .ui-btn.red {
3603 .ui-btn.red {
3597 color: #fff;
3604 color: #fff;
3598 background-color: #c43c35;
3605 background-color: #c43c35;
3599 background-repeat: repeat-x;
3606 background-repeat: repeat-x;
3600 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3607 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3601 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3608 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3602 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3609 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3603 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3610 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3604 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3611 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3605 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3612 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3606 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3613 background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
3607 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3614 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3608 border-color: #c43c35 #c43c35 #882a25;
3615 border-color: #c43c35 #c43c35 #882a25;
3609 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3616 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3610 }
3617 }
3611
3618
3612
3619
3613 .ui-btn.blue {
3620 .ui-btn.blue {
3614 color: #fff;
3621 color: #fff;
3615 background-color: #339bb9;
3622 background-color: #339bb9;
3616 background-repeat: repeat-x;
3623 background-repeat: repeat-x;
3617 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3624 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3618 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3625 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3619 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3626 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3620 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3627 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3621 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3628 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3622 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3629 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3623 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3630 background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
3624 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3631 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3625 border-color: #339bb9 #339bb9 #22697d;
3632 border-color: #339bb9 #339bb9 #22697d;
3626 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3633 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3627 }
3634 }
3628
3635
3629 .ui-btn.green {
3636 .ui-btn.green {
3630 background-color: #57a957;
3637 background-color: #57a957;
3631 background-repeat: repeat-x;
3638 background-repeat: repeat-x;
3632 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3639 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3633 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3640 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3634 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3641 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3635 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3642 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3636 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3643 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3637 background-image: -o-linear-gradient(top, #62c462, #57a957);
3644 background-image: -o-linear-gradient(top, #62c462, #57a957);
3638 background-image: linear-gradient(to bottom, #62c462, #57a957);
3645 background-image: linear-gradient(to bottom, #62c462, #57a957);
3639 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3646 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3640 border-color: #57a957 #57a957 #3d773d;
3647 border-color: #57a957 #57a957 #3d773d;
3641 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3648 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3642 }
3649 }
3643
3650
3644 .ui-btn.blue.hidden {
3651 .ui-btn.blue.hidden {
3645 display: none;
3652 display: none;
3646 }
3653 }
3647
3654
3648 .ui-btn.active {
3655 .ui-btn.active {
3649 font-weight: bold;
3656 font-weight: bold;
3650 }
3657 }
3651
3658
3652 ins, div.options a:hover {
3659 ins, div.options a:hover {
3653 text-decoration: none;
3660 text-decoration: none;
3654 }
3661 }
3655
3662
3656 img,
3663 img,
3657 #header #header-inner #quick li a:hover span.normal,
3664 #header #header-inner #quick li a:hover span.normal,
3658 #content div.box div.form div.fields div.field div.textarea table td table td a,
3665 #content div.box div.form div.fields div.field div.textarea table td table td a,
3659 #clone_url,
3666 #clone_url,
3660 #clone_url_id
3667 #clone_url_id
3661 {
3668 {
3662 border: none;
3669 border: none;
3663 }
3670 }
3664
3671
3665 img.icon, .right .merge img {
3672 img.icon, .right .merge img {
3666 vertical-align: bottom;
3673 vertical-align: bottom;
3667 }
3674 }
3668
3675
3669 #header ul#logged-user, #content div.box div.title ul.links,
3676 #header ul#logged-user, #content div.box div.title ul.links,
3670 #content div.box div.message div.dismiss,
3677 #content div.box div.message div.dismiss,
3671 #content div.box div.traffic div.legend ul {
3678 #content div.box div.traffic div.legend ul {
3672 float: right;
3679 float: right;
3673 margin: 0;
3680 margin: 0;
3674 padding: 0;
3681 padding: 0;
3675 }
3682 }
3676
3683
3677 #header #header-inner #home, #header #header-inner #logo,
3684 #header #header-inner #home, #header #header-inner #logo,
3678 #content div.box ul.left, #content div.box ol.left,
3685 #content div.box ul.left, #content div.box ol.left,
3679 div#commit_history,
3686 div#commit_history,
3680 div#legend_data, div#legend_container, div#legend_choices {
3687 div#legend_data, div#legend_container, div#legend_choices {
3681 float: left;
3688 float: left;
3682 }
3689 }
3683
3690
3684 #header #header-inner #quick li #quick_login,
3691 #header #header-inner #quick li #quick_login,
3685 #header #header-inner #quick li:hover ul ul,
3692 #header #header-inner #quick li:hover ul ul,
3686 #header #header-inner #quick li:hover ul ul ul,
3693 #header #header-inner #quick li:hover ul ul ul,
3687 #header #header-inner #quick li:hover ul ul ul ul,
3694 #header #header-inner #quick li:hover ul ul ul ul,
3688 #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow {
3695 #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow {
3689 display: none;
3696 display: none;
3690 }
3697 }
3691
3698
3692 #header #header-inner #quick li:hover #quick_login,
3699 #header #header-inner #quick li:hover #quick_login,
3693 #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 {
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 {
3694 display: block;
3701 display: block;
3695 }
3702 }
3696
3703
3697 #content div.graph {
3704 #content div.graph {
3698 padding: 0 10px 10px;
3705 padding: 0 10px 10px;
3699 }
3706 }
3700
3707
3701 #content div.box div.title ul.links li a:hover,
3708 #content div.box div.title ul.links li a:hover,
3702 #content div.box div.title ul.links li.ui-tabs-selected a {
3709 #content div.box div.title ul.links li.ui-tabs-selected a {
3703
3710
3704 background: #6388ad; /* Old browsers */
3711 background: #6388ad; /* Old browsers */
3705 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
3712 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
3706 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+ */
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+ */
3707 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
3714 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
3708 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
3715 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
3709 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
3716 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
3710 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
3717 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
3711 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
3718 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
3712 }
3719 }
3713
3720
3714 #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 {
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 {
3715 margin: 10px 24px 10px 44px;
3722 margin: 10px 24px 10px 44px;
3716 }
3723 }
3717
3724
3718 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
3725 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
3719 position: relative;
3726 position: relative;
3720 clear: both;
3727 clear: both;
3721 margin: 0;
3728 margin: 0;
3722 padding: 0 20px 10px;
3729 padding: 0 20px 10px;
3723 }
3730 }
3724
3731
3725 #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields {
3732 #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields {
3726 clear: both;
3733 clear: both;
3727 overflow: hidden;
3734 overflow: hidden;
3728 margin: 0;
3735 margin: 0;
3729 padding: 0;
3736 padding: 0;
3730 }
3737 }
3731
3738
3732 #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 {
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 {
3733 height: 1%;
3740 height: 1%;
3734 display: block;
3741 display: block;
3735 color: #363636;
3742 color: #363636;
3736 margin: 0;
3743 margin: 0;
3737 padding: 2px 0 0;
3744 padding: 2px 0 0;
3738 }
3745 }
3739
3746
3740 #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 {
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 {
3741 background: #FBE3E4;
3748 background: #FBE3E4;
3742 border-top: 1px solid #e1b2b3;
3749 border-top: 1px solid #e1b2b3;
3743 border-left: 1px solid #e1b2b3;
3750 border-left: 1px solid #e1b2b3;
3744 border-right: 1px solid #FBC2C4;
3751 border-right: 1px solid #FBC2C4;
3745 border-bottom: 1px solid #FBC2C4;
3752 border-bottom: 1px solid #FBC2C4;
3746 }
3753 }
3747
3754
3748 #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 {
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 {
3749 background: #E6EFC2;
3756 background: #E6EFC2;
3750 border-top: 1px solid #cebb98;
3757 border-top: 1px solid #cebb98;
3751 border-left: 1px solid #cebb98;
3758 border-left: 1px solid #cebb98;
3752 border-right: 1px solid #c6d880;
3759 border-right: 1px solid #c6d880;
3753 border-bottom: 1px solid #c6d880;
3760 border-bottom: 1px solid #c6d880;
3754 }
3761 }
3755
3762
3756 #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 {
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 {
3757 margin: 0;
3764 margin: 0;
3758 }
3765 }
3759
3766
3760 #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 {
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 {
3761 margin: 0 0 0 0px !important;
3768 margin: 0 0 0 0px !important;
3762 padding: 0;
3769 padding: 0;
3763 }
3770 }
3764
3771
3765 #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 {
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 {
3766 margin: 0 0 0 200px;
3773 margin: 0 0 0 200px;
3767 padding: 0;
3774 padding: 0;
3768 }
3775 }
3769
3776
3770 #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 {
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 {
3771 color: #000;
3778 color: #000;
3772 text-decoration: none;
3779 text-decoration: none;
3773 }
3780 }
3774
3781
3775 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, #content div.box div.action a.ui-selectmenu-focus {
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 {
3776 border: 1px solid #666;
3783 border: 1px solid #666;
3777 }
3784 }
3778
3785
3779 #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 {
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 {
3780 clear: both;
3787 clear: both;
3781 overflow: hidden;
3788 overflow: hidden;
3782 margin: 0;
3789 margin: 0;
3783 padding: 8px 0 2px;
3790 padding: 8px 0 2px;
3784 }
3791 }
3785
3792
3786 #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 {
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 {
3787 float: left;
3794 float: left;
3788 margin: 0;
3795 margin: 0;
3789 }
3796 }
3790
3797
3791 #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 {
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 {
3792 height: 1%;
3799 height: 1%;
3793 display: block;
3800 display: block;
3794 float: left;
3801 float: left;
3795 margin: 2px 0 0 4px;
3802 margin: 2px 0 0 4px;
3796 }
3803 }
3797
3804
3798 div.form div.fields div.field div.button input,
3805 div.form div.fields div.field div.button input,
3799 #content div.box div.form div.fields div.buttons input
3806 #content div.box div.form div.fields div.buttons input
3800 div.form div.fields div.buttons input,
3807 div.form div.fields div.buttons input,
3801 #content div.box div.action div.button input {
3808 #content div.box div.action div.button input {
3802 font-size: 11px;
3809 font-size: 11px;
3803 font-weight: 700;
3810 font-weight: 700;
3804 margin: 0;
3811 margin: 0;
3805 }
3812 }
3806
3813
3807 input.ui-button {
3814 input.ui-button {
3808 background: #e5e3e3 url("../images/button.png") repeat-x;
3815 background: #e5e3e3 url("../images/button.png") repeat-x;
3809 border-top: 1px solid #DDD;
3816 border-top: 1px solid #DDD;
3810 border-left: 1px solid #c6c6c6;
3817 border-left: 1px solid #c6c6c6;
3811 border-right: 1px solid #DDD;
3818 border-right: 1px solid #DDD;
3812 border-bottom: 1px solid #c6c6c6;
3819 border-bottom: 1px solid #c6c6c6;
3813 color: #515151 !important;
3820 color: #515151 !important;
3814 outline: none;
3821 outline: none;
3815 margin: 0;
3822 margin: 0;
3816 padding: 6px 12px;
3823 padding: 6px 12px;
3817 -webkit-border-radius: 4px 4px 4px 4px;
3824 -webkit-border-radius: 4px 4px 4px 4px;
3818 -khtml-border-radius: 4px 4px 4px 4px;
3825 -khtml-border-radius: 4px 4px 4px 4px;
3819 border-radius: 4px 4px 4px 4px;
3826 border-radius: 4px 4px 4px 4px;
3820 box-shadow: 0 1px 0 #ececec;
3827 box-shadow: 0 1px 0 #ececec;
3821 cursor: pointer;
3828 cursor: pointer;
3822 }
3829 }
3823
3830
3824 input.ui-button:hover {
3831 input.ui-button:hover {
3825 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3832 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3826 border-top: 1px solid #ccc;
3833 border-top: 1px solid #ccc;
3827 border-left: 1px solid #bebebe;
3834 border-left: 1px solid #bebebe;
3828 border-right: 1px solid #b1b1b1;
3835 border-right: 1px solid #b1b1b1;
3829 border-bottom: 1px solid #afafaf;
3836 border-bottom: 1px solid #afafaf;
3830 }
3837 }
3831
3838
3832 div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight {
3839 div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight {
3833 display: inline;
3840 display: inline;
3834 }
3841 }
3835
3842
3836 #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons {
3843 #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons {
3837 margin: 10px 0 0 200px;
3844 margin: 10px 0 0 200px;
3838 padding: 0;
3845 padding: 0;
3839 }
3846 }
3840
3847
3841 #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 {
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 {
3842 margin: 10px 0 0;
3849 margin: 10px 0 0;
3843 }
3850 }
3844
3851
3845 #content div.box table td.user, #content div.box table td.address {
3852 #content div.box table td.user, #content div.box table td.address {
3846 width: 10%;
3853 width: 10%;
3847 text-align: center;
3854 text-align: center;
3848 }
3855 }
3849
3856
3850 #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 {
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 {
3851 text-align: right;
3858 text-align: right;
3852 margin: 6px 0 0;
3859 margin: 6px 0 0;
3853 padding: 0;
3860 padding: 0;
3854 }
3861 }
3855
3862
3856 #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 {
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 {
3857 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3864 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3858 border-top: 1px solid #ccc;
3865 border-top: 1px solid #ccc;
3859 border-left: 1px solid #bebebe;
3866 border-left: 1px solid #bebebe;
3860 border-right: 1px solid #b1b1b1;
3867 border-right: 1px solid #b1b1b1;
3861 border-bottom: 1px solid #afafaf;
3868 border-bottom: 1px solid #afafaf;
3862 color: #515151;
3869 color: #515151;
3863 margin: 0;
3870 margin: 0;
3864 padding: 6px 12px;
3871 padding: 6px 12px;
3865 }
3872 }
3866
3873
3867 #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results {
3874 #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results {
3868 text-align: left;
3875 text-align: left;
3869 float: left;
3876 float: left;
3870 margin: 0;
3877 margin: 0;
3871 padding: 0;
3878 padding: 0;
3872 }
3879 }
3873
3880
3874 #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span {
3881 #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span {
3875 height: 1%;
3882 height: 1%;
3876 display: block;
3883 display: block;
3877 float: left;
3884 float: left;
3878 background: #ebebeb url("../images/pager.png") repeat-x;
3885 background: #ebebeb url("../images/pager.png") repeat-x;
3879 border-top: 1px solid #dedede;
3886 border-top: 1px solid #dedede;
3880 border-left: 1px solid #cfcfcf;
3887 border-left: 1px solid #cfcfcf;
3881 border-right: 1px solid #c4c4c4;
3888 border-right: 1px solid #c4c4c4;
3882 border-bottom: 1px solid #c4c4c4;
3889 border-bottom: 1px solid #c4c4c4;
3883 color: #4A4A4A;
3890 color: #4A4A4A;
3884 font-weight: 700;
3891 font-weight: 700;
3885 margin: 0;
3892 margin: 0;
3886 padding: 6px 8px;
3893 padding: 6px 8px;
3887 }
3894 }
3888
3895
3889 #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled {
3896 #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled {
3890 color: #B4B4B4;
3897 color: #B4B4B4;
3891 padding: 6px;
3898 padding: 6px;
3892 }
3899 }
3893
3900
3894 #login, #register {
3901 #login, #register {
3895 width: 520px;
3902 width: 520px;
3896 margin: 10% auto 0;
3903 margin: 10% auto 0;
3897 padding: 0;
3904 padding: 0;
3898 }
3905 }
3899
3906
3900 #login div.color, #register div.color {
3907 #login div.color, #register div.color {
3901 clear: both;
3908 clear: both;
3902 overflow: hidden;
3909 overflow: hidden;
3903 background: #FFF;
3910 background: #FFF;
3904 margin: 10px auto 0;
3911 margin: 10px auto 0;
3905 padding: 3px 3px 3px 0;
3912 padding: 3px 3px 3px 0;
3906 }
3913 }
3907
3914
3908 #login div.color a, #register div.color a {
3915 #login div.color a, #register div.color a {
3909 width: 20px;
3916 width: 20px;
3910 height: 20px;
3917 height: 20px;
3911 display: block;
3918 display: block;
3912 float: left;
3919 float: left;
3913 margin: 0 0 0 3px;
3920 margin: 0 0 0 3px;
3914 padding: 0;
3921 padding: 0;
3915 }
3922 }
3916
3923
3917 #login div.title h5, #register div.title h5 {
3924 #login div.title h5, #register div.title h5 {
3918 color: #fff;
3925 color: #fff;
3919 margin: 10px;
3926 margin: 10px;
3920 padding: 0;
3927 padding: 0;
3921 }
3928 }
3922
3929
3923 #login div.form div.fields div.field, #register div.form div.fields div.field {
3930 #login div.form div.fields div.field, #register div.form div.fields div.field {
3924 clear: both;
3931 clear: both;
3925 overflow: hidden;
3932 overflow: hidden;
3926 margin: 0;
3933 margin: 0;
3927 padding: 0 0 10px;
3934 padding: 0 0 10px;
3928 }
3935 }
3929
3936
3930 #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message {
3937 #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message {
3931 height: 1%;
3938 height: 1%;
3932 display: block;
3939 display: block;
3933 color: red;
3940 color: red;
3934 margin: 8px 0 0;
3941 margin: 8px 0 0;
3935 padding: 0;
3942 padding: 0;
3936 max-width: 320px;
3943 max-width: 320px;
3937 }
3944 }
3938
3945
3939 #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label {
3946 #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label {
3940 color: #000;
3947 color: #000;
3941 font-weight: 700;
3948 font-weight: 700;
3942 }
3949 }
3943
3950
3944 #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input {
3951 #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input {
3945 float: left;
3952 float: left;
3946 margin: 0;
3953 margin: 0;
3947 padding: 0;
3954 padding: 0;
3948 }
3955 }
3949
3956
3950 #login div.form div.fields div.field div.input input.large {
3957 #login div.form div.fields div.field div.input input.large {
3951 width: 250px;
3958 width: 250px;
3952 }
3959 }
3953
3960
3954 #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox {
3961 #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox {
3955 margin: 0 0 0 184px;
3962 margin: 0 0 0 184px;
3956 padding: 0;
3963 padding: 0;
3957 }
3964 }
3958
3965
3959 #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label {
3966 #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label {
3960 color: #565656;
3967 color: #565656;
3961 font-weight: 700;
3968 font-weight: 700;
3962 }
3969 }
3963
3970
3964 #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input {
3971 #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input {
3965 color: #000;
3972 color: #000;
3966 font-size: 1em;
3973 font-size: 1em;
3967 font-weight: 700;
3974 font-weight: 700;
3968 margin: 0;
3975 margin: 0;
3969 }
3976 }
3970
3977
3971 #changeset_content .container .wrapper, #graph_content .container .wrapper {
3978 #changeset_content .container .wrapper, #graph_content .container .wrapper {
3972 width: 600px;
3979 width: 600px;
3973 }
3980 }
3974
3981
3975 #changeset_content .container .date, .ac .match {
3982 #changeset_content .container .date, .ac .match {
3976 font-weight: 700;
3983 font-weight: 700;
3977 padding-top: 5px;
3984 padding-top: 5px;
3978 padding-bottom: 5px;
3985 padding-bottom: 5px;
3979 }
3986 }
3980
3987
3981 div#legend_container table td, div#legend_choices table td {
3988 div#legend_container table td, div#legend_choices table td {
3982 border: none !important;
3989 border: none !important;
3983 height: 20px !important;
3990 height: 20px !important;
3984 padding: 0 !important;
3991 padding: 0 !important;
3985 }
3992 }
3986
3993
3987 .q_filter_box {
3994 .q_filter_box {
3988 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3995 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3989 -webkit-border-radius: 4px;
3996 -webkit-border-radius: 4px;
3990 border-radius: 4px;
3997 border-radius: 4px;
3991 border: 0 none;
3998 border: 0 none;
3992 color: #AAAAAA;
3999 color: #AAAAAA;
3993 margin-bottom: -4px;
4000 margin-bottom: -4px;
3994 margin-top: -4px;
4001 margin-top: -4px;
3995 padding-left: 3px;
4002 padding-left: 3px;
3996 }
4003 }
3997
4004
3998 #node_filter {
4005 #node_filter {
3999 border: 0px solid #545454;
4006 border: 0px solid #545454;
4000 color: #AAAAAA;
4007 color: #AAAAAA;
4001 padding-left: 3px;
4008 padding-left: 3px;
4002 }
4009 }
4003
4010
4004
4011
4005 .group_members_wrap {
4012 .group_members_wrap {
4006 min-height: 85px;
4013 min-height: 85px;
4007 padding-left: 20px;
4014 padding-left: 20px;
4008 }
4015 }
4009
4016
4010 .group_members .group_member {
4017 .group_members .group_member {
4011 height: 30px;
4018 height: 30px;
4012 padding: 0px 0px 0px 0px;
4019 padding: 0px 0px 0px 0px;
4013 }
4020 }
4014
4021
4015 .reviewers_member {
4022 .reviewers_member {
4016 height: 15px;
4023 height: 15px;
4017 padding: 0px 0px 0px 10px;
4024 padding: 0px 0px 0px 10px;
4018 }
4025 }
4019
4026
4020 .emails_wrap {
4027 .emails_wrap {
4021 padding: 0px 20px;
4028 padding: 0px 20px;
4022 }
4029 }
4023
4030
4024 .emails_wrap .email_entry {
4031 .emails_wrap .email_entry {
4025 height: 30px;
4032 height: 30px;
4026 padding: 0px 0px 0px 10px;
4033 padding: 0px 0px 0px 10px;
4027 }
4034 }
4028 .emails_wrap .email_entry .email {
4035 .emails_wrap .email_entry .email {
4029 float: left
4036 float: left
4030 }
4037 }
4031 .emails_wrap .email_entry .email_action {
4038 .emails_wrap .email_entry .email_action {
4032 float: left
4039 float: left
4033 }
4040 }
4034
4041
4035 .ips_wrap {
4042 .ips_wrap {
4036 padding: 0px 20px;
4043 padding: 0px 20px;
4037 }
4044 }
4038
4045
4039 .ips_wrap .ip_entry {
4046 .ips_wrap .ip_entry {
4040 height: 30px;
4047 height: 30px;
4041 padding: 0px 0px 0px 10px;
4048 padding: 0px 0px 0px 10px;
4042 }
4049 }
4043 .ips_wrap .ip_entry .ip {
4050 .ips_wrap .ip_entry .ip {
4044 float: left
4051 float: left
4045 }
4052 }
4046 .ips_wrap .ip_entry .ip_action {
4053 .ips_wrap .ip_entry .ip_action {
4047 float: left
4054 float: left
4048 }
4055 }
4049
4056
4050
4057
4051 /*README STYLE*/
4058 /*README STYLE*/
4052
4059
4053 div.readme {
4060 div.readme {
4054 padding: 0px;
4061 padding: 0px;
4055 }
4062 }
4056
4063
4057 div.readme h2 {
4064 div.readme h2 {
4058 font-weight: normal;
4065 font-weight: normal;
4059 }
4066 }
4060
4067
4061 div.readme .readme_box {
4068 div.readme .readme_box {
4062 background-color: #fafafa;
4069 background-color: #fafafa;
4063 }
4070 }
4064
4071
4065 div.readme .readme_box {
4072 div.readme .readme_box {
4066 clear: both;
4073 clear: both;
4067 overflow: hidden;
4074 overflow: hidden;
4068 margin: 0;
4075 margin: 0;
4069 padding: 0 20px 10px;
4076 padding: 0 20px 10px;
4070 }
4077 }
4071
4078
4072 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 {
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 {
4073 border-bottom: 0 !important;
4080 border-bottom: 0 !important;
4074 margin: 0 !important;
4081 margin: 0 !important;
4075 padding: 0 !important;
4082 padding: 0 !important;
4076 line-height: 1.5em !important;
4083 line-height: 1.5em !important;
4077 }
4084 }
4078
4085
4079
4086
4080 div.readme .readme_box h1:first-child {
4087 div.readme .readme_box h1:first-child {
4081 padding-top: .25em !important;
4088 padding-top: .25em !important;
4082 }
4089 }
4083
4090
4084 div.readme .readme_box h2, div.readme .readme_box h3 {
4091 div.readme .readme_box h2, div.readme .readme_box h3 {
4085 margin: 1em 0 !important;
4092 margin: 1em 0 !important;
4086 }
4093 }
4087
4094
4088 div.readme .readme_box h2 {
4095 div.readme .readme_box h2 {
4089 margin-top: 1.5em !important;
4096 margin-top: 1.5em !important;
4090 border-top: 4px solid #e0e0e0 !important;
4097 border-top: 4px solid #e0e0e0 !important;
4091 padding-top: .5em !important;
4098 padding-top: .5em !important;
4092 }
4099 }
4093
4100
4094 div.readme .readme_box p {
4101 div.readme .readme_box p {
4095 color: black !important;
4102 color: black !important;
4096 margin: 1em 0 !important;
4103 margin: 1em 0 !important;
4097 line-height: 1.5em !important;
4104 line-height: 1.5em !important;
4098 }
4105 }
4099
4106
4100 div.readme .readme_box ul {
4107 div.readme .readme_box ul {
4101 list-style: disc !important;
4108 list-style: disc !important;
4102 margin: 1em 0 1em 2em !important;
4109 margin: 1em 0 1em 2em !important;
4103 }
4110 }
4104
4111
4105 div.readme .readme_box ol {
4112 div.readme .readme_box ol {
4106 list-style: decimal;
4113 list-style: decimal;
4107 margin: 1em 0 1em 2em !important;
4114 margin: 1em 0 1em 2em !important;
4108 }
4115 }
4109
4116
4110 div.readme .readme_box pre, code {
4117 div.readme .readme_box pre, code {
4111 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4118 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4112 }
4119 }
4113
4120
4114 div.readme .readme_box code {
4121 div.readme .readme_box code {
4115 font-size: 12px !important;
4122 font-size: 12px !important;
4116 background-color: ghostWhite !important;
4123 background-color: ghostWhite !important;
4117 color: #444 !important;
4124 color: #444 !important;
4118 padding: 0 .2em !important;
4125 padding: 0 .2em !important;
4119 border: 1px solid #dedede !important;
4126 border: 1px solid #dedede !important;
4120 }
4127 }
4121
4128
4122 div.readme .readme_box pre code {
4129 div.readme .readme_box pre code {
4123 padding: 0 !important;
4130 padding: 0 !important;
4124 font-size: 12px !important;
4131 font-size: 12px !important;
4125 background-color: #eee !important;
4132 background-color: #eee !important;
4126 border: none !important;
4133 border: none !important;
4127 }
4134 }
4128
4135
4129 div.readme .readme_box pre {
4136 div.readme .readme_box pre {
4130 margin: 1em 0;
4137 margin: 1em 0;
4131 font-size: 12px;
4138 font-size: 12px;
4132 background-color: #eee;
4139 background-color: #eee;
4133 border: 1px solid #ddd;
4140 border: 1px solid #ddd;
4134 padding: 5px;
4141 padding: 5px;
4135 color: #444;
4142 color: #444;
4136 overflow: auto;
4143 overflow: auto;
4137 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4144 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4138 -webkit-border-radius: 3px;
4145 -webkit-border-radius: 3px;
4139 border-radius: 3px;
4146 border-radius: 3px;
4140 }
4147 }
4141
4148
4142 div.readme .readme_box table {
4149 div.readme .readme_box table {
4143 display: table;
4150 display: table;
4144 border-collapse: separate;
4151 border-collapse: separate;
4145 border-spacing: 2px;
4152 border-spacing: 2px;
4146 border-color: gray;
4153 border-color: gray;
4147 width: auto !important;
4154 width: auto !important;
4148 }
4155 }
4149
4156
4150
4157
4151 /** RST STYLE **/
4158 /** RST STYLE **/
4152
4159
4153
4160
4154 div.rst-block {
4161 div.rst-block {
4155 padding: 0px;
4162 padding: 0px;
4156 }
4163 }
4157
4164
4158 div.rst-block h2 {
4165 div.rst-block h2 {
4159 font-weight: normal;
4166 font-weight: normal;
4160 }
4167 }
4161
4168
4162 div.rst-block {
4169 div.rst-block {
4163 background-color: #fafafa;
4170 background-color: #fafafa;
4164 }
4171 }
4165
4172
4166 div.rst-block {
4173 div.rst-block {
4167 clear: both;
4174 clear: both;
4168 overflow: hidden;
4175 overflow: hidden;
4169 margin: 0;
4176 margin: 0;
4170 padding: 0 20px 10px;
4177 padding: 0 20px 10px;
4171 }
4178 }
4172
4179
4173 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
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 {
4174 border-bottom: 0 !important;
4181 border-bottom: 0 !important;
4175 margin: 0 !important;
4182 margin: 0 !important;
4176 padding: 0 !important;
4183 padding: 0 !important;
4177 line-height: 1.5em !important;
4184 line-height: 1.5em !important;
4178 }
4185 }
4179
4186
4180
4187
4181 div.rst-block h1:first-child {
4188 div.rst-block h1:first-child {
4182 padding-top: .25em !important;
4189 padding-top: .25em !important;
4183 }
4190 }
4184
4191
4185 div.rst-block h2, div.rst-block h3 {
4192 div.rst-block h2, div.rst-block h3 {
4186 margin: 1em 0 !important;
4193 margin: 1em 0 !important;
4187 }
4194 }
4188
4195
4189 div.rst-block h2 {
4196 div.rst-block h2 {
4190 margin-top: 1.5em !important;
4197 margin-top: 1.5em !important;
4191 border-top: 4px solid #e0e0e0 !important;
4198 border-top: 4px solid #e0e0e0 !important;
4192 padding-top: .5em !important;
4199 padding-top: .5em !important;
4193 }
4200 }
4194
4201
4195 div.rst-block p {
4202 div.rst-block p {
4196 color: black !important;
4203 color: black !important;
4197 margin: 1em 0 !important;
4204 margin: 1em 0 !important;
4198 line-height: 1.5em !important;
4205 line-height: 1.5em !important;
4199 }
4206 }
4200
4207
4201 div.rst-block ul {
4208 div.rst-block ul {
4202 list-style: disc !important;
4209 list-style: disc !important;
4203 margin: 1em 0 1em 2em !important;
4210 margin: 1em 0 1em 2em !important;
4204 }
4211 }
4205
4212
4206 div.rst-block ol {
4213 div.rst-block ol {
4207 list-style: decimal;
4214 list-style: decimal;
4208 margin: 1em 0 1em 2em !important;
4215 margin: 1em 0 1em 2em !important;
4209 }
4216 }
4210
4217
4211 div.rst-block pre, code {
4218 div.rst-block pre, code {
4212 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4219 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4213 }
4220 }
4214
4221
4215 div.rst-block code {
4222 div.rst-block code {
4216 font-size: 12px !important;
4223 font-size: 12px !important;
4217 background-color: ghostWhite !important;
4224 background-color: ghostWhite !important;
4218 color: #444 !important;
4225 color: #444 !important;
4219 padding: 0 .2em !important;
4226 padding: 0 .2em !important;
4220 border: 1px solid #dedede !important;
4227 border: 1px solid #dedede !important;
4221 }
4228 }
4222
4229
4223 div.rst-block pre code {
4230 div.rst-block pre code {
4224 padding: 0 !important;
4231 padding: 0 !important;
4225 font-size: 12px !important;
4232 font-size: 12px !important;
4226 background-color: #eee !important;
4233 background-color: #eee !important;
4227 border: none !important;
4234 border: none !important;
4228 }
4235 }
4229
4236
4230 div.rst-block pre {
4237 div.rst-block pre {
4231 margin: 1em 0;
4238 margin: 1em 0;
4232 font-size: 12px;
4239 font-size: 12px;
4233 background-color: #eee;
4240 background-color: #eee;
4234 border: 1px solid #ddd;
4241 border: 1px solid #ddd;
4235 padding: 5px;
4242 padding: 5px;
4236 color: #444;
4243 color: #444;
4237 overflow: auto;
4244 overflow: auto;
4238 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4245 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4239 -webkit-border-radius: 3px;
4246 -webkit-border-radius: 3px;
4240 border-radius: 3px;
4247 border-radius: 3px;
4241 }
4248 }
4242
4249
4243
4250
4244 /** comment main **/
4251 /** comment main **/
4245 .comments {
4252 .comments {
4246 padding: 10px 20px;
4253 padding: 10px 20px;
4247 }
4254 }
4248
4255
4249 .comments .comment {
4256 .comments .comment {
4250 border: 1px solid #ddd;
4257 border: 1px solid #ddd;
4251 margin-top: 10px;
4258 margin-top: 10px;
4252 -webkit-border-radius: 4px;
4259 -webkit-border-radius: 4px;
4253 border-radius: 4px;
4260 border-radius: 4px;
4254 }
4261 }
4255
4262
4256 .comments .comment .meta {
4263 .comments .comment .meta {
4257 background: #f8f8f8;
4264 background: #f8f8f8;
4258 padding: 4px;
4265 padding: 4px;
4259 border-bottom: 1px solid #ddd;
4266 border-bottom: 1px solid #ddd;
4260 height: 18px;
4267 height: 18px;
4261 }
4268 }
4262
4269
4263 .comments .comment .meta img {
4270 .comments .comment .meta img {
4264 vertical-align: middle;
4271 vertical-align: middle;
4265 }
4272 }
4266
4273
4267 .comments .comment .meta .user {
4274 .comments .comment .meta .user {
4268 font-weight: bold;
4275 font-weight: bold;
4269 float: left;
4276 float: left;
4270 padding: 4px 2px 2px 2px;
4277 padding: 4px 2px 2px 2px;
4271 }
4278 }
4272
4279
4273 .comments .comment .meta .date {
4280 .comments .comment .meta .date {
4274 float: left;
4281 float: left;
4275 padding: 4px 4px 0px 4px;
4282 padding: 4px 4px 0px 4px;
4276 }
4283 }
4277
4284
4278 .comments .comment .text {
4285 .comments .comment .text {
4279 background-color: #FAFAFA;
4286 background-color: #FAFAFA;
4280 }
4287 }
4281 .comment .text div.rst-block p {
4288 .comment .text div.rst-block p {
4282 margin: 0.5em 0px !important;
4289 margin: 0.5em 0px !important;
4283 }
4290 }
4284
4291
4285 .comments .comments-number {
4292 .comments .comments-number {
4286 padding: 0px 0px 10px 0px;
4293 padding: 0px 0px 10px 0px;
4287 font-weight: bold;
4294 font-weight: bold;
4288 color: #666;
4295 color: #666;
4289 font-size: 16px;
4296 font-size: 16px;
4290 }
4297 }
4291
4298
4292 /** comment form **/
4299 /** comment form **/
4293
4300
4294 .status-block {
4301 .status-block {
4295 min-height: 80px;
4302 min-height: 80px;
4296 clear: both
4303 clear: both
4297 }
4304 }
4298
4305
4299
4306
4300 div.comment-form {
4307 div.comment-form {
4301 margin-top: 20px;
4308 margin-top: 20px;
4302 }
4309 }
4303
4310
4304 .comment-form strong {
4311 .comment-form strong {
4305 display: block;
4312 display: block;
4306 margin-bottom: 15px;
4313 margin-bottom: 15px;
4307 }
4314 }
4308
4315
4309 .comment-form textarea {
4316 .comment-form textarea {
4310 width: 100%;
4317 width: 100%;
4311 height: 100px;
4318 height: 100px;
4312 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4319 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4313 }
4320 }
4314
4321
4315 form.comment-form {
4322 form.comment-form {
4316 margin-top: 10px;
4323 margin-top: 10px;
4317 margin-left: 10px;
4324 margin-left: 10px;
4318 }
4325 }
4319
4326
4320 .comment-inline-form .comment-block-ta,
4327 .comment-inline-form .comment-block-ta,
4321 .comment-form .comment-block-ta {
4328 .comment-form .comment-block-ta {
4322 border: 1px solid #ccc;
4329 border: 1px solid #ccc;
4323 border-radius: 3px;
4330 border-radius: 3px;
4324 box-sizing: border-box;
4331 box-sizing: border-box;
4325 }
4332 }
4326
4333
4327 .comment-form-submit {
4334 .comment-form-submit {
4328 margin-top: 5px;
4335 margin-top: 5px;
4329 margin-left: 525px;
4336 margin-left: 525px;
4330 }
4337 }
4331
4338
4332 .file-comments {
4339 .file-comments {
4333 display: none;
4340 display: none;
4334 }
4341 }
4335
4342
4336 .comment-form .comment {
4343 .comment-form .comment {
4337 margin-left: 10px;
4344 margin-left: 10px;
4338 }
4345 }
4339
4346
4340 .comment-form .comment-help {
4347 .comment-form .comment-help {
4341 padding: 5px 5px 5px 5px;
4348 padding: 5px 5px 5px 5px;
4342 color: #666;
4349 color: #666;
4343 }
4350 }
4344 .comment-form .comment-help .preview-btn,
4351 .comment-form .comment-help .preview-btn,
4345 .comment-form .comment-help .edit-btn {
4352 .comment-form .comment-help .edit-btn {
4346 float: right;
4353 float: right;
4347 margin: -6px 0px 0px 0px;
4354 margin: -6px 0px 0px 0px;
4348 }
4355 }
4349
4356
4350 .comment-form .preview-box.unloaded,
4357 .comment-form .preview-box.unloaded,
4351 .comment-inline-form .preview-box.unloaded {
4358 .comment-inline-form .preview-box.unloaded {
4352 height: 50px;
4359 height: 50px;
4353 text-align: center;
4360 text-align: center;
4354 padding: 20px;
4361 padding: 20px;
4355 background-color: #fafafa;
4362 background-color: #fafafa;
4356 }
4363 }
4357
4364
4358 .comment-form .comment-button {
4365 .comment-form .comment-button {
4359 padding-top: 5px;
4366 padding-top: 5px;
4360 }
4367 }
4361
4368
4362 .add-another-button {
4369 .add-another-button {
4363 margin-left: 10px;
4370 margin-left: 10px;
4364 margin-top: 10px;
4371 margin-top: 10px;
4365 margin-bottom: 10px;
4372 margin-bottom: 10px;
4366 }
4373 }
4367
4374
4368 .comment .buttons {
4375 .comment .buttons {
4369 float: right;
4376 float: right;
4370 margin: -1px 0px 0px 0px;
4377 margin: -1px 0px 0px 0px;
4371 }
4378 }
4372
4379
4373
4380
4374 .show-inline-comments {
4381 .show-inline-comments {
4375 position: relative;
4382 position: relative;
4376 top: 1px
4383 top: 1px
4377 }
4384 }
4378
4385
4379 /** comment inline form **/
4386 /** comment inline form **/
4380 .comment-inline-form {
4387 .comment-inline-form {
4381 margin: 4px;
4388 margin: 4px;
4382 }
4389 }
4383 .comment-inline-form .overlay {
4390 .comment-inline-form .overlay {
4384 display: none;
4391 display: none;
4385 }
4392 }
4386 .comment-inline-form .overlay.submitting {
4393 .comment-inline-form .overlay.submitting {
4387 display: block;
4394 display: block;
4388 background: none repeat scroll 0 0 white;
4395 background: none repeat scroll 0 0 white;
4389 font-size: 16px;
4396 font-size: 16px;
4390 opacity: 0.5;
4397 opacity: 0.5;
4391 position: absolute;
4398 position: absolute;
4392 text-align: center;
4399 text-align: center;
4393 vertical-align: top;
4400 vertical-align: top;
4394
4401
4395 }
4402 }
4396 .comment-inline-form .overlay.submitting .overlay-text {
4403 .comment-inline-form .overlay.submitting .overlay-text {
4397 width: 100%;
4404 width: 100%;
4398 margin-top: 5%;
4405 margin-top: 5%;
4399 }
4406 }
4400
4407
4401 .comment-inline-form .clearfix,
4408 .comment-inline-form .clearfix,
4402 .comment-form .clearfix {
4409 .comment-form .clearfix {
4403 background: #EEE;
4410 background: #EEE;
4404 -webkit-border-radius: 4px;
4411 -webkit-border-radius: 4px;
4405 border-radius: 4px;
4412 border-radius: 4px;
4406 padding: 5px;
4413 padding: 5px;
4407 margin: 0px;
4414 margin: 0px;
4408 }
4415 }
4409
4416
4410 div.comment-inline-form {
4417 div.comment-inline-form {
4411 padding: 4px 0px 6px 0px;
4418 padding: 4px 0px 6px 0px;
4412 }
4419 }
4413
4420
4414 .comment-inline-form strong {
4421 .comment-inline-form strong {
4415 display: block;
4422 display: block;
4416 margin-bottom: 15px;
4423 margin-bottom: 15px;
4417 }
4424 }
4418
4425
4419 .comment-inline-form textarea {
4426 .comment-inline-form textarea {
4420 width: 100%;
4427 width: 100%;
4421 height: 100px;
4428 height: 100px;
4422 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4429 font-family: 'Monaco', 'Courier', 'Courier New', monospace;
4423 }
4430 }
4424
4431
4425 form.comment-inline-form {
4432 form.comment-inline-form {
4426 margin-top: 10px;
4433 margin-top: 10px;
4427 margin-left: 10px;
4434 margin-left: 10px;
4428 }
4435 }
4429
4436
4430 .comment-inline-form-submit {
4437 .comment-inline-form-submit {
4431 margin-top: 5px;
4438 margin-top: 5px;
4432 margin-left: 525px;
4439 margin-left: 525px;
4433 }
4440 }
4434
4441
4435 .file-comments {
4442 .file-comments {
4436 display: none;
4443 display: none;
4437 }
4444 }
4438
4445
4439 .comment-inline-form .comment {
4446 .comment-inline-form .comment {
4440 margin-left: 10px;
4447 margin-left: 10px;
4441 }
4448 }
4442
4449
4443 .comment-inline-form .comment-help {
4450 .comment-inline-form .comment-help {
4444 padding: 5px 5px 5px 5px;
4451 padding: 5px 5px 5px 5px;
4445 color: #666;
4452 color: #666;
4446 }
4453 }
4447
4454
4448 .comment-inline-form .comment-help .preview-btn,
4455 .comment-inline-form .comment-help .preview-btn,
4449 .comment-inline-form .comment-help .edit-btn {
4456 .comment-inline-form .comment-help .edit-btn {
4450 float: right;
4457 float: right;
4451 margin: -6px 0px 0px 0px;
4458 margin: -6px 0px 0px 0px;
4452 }
4459 }
4453
4460
4454 .comment-inline-form .comment-button {
4461 .comment-inline-form .comment-button {
4455 padding-top: 5px;
4462 padding-top: 5px;
4456 }
4463 }
4457
4464
4458 /** comment inline **/
4465 /** comment inline **/
4459 .inline-comments {
4466 .inline-comments {
4460 padding: 10px 20px;
4467 padding: 10px 20px;
4461 }
4468 }
4462
4469
4463 .inline-comments div.rst-block {
4470 .inline-comments div.rst-block {
4464 clear: both;
4471 clear: both;
4465 overflow: hidden;
4472 overflow: hidden;
4466 margin: 0;
4473 margin: 0;
4467 padding: 0 20px 0px;
4474 padding: 0 20px 0px;
4468 }
4475 }
4469 .inline-comments .comment {
4476 .inline-comments .comment {
4470 border: 1px solid #ddd;
4477 border: 1px solid #ddd;
4471 -webkit-border-radius: 4px;
4478 -webkit-border-radius: 4px;
4472 border-radius: 4px;
4479 border-radius: 4px;
4473 margin: 3px 3px 5px 5px;
4480 margin: 3px 3px 5px 5px;
4474 background-color: #FAFAFA;
4481 background-color: #FAFAFA;
4475 }
4482 }
4476 .inline-comments .add-comment {
4483 .inline-comments .add-comment {
4477 padding: 2px 4px 8px 5px;
4484 padding: 2px 4px 8px 5px;
4478 }
4485 }
4479
4486
4480 .inline-comments .comment-wrapp {
4487 .inline-comments .comment-wrapp {
4481 padding: 1px;
4488 padding: 1px;
4482 }
4489 }
4483 .inline-comments .comment .meta {
4490 .inline-comments .comment .meta {
4484 background: #f8f8f8;
4491 background: #f8f8f8;
4485 padding: 4px;
4492 padding: 4px;
4486 border-bottom: 1px solid #ddd;
4493 border-bottom: 1px solid #ddd;
4487 height: 20px;
4494 height: 20px;
4488 }
4495 }
4489
4496
4490 .inline-comments .comment .meta img {
4497 .inline-comments .comment .meta img {
4491 vertical-align: middle;
4498 vertical-align: middle;
4492 }
4499 }
4493
4500
4494 .inline-comments .comment .meta .user {
4501 .inline-comments .comment .meta .user {
4495 font-weight: bold;
4502 font-weight: bold;
4496 float: left;
4503 float: left;
4497 padding: 3px;
4504 padding: 3px;
4498 }
4505 }
4499
4506
4500 .inline-comments .comment .meta .date {
4507 .inline-comments .comment .meta .date {
4501 float: left;
4508 float: left;
4502 padding: 3px;
4509 padding: 3px;
4503 }
4510 }
4504
4511
4505 .inline-comments .comment .text {
4512 .inline-comments .comment .text {
4506 background-color: #FAFAFA;
4513 background-color: #FAFAFA;
4507 }
4514 }
4508
4515
4509 .inline-comments .comments-number {
4516 .inline-comments .comments-number {
4510 padding: 0px 0px 10px 0px;
4517 padding: 0px 0px 10px 0px;
4511 font-weight: bold;
4518 font-weight: bold;
4512 color: #666;
4519 color: #666;
4513 font-size: 16px;
4520 font-size: 16px;
4514 }
4521 }
4515 .inline-comments-button .add-comment {
4522 .inline-comments-button .add-comment {
4516 margin: 2px 0px 8px 5px !important
4523 margin: 2px 0px 8px 5px !important
4517 }
4524 }
4518
4525
4519 .notification-paginator {
4526 .notification-paginator {
4520 padding: 0px 0px 4px 16px;
4527 padding: 0px 0px 4px 16px;
4521 }
4528 }
4522
4529
4523 #context-pages .pull-request span,
4530 #context-pages .pull-request span,
4524 .menu_link_notifications {
4531 .menu_link_notifications {
4525 padding: 4px 4px !important;
4532 padding: 4px 4px !important;
4526 text-align: center;
4533 text-align: center;
4527 color: #888 !important;
4534 color: #888 !important;
4528 background-color: #DEDEDE !important;
4535 background-color: #DEDEDE !important;
4529 border-radius: 4px !important;
4536 border-radius: 4px !important;
4530 -webkit-border-radius: 4px !important;
4537 -webkit-border-radius: 4px !important;
4531 }
4538 }
4532
4539
4533 #context-pages .forks span,
4540 #context-pages .forks span,
4534 .menu_link_notifications {
4541 .menu_link_notifications {
4535 padding: 4px 4px !important;
4542 padding: 4px 4px !important;
4536 text-align: center;
4543 text-align: center;
4537 color: #888 !important;
4544 color: #888 !important;
4538 background-color: #DEDEDE !important;
4545 background-color: #DEDEDE !important;
4539 border-radius: 4px !important;
4546 border-radius: 4px !important;
4540 -webkit-border-radius: 4px !important;
4547 -webkit-border-radius: 4px !important;
4541 }
4548 }
4542
4549
4543
4550
4544 .notification-header {
4551 .notification-header {
4545 padding-top: 6px;
4552 padding-top: 6px;
4546 }
4553 }
4547 .notification-header .desc {
4554 .notification-header .desc {
4548 font-size: 16px;
4555 font-size: 16px;
4549 height: 24px;
4556 height: 24px;
4550 float: left
4557 float: left
4551 }
4558 }
4552 .notification-list .container.unread {
4559 .notification-list .container.unread {
4553 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4560 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4554 }
4561 }
4555 .notification-header .gravatar {
4562 .notification-header .gravatar {
4556 background: none repeat scroll 0 0 transparent;
4563 background: none repeat scroll 0 0 transparent;
4557 padding: 0px 0px 0px 8px;
4564 padding: 0px 0px 0px 8px;
4558 }
4565 }
4559 .notification-list .container .notification-header .desc {
4566 .notification-list .container .notification-header .desc {
4560 font-weight: bold;
4567 font-weight: bold;
4561 font-size: 17px;
4568 font-size: 17px;
4562 }
4569 }
4563 .notification-table {
4570 .notification-table {
4564 border: 1px solid #ccc;
4571 border: 1px solid #ccc;
4565 -webkit-border-radius: 6px 6px 6px 6px;
4572 -webkit-border-radius: 6px 6px 6px 6px;
4566 border-radius: 6px 6px 6px 6px;
4573 border-radius: 6px 6px 6px 6px;
4567 clear: both;
4574 clear: both;
4568 margin: 0px 20px 0px 20px;
4575 margin: 0px 20px 0px 20px;
4569 }
4576 }
4570 .notification-header .delete-notifications {
4577 .notification-header .delete-notifications {
4571 float: right;
4578 float: right;
4572 padding-top: 8px;
4579 padding-top: 8px;
4573 cursor: pointer;
4580 cursor: pointer;
4574 }
4581 }
4575 .notification-header .read-notifications {
4582 .notification-header .read-notifications {
4576 float: right;
4583 float: right;
4577 padding-top: 8px;
4584 padding-top: 8px;
4578 cursor: pointer;
4585 cursor: pointer;
4579 }
4586 }
4580 .notification-subject {
4587 .notification-subject {
4581 clear: both;
4588 clear: both;
4582 border-bottom: 1px solid #eee;
4589 border-bottom: 1px solid #eee;
4583 padding: 5px 0px 5px 38px;
4590 padding: 5px 0px 5px 38px;
4584 }
4591 }
4585
4592
4586 .notification-body {
4593 .notification-body {
4587 clear: both;
4594 clear: both;
4588 margin: 34px 2px 2px 8px
4595 margin: 34px 2px 2px 8px
4589 }
4596 }
4590
4597
4591 /****
4598 /****
4592 PULL REQUESTS
4599 PULL REQUESTS
4593 *****/
4600 *****/
4594 .pullrequests_section_head {
4601 .pullrequests_section_head {
4595 padding: 10px 10px 10px 0px;
4602 padding: 10px 10px 10px 0px;
4596 font-size: 16px;
4603 font-size: 16px;
4597 font-weight: bold;
4604 font-weight: bold;
4598 }
4605 }
4599
4606
4600 h3.closed,
4607 h3.closed,
4601 #pullrequests_container li.closed a
4608 #pullrequests_container li.closed a
4602 {
4609 {
4603 color: #555;
4610 color: #555;
4604 background: #eee;
4611 background: #eee;
4605 }
4612 }
4606
4613
4607 div.pr-title {
4614 div.pr-title {
4608 font-size: 1.6em;
4615 font-size: 1.6em;
4609 }
4616 }
4610
4617
4611 div.pr {
4618 div.pr {
4612 border-bottom: 1px solid #DDD;
4619 border-bottom: 1px solid #DDD;
4613 margin: 0px 20px;
4620 margin: 0px 20px;
4614 padding: 10px 4px;
4621 padding: 10px 4px;
4615 }
4622 }
4616 div.pr-closed {
4623 div.pr-closed {
4617 background-color: rgba(245,245,245,0.5);
4624 background-color: rgba(245,245,245,0.5);
4618 }
4625 }
4619
4626
4620 span.pr-closed-tag {
4627 span.pr-closed-tag {
4621 margin-bottom: 1px;
4628 margin-bottom: 1px;
4622 margin-right: 1px;
4629 margin-right: 1px;
4623 padding: 1px 3px;
4630 padding: 1px 3px;
4624 font-size: 10px;
4631 font-size: 10px;
4625 padding: 1px 3px 1px 3px;
4632 padding: 1px 3px 1px 3px;
4626 font-size: 10px;
4633 font-size: 10px;
4627 color: #336699;
4634 color: #336699;
4628 white-space: nowrap;
4635 white-space: nowrap;
4629 -webkit-border-radius: 4px;
4636 -webkit-border-radius: 4px;
4630 border-radius: 4px;
4637 border-radius: 4px;
4631 border: 1px solid #d9e8f8;
4638 border: 1px solid #d9e8f8;
4632 line-height: 1.5em;
4639 line-height: 1.5em;
4633 }
4640 }
4634
4641
4635 /****
4642 /****
4636 PERMS
4643 PERMS
4637 *****/
4644 *****/
4638 #perms .perms_section_head {
4645 #perms .perms_section_head {
4639 padding: 10px 10px 10px 0px;
4646 padding: 10px 10px 10px 0px;
4640 font-size: 16px;
4647 font-size: 16px;
4641 font-weight: bold;
4648 font-weight: bold;
4642 }
4649 }
4643
4650
4644 #perms .perm_tag {
4651 #perms .perm_tag {
4645 padding: 1px 3px 1px 3px;
4652 padding: 1px 3px 1px 3px;
4646 font-size: 10px;
4653 font-size: 10px;
4647 font-weight: bold;
4654 font-weight: bold;
4648 text-transform: uppercase;
4655 text-transform: uppercase;
4649 white-space: nowrap;
4656 white-space: nowrap;
4650 -webkit-border-radius: 3px;
4657 -webkit-border-radius: 3px;
4651 border-radius: 3px;
4658 border-radius: 3px;
4652 }
4659 }
4653
4660
4654 #perms .perm_tag.admin {
4661 #perms .perm_tag.admin {
4655 background-color: #B94A48;
4662 background-color: #B94A48;
4656 color: #ffffff;
4663 color: #ffffff;
4657 }
4664 }
4658
4665
4659 #perms .perm_tag.write {
4666 #perms .perm_tag.write {
4660 background-color: #DB7525;
4667 background-color: #DB7525;
4661 color: #ffffff;
4668 color: #ffffff;
4662 }
4669 }
4663
4670
4664 #perms .perm_tag.read {
4671 #perms .perm_tag.read {
4665 background-color: #468847;
4672 background-color: #468847;
4666 color: #ffffff;
4673 color: #ffffff;
4667 }
4674 }
4668
4675
4669 #perms .perm_tag.none {
4676 #perms .perm_tag.none {
4670 background-color: #bfbfbf;
4677 background-color: #bfbfbf;
4671 color: #ffffff;
4678 color: #ffffff;
4672 }
4679 }
4673
4680
4674 .perm-gravatar {
4681 .perm-gravatar {
4675 vertical-align: middle;
4682 vertical-align: middle;
4676 padding: 2px;
4683 padding: 2px;
4677 }
4684 }
4678 .perm-gravatar-ac {
4685 .perm-gravatar-ac {
4679 vertical-align: middle;
4686 vertical-align: middle;
4680 padding: 2px;
4687 padding: 2px;
4681 width: 14px;
4688 width: 14px;
4682 height: 14px;
4689 height: 14px;
4683 }
4690 }
4684
4691
4685 /*****************************************************************************
4692 /*****************************************************************************
4686 DIFFS CSS
4693 DIFFS CSS
4687 ******************************************************************************/
4694 ******************************************************************************/
4688 .diff-collapse {
4695 .diff-collapse {
4689 text-align: center;
4696 text-align: center;
4690 margin-bottom: -15px;
4697 margin-bottom: -15px;
4691 }
4698 }
4692 .diff-collapse-button {
4699 .diff-collapse-button {
4693 cursor: pointer;
4700 cursor: pointer;
4694 color: #666;
4701 color: #666;
4695 font-size: 16px;
4702 font-size: 16px;
4696 }
4703 }
4697 .diff-container {
4704 .diff-container {
4698
4705
4699 }
4706 }
4700
4707
4701 .diff-container.hidden {
4708 .diff-container.hidden {
4702 display: none;
4709 display: none;
4703 overflow: hidden;
4710 overflow: hidden;
4704 }
4711 }
4705
4712
4706
4713
4707 div.diffblock {
4714 div.diffblock {
4708 overflow: auto;
4715 overflow: auto;
4709 padding: 0px;
4716 padding: 0px;
4710 border: 1px solid #ccc;
4717 border: 1px solid #ccc;
4711 background: #f8f8f8;
4718 background: #f8f8f8;
4712 font-size: 100%;
4719 font-size: 100%;
4713 line-height: 100%;
4720 line-height: 100%;
4714 /* new */
4721 /* new */
4715 line-height: 125%;
4722 line-height: 125%;
4716 -webkit-border-radius: 6px 6px 0px 0px;
4723 -webkit-border-radius: 6px 6px 0px 0px;
4717 border-radius: 6px 6px 0px 0px;
4724 border-radius: 6px 6px 0px 0px;
4718 }
4725 }
4719 div.diffblock.margined {
4726 div.diffblock.margined {
4720 margin: 0px 20px 0px 20px;
4727 margin: 0px 20px 0px 20px;
4721 }
4728 }
4722 div.diffblock .code-header {
4729 div.diffblock .code-header {
4723 border-bottom: 1px solid #CCCCCC;
4730 border-bottom: 1px solid #CCCCCC;
4724 background: #EEEEEE;
4731 background: #EEEEEE;
4725 padding: 10px 0 10px 0;
4732 padding: 10px 0 10px 0;
4726 height: 14px;
4733 height: 14px;
4727 }
4734 }
4728
4735
4729 div.diffblock .code-header.banner {
4736 div.diffblock .code-header.banner {
4730 border-bottom: 1px solid #CCCCCC;
4737 border-bottom: 1px solid #CCCCCC;
4731 background: #EEEEEE;
4738 background: #EEEEEE;
4732 height: 14px;
4739 height: 14px;
4733 margin: 0px 95px 0px 95px;
4740 margin: 0px 95px 0px 95px;
4734 padding: 3px 3px 11px 3px;
4741 padding: 3px 3px 11px 3px;
4735 }
4742 }
4736
4743
4737 div.diffblock .code-header-title {
4744 div.diffblock .code-header-title {
4738 padding: 0px 0px 10px 5px !important;
4745 padding: 0px 0px 10px 5px !important;
4739 margin: 0 !important;
4746 margin: 0 !important;
4740 }
4747 }
4741 div.diffblock .code-header .hash {
4748 div.diffblock .code-header .hash {
4742 float: left;
4749 float: left;
4743 padding: 2px 0 0 2px;
4750 padding: 2px 0 0 2px;
4744 }
4751 }
4745 div.diffblock .code-header .date {
4752 div.diffblock .code-header .date {
4746 float: left;
4753 float: left;
4747 text-transform: uppercase;
4754 text-transform: uppercase;
4748 padding: 2px 0px 0px 2px;
4755 padding: 2px 0px 0px 2px;
4749 }
4756 }
4750 div.diffblock .code-header div {
4757 div.diffblock .code-header div {
4751 margin-left: 4px;
4758 margin-left: 4px;
4752 font-weight: bold;
4759 font-weight: bold;
4753 font-size: 14px;
4760 font-size: 14px;
4754 }
4761 }
4755
4762
4756 div.diffblock .parents {
4763 div.diffblock .parents {
4757 float: left;
4764 float: left;
4758 height: 26px;
4765 height: 26px;
4759 width: 100px;
4766 width: 100px;
4760 font-size: 10px;
4767 font-size: 10px;
4761 font-weight: 400;
4768 font-weight: 400;
4762 vertical-align: middle;
4769 vertical-align: middle;
4763 padding: 0px 2px 2px 2px;
4770 padding: 0px 2px 2px 2px;
4764 background-color: #eeeeee;
4771 background-color: #eeeeee;
4765 border-bottom: 1px solid #CCCCCC;
4772 border-bottom: 1px solid #CCCCCC;
4766 }
4773 }
4767
4774
4768 div.diffblock .children {
4775 div.diffblock .children {
4769 float: right;
4776 float: right;
4770 height: 26px;
4777 height: 26px;
4771 width: 100px;
4778 width: 100px;
4772 font-size: 10px;
4779 font-size: 10px;
4773 font-weight: 400;
4780 font-weight: 400;
4774 vertical-align: middle;
4781 vertical-align: middle;
4775 text-align: right;
4782 text-align: right;
4776 padding: 0px 2px 2px 2px;
4783 padding: 0px 2px 2px 2px;
4777 background-color: #eeeeee;
4784 background-color: #eeeeee;
4778 border-bottom: 1px solid #CCCCCC;
4785 border-bottom: 1px solid #CCCCCC;
4779 }
4786 }
4780
4787
4781 div.diffblock .code-body {
4788 div.diffblock .code-body {
4782 background: #FFFFFF;
4789 background: #FFFFFF;
4783 }
4790 }
4784 div.diffblock pre.raw {
4791 div.diffblock pre.raw {
4785 background: #FFFFFF;
4792 background: #FFFFFF;
4786 color: #000000;
4793 color: #000000;
4787 }
4794 }
4788 table.code-difftable {
4795 table.code-difftable {
4789 border-collapse: collapse;
4796 border-collapse: collapse;
4790 width: 99%;
4797 width: 99%;
4791 border-radius: 0px !important;
4798 border-radius: 0px !important;
4792 }
4799 }
4793 table.code-difftable td {
4800 table.code-difftable td {
4794 padding: 0 !important;
4801 padding: 0 !important;
4795 background: none !important;
4802 background: none !important;
4796 border: 0 !important;
4803 border: 0 !important;
4797 vertical-align: baseline !important
4804 vertical-align: baseline !important
4798 }
4805 }
4799 table.code-difftable .context {
4806 table.code-difftable .context {
4800 background: none repeat scroll 0 0 #DDE7EF;
4807 background: none repeat scroll 0 0 #DDE7EF;
4801 }
4808 }
4802 table.code-difftable .add {
4809 table.code-difftable .add {
4803 background: none repeat scroll 0 0 #DDFFDD;
4810 background: none repeat scroll 0 0 #DDFFDD;
4804 }
4811 }
4805 table.code-difftable .add ins {
4812 table.code-difftable .add ins {
4806 background: none repeat scroll 0 0 #AAFFAA;
4813 background: none repeat scroll 0 0 #AAFFAA;
4807 text-decoration: none;
4814 text-decoration: none;
4808 }
4815 }
4809 table.code-difftable .del {
4816 table.code-difftable .del {
4810 background: none repeat scroll 0 0 #FFDDDD;
4817 background: none repeat scroll 0 0 #FFDDDD;
4811 }
4818 }
4812 table.code-difftable .del del {
4819 table.code-difftable .del del {
4813 background: none repeat scroll 0 0 #FFAAAA;
4820 background: none repeat scroll 0 0 #FFAAAA;
4814 text-decoration: none;
4821 text-decoration: none;
4815 }
4822 }
4816
4823
4817 /** LINE NUMBERS **/
4824 /** LINE NUMBERS **/
4818 table.code-difftable .lineno {
4825 table.code-difftable .lineno {
4819
4826
4820 padding-left: 2px;
4827 padding-left: 2px;
4821 padding-right: 2px;
4828 padding-right: 2px;
4822 text-align: right;
4829 text-align: right;
4823 width: 32px;
4830 width: 32px;
4824 -moz-user-select: none;
4831 -moz-user-select: none;
4825 -webkit-user-select: none;
4832 -webkit-user-select: none;
4826 border-right: 1px solid #CCC !important;
4833 border-right: 1px solid #CCC !important;
4827 border-left: 0px solid #CCC !important;
4834 border-left: 0px solid #CCC !important;
4828 border-top: 0px solid #CCC !important;
4835 border-top: 0px solid #CCC !important;
4829 border-bottom: none !important;
4836 border-bottom: none !important;
4830 vertical-align: middle !important;
4837 vertical-align: middle !important;
4831
4838
4832 }
4839 }
4833 table.code-difftable .lineno.new {
4840 table.code-difftable .lineno.new {
4834 }
4841 }
4835 table.code-difftable .lineno.old {
4842 table.code-difftable .lineno.old {
4836 }
4843 }
4837 table.code-difftable .lineno a {
4844 table.code-difftable .lineno a {
4838 color: #747474 !important;
4845 color: #747474 !important;
4839 font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4846 font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4840 letter-spacing: -1px;
4847 letter-spacing: -1px;
4841 text-align: right;
4848 text-align: right;
4842 padding-right: 2px;
4849 padding-right: 2px;
4843 cursor: pointer;
4850 cursor: pointer;
4844 display: block;
4851 display: block;
4845 width: 32px;
4852 width: 32px;
4846 }
4853 }
4847
4854
4848 table.code-difftable .lineno-inline {
4855 table.code-difftable .lineno-inline {
4849 background: none repeat scroll 0 0 #FFF !important;
4856 background: none repeat scroll 0 0 #FFF !important;
4850 padding-left: 2px;
4857 padding-left: 2px;
4851 padding-right: 2px;
4858 padding-right: 2px;
4852 text-align: right;
4859 text-align: right;
4853 width: 30px;
4860 width: 30px;
4854 -moz-user-select: none;
4861 -moz-user-select: none;
4855 -webkit-user-select: none;
4862 -webkit-user-select: none;
4856 }
4863 }
4857
4864
4858 /** CODE **/
4865 /** CODE **/
4859 table.code-difftable .code {
4866 table.code-difftable .code {
4860 display: block;
4867 display: block;
4861 width: 100%;
4868 width: 100%;
4862 }
4869 }
4863 table.code-difftable .code td {
4870 table.code-difftable .code td {
4864 margin: 0;
4871 margin: 0;
4865 padding: 0;
4872 padding: 0;
4866 }
4873 }
4867 table.code-difftable .code pre {
4874 table.code-difftable .code pre {
4868 margin: 0;
4875 margin: 0;
4869 padding: 0;
4876 padding: 0;
4870 height: 17px;
4877 height: 17px;
4871 line-height: 17px;
4878 line-height: 17px;
4872 }
4879 }
4873
4880
4874
4881
4875 .diffblock.margined.comm .line .code:hover {
4882 .diffblock.margined.comm .line .code:hover {
4876 background-color: #FFFFCC !important;
4883 background-color: #FFFFCC !important;
4877 cursor: pointer !important;
4884 cursor: pointer !important;
4878 background-image: url("../images/icons/comment_add.png") !important;
4885 background-image: url("../images/icons/comment_add.png") !important;
4879 background-repeat: no-repeat !important;
4886 background-repeat: no-repeat !important;
4880 background-position: right !important;
4887 background-position: right !important;
4881 background-position: 0% 50% !important;
4888 background-position: 0% 50% !important;
4882 }
4889 }
4883 .diffblock.margined.comm .line .code.no-comment:hover {
4890 .diffblock.margined.comm .line .code.no-comment:hover {
4884 background-image: none !important;
4891 background-image: none !important;
4885 cursor: auto !important;
4892 cursor: auto !important;
4886 background-color: inherit !important;
4893 background-color: inherit !important;
4887 }
4894 }
4888
4895
4889 div.comment:target>.comment-wrapp {
4896 div.comment:target>.comment-wrapp {
4890 border: solid 2px #ee0 !important;
4897 border: solid 2px #ee0 !important;
4891 }
4898 }
4892
4899
4893 .lineno:target a {
4900 .lineno:target a {
4894 border: solid 2px #ee0 !important;
4901 border: solid 2px #ee0 !important;
4895 margin: -2px;
4902 margin: -2px;
4896 }
4903 }
@@ -1,288 +1,288
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2
2
3 <%inherit file="/base/base.html"/>
3 <%inherit file="/base/base.html"/>
4
4
5 <%def name="title()">
5 <%def name="title()">
6 ${_('%s Changelog') % c.repo_name} &middot;
6 ${_('%s Changelog') % c.repo_name} &middot;
7 %if c.changelog_for_path:
7 %if c.changelog_for_path:
8 /${c.changelog_for_path} &middot;
8 /${c.changelog_for_path} &middot;
9 %endif
9 %endif
10 ${c.rhodecode_name}
10 ${c.rhodecode_name}
11 </%def>
11 </%def>
12
12
13 <%def name="breadcrumbs_links()">
13 <%def name="breadcrumbs_links()">
14 <% size = c.size if c.size <= c.total_cs else c.total_cs %>
14 <% size = c.size if c.size <= c.total_cs else c.total_cs %>
15 ${_('Changelog')}
15 ${_('Changelog')}
16 %if c.changelog_for_path:
16 %if c.changelog_for_path:
17 - /${c.changelog_for_path}
17 - /${c.changelog_for_path}
18 %endif
18 %endif
19 - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)}
19 - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)}
20 </%def>
20 </%def>
21
21
22 <%def name="page_nav()">
22 <%def name="page_nav()">
23 ${self.menu('repositories')}
23 ${self.menu('repositories')}
24 </%def>
24 </%def>
25
25
26 <%def name="main()">
26 <%def name="main()">
27 ${self.context_bar('changelog')}
27 ${self.context_bar('changelog')}
28 <div class="box">
28 <div class="box">
29 <!-- box / title -->
29 <!-- box / title -->
30 <div class="title">
30 <div class="title">
31 ${self.breadcrumbs()}
31 ${self.breadcrumbs()}
32 </div>
32 </div>
33 <div class="table">
33 <div class="table">
34 % if c.pagination:
34 % if c.pagination:
35 <div id="graph">
35 <div id="graph">
36 <div style="display:${'none' if c.changelog_for_path else ''}">
36 <div style="display:${'none' if c.changelog_for_path else ''}">
37 <div class="info_box" style="clear: both;padding: 10px 6px;min-height: 12px;text-align: right;">
37 <div class="info_box" style="clear: both;padding: 10px 6px;min-height: 12px;text-align: right;">
38 <a href="#" class="ui-btn small" id="rev_range_container" style="display:none"></a>
38 <a href="#" class="ui-btn small" id="rev_range_container" style="display:none"></a>
39 <a href="#" class="ui-btn small" id="rev_range_clear" style="display:none">${_('Clear selection')}</a>
39 <a href="#" class="ui-btn small" id="rev_range_clear" style="display:none">${_('Clear selection')}</a>
40
40
41 %if c.rhodecode_db_repo.fork:
41 %if c.rhodecode_db_repo.fork:
42 <a id="compare_fork" title="${_('Compare fork with %s' % c.rhodecode_db_repo.fork.repo_name)}" href="${h.url('compare_url',repo_name=c.rhodecode_db_repo.fork.repo_name,org_ref_type='branch',org_ref='default',other_repo=c.repo_name,other_ref_type='branch',other_ref=request.GET.get('branch') or 'default',merge=1)}" class="ui-btn small">${_('Compare fork with parent')}</a>
42 <a id="compare_fork" title="${_('Compare fork with %s' % c.rhodecode_db_repo.fork.repo_name)}" href="${h.url('compare_url',repo_name=c.rhodecode_db_repo.fork.repo_name,org_ref_type='branch',org_ref='default',other_repo=c.repo_name,other_ref_type='branch',other_ref=request.GET.get('branch') or 'default',merge=1)}" class="ui-btn small">${_('Compare fork with parent')}</a>
43 %endif
43 %endif
44 %if h.is_hg(c.rhodecode_repo):
44 %if h.is_hg(c.rhodecode_repo):
45 <a id="open_new_pr" href="${h.url('pullrequest_home',repo_name=c.repo_name)}" class="ui-btn small">${_('Open new pull request')}</a>
45 <a id="open_new_pr" href="${h.url('pullrequest_home',repo_name=c.repo_name)}" class="ui-btn small">${_('Open new pull request')}</a>
46 %endif
46 %endif
47 </div>
47 </div>
48 <div class="container_header">
48 <div class="container_header">
49 ${h.form(h.url.current(),method='get')}
49 ${h.form(h.url.current(),method='get')}
50 <div style="float:left">
50 <div style="float:left">
51 ${h.submit('set',_('Show'),class_="ui-btn")}
51 ${h.submit('set',_('Show'),class_="ui-btn")}
52 ${h.text('size',size=1,value=c.size)}
52 ${h.text('size',size=1,value=c.size)}
53 ${_('revisions')}
53 ${_('revisions')}
54 </div>
54 </div>
55 ${h.end_form()}
55 ${h.end_form()}
56 <div style="float:right">${h.select('branch_filter',c.branch_name,c.branch_filters)}</div>
56 <div style="float:right">${h.select('branch_filter',c.branch_name,c.branch_filters)}</div>
57 </div>
57 </div>
58 </div>
58 </div>
59 <div id="graph_nodes">
59 <div id="graph_nodes">
60 <canvas id="graph_canvas"></canvas>
60 <canvas id="graph_canvas"></canvas>
61 </div>
61 </div>
62 <div id="graph_content">
62 <div id="graph_content">
63
63
64 <table id="changesets">
64 <table id="changesets">
65 <tbody>
65 <tbody>
66 %for cnt,cs in enumerate(c.pagination):
66 %for cnt,cs in enumerate(c.pagination):
67 <tr id="chg_${cnt+1}" class="container ${'tablerow%s' % (cnt%2)}">
67 <tr id="chg_${cnt+1}" class="container ${'tablerow%s' % (cnt%2)}">
68 <td class="checkbox">
68 <td class="checkbox">
69 %if c.changelog_for_path:
69 %if c.changelog_for_path:
70 ${h.checkbox(cs.raw_id,class_="changeset_range", disabled="disabled")}
70 ${h.checkbox(cs.raw_id,class_="changeset_range", disabled="disabled")}
71 %else:
71 %else:
72 ${h.checkbox(cs.raw_id,class_="changeset_range")}
72 ${h.checkbox(cs.raw_id,class_="changeset_range")}
73 %endif
73 %endif
74 <td class="status">
74 <td class="status">
75 %if c.statuses.get(cs.raw_id):
75 %if c.statuses.get(cs.raw_id):
76 <div class="changeset-status-ico">
76 <div class="changeset-status-ico">
77 %if c.statuses.get(cs.raw_id)[2]:
77 %if c.statuses.get(cs.raw_id)[2]:
78 <a class="tooltip" title="${_('Click to open associated pull request #%s' % c.statuses.get(cs.raw_id)[2])}" href="${h.url('pullrequest_show',repo_name=c.statuses.get(cs.raw_id)[3],pull_request_id=c.statuses.get(cs.raw_id)[2])}">
78 <a class="tooltip" title="${_('Click to open associated pull request #%s' % c.statuses.get(cs.raw_id)[2])}" href="${h.url('pullrequest_show',repo_name=c.statuses.get(cs.raw_id)[3],pull_request_id=c.statuses.get(cs.raw_id)[2])}">
79 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
79 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
80 </a>
80 </a>
81 %else:
81 %else:
82 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
82 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
83 %endif
83 %endif
84 </div>
84 </div>
85 %endif
85 %endif
86 </td>
86 </td>
87 <td class="author">
87 <td class="author">
88 <img alt="gravatar" src="${h.gravatar_url(h.email_or_none(cs.author),16)}"/>
88 <img alt="gravatar" src="${h.gravatar_url(h.email_or_none(cs.author),16)}"/>
89 <span title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</span>
89 <span title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</span>
90 </td>
90 </td>
91 <td class="hash" style="width:${len(h.show_id(cs))*6.5}px">
91 <td class="hash" style="width:${len(h.show_id(cs))*6.5}px">
92 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}">
92 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}">
93 <span class="changeset_hash">${h.show_id(cs)}</span>
93 <span class="changeset_hash">${h.show_id(cs)}</span>
94 </a>
94 </a>
95 </td>
95 </td>
96 <td class="date">
96 <td class="date">
97 <div class="date">${h.age(cs.date,True)}</div>
97 <div class="date">${h.age(cs.date,True)}</div>
98 </td>
98 </td>
99 <td class="mid">
99 <td class="mid">
100 <div class="log-container">
100 <div class="log-container">
101 <div class="message">${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
101 <div class="message">${h.urlify_commit(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
102 <div class="expand"><span class="expandtext">&darr; ${_('Show more')} &darr;</span></div>
102 <div class="expand"><span class="expandtext">&darr; ${_('Show more')} &darr;</span></div>
103 <div class="extra-container">
103 <div class="extra-container">
104 %if c.comments.get(cs.raw_id,[]):
104 %if c.comments.get(cs.raw_id):
105 <div class="comments-container">
105 <div class="comments-container">
106 <div class="comments-cnt" title="${('comments')}">
106 <div class="comments-cnt" title="${('comments')}">
107 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
107 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
108 ${len(c.comments[cs.raw_id])}
108 ${len(c.comments[cs.raw_id])}
109 </a>
109 </a>
110 </div>
110 </div>
111 </div>
111 </div>
112 %endif
112 %endif
113 %if h.is_hg(c.rhodecode_repo):
113 %if h.is_hg(c.rhodecode_repo):
114 %for book in cs.bookmarks:
114 %for book in cs.bookmarks:
115 <div class="booktag" title="${_('Bookmark %s') % book}">
115 <div class="booktag" title="${_('Bookmark %s') % book}">
116 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
116 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
117 </div>
117 </div>
118 %endfor
118 %endfor
119 %endif
119 %endif
120 %for tag in cs.tags:
120 %for tag in cs.tags:
121 <div class="tagtag" title="${_('Tag %s') % tag}">
121 <div class="tagtag" title="${_('Tag %s') % tag}">
122 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
122 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
123 </div>
123 </div>
124 %endfor
124 %endfor
125 %if (not c.branch_name) and cs.branch:
125 %if (not c.branch_name) and cs.branch:
126 <div class="branchtag" title="${_('Branch %s' % cs.branch)}">
126 <div class="branchtag" title="${_('Branch %s' % cs.branch)}">
127 ${h.link_to(h.shorter(cs.branch),h.url('changelog_home',repo_name=c.repo_name,branch=cs.branch))}
127 ${h.link_to(h.shorter(cs.branch),h.url('changelog_home',repo_name=c.repo_name,branch=cs.branch))}
128 </div>
128 </div>
129 %endif
129 %endif
130 </div>
130 </div>
131 </div>
131 </div>
132 </td>
132 </td>
133 </tr>
133 </tr>
134 %endfor
134 %endfor
135 </tbody>
135 </tbody>
136 </table>
136 </table>
137
137
138 <div class="pagination-wh pagination-left">
138 <div class="pagination-wh pagination-left">
139 ${c.pagination.pager('$link_previous ~2~ $link_next')}
139 ${c.pagination.pager('$link_previous ~2~ $link_next')}
140 </div>
140 </div>
141 </div>
141 </div>
142 </div>
142 </div>
143
143
144 <script type="text/javascript" src="${h.url('/js/graph.js')}"></script>
144 <script type="text/javascript" src="${h.url('/js/graph.js')}"></script>
145 <script type="text/javascript">
145 <script type="text/javascript">
146 YAHOO.util.Event.onDOMReady(function(){
146 YAHOO.util.Event.onDOMReady(function(){
147
147
148 //Monitor range checkboxes and build a link to changesets
148 //Monitor range checkboxes and build a link to changesets
149 //ranges
149 //ranges
150 var checkboxes = YUD.getElementsByClassName('changeset_range');
150 var checkboxes = YUD.getElementsByClassName('changeset_range');
151 var url_tmpl = "${h.url('changeset_home',repo_name=c.repo_name,revision='__REVRANGE__')}";
151 var url_tmpl = "${h.url('changeset_home',repo_name=c.repo_name,revision='__REVRANGE__')}";
152 var pr_tmpl = "${h.url('pullrequest_home',repo_name=c.repo_name)}";
152 var pr_tmpl = "${h.url('pullrequest_home',repo_name=c.repo_name)}";
153
153
154 var checkbox_checker = function(e){
154 var checkbox_checker = function(e){
155 var checked_checkboxes = [];
155 var checked_checkboxes = [];
156 for (pos in checkboxes){
156 for (pos in checkboxes){
157 if(checkboxes[pos].checked){
157 if(checkboxes[pos].checked){
158 checked_checkboxes.push(checkboxes[pos]);
158 checked_checkboxes.push(checkboxes[pos]);
159 }
159 }
160 }
160 }
161 if(YUD.get('open_new_pr')){
161 if(YUD.get('open_new_pr')){
162 if(checked_checkboxes.length>1){
162 if(checked_checkboxes.length>1){
163 YUD.setStyle('open_new_pr','display','none');
163 YUD.setStyle('open_new_pr','display','none');
164 } else {
164 } else {
165 YUD.setStyle('open_new_pr','display','');
165 YUD.setStyle('open_new_pr','display','');
166 if(checked_checkboxes.length>0){
166 if(checked_checkboxes.length>0){
167 YUD.get('open_new_pr').innerHTML = _TM['Open new pull request for selected changesets'];
167 YUD.get('open_new_pr').innerHTML = _TM['Open new pull request for selected changesets'];
168 }else{
168 }else{
169 YUD.get('open_new_pr').innerHTML = _TM['Open new pull request'];
169 YUD.get('open_new_pr').innerHTML = _TM['Open new pull request'];
170 }
170 }
171 }
171 }
172 }
172 }
173
173
174 if(checked_checkboxes.length>0){
174 if(checked_checkboxes.length>0){
175 var rev_end = checked_checkboxes[0].name;
175 var rev_end = checked_checkboxes[0].name;
176 var rev_start = checked_checkboxes[checked_checkboxes.length-1].name;
176 var rev_start = checked_checkboxes[checked_checkboxes.length-1].name;
177 var url = url_tmpl.replace('__REVRANGE__',
177 var url = url_tmpl.replace('__REVRANGE__',
178 rev_start+'...'+rev_end);
178 rev_start+'...'+rev_end);
179
179
180 var link = (rev_start == rev_end)
180 var link = (rev_start == rev_end)
181 ? _TM['Show selected changeset __S']
181 ? _TM['Show selected changeset __S']
182 : _TM['Show selected changesets __S -> __E'];
182 : _TM['Show selected changesets __S -> __E'];
183
183
184 link = link.replace('__S',rev_start.substr(0,6));
184 link = link.replace('__S',rev_start.substr(0,6));
185 link = link.replace('__E',rev_end.substr(0,6));
185 link = link.replace('__E',rev_end.substr(0,6));
186 YUD.get('rev_range_container').href = url;
186 YUD.get('rev_range_container').href = url;
187 YUD.get('rev_range_container').innerHTML = link;
187 YUD.get('rev_range_container').innerHTML = link;
188 YUD.setStyle('rev_range_container','display','');
188 YUD.setStyle('rev_range_container','display','');
189 YUD.setStyle('rev_range_clear','display','');
189 YUD.setStyle('rev_range_clear','display','');
190
190
191 YUD.get('open_new_pr').href = pr_tmpl + '?rev_start={0}&rev_end={1}'.format(rev_start,rev_end);
191 YUD.get('open_new_pr').href = pr_tmpl + '?rev_start={0}&rev_end={1}'.format(rev_start,rev_end);
192 YUD.setStyle('compare_fork','display','none');
192 YUD.setStyle('compare_fork','display','none');
193 }else{
193 }else{
194 YUD.setStyle('rev_range_container','display','none');
194 YUD.setStyle('rev_range_container','display','none');
195 YUD.setStyle('rev_range_clear','display','none');
195 YUD.setStyle('rev_range_clear','display','none');
196 if (checkboxes){
196 if (checkboxes){
197 YUD.get('open_new_pr').href = pr_tmpl + '?rev_end={0}'.format(checkboxes[0].name);
197 YUD.get('open_new_pr').href = pr_tmpl + '?rev_end={0}'.format(checkboxes[0].name);
198 }
198 }
199 YUD.setStyle('compare_fork','display','');
199 YUD.setStyle('compare_fork','display','');
200 }
200 }
201 };
201 };
202 YUE.onDOMReady(checkbox_checker);
202 YUE.onDOMReady(checkbox_checker);
203 YUE.on(checkboxes,'click', checkbox_checker);
203 YUE.on(checkboxes,'click', checkbox_checker);
204
204
205 YUE.on('rev_range_clear','click',function(e){
205 YUE.on('rev_range_clear','click',function(e){
206 for (var i=0; i<checkboxes.length; i++){
206 for (var i=0; i<checkboxes.length; i++){
207 var cb = checkboxes[i];
207 var cb = checkboxes[i];
208 cb.checked = false;
208 cb.checked = false;
209 }
209 }
210 checkbox_checker();
210 checkbox_checker();
211 YUE.preventDefault(e);
211 YUE.preventDefault(e);
212 });
212 });
213
213
214 var msgs = YUQ('.message');
214 var msgs = YUQ('.message');
215 // get first element height
215 // get first element height
216 var el = YUQ('#graph_content .container')[0];
216 var el = YUQ('#graph_content .container')[0];
217 var row_h = el.clientHeight;
217 var row_h = el.clientHeight;
218 for(var i=0;i<msgs.length;i++){
218 for(var i=0;i<msgs.length;i++){
219 var m = msgs[i];
219 var m = msgs[i];
220
220
221 var h = m.clientHeight;
221 var h = m.clientHeight;
222 var pad = YUD.getStyle(m,'padding');
222 var pad = YUD.getStyle(m,'padding');
223 if(h > row_h){
223 if(h > row_h){
224 var offset = row_h - (h+12);
224 var offset = row_h - (h+12);
225 YUD.setStyle(m.nextElementSibling,'display','block');
225 YUD.setStyle(m.nextElementSibling,'display','block');
226 YUD.setStyle(m.nextElementSibling,'margin-top',offset+'px');
226 YUD.setStyle(m.nextElementSibling,'margin-top',offset+'px');
227 };
227 };
228 }
228 }
229 YUE.on(YUQ('.expand'),'click',function(e){
229 YUE.on(YUQ('.expand'),'click',function(e){
230 var elem = e.currentTarget.parentNode.parentNode;
230 var elem = e.currentTarget.parentNode.parentNode;
231 YUD.setStyle(e.currentTarget,'display','none');
231 YUD.setStyle(e.currentTarget,'display','none');
232 YUD.setStyle(elem,'height','auto');
232 YUD.setStyle(elem,'height','auto');
233
233
234 //redraw the graph, line_count and jsdata are global vars
234 //redraw the graph, line_count and jsdata are global vars
235 set_canvas(100);
235 set_canvas(100);
236
236
237 var r = new BranchRenderer();
237 var r = new BranchRenderer();
238 r.render(jsdata,100,line_count);
238 r.render(jsdata,100,line_count);
239
239
240 });
240 });
241
241
242 // change branch filter
242 // change branch filter
243 YUE.on(YUD.get('branch_filter'),'change',function(e){
243 YUE.on(YUD.get('branch_filter'),'change',function(e){
244 var selected_branch = e.currentTarget.options[e.currentTarget.selectedIndex].value;
244 var selected_branch = e.currentTarget.options[e.currentTarget.selectedIndex].value;
245 var url_main = "${h.url('changelog_home',repo_name=c.repo_name)}";
245 var url_main = "${h.url('changelog_home',repo_name=c.repo_name)}";
246 var url = "${h.url('changelog_home',repo_name=c.repo_name,branch='__BRANCH__')}";
246 var url = "${h.url('changelog_home',repo_name=c.repo_name,branch='__BRANCH__')}";
247 var url = url.replace('__BRANCH__',selected_branch);
247 var url = url.replace('__BRANCH__',selected_branch);
248 if(selected_branch != ''){
248 if(selected_branch != ''){
249 window.location = url;
249 window.location = url;
250 }else{
250 }else{
251 window.location = url_main;
251 window.location = url_main;
252 }
252 }
253
253
254 });
254 });
255
255
256 function set_canvas(width) {
256 function set_canvas(width) {
257 var c = document.getElementById('graph_nodes');
257 var c = document.getElementById('graph_nodes');
258 var t = document.getElementById('graph_content');
258 var t = document.getElementById('graph_content');
259 canvas = document.getElementById('graph_canvas');
259 canvas = document.getElementById('graph_canvas');
260 var div_h = t.clientHeight;
260 var div_h = t.clientHeight;
261 canvas.setAttribute('height',div_h);
261 canvas.setAttribute('height',div_h);
262 canvas.setAttribute('width',width);
262 canvas.setAttribute('width',width);
263 };
263 };
264 var heads = 1;
264 var heads = 1;
265 var line_count = 0;
265 var line_count = 0;
266 var jsdata = ${c.jsdata|n};
266 var jsdata = ${c.jsdata|n};
267
267
268 for (var i=0;i<jsdata.length;i++) {
268 for (var i=0;i<jsdata.length;i++) {
269 var in_l = jsdata[i][2];
269 var in_l = jsdata[i][2];
270 for (var j in in_l) {
270 for (var j in in_l) {
271 var m = in_l[j][1];
271 var m = in_l[j][1];
272 if (m > line_count)
272 if (m > line_count)
273 line_count = m;
273 line_count = m;
274 }
274 }
275 }
275 }
276 set_canvas(100);
276 set_canvas(100);
277
277
278 var r = new BranchRenderer();
278 var r = new BranchRenderer();
279 r.render(jsdata,100,line_count);
279 r.render(jsdata,100,line_count);
280
280
281 });
281 });
282 </script>
282 </script>
283 %else:
283 %else:
284 ${_('There are no changes yet')}
284 ${_('There are no changes yet')}
285 %endif
285 %endif
286 </div>
286 </div>
287 </div>
287 </div>
288 </%def>
288 </%def>
@@ -1,103 +1,112
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2 %if c.repo_changesets:
2 %if c.repo_changesets:
3 <table class="table_disp">
3 <table class="table_disp">
4 <tr>
4 <tr>
5 <th class="left">${_('Revision')}</th>
5 <th class="left">${_('Revision')}</th>
6 <th class="left">${_('Commit message')}</th>
6 <th class="left">${_('Commit message')}</th>
7 <th class="left">${_('Age')}</th>
7 <th class="left">${_('Age')}</th>
8 <th class="left">${_('Author')}</th>
8 <th class="left">${_('Author')}</th>
9 <th class="left">${_('Refs')}</th>
9 <th class="left">${_('Refs')}</th>
10 </tr>
10 </tr>
11 %for cnt,cs in enumerate(c.repo_changesets):
11 %for cnt,cs in enumerate(c.repo_changesets):
12 <tr class="parity${cnt%2}">
12 <tr class="parity${cnt%2}">
13 <td>
13 <td>
14 <div>
14 <div>
15 <div class="changeset-status-container">
15 <div class="changeset-status-container">
16 %if c.comments.get(cs.raw_id,[]):
17 <div class="comments-container">
18 <div class="comments-cnt" title="${('comments')}">
19 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
20 ${len(c.comments[cs.raw_id])}
21 </a>
22 </div>
23 </div>
24 %endif
16 %if c.statuses.get(cs.raw_id):
25 %if c.statuses.get(cs.raw_id):
17 <div class="changeset-status-ico">
26 <div class="changeset-status-ico">
18 %if c.statuses.get(cs.raw_id)[2]:
27 %if c.statuses.get(cs.raw_id)[2]:
19 <a class="tooltip" title="${_('Click to open associated pull request #%s' % c.statuses.get(cs.raw_id)[2])}" href="${h.url('pullrequest_show',repo_name=c.statuses.get(cs.raw_id)[3],pull_request_id=c.statuses.get(cs.raw_id)[2])}">
28 <a class="tooltip" title="${_('Click to open associated pull request #%s' % c.statuses.get(cs.raw_id)[2])}" href="${h.url('pullrequest_show',repo_name=c.statuses.get(cs.raw_id)[3],pull_request_id=c.statuses.get(cs.raw_id)[2])}">
20 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
29 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
21 </a>
30 </a>
22 %else:
31 %else:
23 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
32 <img src="${h.url('/images/icons/flag_status_%s.png' % c.statuses.get(cs.raw_id)[0])}" />
24 %endif
33 %endif
25 </div>
34 </div>
26 %endif
35 %endif
27 </div>
36 </div>
28 <pre><a href="${h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id)}">${h.show_id(cs)}</a></pre>
37 <pre><a href="${h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id)}">${h.show_id(cs)}</a></pre>
29 </div>
38 </div>
30 </td>
39 </td>
31 <td>
40 <td>
32 ${h.urlify_commit(h.truncate(cs.message,50),c.repo_name, h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
41 ${h.urlify_commit(h.truncate(cs.message,50),c.repo_name, h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
33 </td>
42 </td>
34 <td><span class="tooltip" title="${h.tooltip(h.fmt_date(cs.date))}">
43 <td><span class="tooltip" title="${h.tooltip(h.fmt_date(cs.date))}">
35 ${h.age(cs.date)}</span>
44 ${h.age(cs.date)}</span>
36 </td>
45 </td>
37 <td title="${cs.author}">${h.person(cs.author)}</td>
46 <td title="${cs.author}">${h.person(cs.author)}</td>
38 <td>
47 <td>
39 %if h.is_hg(c.rhodecode_repo):
48 %if h.is_hg(c.rhodecode_repo):
40 %for book in cs.bookmarks:
49 %for book in cs.bookmarks:
41 <div class="booktag" title="${_('Bookmark %s') % book}">
50 <div class="booktag" title="${_('Bookmark %s') % book}">
42 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
51 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
43 </div>
52 </div>
44 %endfor
53 %endfor
45 %endif
54 %endif
46 %for tag in cs.tags:
55 %for tag in cs.tags:
47 <div class="tagtag" title="${_('Tag %s') % tag}">
56 <div class="tagtag" title="${_('Tag %s') % tag}">
48 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
57 ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
49 </div>
58 </div>
50 %endfor
59 %endfor
51 %if cs.branch:
60 %if cs.branch:
52 <div class="branchtag" title="${_('Branch %s' % cs.branch)}">
61 <div class="branchtag" title="${_('Branch %s' % cs.branch)}">
53 ${h.link_to(h.shorter(cs.branch),h.url('changelog_home',repo_name=c.repo_name,branch=cs.branch))}
62 ${h.link_to(h.shorter(cs.branch),h.url('changelog_home',repo_name=c.repo_name,branch=cs.branch))}
54 </div>
63 </div>
55 %endif
64 %endif
56 </td>
65 </td>
57 </tr>
66 </tr>
58 %endfor
67 %endfor
59
68
60 </table>
69 </table>
61
70
62 <script type="text/javascript">
71 <script type="text/javascript">
63 YUE.onDOMReady(function(){
72 YUE.onDOMReady(function(){
64 YUE.delegate("shortlog_data","click",function(e, matchedEl, container){
73 YUE.delegate("shortlog_data","click",function(e, matchedEl, container){
65 ypjax(e.target.href,"shortlog_data",function(){tooltip_activate();});
74 ypjax(e.target.href,"shortlog_data",function(){tooltip_activate();});
66 YUE.preventDefault(e);
75 YUE.preventDefault(e);
67 },'.pager_link');
76 },'.pager_link');
68 });
77 });
69 </script>
78 </script>
70
79
71 <div class="pagination-wh pagination-left">
80 <div class="pagination-wh pagination-left">
72 ${c.repo_changesets.pager('$link_previous ~2~ $link_next')}
81 ${c.repo_changesets.pager('$link_previous ~2~ $link_next')}
73 </div>
82 </div>
74 %else:
83 %else:
75
84
76 %if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name):
85 %if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name):
77 <h4>${_('Add or upload files directly via RhodeCode')}</h4>
86 <h4>${_('Add or upload files directly via RhodeCode')}</h4>
78 <div style="margin: 20px 30px;">
87 <div style="margin: 20px 30px;">
79 <div id="add_node_id" class="add_node">
88 <div id="add_node_id" class="add_node">
80 <a class="ui-btn" href="${h.url('files_add_home',repo_name=c.repo_name,revision=0,f_path='')}">${_('Add new file')}</a>
89 <a class="ui-btn" href="${h.url('files_add_home',repo_name=c.repo_name,revision=0,f_path='')}">${_('Add new file')}</a>
81 </div>
90 </div>
82 </div>
91 </div>
83 %endif
92 %endif
84
93
85
94
86 <h4>${_('Push new repo')}</h4>
95 <h4>${_('Push new repo')}</h4>
87 <pre>
96 <pre>
88 ${c.rhodecode_repo.alias} clone ${c.clone_repo_url}
97 ${c.rhodecode_repo.alias} clone ${c.clone_repo_url}
89 ${c.rhodecode_repo.alias} add README # add first file
98 ${c.rhodecode_repo.alias} add README # add first file
90 ${c.rhodecode_repo.alias} commit -m "Initial" # commit with message
99 ${c.rhodecode_repo.alias} commit -m "Initial" # commit with message
91 ${c.rhodecode_repo.alias} push ${'origin master' if h.is_git(c.rhodecode_repo) else ''} # push changes back
100 ${c.rhodecode_repo.alias} push ${'origin master' if h.is_git(c.rhodecode_repo) else ''} # push changes back
92 </pre>
101 </pre>
93
102
94 <h4>${_('Existing repository?')}</h4>
103 <h4>${_('Existing repository?')}</h4>
95 <pre>
104 <pre>
96 %if h.is_git(c.rhodecode_repo):
105 %if h.is_git(c.rhodecode_repo):
97 git remote add origin ${c.clone_repo_url}
106 git remote add origin ${c.clone_repo_url}
98 git push -u origin master
107 git push -u origin master
99 %else:
108 %else:
100 hg push ${c.clone_repo_url}
109 hg push ${c.clone_repo_url}
101 %endif
110 %endif
102 </pre>
111 </pre>
103 %endif
112 %endif
General Comments 0
You need to be logged in to leave comments. Login now