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