##// END OF EJS Templates
fixed search button
marcink -
r582:ff15232c default
parent child Browse files
Show More
@@ -1,3650 +1,3649 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 margin: 0;
3 margin: 0;
4 padding: 0;
4 padding: 0;
5 border: 0;
5 border: 0;
6 outline: 0;
6 outline: 0;
7 font-size: 100%;
7 font-size: 100%;
8 vertical-align: baseline;
8 vertical-align: baseline;
9 background: transparent;
9 background: transparent;
10 }
10 }
11
11
12 body {
12 body {
13 line-height: 1;
13 line-height: 1;
14 }
14 }
15
15
16 ol,ul {
16 ol,ul {
17 list-style: none;
17 list-style: none;
18 }
18 }
19
19
20 blockquote,q {
20 blockquote,q {
21 quotes: none;
21 quotes: none;
22 }
22 }
23
23
24 blockquote:before,blockquote:after,q:before,q:after {
24 blockquote:before,blockquote:after,q:before,q:after {
25 content: '';
25 content: '';
26 content: none;
26 content: none;
27 }
27 }
28
28
29 :focus {
29 :focus {
30 outline: 0;
30 outline: 0;
31 }
31 }
32
32
33 ins {
33 ins {
34 text-decoration: none;
34 text-decoration: none;
35 }
35 }
36
36
37 del {
37 del {
38 text-decoration: line-through;
38 text-decoration: line-through;
39 }
39 }
40
40
41 /* tables still need 'cellspacing="0"' in the markup */
41 /* tables still need 'cellspacing="0"' in the markup */
42 table {
42 table {
43 border-collapse: collapse;
43 border-collapse: collapse;
44 border-spacing: 0;
44 border-spacing: 0;
45 }
45 }
46
46
47 /*
47 /*
48 main stylesheet
48 main stylesheet
49 */
49 */
50 html {
50 html {
51 height: 100%;
51 height: 100%;
52 }
52 }
53
53
54 body {
54 body {
55 margin: 0;
55 margin: 0;
56 padding: 0;
56 padding: 0;
57 height: 100%;
57 height: 100%;
58 background: #d1d1d1 url("../images/background.png") repeat;
58 background: #d1d1d1 url("../images/background.png") repeat;
59 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
59 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
60 Lucida Sans Unicode, Arial, sans-serif;
60 Lucida Sans Unicode, Arial, sans-serif;
61 font-size: 12px;
61 font-size: 12px;
62 color: #000000;
62 color: #000000;
63 }
63 }
64
64
65 /*
65 /*
66 images
66 images
67 */
67 */
68 img {
68 img {
69 border: none;
69 border: none;
70 }
70 }
71
71
72 img.icon {
72 img.icon {
73 vertical-align: bottom;
73 vertical-align: bottom;
74 }
74 }
75
75
76 /*
76 /*
77 anchors
77 anchors
78 */
78 */
79 a {
79 a {
80 color: #003367;
80 color: #003367;
81 text-decoration: none;
81 text-decoration: none;
82 cursor: pointer;
82 cursor: pointer;
83 font-weight: bold;
83 font-weight: bold;
84 }
84 }
85
85
86 a:hover {
86 a:hover {
87 color: #316293;
87 color: #316293;
88 text-decoration: underline;
88 text-decoration: underline;
89 }
89 }
90
90
91 /*
91 /*
92 headings
92 headings
93 */
93 */
94 h1,h2,h3,h4,h5,h6 {
94 h1,h2,h3,h4,h5,h6 {
95 color: #292929;
95 color: #292929;
96 font-weight: bold;
96 font-weight: bold;
97 }
97 }
98
98
99 h1 {
99 h1 {
100 font-size: 22px;
100 font-size: 22px;
101 }
101 }
102
102
103 h2 {
103 h2 {
104 font-size: 20px;
104 font-size: 20px;
105 }
105 }
106
106
107 h3 {
107 h3 {
108 font-size: 18px;
108 font-size: 18px;
109 }
109 }
110
110
111 h4 {
111 h4 {
112 font-size: 16px;
112 font-size: 16px;
113 }
113 }
114
114
115 h5 {
115 h5 {
116 font-size: 14px;
116 font-size: 14px;
117 }
117 }
118
118
119 h6 {
119 h6 {
120 font-size: 11px;
120 font-size: 11px;
121 }
121 }
122
122
123 /*
123 /*
124 lists
124 lists
125 */
125 */
126 ul.circle {
126 ul.circle {
127 list-style-type: circle;
127 list-style-type: circle;
128 }
128 }
129
129
130 ul.disc {
130 ul.disc {
131 list-style-type: disc;
131 list-style-type: disc;
132 }
132 }
133
133
134 ul.square {
134 ul.square {
135 list-style-type: square;
135 list-style-type: square;
136 }
136 }
137
137
138 ol.lower-roman {
138 ol.lower-roman {
139 list-style-type: lower-roman;
139 list-style-type: lower-roman;
140 }
140 }
141
141
142 ol.upper-roman {
142 ol.upper-roman {
143 list-style-type: upper-roman;
143 list-style-type: upper-roman;
144 }
144 }
145
145
146 ol.lower-alpha {
146 ol.lower-alpha {
147 list-style-type: lower-alpha;
147 list-style-type: lower-alpha;
148 }
148 }
149
149
150 ol.upper-alpha {
150 ol.upper-alpha {
151 list-style-type: upper-alpha;
151 list-style-type: upper-alpha;
152 }
152 }
153
153
154 ol.decimal {
154 ol.decimal {
155 list-style-type: decimal;
155 list-style-type: decimal;
156 }
156 }
157
157
158 /*
158 /*
159 colors
159 colors
160 */
160 */
161 div.color {
161 div.color {
162 margin: 7px 0 0 60px;
162 margin: 7px 0 0 60px;
163 padding: 1px 1px 1px 0px;
163 padding: 1px 1px 1px 0px;
164 clear: both;
164 clear: both;
165 overflow: hidden;
165 overflow: hidden;
166 position: absolute;
166 position: absolute;
167 background: #FFFFFF;
167 background: #FFFFFF;
168 }
168 }
169
169
170 div.color a {
170 div.color a {
171 margin: 0 0 0 1px;
171 margin: 0 0 0 1px;
172 padding: 0;
172 padding: 0;
173 width: 15px;
173 width: 15px;
174 height: 15px;
174 height: 15px;
175 display: block;
175 display: block;
176 float: left;
176 float: left;
177 }
177 }
178
178
179 div.color a.blue {
179 div.color a.blue {
180 background: #376ea6;
180 background: #376ea6;
181 }
181 }
182
182
183 div.color a.green {
183 div.color a.green {
184 background: #85924b;
184 background: #85924b;
185 }
185 }
186
186
187 div.color a.brown {
187 div.color a.brown {
188 background: #9b6e42;
188 background: #9b6e42;
189 }
189 }
190
190
191 div.color a.purple {
191 div.color a.purple {
192 background: #88528b;
192 background: #88528b;
193 }
193 }
194
194
195 div.color a.red {
195 div.color a.red {
196 background: #bd3220;
196 background: #bd3220;
197 }
197 }
198
198
199 div.color a.greyblue {
199 div.color a.greyblue {
200 background: #566e86;
200 background: #566e86;
201 }
201 }
202
202
203 /*
203 /*
204 options
204 options
205 */
205 */
206 div.options {
206 div.options {
207 margin: 7px 0 0 162px;
207 margin: 7px 0 0 162px;
208 padding: 0;
208 padding: 0;
209 clear: both;
209 clear: both;
210 overflow: hidden;
210 overflow: hidden;
211 position: absolute;
211 position: absolute;
212 background: #FFFFFF;
212 background: #FFFFFF;
213 }
213 }
214
214
215 div.options a {
215 div.options a {
216 margin: 0;
216 margin: 0;
217 padding: 3px 8px 3px 8px;
217 padding: 3px 8px 3px 8px;
218 height: 1%;
218 height: 1%;
219 display: block;
219 display: block;
220 text-decoration: none;
220 text-decoration: none;
221 }
221 }
222
222
223 div.options a:hover {
223 div.options a:hover {
224 text-decoration: none;
224 text-decoration: none;
225 }
225 }
226
226
227 /*
227 /*
228 header
228 header
229 */
229 */
230 #header {
230 #header {
231 margin: 0;
231 margin: 0;
232 padding: 0 30px 0 30px;
232 padding: 0 30px 0 30px;
233 background: #b0b0b0 url("../images/header_background.png") repeat;
233 background: #b0b0b0 url("../images/header_background.png") repeat;
234 }
234 }
235
235
236 /*
236 /*
237 header / user
237 header / user
238 */
238 */
239 #header ul#logged-user {
239 #header ul#logged-user {
240 margin: 0;
240 margin: 0;
241 padding: 0;
241 padding: 0;
242 float: right;
242 float: right;
243 }
243 }
244
244
245 #header ul#logged-user li {
245 #header ul#logged-user li {
246 margin:-2px 0 0;
246 margin:-2px 0 0;
247 padding: 10px 12px 10px 12px;
247 padding: 10px 12px 10px 12px;
248 list-style: none;
248 list-style: none;
249 float: left;
249 float: left;
250 border-left: 1px solid #bbbbbb;
250 border-left: 1px solid #bbbbbb;
251 border-right: 1px solid #a5a5a5;
251 border-right: 1px solid #a5a5a5;
252 }
252 }
253
253
254 #header ul#logged-user li.first {
254 #header ul#logged-user li.first {
255 border-left: none;
255 border-left: none;
256 margin: -6px;
256 margin: -6px;
257 }
257 }
258
258
259 #header ul#logged-user li.first div.account {
259 #header ul#logged-user li.first div.account {
260 padding-top: 4px;
260 padding-top: 4px;
261 float: left;
261 float: left;
262 }
262 }
263
263
264 #header ul#logged-user li.last {
264 #header ul#logged-user li.last {
265 border-right: none;
265 border-right: none;
266 }
266 }
267
267
268 #header ul#logged-user li a {
268 #header ul#logged-user li a {
269 color: #4e4e4e;
269 color: #4e4e4e;
270 font-weight: bold;
270 font-weight: bold;
271 text-decoration: none;
271 text-decoration: none;
272 }
272 }
273
273
274 #header ul#logged-user li a:hover {
274 #header ul#logged-user li a:hover {
275 color: #376ea6;
275 color: #376ea6;
276 text-decoration: underline;
276 text-decoration: underline;
277 }
277 }
278
278
279 #header ul#logged-user li.highlight a {
279 #header ul#logged-user li.highlight a {
280 color: #ffffff;
280 color: #ffffff;
281 }
281 }
282
282
283 #header ul#logged-user li.highlight a:hover {
283 #header ul#logged-user li.highlight a:hover {
284 color: #376ea6;
284 color: #376ea6;
285 }
285 }
286
286
287 #header #header-inner {
287 #header #header-inner {
288 margin: 0;
288 margin: 0;
289 padding: 0;
289 padding: 0;
290 height: 40px;
290 height: 40px;
291 clear: both;
291 clear: both;
292 position: relative;
292 position: relative;
293 background: #003367 url("../images/header_inner.png") repeat-x;
293 background: #003367 url("../images/header_inner.png") repeat-x;
294 border-bottom: 2px solid #ffffff;
294 border-bottom: 2px solid #ffffff;
295 }
295 }
296
296
297 /*
297 /*
298 header / home
298 header / home
299 */
299 */
300 #header #header-inner #home {
300 #header #header-inner #home {
301 float: left;
301 float: left;
302 }
302 }
303
303
304 #header #header-inner #home a {
304 #header #header-inner #home a {
305 margin: 0;
305 margin: 0;
306 padding: 0;
306 padding: 0;
307 height: 40px;
307 height: 40px;
308 width: 46px;
308 width: 46px;
309 display: block;
309 display: block;
310 background: url("../images/button_home.png");
310 background: url("../images/button_home.png");
311 background-position: 0 0;
311 background-position: 0 0;
312 }
312 }
313
313
314 #header #header-inner #home a:hover {
314 #header #header-inner #home a:hover {
315 background-position: 0 -40px;
315 background-position: 0 -40px;
316 }
316 }
317
317
318 /*
318 /*
319 header / logo
319 header / logo
320 */
320 */
321 #header #header-inner #logo {
321 #header #header-inner #logo {
322 float: left;
322 float: left;
323 }
323 }
324
324
325 #header #header-inner #logo h1 {
325 #header #header-inner #logo h1 {
326 margin: 13px 0 0 13px;
326 margin: 13px 0 0 13px;
327 padding: 0;
327 padding: 0;
328 color: #FFFFFF;
328 color: #FFFFFF;
329 font-size: 14px;
329 font-size: 14px;
330 text-transform: uppercase;
330 text-transform: uppercase;
331 }
331 }
332
332
333 #header #header-inner #logo a {
333 #header #header-inner #logo a {
334 color: #ffffff;
334 color: #ffffff;
335 text-decoration: none;
335 text-decoration: none;
336 }
336 }
337
337
338 #header #header-inner #logo a:hover {
338 #header #header-inner #logo a:hover {
339 color: #dabf29;
339 color: #dabf29;
340 }
340 }
341
341
342 /*
342 /*
343 header / quick
343 header / quick
344 */
344 */
345 #header #header-inner #quick,#header #header-inner #quick ul {
345 #header #header-inner #quick,#header #header-inner #quick ul {
346 margin: 10px 5px 0 0;
346 margin: 10px 5px 0 0;
347 padding: 0;
347 padding: 0;
348 position: relative;
348 position: relative;
349 float: right;
349 float: right;
350 list-style-type: none;
350 list-style-type: none;
351 list-style-position: outside;
351 list-style-position: outside;
352 }
352 }
353
353
354 #header #header-inner #quick li {
354 #header #header-inner #quick li {
355 margin: 0 5px 0 0;
355 margin: 0 5px 0 0;
356 padding: 0;
356 padding: 0;
357 position: relative;
357 position: relative;
358 float: left;
358 float: left;
359 }
359 }
360
360
361 #header #header-inner #quick li a {
361 #header #header-inner #quick li a {
362 top: 0;
362 top: 0;
363 left: 0;
363 left: 0;
364 padding: 0;
364 padding: 0;
365 height: 1%;
365 height: 1%;
366 display: block;
366 display: block;
367 clear: both;
367 clear: both;
368 overflow: hidden;
368 overflow: hidden;
369 background: #336699 url("../../resources/images/quick_l.png") no-repeat
369 background: #336699 url("../../resources/images/quick_l.png") no-repeat
370 top left;
370 top left;
371 color: #FFFFFF;
371 color: #FFFFFF;
372 font-weight: bold;
372 font-weight: bold;
373 text-decoration: none;
373 text-decoration: none;
374 }
374 }
375
375
376 #header #header-inner #quick li span {
376 #header #header-inner #quick li span {
377 top: 0;
377 top: 0;
378 right: 0;
378 right: 0;
379 margin: 0;
379 margin: 0;
380 padding: 10px 12px 8px 10px;
380 padding: 10px 12px 8px 10px;
381 height: 1%;
381 height: 1%;
382 display: block;
382 display: block;
383 float: left;
383 float: left;
384 background: url("../../resources/images/quick_r.png") no-repeat top
384 background: url("../../resources/images/quick_r.png") no-repeat top
385 right;
385 right;
386 border-left: 1px solid #3f6f9f;
386 border-left: 1px solid #3f6f9f;
387 }
387 }
388
388
389 #header #header-inner #quick li span.normal {
389 #header #header-inner #quick li span.normal {
390 padding: 10px 12px 8px 12px;
390 padding: 10px 12px 8px 12px;
391 border: none;
391 border: none;
392 }
392 }
393
393
394 #header #header-inner #quick li span.icon {
394 #header #header-inner #quick li span.icon {
395 top: 0;
395 top: 0;
396 left: 0;
396 left: 0;
397 padding: 8px 8px 4px 8px;
397 padding: 8px 8px 4px 8px;
398 background: url("../../resources/images/quick_l.png") no-repeat top left;
398 background: url("../../resources/images/quick_l.png") no-repeat top left;
399 border-left: none;
399 border-left: none;
400 border-right: 1px solid #2e5c89;
400 border-right: 1px solid #2e5c89;
401 }
401 }
402
402
403 #header #header-inner #quick li a:hover {
403 #header #header-inner #quick li a:hover {
404 background: #4e4e4e url("../../resources/images/quick_l_selected.png")
404 background: #4e4e4e url("../../resources/images/quick_l_selected.png")
405 no-repeat top left;
405 no-repeat top left;
406 }
406 }
407
407
408 #header #header-inner #quick li a:hover span {
408 #header #header-inner #quick li a:hover span {
409 background: url("../../resources/images/quick_r_selected.png") no-repeat
409 background: url("../../resources/images/quick_r_selected.png") no-repeat
410 top right;
410 top right;
411 border-left: 1px solid #545454;
411 border-left: 1px solid #545454;
412 }
412 }
413
413
414 #header #header-inner #quick li a:hover span.normal {
414 #header #header-inner #quick li a:hover span.normal {
415 border: none;
415 border: none;
416 }
416 }
417
417
418 #header #header-inner #quick li a:hover span.icon {
418 #header #header-inner #quick li a:hover span.icon {
419 background: url("../../resources/images/quick_l_selected.png") no-repeat
419 background: url("../../resources/images/quick_l_selected.png") no-repeat
420 top left;
420 top left;
421 border-left: none;
421 border-left: none;
422 border-right: 1px solid #464646;
422 border-right: 1px solid #464646;
423 }
423 }
424
424
425 #header #header-inner #quick ul {
425 #header #header-inner #quick ul {
426 top: 29px;
426 top: 29px;
427 right: 0;
427 right: 0;
428 margin: 0;
428 margin: 0;
429 padding: 0;
429 padding: 0;
430 min-width: 200px;
430 min-width: 200px;
431 display: none;
431 display: none;
432 position: absolute;
432 position: absolute;
433 background: #FFFFFF;
433 background: #FFFFFF;
434 border: 1px solid #666;
434 border: 1px solid #666;
435 border-top: 1px solid #003367;
435 border-top: 1px solid #003367;
436 z-index: 100;
436 z-index: 100;
437 }
437 }
438
438
439 #header #header-inner #quick ul.repo_switcher {
439 #header #header-inner #quick ul.repo_switcher {
440 max-height: 275px;
440 max-height: 275px;
441 overflow-x: hidden;
441 overflow-x: hidden;
442 overflow-y: auto;
442 overflow-y: auto;
443 white-space: nowrap;
443 white-space: nowrap;
444 }
444 }
445
445
446 #header #header-inner #quick li ul li {
446 #header #header-inner #quick li ul li {
447 border-bottom: 1px solid #dddddd;
447 border-bottom: 1px solid #dddddd;
448 }
448 }
449
449
450 #header #header-inner #quick li ul li.last {
450 #header #header-inner #quick li ul li.last {
451 border: none;
451 border: none;
452 }
452 }
453
453
454 #header #header-inner #quick li ul li a {
454 #header #header-inner #quick li ul li a {
455 margin: 0;
455 margin: 0;
456 padding: 7px 9px 7px 9px;
456 padding: 7px 9px 7px 9px;
457 height: 1%;
457 height: 1%;
458 width: 182px;
458 width: 182px;
459 height: auto;
459 height: auto;
460 display: block;
460 display: block;
461 float: left;
461 float: left;
462 background: #FFFFFF;
462 background: #FFFFFF;
463 color: #003367;
463 color: #003367;
464 font-weight: normal;
464 font-weight: normal;
465 }
465 }
466
466
467 #header #header-inner #quick li ul li a.childs {
467 #header #header-inner #quick li ul li a.childs {
468 margin: 0;
468 margin: 0;
469 padding: 7px 9px 7px 24px;
469 padding: 7px 9px 7px 24px;
470 width: 167px;
470 width: 167px;
471 background: #FFFFFF url("../../resources/images/plus.png") no-repeat 8px
471 background: #FFFFFF url("../../resources/images/plus.png") no-repeat 8px
472 9px;
472 9px;
473 }
473 }
474
474
475 #header #header-inner #quick li ul li a:hover {
475 #header #header-inner #quick li ul li a:hover {
476 color: #000000;
476 color: #000000;
477 background: #FFFFFF;
477 background: #FFFFFF;
478 }
478 }
479
479
480 #header #header-inner #quick li ul li a.childs:hover {
480 #header #header-inner #quick li ul li a.childs:hover {
481 background: #FFFFFF url("../../resources/images/minus.png") no-repeat
481 background: #FFFFFF url("../../resources/images/minus.png") no-repeat
482 8px 9px;
482 8px 9px;
483 }
483 }
484
484
485 #header #header-inner #quick ul ul {
485 #header #header-inner #quick ul ul {
486 top: auto;
486 top: auto;
487 }
487 }
488
488
489 #header #header-inner #quick li ul ul {
489 #header #header-inner #quick li ul ul {
490 right: 200px;
490 right: 200px;
491 max-height: 275px;
491 max-height: 275px;
492 overflow: auto;
492 overflow: auto;
493 overflow-x: hidden;
493 overflow-x: hidden;
494 white-space: nowrap;
494 white-space: nowrap;
495 }
495 }
496
496
497 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul
497 #header #header-inner #quick li:hover ul ul,#header #header-inner #quick li:hover ul ul ul,#header #header-inner #quick li:hover ul ul ul ul
498 {
498 {
499 display: none;
499 display: none;
500 }
500 }
501
501
502 #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
502 #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
503 {
503 {
504 display: block;
504 display: block;
505 }
505 }
506
506
507 /*ICONS*/
507 /*ICONS*/
508 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
508 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover
509 {
509 {
510 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
510 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
511 #FFFFFF;
511 #FFFFFF;
512 margin: 0;
512 margin: 0;
513 padding: 12px 9px 7px 24px;
513 padding: 12px 9px 7px 24px;
514 width: 167px;
514 width: 167px;
515 }
515 }
516
516
517 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
517 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover
518 {
518 {
519 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
519 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
520 #FFFFFF;
520 #FFFFFF;
521 margin: 0;
521 margin: 0;
522 padding: 12px 9px 7px 24px;
522 padding: 12px 9px 7px 24px;
523 min-width: 167px;
523 min-width: 167px;
524 }
524 }
525
525
526 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
526 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover
527 {
527 {
528 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
528 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
529 9px #FFFFFF;
529 9px #FFFFFF;
530 margin: 0;
530 margin: 0;
531 padding: 12px 9px 7px 24px;
531 padding: 12px 9px 7px 24px;
532 min-width: 167px;
532 min-width: 167px;
533 }
533 }
534
534
535 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
535 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover
536 {
536 {
537 background: url("../images/icons/folder_edit.png") no-repeat scroll 4px
537 background: url("../images/icons/folder_edit.png") no-repeat scroll 4px
538 9px #FFFFFF;
538 9px #FFFFFF;
539 margin: 0;
539 margin: 0;
540 padding: 12px 9px 7px 24px;
540 padding: 12px 9px 7px 24px;
541 width: 167px;
541 width: 167px;
542 }
542 }
543
543
544 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
544 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover
545 {
545 {
546 background: #FFFFFF url("../images/icons/user_edit.png") no-repeat 4px
546 background: #FFFFFF url("../images/icons/user_edit.png") no-repeat 4px
547 9px;
547 9px;
548 margin: 0;
548 margin: 0;
549 padding: 12px 9px 7px 24px;
549 padding: 12px 9px 7px 24px;
550 width: 167px;
550 width: 167px;
551 }
551 }
552
552
553 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
553 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
554 {
554 {
555 background: #FFFFFF url("../images/icons/cog.png") no-repeat 4px 9px;
555 background: #FFFFFF url("../images/icons/cog.png") no-repeat 4px 9px;
556 margin: 0;
556 margin: 0;
557 padding: 12px 9px 7px 24px;
557 padding: 12px 9px 7px 24px;
558 width: 167px;
558 width: 167px;
559 }
559 }
560
560
561 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
561 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover
562 {
562 {
563 background: #FFFFFF url("../images/icons/key.png") no-repeat 4px 9px;
563 background: #FFFFFF url("../images/icons/key.png") no-repeat 4px 9px;
564 margin: 0;
564 margin: 0;
565 padding: 12px 9px 7px 24px;
565 padding: 12px 9px 7px 24px;
566 width: 167px;
566 width: 167px;
567 }
567 }
568
568
569 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
569 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover
570 {
570 {
571 background: #FFFFFF url("../images/icons/arrow_divide.png") no-repeat
571 background: #FFFFFF url("../images/icons/arrow_divide.png") no-repeat
572 4px 9px;
572 4px 9px;
573 margin: 0;
573 margin: 0;
574 padding: 12px 9px 7px 24px;
574 padding: 12px 9px 7px 24px;
575 width: 167px;
575 width: 167px;
576 }
576 }
577
577
578 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
578 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover
579 {
579 {
580 background: #FFFFFF url("../images/icons/search_16.png") no-repeat 4px
580 background: #FFFFFF url("../images/icons/search_16.png") no-repeat 4px
581 9px;
581 9px;
582 margin: 0;
582 margin: 0;
583 padding: 12px 9px 7px 24px;
583 padding: 12px 9px 7px 24px;
584 width: 167px;
584 width: 167px;
585 }
585 }
586
586
587 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
587 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover
588 {
588 {
589 background: #FFFFFF url("../images/icons/delete.png") no-repeat 4px 9px;
589 background: #FFFFFF url("../images/icons/delete.png") no-repeat 4px 9px;
590 margin: 0;
590 margin: 0;
591 padding: 12px 9px 7px 24px;
591 padding: 12px 9px 7px 24px;
592 width: 167px;
592 width: 167px;
593 }
593 }
594
594
595 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
595 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover
596 {
596 {
597 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat
597 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat
598 4px 9px;
598 4px 9px;
599 margin: 0;
599 margin: 0;
600 padding: 12px 9px 7px 24px;
600 padding: 12px 9px 7px 24px;
601 width: 167px;
601 width: 167px;
602 }
602 }
603
603
604 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover
604 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover
605 {
605 {
606 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px
606 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px
607 9px;
607 9px;
608 margin: 0;
608 margin: 0;
609 padding: 12px 9px 7px 24px;
609 padding: 12px 9px 7px 24px;
610 width: 167px;
610 width: 167px;
611 }
611 }
612
612
613 /*
613 /*
614 header corners
614 header corners
615 */
615 */
616 #header #header-inner div.corner {
616 #header #header-inner div.corner {
617 height: 6px;
617 height: 6px;
618 width: 6px;
618 width: 6px;
619 position: absolute;
619 position: absolute;
620 background: url("../images/header_inner_corners.png") no-repeat;
620 background: url("../images/header_inner_corners.png") no-repeat;
621 }
621 }
622
622
623 #header #header-inner div.tl {
623 #header #header-inner div.tl {
624 top: 0;
624 top: 0;
625 left: 0;
625 left: 0;
626 background-position: 0 0;
626 background-position: 0 0;
627 }
627 }
628
628
629 #header #header-inner div.tr {
629 #header #header-inner div.tr {
630 top: 0;
630 top: 0;
631 right: 0;
631 right: 0;
632 background-position: -6px 0;
632 background-position: -6px 0;
633 }
633 }
634
634
635 /*
635 /*
636 content / left
636 content / left
637 */
637 */
638 #content #left {
638 #content #left {
639 left: 0;
639 left: 0;
640 width: 280px;
640 width: 280px;
641 position: absolute;
641 position: absolute;
642 }
642 }
643
643
644 /*
644 /*
645 content / left / menu
645 content / left / menu
646 */
646 */
647 #content #left #menu {
647 #content #left #menu {
648 margin: 5px 10px 0 60px;
648 margin: 5px 10px 0 60px;
649 padding: 0;
649 padding: 0;
650 clear: both;
650 clear: both;
651 overflow: hidden;
651 overflow: hidden;
652 }
652 }
653
653
654 /*
654 /*
655 content / left / menu / heading
655 content / left / menu / heading
656 */
656 */
657 #content #left #menu h6 {
657 #content #left #menu h6 {
658 margin: 5px 0 0 0;
658 margin: 5px 0 0 0;
659 padding: 0;
659 padding: 0;
660 clear: both;
660 clear: both;
661 overflow: hidden;
661 overflow: hidden;
662 background: #dfdfdf url("../images/menu.png") repeat-x;
662 background: #dfdfdf url("../images/menu.png") repeat-x;
663 color: #6e6e6e;
663 color: #6e6e6e;
664 }
664 }
665
665
666 #content #left #menu h6 a {
666 #content #left #menu h6 a {
667 margin: 0;
667 margin: 0;
668 padding: 0;
668 padding: 0;
669 height: 1%;
669 height: 1%;
670 display: block;
670 display: block;
671 clear: both;
671 clear: both;
672 overflow: hidden;
672 overflow: hidden;
673 background: url("../images/menu_l.png") no-repeat top left;
673 background: url("../images/menu_l.png") no-repeat top left;
674 color: #6e6e6e;
674 color: #6e6e6e;
675 text-decoration: none;
675 text-decoration: none;
676 }
676 }
677
677
678 #content #left #menu h6 span {
678 #content #left #menu h6 span {
679 margin: 0;
679 margin: 0;
680 padding: 9px 10px 10px 10px;
680 padding: 9px 10px 10px 10px;
681 height: 1%;
681 height: 1%;
682 display: block;
682 display: block;
683 background: url("../images/menu_r.png") no-repeat top right;
683 background: url("../images/menu_r.png") no-repeat top right;
684 }
684 }
685
685
686 #content #left #menu h6.selected {
686 #content #left #menu h6.selected {
687 background: #00376e url("../images/menu_selected.png") repeat-x;
687 background: #00376e url("../images/menu_selected.png") repeat-x;
688 color: #FFFFFF;
688 color: #FFFFFF;
689 }
689 }
690
690
691 #content #left #menu h6.selected a {
691 #content #left #menu h6.selected a {
692 background: url("../images/menu_l_selected.png") no-repeat top left;
692 background: url("../images/menu_l_selected.png") no-repeat top left;
693 color: #ffffff;
693 color: #ffffff;
694 }
694 }
695
695
696 #content #left #menu h6.selected span {
696 #content #left #menu h6.selected span {
697 background: url("../images/menu_r_selected.png") no-repeat top right;
697 background: url("../images/menu_r_selected.png") no-repeat top right;
698 }
698 }
699
699
700 /*
700 /*
701 content / left / menu / links
701 content / left / menu / links
702 */
702 */
703 #content #left #menu ul {
703 #content #left #menu ul {
704 margin: 0;
704 margin: 0;
705 padding: 0;
705 padding: 0;
706 background: #376ea6;
706 background: #376ea6;
707 }
707 }
708
708
709 #content #left #menu ul.opened {
709 #content #left #menu ul.opened {
710 display: block;
710 display: block;
711 }
711 }
712
712
713 #content #left #menu ul.closed {
713 #content #left #menu ul.closed {
714 display: none;
714 display: none;
715 }
715 }
716
716
717 #content #left #menu li {
717 #content #left #menu li {
718 margin: 0;
718 margin: 0;
719 padding: 0;
719 padding: 0;
720 clear: both;
720 clear: both;
721 overflow: hidden;
721 overflow: hidden;
722 list-style: none;
722 list-style: none;
723 border-bottom: 1px solid #5f8bb7;
723 border-bottom: 1px solid #5f8bb7;
724 color: #ffffff;
724 color: #ffffff;
725 }
725 }
726
726
727 #content #left #menu li a {
727 #content #left #menu li a {
728 margin: 0 0 0 6px;
728 margin: 0 0 0 6px;
729 padding: 8px 0 8px 18px;
729 padding: 8px 0 8px 18px;
730 height: 1%;
730 height: 1%;
731 display: block;
731 display: block;
732 float: left;
732 float: left;
733 background: url("../images/colors/colors/blue/menu_arrow.png") no-repeat
733 background: url("../images/colors/colors/blue/menu_arrow.png") no-repeat
734 0 9px;
734 0 9px;
735 color: #ffffff;
735 color: #ffffff;
736 text-decoration: none;
736 text-decoration: none;
737 }
737 }
738
738
739 #content #left #menu li a:hover {
739 #content #left #menu li a:hover {
740 color: #b9dcff;
740 color: #b9dcff;
741 }
741 }
742
742
743 /*
743 /*
744 content / left / menu / collapsible
744 content / left / menu / collapsible
745 */
745 */
746 #content #left #menu li.collapsible {
746 #content #left #menu li.collapsible {
747 background: url("../images/menu_border.png") no-repeat top left;
747 background: url("../images/menu_border.png") no-repeat top left;
748 }
748 }
749
749
750 #content #left #menu li.collapsible a {
750 #content #left #menu li.collapsible a {
751 margin: 0 0 0 6px;
751 margin: 0 0 0 6px;
752 padding: 8px 0 8px 0;
752 padding: 8px 0 8px 0;
753 height: 1%;
753 height: 1%;
754 display: block;
754 display: block;
755 background: transparent;
755 background: transparent;
756 float: left;
756 float: left;
757 font-weight: bold;
757 font-weight: bold;
758 }
758 }
759
759
760 #content #left #menu li.collapsible a.plus {
760 #content #left #menu li.collapsible a.plus {
761 margin: 0;
761 margin: 0;
762 padding: 8px 0 9px 24px;
762 padding: 8px 0 9px 24px;
763 height: 10px;
763 height: 10px;
764 width: 10px;
764 width: 10px;
765 display: block;
765 display: block;
766 float: left;
766 float: left;
767 background: url("../images/menu_plus.png") no-repeat 5px 10px;
767 background: url("../images/menu_plus.png") no-repeat 5px 10px;
768 border: none;
768 border: none;
769 }
769 }
770
770
771 #content #left #menu li.collapsible a.minus {
771 #content #left #menu li.collapsible a.minus {
772 margin: 0;
772 margin: 0;
773 padding: 8px 0 9px 24px;
773 padding: 8px 0 9px 24px;
774 height: 10px;
774 height: 10px;
775 width: 10px;
775 width: 10px;
776 display: block;
776 display: block;
777 float: left;
777 float: left;
778 background: url("../images/menu_minus.png") no-repeat 5px 10px;
778 background: url("../images/menu_minus.png") no-repeat 5px 10px;
779 border: none;
779 border: none;
780 }
780 }
781
781
782 #content #left #menu li ul {
782 #content #left #menu li ul {
783 margin: 0;
783 margin: 0;
784 padding: 0;
784 padding: 0;
785 border-left: 18px solid #285889;
785 border-left: 18px solid #285889;
786 }
786 }
787
787
788 #content #left #menu li ul.expanded {
788 #content #left #menu li ul.expanded {
789 display: block;
789 display: block;
790 }
790 }
791
791
792 #content #left #menu li ul.collapsed {
792 #content #left #menu li ul.collapsed {
793 display: none;
793 display: none;
794 }
794 }
795
795
796 #content #left #menu li ul li {
796 #content #left #menu li ul li {
797 margin: 0;
797 margin: 0;
798 padding: 0;
798 padding: 0;
799 clear: both;
799 clear: both;
800 overflow: hidden;
800 overflow: hidden;
801 list-style: none;
801 list-style: none;
802 border-bottom: 1px solid #5f8bb7;
802 border-bottom: 1px solid #5f8bb7;
803 color: #ffffff;
803 color: #ffffff;
804 }
804 }
805
805
806 #content #left #menu li.collapsible ul li a {
806 #content #left #menu li.collapsible ul li a {
807 font-weight: normal;
807 font-weight: normal;
808 }
808 }
809
809
810 #content #left #menu li.last {
810 #content #left #menu li.last {
811 border-bottom: none;
811 border-bottom: none;
812 }
812 }
813
813
814 /*
814 /*
815 content / left / date picker
815 content / left / date picker
816 */
816 */
817 #content #left #date-picker {
817 #content #left #date-picker {
818 margin: 10px 10px 0 60px;
818 margin: 10px 10px 0 60px;
819 padding: 0;
819 padding: 0;
820 clear: both;
820 clear: both;
821 overflow: hidden;
821 overflow: hidden;
822 }
822 }
823
823
824 #content #left #date-picker .ui-datepicker {
824 #content #left #date-picker .ui-datepicker {
825 width: auto;
825 width: auto;
826 padding: 0;
826 padding: 0;
827 clear: both;
827 clear: both;
828 overflow: hidden;
828 overflow: hidden;
829 background: #FFFFFF;
829 background: #FFFFFF;
830 border: 1px solid #d1d1d1;
830 border: 1px solid #d1d1d1;
831 }
831 }
832
832
833 #content #left #date-picker .ui-datepicker .ui-datepicker-header {
833 #content #left #date-picker .ui-datepicker .ui-datepicker-header {
834 padding: 5px 0;
834 padding: 5px 0;
835 }
835 }
836
836
837 #content #left #date-picker .ui-datepicker .ui-datepicker-prev {
837 #content #left #date-picker .ui-datepicker .ui-datepicker-prev {
838 top: 5px;
838 top: 5px;
839 left: 4px;
839 left: 4px;
840 }
840 }
841
841
842 #content #left #date-picker .ui-datepicker .ui-datepicker-next {
842 #content #left #date-picker .ui-datepicker .ui-datepicker-next {
843 top: 5px;
843 top: 5px;
844 right: 4px;
844 right: 4px;
845 }
845 }
846
846
847 #content #left #date-picker .ui-datepicker .ui-datepicker-prev-hover {
847 #content #left #date-picker .ui-datepicker .ui-datepicker-prev-hover {
848 top: 5px;
848 top: 5px;
849 left: 4px;
849 left: 4px;
850 }
850 }
851
851
852 #content #left #date-picker .ui-datepicker .ui-datepicker-next-hover {
852 #content #left #date-picker .ui-datepicker .ui-datepicker-next-hover {
853 top: 5px;
853 top: 5px;
854 right: 4px;
854 right: 4px;
855 }
855 }
856
856
857 /*
857 /*
858 content / right
858 content / right
859 */
859 */
860 #content #right {
860 #content #right {
861 margin: 0 60px 10px 290px;
861 margin: 0 60px 10px 290px;
862 }
862 }
863
863
864 /*
864 /*
865 content / right / box
865 content / right / box
866 */
866 */
867 #content div.box {
867 #content div.box {
868 margin: 0 0 10px 0;
868 margin: 0 0 10px 0;
869 padding: 0 0 10px 0;
869 padding: 0 0 10px 0;
870 clear: both;
870 clear: both;
871 overflow: hidden;
871 overflow: hidden;
872 background: #ffffff;
872 background: #ffffff;
873 }
873 }
874
874
875 #content div.box-left {
875 #content div.box-left {
876 margin: 0 0 10px;
876 margin: 0 0 10px;
877 width: 49%;
877 width: 49%;
878 clear: none;
878 clear: none;
879 float: left;
879 float: left;
880 }
880 }
881
881
882 #content div.box-right {
882 #content div.box-right {
883 margin: 0 0 10px;
883 margin: 0 0 10px;
884 width: 49%;
884 width: 49%;
885 clear: none;
885 clear: none;
886 float: right;
886 float: right;
887 }
887 }
888
888
889 /*
889 /*
890 content / right / box / title
890 content / right / box / title
891 */
891 */
892 #content div.box div.title {
892 #content div.box div.title {
893 margin: 0 0 20px 0;
893 margin: 0 0 20px 0;
894 padding: 0;
894 padding: 0;
895 clear: both;
895 clear: both;
896 overflow: hidden;
896 overflow: hidden;
897 background: #336699 url("../images/header_inner.png") repeat-x;
897 background: #336699 url("../images/header_inner.png") repeat-x;
898 }
898 }
899
899
900 #content div.box div.title h5 {
900 #content div.box div.title h5 {
901 margin: 0;
901 margin: 0;
902 padding: 11px 0 11px 10px;
902 padding: 11px 0 11px 10px;
903 float: left;
903 float: left;
904 border: none;
904 border: none;
905 color: #ffffff;
905 color: #ffffff;
906 text-transform: uppercase;
906 text-transform: uppercase;
907 }
907 }
908
908
909 #content div.box div.title ul.links {
909 #content div.box div.title ul.links {
910 margin: 0;
910 margin: 0;
911 padding: 0;
911 padding: 0;
912 float: right;
912 float: right;
913 }
913 }
914
914
915 #content div.box div.title ul.links li {
915 #content div.box div.title ul.links li {
916 margin: 0;
916 margin: 0;
917 padding: 0;
917 padding: 0;
918 list-style: none;
918 list-style: none;
919 float: left;
919 float: left;
920 }
920 }
921
921
922 #content div.box div.title ul.links li a {
922 #content div.box div.title ul.links li a {
923 margin: 0;
923 margin: 0;
924 padding: 13px 16px 12px 16px;
924 padding: 13px 16px 12px 16px;
925 height: 1%;
925 height: 1%;
926 display: block;
926 display: block;
927 float: left;
927 float: left;
928 border-left: 1px solid #316293;
928 border-left: 1px solid #316293;
929 color: #ffffff;
929 color: #ffffff;
930 font-size: 11px;
930 font-size: 11px;
931 font-weight: bold;
931 font-weight: bold;
932 text-decoration: none;
932 text-decoration: none;
933 }
933 }
934
934
935 #content div.box div.title ul.links li a:hover {
935 #content div.box div.title ul.links li a:hover {
936 background: url("../../images/title_tab_selected.png") no-repeat bottom
936 background: url("../../images/title_tab_selected.png") no-repeat bottom
937 center;
937 center;
938 color: #bfe3ff;
938 color: #bfe3ff;
939 }
939 }
940
940
941 #content div.box div.title ul.links li.ui-tabs-selected a {
941 #content div.box div.title ul.links li.ui-tabs-selected a {
942 background: url("../../../resources/images/title_tab_selected.png")
942 background: url("../../../resources/images/title_tab_selected.png")
943 no-repeat bottom center;
943 no-repeat bottom center;
944 color: #bfe3ff;
944 color: #bfe3ff;
945 }
945 }
946
946
947 /*
947 /*
948 content / right / box / headings
948 content / right / box / headings
949 */
949 */
950 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
950 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6
951 {
951 {
952 margin: 10px 20px 10px 20px;
952 margin: 10px 20px 10px 20px;
953 padding: 0 0 15px 0;
953 padding: 0 0 15px 0;
954 clear: both;
954 clear: both;
955 overflow: hidden;
955 overflow: hidden;
956 border-bottom: 1px solid #DDDDDD;
956 border-bottom: 1px solid #DDDDDD;
957 }
957 }
958
958
959 /*
959 /*
960 content / right / box / paragraphs
960 content / right / box / paragraphs
961 */
961 */
962 #content div.box p {
962 #content div.box p {
963 margin: 0 24px 10px 24px;
963 margin: 0 24px 10px 24px;
964 padding: 0;
964 padding: 0;
965 color: #5f5f5f;
965 color: #5f5f5f;
966 font-size: 12px;
966 font-size: 12px;
967 line-height: 150%;
967 line-height: 150%;
968 }
968 }
969
969
970 #content div.box blockquote {
970 #content div.box blockquote {
971 margin: 0 34px 0 34px;
971 margin: 0 34px 0 34px;
972 padding: 0 0 0 14px;
972 padding: 0 0 0 14px;
973 border-left: 4px solid #DDDDDD;
973 border-left: 4px solid #DDDDDD;
974 color: #5f5f5f;
974 color: #5f5f5f;
975 font-size: 11px;
975 font-size: 11px;
976 line-height: 150%;
976 line-height: 150%;
977 }
977 }
978
978
979 #content div.box blockquote p {
979 #content div.box blockquote p {
980 margin: 10px 0 10px 0;
980 margin: 10px 0 10px 0;
981 padding: 0;
981 padding: 0;
982 }
982 }
983
983
984 /*
984 /*
985 content / right / box / lists
985 content / right / box / lists
986 */
986 */
987 #content div.box dl {
987 #content div.box dl {
988 margin: 10px 24px 10px 24px;
988 margin: 10px 24px 10px 24px;
989 }
989 }
990
990
991 #content div.box dt {
991 #content div.box dt {
992 margin: 0;
992 margin: 0;
993 font-size: 12px;
993 font-size: 12px;
994 }
994 }
995
995
996 #content div.box dd {
996 #content div.box dd {
997 margin: 0;
997 margin: 0;
998 padding: 8px 0 8px 15px;
998 padding: 8px 0 8px 15px;
999 font-size: 12px;
999 font-size: 12px;
1000 }
1000 }
1001
1001
1002 #content div.box ul.left {
1002 #content div.box ul.left {
1003 float: left;
1003 float: left;
1004 }
1004 }
1005
1005
1006 #content div.box ol.left {
1006 #content div.box ol.left {
1007 float: left;
1007 float: left;
1008 }
1008 }
1009
1009
1010 #content div.box li {
1010 #content div.box li {
1011 padding: 4px 0 4px 0;
1011 padding: 4px 0 4px 0;
1012 font-size: 12px;
1012 font-size: 12px;
1013 }
1013 }
1014
1014
1015 #content div.box ol.lower-roman,#content div.box ol.upper-roman {
1015 #content div.box ol.lower-roman,#content div.box ol.upper-roman {
1016 margin: 10px 24px 10px 44px;
1016 margin: 10px 24px 10px 44px;
1017 }
1017 }
1018
1018
1019 #content div.box ol.lower-alpha,#content div.box ol.upper-alpha {
1019 #content div.box ol.lower-alpha,#content div.box ol.upper-alpha {
1020 margin: 10px 24px 10px 44px;
1020 margin: 10px 24px 10px 44px;
1021 }
1021 }
1022
1022
1023 #content div.box ol.decimal {
1023 #content div.box ol.decimal {
1024 margin: 10px 24px 10px 44px;
1024 margin: 10px 24px 10px 44px;
1025 }
1025 }
1026
1026
1027 #content div.box ul.disc,#content div.box ul.circle {
1027 #content div.box ul.disc,#content div.box ul.circle {
1028 margin: 10px 24px 10px 38px;
1028 margin: 10px 24px 10px 38px;
1029 }
1029 }
1030
1030
1031 #content div.box ul.square {
1031 #content div.box ul.square {
1032 margin: 10px 24px 10px 40px;
1032 margin: 10px 24px 10px 40px;
1033 }
1033 }
1034
1034
1035 /*
1035 /*
1036 content / right / box / images
1036 content / right / box / images
1037 */
1037 */
1038 #content div.box img.left {
1038 #content div.box img.left {
1039 margin: 10px 10px 10px 0;
1039 margin: 10px 10px 10px 0;
1040 border: none;
1040 border: none;
1041 float: left;
1041 float: left;
1042 }
1042 }
1043
1043
1044 #content div.box img.right {
1044 #content div.box img.right {
1045 margin: 10px 0 10px 10px;
1045 margin: 10px 0 10px 10px;
1046 border: none;
1046 border: none;
1047 float: right;
1047 float: right;
1048 }
1048 }
1049
1049
1050 /*
1050 /*
1051 content / right / box / messages
1051 content / right / box / messages
1052 */
1052 */
1053 #content div.box div.messages {
1053 #content div.box div.messages {
1054 margin: 0 20px 0 20px;
1054 margin: 0 20px 0 20px;
1055 padding: 0;
1055 padding: 0;
1056 clear: both;
1056 clear: both;
1057 overflow: hidden;
1057 overflow: hidden;
1058 }
1058 }
1059
1059
1060 #content div.box div.message {
1060 #content div.box div.message {
1061 margin: 0 0 0px 0;
1061 margin: 0 0 0px 0;
1062 padding: 10px 0 10px 0;
1062 padding: 10px 0 10px 0;
1063 clear: both;
1063 clear: both;
1064 overflow: hidden;
1064 overflow: hidden;
1065 }
1065 }
1066 #content div.box div.message a{
1066 #content div.box div.message a{
1067 font-weight: normal !important;
1067 font-weight: normal !important;
1068 }
1068 }
1069 #content div.box div.message div.image {
1069 #content div.box div.message div.image {
1070 margin: 9px 0 0 5px;
1070 margin: 9px 0 0 5px;
1071 padding: 6px;
1071 padding: 6px;
1072 float: left;
1072 float: left;
1073 }
1073 }
1074
1074
1075 #content div.box div.message div.image img {
1075 #content div.box div.message div.image img {
1076 margin: 0;
1076 margin: 0;
1077 vertical-align: middle;
1077 vertical-align: middle;
1078 }
1078 }
1079
1079
1080 #content div.box div.message div.text {
1080 #content div.box div.message div.text {
1081 margin: 0;
1081 margin: 0;
1082 padding: 9px 6px 9px 6px;
1082 padding: 9px 6px 9px 6px;
1083 float: left;
1083 float: left;
1084 }
1084 }
1085
1085
1086 #content div.box div.message div.dismiss {
1086 #content div.box div.message div.dismiss {
1087 margin: 0;
1087 margin: 0;
1088 padding: 0;
1088 padding: 0;
1089 float: right;
1089 float: right;
1090 }
1090 }
1091
1091
1092 #content div.box div.message div.dismiss a {
1092 #content div.box div.message div.dismiss a {
1093 margin: 15px 14px 0 0;
1093 margin: 15px 14px 0 0;
1094 padding: 0;
1094 padding: 0;
1095 height: 16px;
1095 height: 16px;
1096 width: 16px;
1096 width: 16px;
1097 display: block;
1097 display: block;
1098 background: url("../images/icons/cross.png") no-repeat;
1098 background: url("../images/icons/cross.png") no-repeat;
1099 }
1099 }
1100
1100
1101 #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
1101 #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
1102 {
1102 {
1103 margin: 0;
1103 margin: 0;
1104 padding: 0px;
1104 padding: 0px;
1105 border: none;
1105 border: none;
1106 }
1106 }
1107
1107
1108 #content div.box div.message div.text span {
1108 #content div.box div.message div.text span {
1109 margin: 0;
1109 margin: 0;
1110 padding: 5px 0 0 0;
1110 padding: 5px 0 0 0;
1111 height: 1%;
1111 height: 1%;
1112 display: block;
1112 display: block;
1113 }
1113 }
1114
1114
1115 #content div.box div.message-error {
1115 #content div.box div.message-error {
1116 height: 1%;
1116 height: 1%;
1117 clear: both;
1117 clear: both;
1118 overflow: hidden;
1118 overflow: hidden;
1119 background: #FBE3E4;
1119 background: #FBE3E4;
1120 border: 1px solid #FBC2C4;
1120 border: 1px solid #FBC2C4;
1121 color: #860006;
1121 color: #860006;
1122 }
1122 }
1123
1123
1124 #content div.box div.message-error h6 {
1124 #content div.box div.message-error h6 {
1125 color: #860006;
1125 color: #860006;
1126 }
1126 }
1127
1127
1128 #content div.box div.message-warning {
1128 #content div.box div.message-warning {
1129 height: 1%;
1129 height: 1%;
1130 clear: both;
1130 clear: both;
1131 overflow: hidden;
1131 overflow: hidden;
1132 background: #FFF6BF;
1132 background: #FFF6BF;
1133 border: 1px solid #FFD324;
1133 border: 1px solid #FFD324;
1134 color: #5f5200;
1134 color: #5f5200;
1135 }
1135 }
1136
1136
1137 #content div.box div.message-warning h6 {
1137 #content div.box div.message-warning h6 {
1138 color: #5f5200;
1138 color: #5f5200;
1139 }
1139 }
1140
1140
1141 #content div.box div.message-notice {
1141 #content div.box div.message-notice {
1142 height: 1%;
1142 height: 1%;
1143 clear: both;
1143 clear: both;
1144 overflow: hidden;
1144 overflow: hidden;
1145 background: #8FBDE0;
1145 background: #8FBDE0;
1146 border: 1px solid #6BACDE;
1146 border: 1px solid #6BACDE;
1147 color: #003863;
1147 color: #003863;
1148 }
1148 }
1149
1149
1150 #content div.box div.message-notice h6 {
1150 #content div.box div.message-notice h6 {
1151 color: #003863;
1151 color: #003863;
1152 }
1152 }
1153
1153
1154 #content div.box div.message-success {
1154 #content div.box div.message-success {
1155 height: 1%;
1155 height: 1%;
1156 clear: both;
1156 clear: both;
1157 overflow: hidden;
1157 overflow: hidden;
1158 background: #E6EFC2;
1158 background: #E6EFC2;
1159 border: 1px solid #C6D880;
1159 border: 1px solid #C6D880;
1160 color: #4e6100;
1160 color: #4e6100;
1161 }
1161 }
1162
1162
1163 #content div.box div.message-success h6 {
1163 #content div.box div.message-success h6 {
1164 color: #4e6100;
1164 color: #4e6100;
1165 }
1165 }
1166
1166
1167 /*
1167 /*
1168 content / right / box / forms
1168 content / right / box / forms
1169 */
1169 */
1170 #content div.box div.form {
1170 #content div.box div.form {
1171 margin: 0;
1171 margin: 0;
1172 padding: 0 20px 10px 20px;
1172 padding: 0 20px 10px 20px;
1173 clear: both;
1173 clear: both;
1174 overflow: hidden;
1174 overflow: hidden;
1175 }
1175 }
1176
1176
1177 #content div.box div.form div.fields {
1177 #content div.box div.form div.fields {
1178 margin: 0;
1178 margin: 0;
1179 padding: 0;
1179 padding: 0;
1180 clear: both;
1180 clear: both;
1181 overflow: hidden;
1181 overflow: hidden;
1182 }
1182 }
1183
1183
1184 #content div.box div.form div.fields div.field {
1184 #content div.box div.form div.fields div.field {
1185 margin: 0;
1185 margin: 0;
1186 padding: 10px 0 10px 0;
1186 padding: 10px 0 10px 0;
1187 height: 1%;
1187 height: 1%;
1188 border-bottom: 1px solid #DDDDDD;
1188 border-bottom: 1px solid #DDDDDD;
1189 clear: both;
1189 clear: both;
1190 }
1190 }
1191
1191
1192 #content div.box div.form div.fields div.field-first {
1192 #content div.box div.form div.fields div.field-first {
1193 padding: 0 0 10px 0;
1193 padding: 0 0 10px 0;
1194 }
1194 }
1195
1195
1196 #content div.box div.form div.fields div.field-noborder {
1196 #content div.box div.form div.fields div.field-noborder {
1197 border-bottom: 0px !important;
1197 border-bottom: 0px !important;
1198 }
1198 }
1199
1199
1200 #content div.box div.form div.fields div.field span.error-message {
1200 #content div.box div.form div.fields div.field span.error-message {
1201 margin: 8px 0px 0px 4px;
1201 margin: 8px 0px 0px 4px;
1202 padding: 0;
1202 padding: 0;
1203 height: 1%;
1203 height: 1%;
1204 display: inline-block;
1204 display: inline-block;
1205 color: #FF0000;
1205 color: #FF0000;
1206 }
1206 }
1207
1207
1208 #content div.box div.form div.fields div.field span.success {
1208 #content div.box div.form div.fields div.field span.success {
1209 margin: 8px 0 0 0;
1209 margin: 8px 0 0 0;
1210 padding: 0;
1210 padding: 0;
1211 height: 1%;
1211 height: 1%;
1212 display: block;
1212 display: block;
1213 color: #316309;
1213 color: #316309;
1214 }
1214 }
1215
1215
1216 /*
1216 /*
1217 content / right / forms / labels
1217 content / right / forms / labels
1218 */
1218 */
1219 #content div.box div.form div.fields div.field div.label {
1219 #content div.box div.form div.fields div.field div.label {
1220 left: 310px;
1220 left: 310px;
1221 margin: 0;
1221 margin: 0;
1222 padding: 8px 0 0 5px;
1222 padding: 8px 0 0 5px;
1223 width: auto;
1223 width: auto;
1224 position: absolute;
1224 position: absolute;
1225 }
1225 }
1226
1226
1227 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
1227 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
1228 {
1228 {
1229 left: 0;
1229 left: 0;
1230 margin: 0;
1230 margin: 0;
1231 padding: 0 0 8px 0;
1231 padding: 0 0 8px 0;
1232 width: auto;
1232 width: auto;
1233 position: relative;
1233 position: relative;
1234 clear: both;
1234 clear: both;
1235 overflow: hidden;
1235 overflow: hidden;
1236 }
1236 }
1237
1237
1238 /*
1238 /*
1239 content / right / forms / label (select)
1239 content / right / forms / label (select)
1240 */
1240 */
1241 #content div.box div.form div.fields div.field div.label-select {
1241 #content div.box div.form div.fields div.field div.label-select {
1242 padding: 2px 0 0 5px;
1242 padding: 2px 0 0 5px;
1243 }
1243 }
1244
1244
1245 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select
1245 #content div.box-left div.form div.fields div.field div.label-select,#content div.box-right div.form div.fields div.field div.label-select
1246 {
1246 {
1247 padding: 0 0 8px 0;
1247 padding: 0 0 8px 0;
1248 }
1248 }
1249
1249
1250 /*
1250 /*
1251 content / right / forms / label (checkbox)
1251 content / right / forms / label (checkbox)
1252 */
1252 */
1253 #content div.box div.form div.fields div.field div.label-checkbox {
1253 #content div.box div.form div.fields div.field div.label-checkbox {
1254 padding: 0 0 0 5px !important;
1254 padding: 0 0 0 5px !important;
1255 }
1255 }
1256
1256
1257 /*
1257 /*
1258 content / right / forms / label (radio)
1258 content / right / forms / label (radio)
1259 */
1259 */
1260 #content div.box div.form div.fields div.field div.label-radio {
1260 #content div.box div.form div.fields div.field div.label-radio {
1261 padding: 0 0 0 5px !important;
1261 padding: 0 0 0 5px !important;
1262 }
1262 }
1263
1263
1264 /*
1264 /*
1265 content / right / forms / label (textarea)
1265 content / right / forms / label (textarea)
1266 */
1266 */
1267 #content div.box div.form div.fields div.field div.label-textarea {
1267 #content div.box div.form div.fields div.field div.label-textarea {
1268 padding: 0 0 0 5px !important;
1268 padding: 0 0 0 5px !important;
1269 }
1269 }
1270
1270
1271 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea
1271 #content div.box-left div.form div.fields div.field div.label-textarea,#content div.box-right div.form div.fields div.field div.label-textarea
1272 {
1272 {
1273 padding: 0 0 8px 0 !important;
1273 padding: 0 0 8px 0 !important;
1274 }
1274 }
1275
1275
1276 /*
1276 /*
1277 content / right / forms / labels (label)
1277 content / right / forms / labels (label)
1278 */
1278 */
1279 #content div.box div.form div.fields div.field div.label label {
1279 #content div.box div.form div.fields div.field div.label label {
1280 color: #393939;
1280 color: #393939;
1281 font-weight: bold;
1281 font-weight: bold;
1282 }
1282 }
1283
1283
1284 #content div.box div.form div.fields div.field div.label span {
1284 #content div.box div.form div.fields div.field div.label span {
1285 margin: 0;
1285 margin: 0;
1286 padding: 2px 0 0 0;
1286 padding: 2px 0 0 0;
1287 height: 1%;
1287 height: 1%;
1288 display: block;
1288 display: block;
1289 color: #363636;
1289 color: #363636;
1290 }
1290 }
1291
1291
1292 /*
1292 /*
1293 content / right / forms / input
1293 content / right / forms / input
1294 */
1294 */
1295 #content div.box div.form div.fields div.field div.input {
1295 #content div.box div.form div.fields div.field div.input {
1296 margin: 0 0 0 200px;
1296 margin: 0 0 0 200px;
1297 }
1297 }
1298
1298
1299 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1299 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input
1300 {
1300 {
1301 margin: 0;
1301 margin: 0;
1302 padding: 7px 7px 6px 7px;
1302 padding: 7px 7px 6px 7px;
1303 clear: both;
1303 clear: both;
1304 overflow: hidden;
1304 overflow: hidden;
1305 border-top: 1px solid #b3b3b3;
1305 border-top: 1px solid #b3b3b3;
1306 border-left: 1px solid #b3b3b3;
1306 border-left: 1px solid #b3b3b3;
1307 border-right: 1px solid #eaeaea;
1307 border-right: 1px solid #eaeaea;
1308 border-bottom: 1px solid #eaeaea;
1308 border-bottom: 1px solid #eaeaea;
1309 }
1309 }
1310
1310
1311 #content div.box div.form div.fields div.field div.input input {
1311 #content div.box div.form div.fields div.field div.input input {
1312 margin: 0;
1312 margin: 0;
1313 padding: 7px 7px 6px 7px;
1313 padding: 7px 7px 6px 7px;
1314 background: #FFFFFF;
1314 background: #FFFFFF;
1315 border-top: 1px solid #b3b3b3;
1315 border-top: 1px solid #b3b3b3;
1316 border-left: 1px solid #b3b3b3;
1316 border-left: 1px solid #b3b3b3;
1317 border-right: 1px solid #eaeaea;
1317 border-right: 1px solid #eaeaea;
1318 border-bottom: 1px solid #eaeaea;
1318 border-bottom: 1px solid #eaeaea;
1319 color: #000000;
1319 color: #000000;
1320 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1320 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1321 Lucida Sans Unicode, Arial, sans-serif;
1321 Lucida Sans Unicode, Arial, sans-serif;
1322 font-size: 11px;
1322 font-size: 11px;
1323 }
1323 }
1324
1324
1325 #content div.box-left div.form div.fields div.field div.input input,#content div.box-right div.form div.fields div.field div.input input
1325 #content div.box-left div.form div.fields div.field div.input input,#content div.box-right div.form div.fields div.field div.input input
1326 {
1326 {
1327 width: 100%;
1327 width: 100%;
1328 padding: 0;
1328 padding: 0;
1329 border: none;
1329 border: none;
1330 }
1330 }
1331
1331
1332 #content div.box div.form div.fields div.field div.input input.small {
1332 #content div.box div.form div.fields div.field div.input input.small {
1333 width: 30%;
1333 width: 30%;
1334 }
1334 }
1335
1335
1336 #content div.box div.form div.fields div.field div.input input.medium {
1336 #content div.box div.form div.fields div.field div.input input.medium {
1337 width: 55%;
1337 width: 55%;
1338 }
1338 }
1339
1339
1340 #content div.box div.form div.fields div.field div.input input.large {
1340 #content div.box div.form div.fields div.field div.input input.large {
1341 width: 85%;
1341 width: 85%;
1342 }
1342 }
1343
1343
1344 #content div.box div.form div.fields div.field div.input input.date {
1344 #content div.box div.form div.fields div.field div.input input.date {
1345 width: 177px;
1345 width: 177px;
1346 }
1346 }
1347
1347
1348 #content div.box div.form div.fields div.field div.input input.button {
1348 #content div.box div.form div.fields div.field div.input input.button {
1349 margin: 0;
1349 margin: 0;
1350 padding: 4px 8px 4px 8px;
1350 padding: 4px 8px 4px 8px;
1351 background: #D4D0C8;
1351 background: #D4D0C8;
1352 border-top: 1px solid #FFFFFF;
1352 border-top: 1px solid #FFFFFF;
1353 border-left: 1px solid #FFFFFF;
1353 border-left: 1px solid #FFFFFF;
1354 border-right: 1px solid #404040;
1354 border-right: 1px solid #404040;
1355 border-bottom: 1px solid #404040;
1355 border-bottom: 1px solid #404040;
1356 color: #000000;
1356 color: #000000;
1357 }
1357 }
1358
1358
1359 #content div.box div.form div.fields div.field div.input input.error {
1359 #content div.box div.form div.fields div.field div.input input.error {
1360 background: #FBE3E4;
1360 background: #FBE3E4;
1361 border-top: 1px solid #e1b2b3;
1361 border-top: 1px solid #e1b2b3;
1362 border-left: 1px solid #e1b2b3;
1362 border-left: 1px solid #e1b2b3;
1363 border-right: 1px solid #FBC2C4;
1363 border-right: 1px solid #FBC2C4;
1364 border-bottom: 1px solid #FBC2C4;
1364 border-bottom: 1px solid #FBC2C4;
1365 }
1365 }
1366
1366
1367 #content div.box div.form div.fields div.field div.input input.success {
1367 #content div.box div.form div.fields div.field div.input input.success {
1368 background: #E6EFC2;
1368 background: #E6EFC2;
1369 border-top: 1px solid #cebb98;
1369 border-top: 1px solid #cebb98;
1370 border-left: 1px solid #cebb98;
1370 border-left: 1px solid #cebb98;
1371 border-right: 1px solid #c6d880;
1371 border-right: 1px solid #c6d880;
1372 border-bottom: 1px solid #c6d880;
1372 border-bottom: 1px solid #c6d880;
1373 }
1373 }
1374
1374
1375 #content div.box div.form div.fields div.field div.input img.ui-datepicker-trigger
1375 #content div.box div.form div.fields div.field div.input img.ui-datepicker-trigger
1376 {
1376 {
1377 margin: 0 0 0 6px;
1377 margin: 0 0 0 6px;
1378 }
1378 }
1379
1379
1380 /*
1380 /*
1381 content / right / forms / input (file styling)
1381 content / right / forms / input (file styling)
1382 */
1382 */
1383 #content div.box div.form div.fields div.field div.input a.ui-input-file
1383 #content div.box div.form div.fields div.field div.input a.ui-input-file
1384 {
1384 {
1385 margin: 0 0 0 6px;
1385 margin: 0 0 0 6px;
1386 padding: 0;
1386 padding: 0;
1387 width: 28px;
1387 width: 28px;
1388 height: 28px;
1388 height: 28px;
1389 display: inline;
1389 display: inline;
1390 position: absolute;
1390 position: absolute;
1391 overflow: hidden;
1391 overflow: hidden;
1392 cursor: pointer;
1392 cursor: pointer;
1393 background: #e5e3e3 url("../images/button_browse.png") no-repeat;
1393 background: #e5e3e3 url("../images/button_browse.png") no-repeat;
1394 border: none;
1394 border: none;
1395 text-decoration: none;
1395 text-decoration: none;
1396 }
1396 }
1397
1397
1398 #content div.box div.form div.fields div.field div.input a:hover.ui-input-file
1398 #content div.box div.form div.fields div.field div.input a:hover.ui-input-file
1399 {
1399 {
1400 background: #e5e3e3 url("../images/button_browse_selected.png")
1400 background: #e5e3e3 url("../images/button_browse_selected.png")
1401 no-repeat;
1401 no-repeat;
1402 }
1402 }
1403
1403
1404 /*
1404 /*
1405 content / right / forms / textarea
1405 content / right / forms / textarea
1406 */
1406 */
1407 #content div.box div.form div.fields div.field div.textarea {
1407 #content div.box div.form div.fields div.field div.textarea {
1408 margin: 0 0 0 200px;
1408 margin: 0 0 0 200px;
1409 padding: 10px;
1409 padding: 10px;
1410 border-top: 1px solid #b3b3b3;
1410 border-top: 1px solid #b3b3b3;
1411 border-left: 1px solid #b3b3b3;
1411 border-left: 1px solid #b3b3b3;
1412 border-right: 1px solid #eaeaea;
1412 border-right: 1px solid #eaeaea;
1413 border-bottom: 1px solid #eaeaea;
1413 border-bottom: 1px solid #eaeaea;
1414 }
1414 }
1415
1415
1416 #content div.box div.form div.fields div.field div.textarea-editor {
1416 #content div.box div.form div.fields div.field div.textarea-editor {
1417 padding: 0;
1417 padding: 0;
1418 border: 1px solid #dddddd;
1418 border: 1px solid #dddddd;
1419 }
1419 }
1420
1420
1421 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea
1421 #content div.box-left div.form div.fields div.field div.textarea,#content div.box-right div.form div.fields div.field div.textarea
1422 {
1422 {
1423 margin: 0;
1423 margin: 0;
1424 }
1424 }
1425
1425
1426 #content div.box div.form div.fields div.field div.textarea textarea {
1426 #content div.box div.form div.fields div.field div.textarea textarea {
1427 margin: 0;
1427 margin: 0;
1428 padding: 0;
1428 padding: 0;
1429 width: 100%;
1429 width: 100%;
1430 height: 220px;
1430 height: 220px;
1431 overflow: hidden;
1431 overflow: hidden;
1432 background: #FFFFFF;
1432 background: #FFFFFF;
1433 border-width: 0;
1433 border-width: 0;
1434 color: #000000;
1434 color: #000000;
1435 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1435 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1436 Lucida Sans Unicode, Arial, sans-serif;
1436 Lucida Sans Unicode, Arial, sans-serif;
1437 font-size: 11px;
1437 font-size: 11px;
1438 outline: none;
1438 outline: none;
1439 }
1439 }
1440
1440
1441 #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
1441 #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
1442 {
1442 {
1443 width: 100%;
1443 width: 100%;
1444 height: 100px;
1444 height: 100px;
1445 }
1445 }
1446
1446
1447 #content div.box div.form div.fields div.field div.textarea textarea.error
1447 #content div.box div.form div.fields div.field div.textarea textarea.error
1448 {
1448 {
1449 padding: 3px 10px 10px 23px;
1449 padding: 3px 10px 10px 23px;
1450 background-color: #FBE3E4;
1450 background-color: #FBE3E4;
1451 background-image: url("../../../resources/images/icons/exclamation.png");
1451 background-image: url("../../../resources/images/icons/exclamation.png");
1452 background-repeat: no-repeat;
1452 background-repeat: no-repeat;
1453 background-position: 3px 3px;
1453 background-position: 3px 3px;
1454 border: 1px solid #FBC2C4;
1454 border: 1px solid #FBC2C4;
1455 }
1455 }
1456
1456
1457 #content div.box div.form div.fields div.field div.textarea textarea.success
1457 #content div.box div.form div.fields div.field div.textarea textarea.success
1458 {
1458 {
1459 padding: 3px 10px 10px 23px;
1459 padding: 3px 10px 10px 23px;
1460 background-color: #E6EFC2;
1460 background-color: #E6EFC2;
1461 background-image: url("../../../resources/images/icons/accept.png");
1461 background-image: url("../../../resources/images/icons/accept.png");
1462 background-repeat: no-repeat;
1462 background-repeat: no-repeat;
1463 background-position: 3px 3px;
1463 background-position: 3px 3px;
1464 border: 1px solid #C6D880;
1464 border: 1px solid #C6D880;
1465 }
1465 }
1466
1466
1467 /*
1467 /*
1468 content / right / forms / textarea (tinymce editor)
1468 content / right / forms / textarea (tinymce editor)
1469 */
1469 */
1470 #content div.box div.form div.fields div.field div.textarea table {
1470 #content div.box div.form div.fields div.field div.textarea table {
1471 margin: 0;
1471 margin: 0;
1472 padding: 0;
1472 padding: 0;
1473 width: 100%;
1473 width: 100%;
1474 border: none;
1474 border: none;
1475 }
1475 }
1476
1476
1477 #content div.box div.form div.fields div.field div.textarea table td {
1477 #content div.box div.form div.fields div.field div.textarea table td {
1478 padding: 0;
1478 padding: 0;
1479 background: #DDDDDD;
1479 background: #DDDDDD;
1480 border: none;
1480 border: none;
1481 }
1481 }
1482
1482
1483 #content div.box div.form div.fields div.field div.textarea table td table
1483 #content div.box div.form div.fields div.field div.textarea table td table
1484 {
1484 {
1485 margin: 0;
1485 margin: 0;
1486 padding: 0;
1486 padding: 0;
1487 width: auto;
1487 width: auto;
1488 border: none;
1488 border: none;
1489 }
1489 }
1490
1490
1491 #content div.box div.form div.fields div.field div.textarea table td table td
1491 #content div.box div.form div.fields div.field div.textarea table td table td
1492 {
1492 {
1493 padding: 5px 5px 5px 0;
1493 padding: 5px 5px 5px 0;
1494 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1494 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1495 Lucida Sans Unicode, Arial, sans-serif;
1495 Lucida Sans Unicode, Arial, sans-serif;
1496 font-size: 11px;
1496 font-size: 11px;
1497 }
1497 }
1498
1498
1499 #content div.box div.form div.fields div.field div.textarea table td table td a
1499 #content div.box div.form div.fields div.field div.textarea table td table td a
1500 {
1500 {
1501 border: none;
1501 border: none;
1502 }
1502 }
1503
1503
1504 #content div.box div.form div.fields div.field div.textarea table td table td a.mceButtonActive
1504 #content div.box div.form div.fields div.field div.textarea table td table td a.mceButtonActive
1505 {
1505 {
1506 background: #b1b1b1;
1506 background: #b1b1b1;
1507 }
1507 }
1508
1508
1509 /*
1509 /*
1510 content / right / forms / select
1510 content / right / forms / select
1511 */
1511 */
1512 #content div.box div.form div.fields div.field div.select {
1512 #content div.box div.form div.fields div.field div.select {
1513 margin: 0 0 0 200px;
1513 margin: 0 0 0 200px;
1514 padding: 0;
1514 padding: 0;
1515 }
1515 }
1516
1516
1517 #content div.box div.form div.fields div.field div.select a:hover {
1517 #content div.box div.form div.fields div.field div.select a:hover {
1518 color: #000000;
1518 color: #000000;
1519 text-decoration: none;
1519 text-decoration: none;
1520 }
1520 }
1521
1521
1522 #content div.box div.form div.fields div.field div.select select {
1522 #content div.box div.form div.fields div.field div.select select {
1523 margin: 0;
1523 margin: 0;
1524 }
1524 }
1525
1525
1526 /*
1526 /*
1527 content / right / forms / select (jquery styling)
1527 content / right / forms / select (jquery styling)
1528 */
1528 */
1529 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus
1529 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus
1530 {
1530 {
1531 border: 1px solid #666666;
1531 border: 1px solid #666666;
1532 }
1532 }
1533
1533
1534 #content div.box div.form div.fields div.field div.select a.ui-selectmenu
1534 #content div.box div.form div.fields div.field div.select a.ui-selectmenu
1535 {
1535 {
1536 color: #565656;
1536 color: #565656;
1537 text-decoration: none;
1537 text-decoration: none;
1538 }
1538 }
1539
1539
1540 #content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover
1540 #content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover
1541 {
1541 {
1542 color: #000000;
1542 color: #000000;
1543 text-decoration: none;
1543 text-decoration: none;
1544 }
1544 }
1545
1545
1546 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus span.ui-icon
1546 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus span.ui-icon
1547 {
1547 {
1548 background-image: url(../images/ui/ui-icons_222222_256x240.png);
1548 background-image: url(../images/ui/ui-icons_222222_256x240.png);
1549 }
1549 }
1550
1550
1551 /*
1551 /*
1552 content / right / forms / element focus
1552 content / right / forms / element focus
1553 */
1553 */
1554 #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
1554 #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
1555 {
1555 {
1556 background: #f6f6f6;
1556 background: #f6f6f6;
1557 border-color: #666;
1557 border-color: #666;
1558 }
1558 }
1559
1559
1560 /*
1560 /*
1561 content / right / forms / checkboxes
1561 content / right / forms / checkboxes
1562 */
1562 */
1563 #content div.box div.form div.fields div.field div.checkboxes {
1563 #content div.box div.form div.fields div.field div.checkboxes {
1564 margin: 0 0 0 200px;
1564 margin: 0 0 0 200px;
1565 padding: 0;
1565 padding: 0;
1566 }
1566 }
1567
1567
1568 #content div.box div.form div.fields div.field div.checkboxes div.checkbox
1568 #content div.box div.form div.fields div.field div.checkboxes div.checkbox
1569 {
1569 {
1570 margin: 0;
1570 margin: 0;
1571 padding: 2px 0 2px 0;
1571 padding: 2px 0 2px 0;
1572 clear: both;
1572 clear: both;
1573 overflow: hidden;
1573 overflow: hidden;
1574 }
1574 }
1575
1575
1576 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input
1576 #content div.box div.form div.fields div.field div.checkboxes div.checkbox input
1577 {
1577 {
1578 margin: 0;
1578 margin: 0;
1579 float: left;
1579 float: left;
1580 }
1580 }
1581
1581
1582 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label
1582 #content div.box div.form div.fields div.field div.checkboxes div.checkbox label
1583 {
1583 {
1584 margin: 3px 0 0 4px;
1584 margin: 3px 0 0 4px;
1585 height: 1%;
1585 height: 1%;
1586 display: block;
1586 display: block;
1587 float: left;
1587 float: left;
1588 }
1588 }
1589
1589
1590 /*
1590 /*
1591 content / right / forms / radios
1591 content / right / forms / radios
1592 */
1592 */
1593 #content div.box div.form div.fields div.field div.radios {
1593 #content div.box div.form div.fields div.field div.radios {
1594 margin: 0 0 0 200px;
1594 margin: 0 0 0 200px;
1595 padding: 0;
1595 padding: 0;
1596 }
1596 }
1597
1597
1598 #content div.box div.form div.fields div.field div.radios div.radio {
1598 #content div.box div.form div.fields div.field div.radios div.radio {
1599 margin: 0;
1599 margin: 0;
1600 padding: 2px 0 2px 0;
1600 padding: 2px 0 2px 0;
1601 clear: both;
1601 clear: both;
1602 overflow: hidden;
1602 overflow: hidden;
1603 }
1603 }
1604
1604
1605 #content div.box div.form div.fields div.field div.radios div.radio input
1605 #content div.box div.form div.fields div.field div.radios div.radio input
1606 {
1606 {
1607 margin: 0;
1607 margin: 0;
1608 float: left;
1608 float: left;
1609 }
1609 }
1610
1610
1611 #content div.box div.form div.fields div.field div.radios div.radio label
1611 #content div.box div.form div.fields div.field div.radios div.radio label
1612 {
1612 {
1613 margin: 3px 0 0 4px;
1613 margin: 3px 0 0 4px;
1614 height: 1%;
1614 height: 1%;
1615 display: block;
1615 display: block;
1616 float: left;
1616 float: left;
1617 }
1617 }
1618
1618
1619 /*
1619 /*
1620 content / right / forms / button
1620 content / right / forms / button
1621 */
1621 */
1622 div.form div.fields div.field div.button {
1622 div.form div.fields div.field div.button {
1623 margin: 0;
1623 margin: 0;
1624 padding: 0 0 0 8px;
1624 padding: 0 0 0 8px;
1625 float: left;
1626 }
1625 }
1627
1626
1628 div.form div.fields div.field div.button input {
1627 div.form div.fields div.field div.button input {
1629 margin: 0;
1628 margin: 0;
1630 color: #000000;
1629 color: #000000;
1631 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1630 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1632 Lucida Sans Unicode, Arial, sans-serif;
1631 Lucida Sans Unicode, Arial, sans-serif;
1633 font-size: 11px;
1632 font-size: 11px;
1634 font-weight: bold;
1633 font-weight: bold;
1635 }
1634 }
1636
1635
1637 div.form div.fields div.field div.button .ui-state-default {
1636 div.form div.fields div.field div.button .ui-state-default {
1638 margin: 0;
1637 margin: 0;
1639 padding: 6px 12px 6px 12px;
1638 padding: 6px 12px 6px 12px;
1640 background: #e5e3e3 url("../images/button.png") repeat-x;
1639 background: #e5e3e3 url("../images/button.png") repeat-x;
1641 border-top: 1px solid #DDDDDD;
1640 border-top: 1px solid #DDDDDD;
1642 border-left: 1px solid #c6c6c6;
1641 border-left: 1px solid #c6c6c6;
1643 border-right: 1px solid #DDDDDD;
1642 border-right: 1px solid #DDDDDD;
1644 border-bottom: 1px solid #c6c6c6;
1643 border-bottom: 1px solid #c6c6c6;
1645 color: #515151;
1644 color: #515151;
1646 outline: none;
1645 outline: none;
1647 }
1646 }
1648
1647
1649 div.form div.fields div.field div.button .ui-state-hover {
1648 div.form div.fields div.field div.button .ui-state-hover {
1650 margin: 0;
1649 margin: 0;
1651 padding: 6px 12px 6px 12px;
1650 padding: 6px 12px 6px 12px;
1652 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
1651 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
1653 border-top: 1px solid #cccccc;
1652 border-top: 1px solid #cccccc;
1654 border-left: 1px solid #bebebe;
1653 border-left: 1px solid #bebebe;
1655 border-right: 1px solid #b1b1b1;
1654 border-right: 1px solid #b1b1b1;
1656 border-bottom: 1px solid #afafaf;
1655 border-bottom: 1px solid #afafaf;
1657 color: #515151;
1656 color: #515151;
1658 outline: none;
1657 outline: none;
1659 }
1658 }
1660
1659
1661 div.form div.fields div.field div.highlight {
1660 div.form div.fields div.field div.highlight {
1662 display: inline;
1661 display: inline;
1663 }
1662 }
1664
1663
1665 div.form div.fields div.field div.highlight .ui-state-default {
1664 div.form div.fields div.field div.highlight .ui-state-default {
1666 margin: 0;
1665 margin: 0;
1667 padding: 6px 12px 6px 12px;
1666 padding: 6px 12px 6px 12px;
1668 background: #4e85bb url("../images/button_highlight.png") repeat-x;
1667 background: #4e85bb url("../images/button_highlight.png") repeat-x;
1669 border-top: 1px solid #5c91a4;
1668 border-top: 1px solid #5c91a4;
1670 border-left: 1px solid #2a6f89;
1669 border-left: 1px solid #2a6f89;
1671 border-right: 1px solid #2b7089;
1670 border-right: 1px solid #2b7089;
1672 border-bottom: 1px solid #1a6480;
1671 border-bottom: 1px solid #1a6480;
1673 color: #FFFFFF;
1672 color: #FFFFFF;
1674 }
1673 }
1675
1674
1676 div.form div.fields div.field div.highlight .ui-state-hover {
1675 div.form div.fields div.field div.highlight .ui-state-hover {
1677 margin: 0;
1676 margin: 0;
1678 padding: 6px 12px 6px 12px;
1677 padding: 6px 12px 6px 12px;
1679 background: #46a0c1 url("../images/button_highlight_selected.png")
1678 background: #46a0c1 url("../images/button_highlight_selected.png")
1680 repeat-x;
1679 repeat-x;
1681 border-top: 1px solid #78acbf;
1680 border-top: 1px solid #78acbf;
1682 border-left: 1px solid #34819e;
1681 border-left: 1px solid #34819e;
1683 border-right: 1px solid #35829f;
1682 border-right: 1px solid #35829f;
1684 border-bottom: 1px solid #257897;
1683 border-bottom: 1px solid #257897;
1685 color: #FFFFFF;
1684 color: #FFFFFF;
1686 }
1685 }
1687
1686
1688 /*
1687 /*
1689 content / right / forms / buttons
1688 content / right / forms / buttons
1690 */
1689 */
1691 #content div.box div.form div.fields div.buttons {
1690 #content div.box div.form div.fields div.buttons {
1692 margin: 10px 0 0 200px;
1691 margin: 10px 0 0 200px;
1693 padding: 0;
1692 padding: 0;
1694 }
1693 }
1695
1694
1696 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons
1695 #content div.box-left div.form div.fields div.buttons,#content div.box-right div.form div.fields div.buttons
1697 {
1696 {
1698 margin: 10px 0 0 0;
1697 margin: 10px 0 0 0;
1699 }
1698 }
1700
1699
1701 #content div.box div.form div.fields div.buttons input {
1700 #content div.box div.form div.fields div.buttons input {
1702 margin: 0;
1701 margin: 0;
1703 color: #000000;
1702 color: #000000;
1704 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1703 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1705 Lucida Sans Unicode, Arial, sans-serif;
1704 Lucida Sans Unicode, Arial, sans-serif;
1706 font-size: 11px;
1705 font-size: 11px;
1707 font-weight: bold;
1706 font-weight: bold;
1708 }
1707 }
1709
1708
1710 /*
1709 /*
1711 content / right / forms / buttons
1710 content / right / forms / buttons
1712 */
1711 */
1713 div.form div.fields div.buttons {
1712 div.form div.fields div.buttons {
1714 margin: 10px 0 0 200px;
1713 margin: 10px 0 0 200px;
1715 padding: 0;
1714 padding: 0;
1716 }
1715 }
1717
1716
1718 div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
1717 div.box-left div.form div.fields div.buttons,div.box-right div.form div.fields div.buttons
1719 {
1718 {
1720 margin: 10px 0 0 0;
1719 margin: 10px 0 0 0;
1721 }
1720 }
1722
1721
1723 div.form div.fields div.buttons input {
1722 div.form div.fields div.buttons input {
1724 margin: 0;
1723 margin: 0;
1725 color: #000000;
1724 color: #000000;
1726 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1725 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1727 Lucida Sans Unicode, Arial, sans-serif;
1726 Lucida Sans Unicode, Arial, sans-serif;
1728 font-size: 11px;
1727 font-size: 11px;
1729 font-weight: bold;
1728 font-weight: bold;
1730 }
1729 }
1731
1730
1732 /*
1731 /*
1733 content / right / forms / buttons (jquery styling)
1732 content / right / forms / buttons (jquery styling)
1734 */
1733 */
1735 #content div.box div.form div.fields div.buttons input.ui-state-default
1734 #content div.box div.form div.fields div.buttons input.ui-state-default
1736 {
1735 {
1737 margin: 0;
1736 margin: 0;
1738 padding: 6px 12px 6px 12px;
1737 padding: 6px 12px 6px 12px;
1739 background: #e5e3e3 url("../images/button.png") repeat-x;
1738 background: #e5e3e3 url("../images/button.png") repeat-x;
1740 border-top: 1px solid #DDDDDD;
1739 border-top: 1px solid #DDDDDD;
1741 border-left: 1px solid #c6c6c6;
1740 border-left: 1px solid #c6c6c6;
1742 border-right: 1px solid #DDDDDD;
1741 border-right: 1px solid #DDDDDD;
1743 border-bottom: 1px solid #c6c6c6;
1742 border-bottom: 1px solid #c6c6c6;
1744 color: #515151;
1743 color: #515151;
1745 outline: none;
1744 outline: none;
1746 }
1745 }
1747
1746
1748 #content div.box div.form div.fields div.buttons input.ui-state-hover {
1747 #content div.box div.form div.fields div.buttons input.ui-state-hover {
1749 margin: 0;
1748 margin: 0;
1750 padding: 6px 12px 6px 12px;
1749 padding: 6px 12px 6px 12px;
1751 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
1750 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
1752 border-top: 1px solid #cccccc;
1751 border-top: 1px solid #cccccc;
1753 border-left: 1px solid #bebebe;
1752 border-left: 1px solid #bebebe;
1754 border-right: 1px solid #b1b1b1;
1753 border-right: 1px solid #b1b1b1;
1755 border-bottom: 1px solid #afafaf;
1754 border-bottom: 1px solid #afafaf;
1756 color: #515151;
1755 color: #515151;
1757 outline: none;
1756 outline: none;
1758 }
1757 }
1759
1758
1760 #content div.box div.form div.fields div.buttons div.highlight {
1759 #content div.box div.form div.fields div.buttons div.highlight {
1761 display: inline;
1760 display: inline;
1762 }
1761 }
1763
1762
1764 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
1763 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
1765 {
1764 {
1766 margin: 0;
1765 margin: 0;
1767 padding: 6px 12px 6px 12px;
1766 padding: 6px 12px 6px 12px;
1768 background: #4e85bb url("../images/button_highlight.png") repeat-x;
1767 background: #4e85bb url("../images/button_highlight.png") repeat-x;
1769 border-top: 1px solid #5c91a4;
1768 border-top: 1px solid #5c91a4;
1770 border-left: 1px solid #2a6f89;
1769 border-left: 1px solid #2a6f89;
1771 border-right: 1px solid #2b7089;
1770 border-right: 1px solid #2b7089;
1772 border-bottom: 1px solid #1a6480;
1771 border-bottom: 1px solid #1a6480;
1773 color: #FFFFFF;
1772 color: #FFFFFF;
1774 }
1773 }
1775
1774
1776 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
1775 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
1777 {
1776 {
1778 margin: 0;
1777 margin: 0;
1779 padding: 6px 12px 6px 12px;
1778 padding: 6px 12px 6px 12px;
1780 background: #46a0c1 url("../images/button_highlight_selected.png")
1779 background: #46a0c1 url("../images/button_highlight_selected.png")
1781 repeat-x;
1780 repeat-x;
1782 border-top: 1px solid #78acbf;
1781 border-top: 1px solid #78acbf;
1783 border-left: 1px solid #34819e;
1782 border-left: 1px solid #34819e;
1784 border-right: 1px solid #35829f;
1783 border-right: 1px solid #35829f;
1785 border-bottom: 1px solid #257897;
1784 border-bottom: 1px solid #257897;
1786 color: #FFFFFF;
1785 color: #FFFFFF;
1787 }
1786 }
1788
1787
1789 /*
1788 /*
1790 content / right / box / tables
1789 content / right / box / tables
1791 */
1790 */
1792 #content div.box div.table {
1791 #content div.box div.table {
1793 margin: 0;
1792 margin: 0;
1794 padding: 0 20px 10px 20px;
1793 padding: 0 20px 10px 20px;
1795 clear: both;
1794 clear: both;
1796 overflow: hidden;
1795 overflow: hidden;
1797 }
1796 }
1798
1797
1799 #content div.box table {
1798 #content div.box table {
1800 margin: 0;
1799 margin: 0;
1801 padding: 0;
1800 padding: 0;
1802 width: 100%;
1801 width: 100%;
1803 border-collapse: collapse;
1802 border-collapse: collapse;
1804 }
1803 }
1805
1804
1806 #content div.box table th {
1805 #content div.box table th {
1807 padding: 10px;
1806 padding: 10px;
1808 background: #eeeeee;
1807 background: #eeeeee;
1809 border-bottom: 1px solid #dddddd;
1808 border-bottom: 1px solid #dddddd;
1810 }
1809 }
1811
1810
1812 #content div.box table th.left {
1811 #content div.box table th.left {
1813 text-align: left;
1812 text-align: left;
1814 }
1813 }
1815
1814
1816 #content div.box table th.right {
1815 #content div.box table th.right {
1817 text-align: right;
1816 text-align: right;
1818 }
1817 }
1819
1818
1820 #content div.box table th.center {
1819 #content div.box table th.center {
1821 text-align: center;
1820 text-align: center;
1822 }
1821 }
1823
1822
1824 #content div.box table th.selected {
1823 #content div.box table th.selected {
1825 padding: 0;
1824 padding: 0;
1826 vertical-align: middle;
1825 vertical-align: middle;
1827 }
1826 }
1828
1827
1829 #content div.box table th.selected input {
1828 #content div.box table th.selected input {
1830 margin: 0;
1829 margin: 0;
1831 }
1830 }
1832
1831
1833 #content div.box table td {
1832 #content div.box table td {
1834 padding: 5px;
1833 padding: 5px;
1835 background: #ffffff;
1834 background: #ffffff;
1836 border-bottom: 1px solid #cdcdcd;
1835 border-bottom: 1px solid #cdcdcd;
1837 vertical-align: middle;
1836 vertical-align: middle;
1838 }
1837 }
1839
1838
1840 #content div.box table tr.selected td {
1839 #content div.box table tr.selected td {
1841 background: #FFFFCC;
1840 background: #FFFFCC;
1842 }
1841 }
1843
1842
1844 #content div.box table td.selected {
1843 #content div.box table td.selected {
1845 padding: 0;
1844 padding: 0;
1846 width: 3%;
1845 width: 3%;
1847 text-align: center;
1846 text-align: center;
1848 vertical-align: middle;
1847 vertical-align: middle;
1849 }
1848 }
1850
1849
1851 #content div.box table td.selected input {
1850 #content div.box table td.selected input {
1852 margin: 0;
1851 margin: 0;
1853 }
1852 }
1854
1853
1855 #content div.box table td.action {
1854 #content div.box table td.action {
1856 width: 45%;
1855 width: 45%;
1857 text-align: left;
1856 text-align: left;
1858 }
1857 }
1859
1858
1860 #content div.box table td.user {
1859 #content div.box table td.user {
1861 width: 10%;
1860 width: 10%;
1862 text-align: center;
1861 text-align: center;
1863 }
1862 }
1864
1863
1865 #content div.box table td.date {
1864 #content div.box table td.date {
1866 width: 33%;
1865 width: 33%;
1867 text-align: center;
1866 text-align: center;
1868 }
1867 }
1869
1868
1870 #content div.box table td.address {
1869 #content div.box table td.address {
1871 width: 10%;
1870 width: 10%;
1872 text-align: center;
1871 text-align: center;
1873 }
1872 }
1874
1873
1875 /*
1874 /*
1876 content / right / box / table action
1875 content / right / box / table action
1877 */
1876 */
1878 #content div.box div.action {
1877 #content div.box div.action {
1879 margin: 10px 0 0 0;
1878 margin: 10px 0 0 0;
1880 padding: 0;
1879 padding: 0;
1881 float: right;
1880 float: right;
1882 background: #FFFFFF;
1881 background: #FFFFFF;
1883 text-align: right;
1882 text-align: right;
1884 }
1883 }
1885
1884
1886 #content div.box div.action a:hover {
1885 #content div.box div.action a:hover {
1887 color: #000000;
1886 color: #000000;
1888 text-decoration: none;
1887 text-decoration: none;
1889 }
1888 }
1890
1889
1891 #content div.box div.action select {
1890 #content div.box div.action select {
1892 margin: 0;
1891 margin: 0;
1893 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1892 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1894 Lucida Sans Unicode, Arial, sans-serif;
1893 Lucida Sans Unicode, Arial, sans-serif;
1895 font-size: 11px;
1894 font-size: 11px;
1896 }
1895 }
1897
1896
1898 #content div.box div.action div.button {
1897 #content div.box div.action div.button {
1899 margin: 6px 0 0 0;
1898 margin: 6px 0 0 0;
1900 padding: 0;
1899 padding: 0;
1901 text-align: right;
1900 text-align: right;
1902 }
1901 }
1903
1902
1904 #content div.box div.action div.button input {
1903 #content div.box div.action div.button input {
1905 margin: 0;
1904 margin: 0;
1906 color: #000000;
1905 color: #000000;
1907 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1906 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
1908 Lucida Sans Unicode, Arial, sans-serif;
1907 Lucida Sans Unicode, Arial, sans-serif;
1909 font-size: 11px;
1908 font-size: 11px;
1910 font-weight: bold;
1909 font-weight: bold;
1911 }
1910 }
1912
1911
1913 #content div.box div.action div.button input.ui-state-default {
1912 #content div.box div.action div.button input.ui-state-default {
1914 margin: 0;
1913 margin: 0;
1915 padding: 6px 12px 6px 12px;
1914 padding: 6px 12px 6px 12px;
1916 background: #e5e3e3 url("../images/button.png") repeat-x;
1915 background: #e5e3e3 url("../images/button.png") repeat-x;
1917 border-top: 1px solid #DDDDDD;
1916 border-top: 1px solid #DDDDDD;
1918 border-left: 1px solid #c6c6c6;
1917 border-left: 1px solid #c6c6c6;
1919 border-right: 1px solid #DDDDDD;
1918 border-right: 1px solid #DDDDDD;
1920 border-bottom: 1px solid #c6c6c6;
1919 border-bottom: 1px solid #c6c6c6;
1921 color: #515151;
1920 color: #515151;
1922 }
1921 }
1923
1922
1924 #content div.box div.action div.button input.ui-state-hover {
1923 #content div.box div.action div.button input.ui-state-hover {
1925 margin: 0;
1924 margin: 0;
1926 padding: 6px 12px 6px 12px;
1925 padding: 6px 12px 6px 12px;
1927 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
1926 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
1928 border-top: 1px solid #cccccc;
1927 border-top: 1px solid #cccccc;
1929 border-left: 1px solid #bebebe;
1928 border-left: 1px solid #bebebe;
1930 border-right: 1px solid #b1b1b1;
1929 border-right: 1px solid #b1b1b1;
1931 border-bottom: 1px solid #afafaf;
1930 border-bottom: 1px solid #afafaf;
1932 color: #515151;
1931 color: #515151;
1933 }
1932 }
1934
1933
1935 #content div.box div.action .ui-selectmenu {
1934 #content div.box div.action .ui-selectmenu {
1936 margin: 0;
1935 margin: 0;
1937 padding: 0;
1936 padding: 0;
1938 }
1937 }
1939
1938
1940 #content div.box div.action a.ui-selectmenu-focus {
1939 #content div.box div.action a.ui-selectmenu-focus {
1941 border: 1px solid #666666;
1940 border: 1px solid #666666;
1942 }
1941 }
1943
1942
1944 #content div.box div.action a.ui-selectmenu-focus span.ui-icon {
1943 #content div.box div.action a.ui-selectmenu-focus span.ui-icon {
1945 background-image: url(../images/ui/ui-icons_222222_256x240.png);
1944 background-image: url(../images/ui/ui-icons_222222_256x240.png);
1946 }
1945 }
1947
1946
1948 /*
1947 /*
1949 content / right / pagination
1948 content / right / pagination
1950 */
1949 */
1951 #content div.box div.pagination {
1950 #content div.box div.pagination {
1952 margin: 10px 0 0 0;
1951 margin: 10px 0 0 0;
1953 padding: 0;
1952 padding: 0;
1954 height: 1%;
1953 height: 1%;
1955 clear: both;
1954 clear: both;
1956 overflow: hidden;
1955 overflow: hidden;
1957 }
1956 }
1958
1957
1959 #content div.box div.pagination div.results {
1958 #content div.box div.pagination div.results {
1960 margin: 0;
1959 margin: 0;
1961 padding: 0;
1960 padding: 0;
1962 text-align: left;
1961 text-align: left;
1963 float: left
1962 float: left
1964 }
1963 }
1965
1964
1966 #content div.box div.pagination div.results span {
1965 #content div.box div.pagination div.results span {
1967 margin: 0;
1966 margin: 0;
1968 padding: 6px 8px 6px 8px;
1967 padding: 6px 8px 6px 8px;
1969 height: 1%;
1968 height: 1%;
1970 display: block;
1969 display: block;
1971 float: left;
1970 float: left;
1972 background: #ebebeb url("../images/pager.png") repeat-x;
1971 background: #ebebeb url("../images/pager.png") repeat-x;
1973 border-top: 1px solid #dedede;
1972 border-top: 1px solid #dedede;
1974 border-left: 1px solid #cfcfcf;
1973 border-left: 1px solid #cfcfcf;
1975 border-right: 1px solid #c4c4c4;
1974 border-right: 1px solid #c4c4c4;
1976 border-bottom: 1px solid #c4c4c4;
1975 border-bottom: 1px solid #c4c4c4;
1977 color: #4A4A4A;
1976 color: #4A4A4A;
1978 font-weight: bold;
1977 font-weight: bold;
1979 }
1978 }
1980
1979
1981 #content div.box div.pagination ul.pager {
1980 #content div.box div.pagination ul.pager {
1982 margin: 0;
1981 margin: 0;
1983 padding: 0;
1982 padding: 0;
1984 float: right;
1983 float: right;
1985 text-align: right;
1984 text-align: right;
1986 }
1985 }
1987
1986
1988 #content div.box div.pagination ul.pager li {
1987 #content div.box div.pagination ul.pager li {
1989 margin: 0 0 0 4px;
1988 margin: 0 0 0 4px;
1990 padding: 0;
1989 padding: 0;
1991 height: 1%;
1990 height: 1%;
1992 float: left;
1991 float: left;
1993 list-style: none;
1992 list-style: none;
1994 background: #ebebeb url("../images/pager.png") repeat-x;
1993 background: #ebebeb url("../images/pager.png") repeat-x;
1995 border-top: 1px solid #dedede;
1994 border-top: 1px solid #dedede;
1996 border-left: 1px solid #cfcfcf;
1995 border-left: 1px solid #cfcfcf;
1997 border-right: 1px solid #c4c4c4;
1996 border-right: 1px solid #c4c4c4;
1998 border-bottom: 1px solid #c4c4c4;
1997 border-bottom: 1px solid #c4c4c4;
1999 color: #4A4A4A;
1998 color: #4A4A4A;
2000 font-weight: bold;
1999 font-weight: bold;
2001 }
2000 }
2002
2001
2003 #content div.box div.pagination ul.pager li.separator {
2002 #content div.box div.pagination ul.pager li.separator {
2004 padding: 6px;
2003 padding: 6px;
2005 }
2004 }
2006
2005
2007 #content div.box div.pagination ul.pager li.current {
2006 #content div.box div.pagination ul.pager li.current {
2008 padding: 6px;
2007 padding: 6px;
2009 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
2008 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
2010 border-top: 1px solid #cccccc;
2009 border-top: 1px solid #cccccc;
2011 border-left: 1px solid #bebebe;
2010 border-left: 1px solid #bebebe;
2012 border-right: 1px solid #b1b1b1;
2011 border-right: 1px solid #b1b1b1;
2013 border-bottom: 1px solid #afafaf;
2012 border-bottom: 1px solid #afafaf;
2014 color: #515151;
2013 color: #515151;
2015 }
2014 }
2016
2015
2017 #content div.box div.pagination ul.pager li.disabled {
2016 #content div.box div.pagination ul.pager li.disabled {
2018 padding: 6px;
2017 padding: 6px;
2019 color: #B4B4B4;
2018 color: #B4B4B4;
2020 }
2019 }
2021
2020
2022 #content div.box div.pagination ul.pager li a {
2021 #content div.box div.pagination ul.pager li a {
2023 margin: 0;
2022 margin: 0;
2024 padding: 6px;
2023 padding: 6px;
2025 height: 1%;
2024 height: 1%;
2026 display: block;
2025 display: block;
2027 float: left;
2026 float: left;
2028 color: #515151;
2027 color: #515151;
2029 text-decoration: none;
2028 text-decoration: none;
2030 }
2029 }
2031
2030
2032 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
2031 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active
2033 {
2032 {
2034 margin: -1px;
2033 margin: -1px;
2035 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
2034 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
2036 border-top: 1px solid #cccccc;
2035 border-top: 1px solid #cccccc;
2037 border-left: 1px solid #bebebe;
2036 border-left: 1px solid #bebebe;
2038 border-right: 1px solid #b1b1b1;
2037 border-right: 1px solid #b1b1b1;
2039 border-bottom: 1px solid #afafaf;
2038 border-bottom: 1px solid #afafaf;
2040 }
2039 }
2041
2040
2042 /*
2041 /*
2043 content / webhelpers pagination
2042 content / webhelpers pagination
2044 */
2043 */
2045 #content div.box div.pagination-wh {
2044 #content div.box div.pagination-wh {
2046 margin: 10px 0 0 0;
2045 margin: 10px 0 0 0;
2047 padding: 0;
2046 padding: 0;
2048 height: 1%;
2047 height: 1%;
2049 clear: both;
2048 clear: both;
2050 overflow: hidden;
2049 overflow: hidden;
2051 text-align: right;
2050 text-align: right;
2052 }
2051 }
2053
2052
2054 #content div.box div.pagination-wh div.results {
2053 #content div.box div.pagination-wh div.results {
2055 margin: 0;
2054 margin: 0;
2056 padding: 0;
2055 padding: 0;
2057 text-align: left;
2056 text-align: left;
2058 float: left
2057 float: left
2059 }
2058 }
2060
2059
2061 #content div.box div.pagination-wh div.results span {
2060 #content div.box div.pagination-wh div.results span {
2062 margin: 0;
2061 margin: 0;
2063 padding: 6px 8px 6px 8px;
2062 padding: 6px 8px 6px 8px;
2064 height: 1%;
2063 height: 1%;
2065 display: block;
2064 display: block;
2066 float: left;
2065 float: left;
2067 background: #ebebeb url("../images/pager.png") repeat-x;
2066 background: #ebebeb url("../images/pager.png") repeat-x;
2068 border-top: 1px solid #dedede;
2067 border-top: 1px solid #dedede;
2069 border-left: 1px solid #cfcfcf;
2068 border-left: 1px solid #cfcfcf;
2070 border-right: 1px solid #c4c4c4;
2069 border-right: 1px solid #c4c4c4;
2071 border-bottom: 1px solid #c4c4c4;
2070 border-bottom: 1px solid #c4c4c4;
2072 color: #4A4A4A;
2071 color: #4A4A4A;
2073 font-weight: bold;
2072 font-weight: bold;
2074 }
2073 }
2075
2074
2076 #content div.box div.pagination-left {
2075 #content div.box div.pagination-left {
2077 float: left;
2076 float: left;
2078 }
2077 }
2079
2078
2080 #content div.box div.pagination-right {
2079 #content div.box div.pagination-right {
2081 float: right;
2080 float: right;
2082 }
2081 }
2083
2082
2084 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
2083 #content div.box div.pagination-wh a,#content div.box div.pagination-wh span.pager_dotdot
2085 {
2084 {
2086 margin: 0 0 0 4px;
2085 margin: 0 0 0 4px;
2087 padding: 6px;
2086 padding: 6px;
2088 height: 1%;
2087 height: 1%;
2089 float: left;
2088 float: left;
2090 background: #ebebeb url("../images/pager.png") repeat-x;
2089 background: #ebebeb url("../images/pager.png") repeat-x;
2091 border-top: 1px solid #dedede;
2090 border-top: 1px solid #dedede;
2092 border-left: 1px solid #cfcfcf;
2091 border-left: 1px solid #cfcfcf;
2093 border-right: 1px solid #c4c4c4;
2092 border-right: 1px solid #c4c4c4;
2094 border-bottom: 1px solid #c4c4c4;
2093 border-bottom: 1px solid #c4c4c4;
2095 color: #4A4A4A;
2094 color: #4A4A4A;
2096 font-weight: bold;
2095 font-weight: bold;
2097 }
2096 }
2098
2097
2099 #content div.box div.pagination-wh span.pager_curpage {
2098 #content div.box div.pagination-wh span.pager_curpage {
2100 margin: 0 0 0 4px;
2099 margin: 0 0 0 4px;
2101 padding: 6px;
2100 padding: 6px;
2102 height: 1%;
2101 height: 1%;
2103 float: left;
2102 float: left;
2104 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
2103 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
2105 border-top: 1px solid #cccccc;
2104 border-top: 1px solid #cccccc;
2106 border-left: 1px solid #bebebe;
2105 border-left: 1px solid #bebebe;
2107 border-right: 1px solid #b1b1b1;
2106 border-right: 1px solid #b1b1b1;
2108 border-bottom: 1px solid #afafaf;
2107 border-bottom: 1px solid #afafaf;
2109 color: #515151;
2108 color: #515151;
2110 font-weight: bold;
2109 font-weight: bold;
2111 }
2110 }
2112
2111
2113 #content div.box div.pagination-wh a.disabled {
2112 #content div.box div.pagination-wh a.disabled {
2114 padding: 6px;
2113 padding: 6px;
2115 color: #B4B4B4;
2114 color: #B4B4B4;
2116 }
2115 }
2117
2116
2118 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
2117 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active
2119 {
2118 {
2120 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
2119 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
2121 border-top: 1px solid #cccccc;
2120 border-top: 1px solid #cccccc;
2122 border-left: 1px solid #bebebe;
2121 border-left: 1px solid #bebebe;
2123 border-right: 1px solid #b1b1b1;
2122 border-right: 1px solid #b1b1b1;
2124 border-bottom: 1px solid #afafaf;
2123 border-bottom: 1px solid #afafaf;
2125 text-decoration: none;
2124 text-decoration: none;
2126 }
2125 }
2127
2126
2128 /*
2127 /*
2129 content / right / traffic chart
2128 content / right / traffic chart
2130 */
2129 */
2131 #content div.box div.traffic {
2130 #content div.box div.traffic {
2132 margin: 0;
2131 margin: 0;
2133 padding: 0 20px 10px 20px;
2132 padding: 0 20px 10px 20px;
2134 clear: both;
2133 clear: both;
2135 overflow: hidden;
2134 overflow: hidden;
2136 }
2135 }
2137
2136
2138 #content div.box div.traffic div.legend {
2137 #content div.box div.traffic div.legend {
2139 margin: 0 0 10px 0;
2138 margin: 0 0 10px 0;
2140 padding: 0 0 10px 0;
2139 padding: 0 0 10px 0;
2141 clear: both;
2140 clear: both;
2142 overflow: hidden;
2141 overflow: hidden;
2143 border-bottom: 1px solid #dddddd;
2142 border-bottom: 1px solid #dddddd;
2144 }
2143 }
2145
2144
2146 #content div.box div.traffic div.legend h6 {
2145 #content div.box div.traffic div.legend h6 {
2147 margin: 0;
2146 margin: 0;
2148 padding: 0;
2147 padding: 0;
2149 float: left;
2148 float: left;
2150 border: none;
2149 border: none;
2151 }
2150 }
2152
2151
2153 #content div.box div.traffic div.legend ul {
2152 #content div.box div.traffic div.legend ul {
2154 margin: 0;
2153 margin: 0;
2155 padding: 0;
2154 padding: 0;
2156 float: right;
2155 float: right;
2157 }
2156 }
2158
2157
2159 #content div.box div.traffic div.legend li {
2158 #content div.box div.traffic div.legend li {
2160 margin: 0;
2159 margin: 0;
2161 padding: 0 8px 0 4px;
2160 padding: 0 8px 0 4px;
2162 list-style: none;
2161 list-style: none;
2163 float: left;
2162 float: left;
2164 font-size: 11px;
2163 font-size: 11px;
2165 }
2164 }
2166
2165
2167 #content div.box div.traffic div.legend li.visits {
2166 #content div.box div.traffic div.legend li.visits {
2168 border-left: 12px solid #edc240;
2167 border-left: 12px solid #edc240;
2169 }
2168 }
2170
2169
2171 #content div.box div.traffic div.legend li.pageviews {
2170 #content div.box div.traffic div.legend li.pageviews {
2172 border-left: 12px solid #afd8f8;
2171 border-left: 12px solid #afd8f8;
2173 }
2172 }
2174
2173
2175 #content div.box div.traffic table {
2174 #content div.box div.traffic table {
2176 width: auto;
2175 width: auto;
2177 }
2176 }
2178
2177
2179 #content div.box div.traffic table td {
2178 #content div.box div.traffic table td {
2180 padding: 2px 3px 3px 3px;
2179 padding: 2px 3px 3px 3px;
2181 background: transparent;
2180 background: transparent;
2182 border: none;
2181 border: none;
2183 }
2182 }
2184
2183
2185 #content div.box div.traffic table td.legendLabel {
2184 #content div.box div.traffic table td.legendLabel {
2186 padding: 0 3px 2px 3px;
2185 padding: 0 3px 2px 3px;
2187 }
2186 }
2188
2187
2189 /*
2188 /*
2190 footer
2189 footer
2191 */
2190 */
2192 #footer {
2191 #footer {
2193 margin: 0;
2192 margin: 0;
2194 padding: 0px 30px;
2193 padding: 0px 30px;
2195 clear: both;
2194 clear: both;
2196 overflow: hidden;
2195 overflow: hidden;
2197 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0;
2196 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0;
2198 text-align: right;
2197 text-align: right;
2199 }
2198 }
2200
2199
2201 #footer p {
2200 #footer p {
2202 background:none repeat scroll 0 0 #2F2F2F;
2201 background:none repeat scroll 0 0 #2F2F2F;
2203 color:#FFFFFF;
2202 color:#FFFFFF;
2204 font-weight:bold;
2203 font-weight:bold;
2205 padding:15px 25px 15px 0;
2204 padding:15px 25px 15px 0;
2206 }
2205 }
2207
2206
2208 /*
2207 /*
2209 login
2208 login
2210 */
2209 */
2211 #login {
2210 #login {
2212 margin: 10% auto 0 auto;
2211 margin: 10% auto 0 auto;
2213 padding: 0;
2212 padding: 0;
2214 width: 420px;
2213 width: 420px;
2215 }
2214 }
2216
2215
2217 /*
2216 /*
2218 login / colors
2217 login / colors
2219 */
2218 */
2220 #login div.color {
2219 #login div.color {
2221 margin: 10px auto 0 auto;
2220 margin: 10px auto 0 auto;
2222 padding: 3px 3px 3px 0;
2221 padding: 3px 3px 3px 0;
2223 clear: both;
2222 clear: both;
2224 overflow: hidden;
2223 overflow: hidden;
2225 background: #FFFFFF;
2224 background: #FFFFFF;
2226 }
2225 }
2227
2226
2228 #login div.color a {
2227 #login div.color a {
2229 margin: 0 0 0 3px;
2228 margin: 0 0 0 3px;
2230 padding: 0;
2229 padding: 0;
2231 width: 20px;
2230 width: 20px;
2232 height: 20px;
2231 height: 20px;
2233 display: block;
2232 display: block;
2234 float: left;
2233 float: left;
2235 }
2234 }
2236
2235
2237 /*
2236 /*
2238 login / title
2237 login / title
2239 */
2238 */
2240 #login div.title {
2239 #login div.title {
2241 margin: 0 auto;
2240 margin: 0 auto;
2242 padding: 0;
2241 padding: 0;
2243 width: 420px;
2242 width: 420px;
2244 clear: both;
2243 clear: both;
2245 overflow: hidden;
2244 overflow: hidden;
2246 position: relative;
2245 position: relative;
2247 background: #003367 url("../images/header_inner.png") repeat-x;
2246 background: #003367 url("../images/header_inner.png") repeat-x;
2248 }
2247 }
2249
2248
2250 #login div.title h5 {
2249 #login div.title h5 {
2251 margin: 10px;
2250 margin: 10px;
2252 padding: 0;
2251 padding: 0;
2253 color: #ffffff;
2252 color: #ffffff;
2254 }
2253 }
2255
2254
2256 /*
2255 /*
2257 login / title / corners
2256 login / title / corners
2258 */
2257 */
2259 #login div.title div.corner {
2258 #login div.title div.corner {
2260 height: 6px;
2259 height: 6px;
2261 width: 6px;
2260 width: 6px;
2262 position: absolute;
2261 position: absolute;
2263 background: url("../images/login_corners.png") no-repeat;
2262 background: url("../images/login_corners.png") no-repeat;
2264 }
2263 }
2265
2264
2266 #login div.title div.tl {
2265 #login div.title div.tl {
2267 top: 0;
2266 top: 0;
2268 left: 0;
2267 left: 0;
2269 background-position: 0 0;
2268 background-position: 0 0;
2270 }
2269 }
2271
2270
2272 #login div.title div.tr {
2271 #login div.title div.tr {
2273 top: 0;
2272 top: 0;
2274 right: 0;
2273 right: 0;
2275 background-position: -6px 0;
2274 background-position: -6px 0;
2276 }
2275 }
2277
2276
2278 #login div.inner {
2277 #login div.inner {
2279 margin: 0 auto;
2278 margin: 0 auto;
2280 padding: 20px;
2279 padding: 20px;
2281 width: 380px;
2280 width: 380px;
2282 background: #FFFFFF url("../images/login.png") no-repeat top left;
2281 background: #FFFFFF url("../images/login.png") no-repeat top left;
2283 border-top: none;
2282 border-top: none;
2284 border-bottom: none;
2283 border-bottom: none;
2285 }
2284 }
2286
2285
2287 /*
2286 /*
2288 login / form
2287 login / form
2289 */
2288 */
2290 #login div.form {
2289 #login div.form {
2291 margin: 0;
2290 margin: 0;
2292 padding: 0;
2291 padding: 0;
2293 clear: both;
2292 clear: both;
2294 overflow: hidden;
2293 overflow: hidden;
2295 }
2294 }
2296
2295
2297 #login div.form div.fields {
2296 #login div.form div.fields {
2298 margin: 0;
2297 margin: 0;
2299 padding: 0;
2298 padding: 0;
2300 clear: both;
2299 clear: both;
2301 overflow: hidden;
2300 overflow: hidden;
2302 }
2301 }
2303
2302
2304 #login div.form div.fields div.field {
2303 #login div.form div.fields div.field {
2305 margin: 0;
2304 margin: 0;
2306 padding: 0 0 10px 0;
2305 padding: 0 0 10px 0;
2307 clear: both;
2306 clear: both;
2308 overflow: hidden;
2307 overflow: hidden;
2309 }
2308 }
2310
2309
2311 #login div.form div.fields div.field span.error-message {
2310 #login div.form div.fields div.field span.error-message {
2312 margin: 8px 0 0 0;
2311 margin: 8px 0 0 0;
2313 padding: 0;
2312 padding: 0;
2314 height: 1%;
2313 height: 1%;
2315 display: block;
2314 display: block;
2316 color: #FF0000;
2315 color: #FF0000;
2317 }
2316 }
2318
2317
2319 #login div.form div.fields div.field div.label {
2318 #login div.form div.fields div.field div.label {
2320 margin: 2px 10px 0 0;
2319 margin: 2px 10px 0 0;
2321 padding: 5px 0 0 5px;
2320 padding: 5px 0 0 5px;
2322 width: 173px;
2321 width: 173px;
2323 float: left;
2322 float: left;
2324 text-align: right;
2323 text-align: right;
2325 }
2324 }
2326
2325
2327 #login div.form div.fields div.field div.label label {
2326 #login div.form div.fields div.field div.label label {
2328 color: #000000;
2327 color: #000000;
2329 font-weight: bold;
2328 font-weight: bold;
2330 }
2329 }
2331
2330
2332 #login div.form div.fields div.field div.label span {
2331 #login div.form div.fields div.field div.label span {
2333 margin: 0;
2332 margin: 0;
2334 padding: 2px 0 0 0;
2333 padding: 2px 0 0 0;
2335 height: 1%;
2334 height: 1%;
2336 display: block;
2335 display: block;
2337 color: #363636;
2336 color: #363636;
2338 }
2337 }
2339
2338
2340 #login div.form div.fields div.field div.input {
2339 #login div.form div.fields div.field div.input {
2341 margin: 0;
2340 margin: 0;
2342 padding: 0;
2341 padding: 0;
2343 float: left;
2342 float: left;
2344 }
2343 }
2345
2344
2346 #login div.form div.fields div.field div.input input {
2345 #login div.form div.fields div.field div.input input {
2347 margin: 0;
2346 margin: 0;
2348 padding: 7px 7px 6px 7px;
2347 padding: 7px 7px 6px 7px;
2349 width: 176px;
2348 width: 176px;
2350 background: #FFFFFF;
2349 background: #FFFFFF;
2351 border-top: 1px solid #b3b3b3;
2350 border-top: 1px solid #b3b3b3;
2352 border-left: 1px solid #b3b3b3;
2351 border-left: 1px solid #b3b3b3;
2353 border-right: 1px solid #eaeaea;
2352 border-right: 1px solid #eaeaea;
2354 border-bottom: 1px solid #eaeaea;
2353 border-bottom: 1px solid #eaeaea;
2355 color: #000000;
2354 color: #000000;
2356 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
2355 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
2357 Lucida Sans Unicode, Arial, sans-serif;
2356 Lucida Sans Unicode, Arial, sans-serif;
2358 font-size: 11px;
2357 font-size: 11px;
2359 }
2358 }
2360
2359
2361 #login div.form div.fields div.field div.input input.error {
2360 #login div.form div.fields div.field div.input input.error {
2362 background: #FBE3E4;
2361 background: #FBE3E4;
2363 border-top: 1px solid #e1b2b3;
2362 border-top: 1px solid #e1b2b3;
2364 border-left: 1px solid #e1b2b3;
2363 border-left: 1px solid #e1b2b3;
2365 border-right: 1px solid #FBC2C4;
2364 border-right: 1px solid #FBC2C4;
2366 border-bottom: 1px solid #FBC2C4;
2365 border-bottom: 1px solid #FBC2C4;
2367 }
2366 }
2368
2367
2369 #login div.form div.fields div.field div.input input.success {
2368 #login div.form div.fields div.field div.input input.success {
2370 background: #E6EFC2;
2369 background: #E6EFC2;
2371 border-top: 1px solid #cebb98;
2370 border-top: 1px solid #cebb98;
2372 border-left: 1px solid #cebb98;
2371 border-left: 1px solid #cebb98;
2373 border-right: 1px solid #c6d880;
2372 border-right: 1px solid #c6d880;
2374 border-bottom: 1px solid #c6d880;
2373 border-bottom: 1px solid #c6d880;
2375 }
2374 }
2376
2375
2377 #login div.form div.fields div.field div.input div.link {
2376 #login div.form div.fields div.field div.input div.link {
2378 margin: 6px 0 0 0;
2377 margin: 6px 0 0 0;
2379 padding: 0;
2378 padding: 0;
2380 text-align: right;
2379 text-align: right;
2381 }
2380 }
2382
2381
2383 #login div.form div.fields div.field div.checkbox {
2382 #login div.form div.fields div.field div.checkbox {
2384 margin: 0 0 0 184px;
2383 margin: 0 0 0 184px;
2385 padding: 0;
2384 padding: 0;
2386 }
2385 }
2387
2386
2388 #login div.form div.fields div.field div.checkbox label {
2387 #login div.form div.fields div.field div.checkbox label {
2389 color: #565656;
2388 color: #565656;
2390 font-weight: bold;
2389 font-weight: bold;
2391 }
2390 }
2392
2391
2393 #login div.form div.fields div.buttons {
2392 #login div.form div.fields div.buttons {
2394 margin: 0;
2393 margin: 0;
2395 padding: 10px 0 0 0;
2394 padding: 10px 0 0 0;
2396 clear: both;
2395 clear: both;
2397 overflow: hidden;
2396 overflow: hidden;
2398 border-top: 1px solid #DDDDDD;
2397 border-top: 1px solid #DDDDDD;
2399 text-align: right;
2398 text-align: right;
2400 }
2399 }
2401
2400
2402 #login div.form div.fields div.buttons input {
2401 #login div.form div.fields div.buttons input {
2403 margin: 0;
2402 margin: 0;
2404 color: #000000;
2403 color: #000000;
2405 font-size: 1.0em;
2404 font-size: 1.0em;
2406 font-weight: bold;
2405 font-weight: bold;
2407 font-family: Verdana, Helvetica, Sans-Serif;
2406 font-family: Verdana, Helvetica, Sans-Serif;
2408 }
2407 }
2409
2408
2410 #login div.form div.fields div.buttons input.ui-state-default {
2409 #login div.form div.fields div.buttons input.ui-state-default {
2411 margin: 0;
2410 margin: 0;
2412 padding: 6px 12px 6px 12px;
2411 padding: 6px 12px 6px 12px;
2413 background: #e5e3e3 url("../images/button.png") repeat-x;
2412 background: #e5e3e3 url("../images/button.png") repeat-x;
2414 border-top: 1px solid #DDDDDD;
2413 border-top: 1px solid #DDDDDD;
2415 border-left: 1px solid #c6c6c6;
2414 border-left: 1px solid #c6c6c6;
2416 border-right: 1px solid #DDDDDD;
2415 border-right: 1px solid #DDDDDD;
2417 border-bottom: 1px solid #c6c6c6;
2416 border-bottom: 1px solid #c6c6c6;
2418 color: #515151;
2417 color: #515151;
2419 }
2418 }
2420
2419
2421 #login div.form div.fields div.buttons input.ui-state-hover {
2420 #login div.form div.fields div.buttons input.ui-state-hover {
2422 margin: 0;
2421 margin: 0;
2423 padding: 6px 12px 6px 12px;
2422 padding: 6px 12px 6px 12px;
2424 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2423 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2425 border-top: 1px solid #cccccc;
2424 border-top: 1px solid #cccccc;
2426 border-left: 1px solid #bebebe;
2425 border-left: 1px solid #bebebe;
2427 border-right: 1px solid #b1b1b1;
2426 border-right: 1px solid #b1b1b1;
2428 border-bottom: 1px solid #afafaf;
2427 border-bottom: 1px solid #afafaf;
2429 color: #515151;
2428 color: #515151;
2430 }
2429 }
2431
2430
2432 /*
2431 /*
2433 login / links
2432 login / links
2434 */
2433 */
2435 #login div.form div.links {
2434 #login div.form div.links {
2436 margin: 10px 0 0 0;
2435 margin: 10px 0 0 0;
2437 padding: 0 0 2px 0;
2436 padding: 0 0 2px 0;
2438 clear: both;
2437 clear: both;
2439 overflow: hidden;
2438 overflow: hidden;
2440 }
2439 }
2441
2440
2442 /*
2441 /*
2443 register
2442 register
2444 */
2443 */
2445 #register {
2444 #register {
2446 margin: 10% auto 0 auto;
2445 margin: 10% auto 0 auto;
2447 padding: 0;
2446 padding: 0;
2448 width: 420px;
2447 width: 420px;
2449 }
2448 }
2450
2449
2451 /*
2450 /*
2452 register / colors
2451 register / colors
2453 */
2452 */
2454 #register div.color {
2453 #register div.color {
2455 margin: 10px auto 0 auto;
2454 margin: 10px auto 0 auto;
2456 padding: 3px 3px 3px 0;
2455 padding: 3px 3px 3px 0;
2457 clear: both;
2456 clear: both;
2458 overflow: hidden;
2457 overflow: hidden;
2459 background: #FFFFFF;
2458 background: #FFFFFF;
2460 }
2459 }
2461
2460
2462 #register div.color a {
2461 #register div.color a {
2463 margin: 0 0 0 3px;
2462 margin: 0 0 0 3px;
2464 padding: 0;
2463 padding: 0;
2465 width: 20px;
2464 width: 20px;
2466 height: 20px;
2465 height: 20px;
2467 display: block;
2466 display: block;
2468 float: left;
2467 float: left;
2469 }
2468 }
2470
2469
2471 /*
2470 /*
2472 register / title
2471 register / title
2473 */
2472 */
2474 #register div.title {
2473 #register div.title {
2475 margin: 0 auto;
2474 margin: 0 auto;
2476 padding: 0;
2475 padding: 0;
2477 width: 420px;
2476 width: 420px;
2478 clear: both;
2477 clear: both;
2479 overflow: hidden;
2478 overflow: hidden;
2480 position: relative;
2479 position: relative;
2481 background: #003367 url("../images/header_inner.png") repeat-x;
2480 background: #003367 url("../images/header_inner.png") repeat-x;
2482 }
2481 }
2483
2482
2484 #register div.title h5 {
2483 #register div.title h5 {
2485 margin: 10px;
2484 margin: 10px;
2486 padding: 0;
2485 padding: 0;
2487 color: #ffffff;
2486 color: #ffffff;
2488 }
2487 }
2489
2488
2490 /*
2489 /*
2491 register / inner
2490 register / inner
2492 */
2491 */
2493 #register div.title div.corner {
2492 #register div.title div.corner {
2494 height: 6px;
2493 height: 6px;
2495 width: 6px;
2494 width: 6px;
2496 position: absolute;
2495 position: absolute;
2497 background: url("../images/login_corners.png") no-repeat;
2496 background: url("../images/login_corners.png") no-repeat;
2498 }
2497 }
2499
2498
2500 #register div.title div.tl {
2499 #register div.title div.tl {
2501 top: 0;
2500 top: 0;
2502 left: 0;
2501 left: 0;
2503 background-position: 0 0;
2502 background-position: 0 0;
2504 }
2503 }
2505
2504
2506 #register div.title div.tr {
2505 #register div.title div.tr {
2507 top: 0;
2506 top: 0;
2508 right: 0;
2507 right: 0;
2509 background-position: -6px 0;
2508 background-position: -6px 0;
2510 }
2509 }
2511
2510
2512 #register div.inner {
2511 #register div.inner {
2513 margin: 0 auto;
2512 margin: 0 auto;
2514 padding: 20px;
2513 padding: 20px;
2515 width: 380px;
2514 width: 380px;
2516 background: #FFFFFF;
2515 background: #FFFFFF;
2517 border-top: none;
2516 border-top: none;
2518 border-bottom: none;
2517 border-bottom: none;
2519 }
2518 }
2520
2519
2521 /*
2520 /*
2522 register / form
2521 register / form
2523 */
2522 */
2524 #register div.form {
2523 #register div.form {
2525 margin: 0;
2524 margin: 0;
2526 padding: 0;
2525 padding: 0;
2527 clear: both;
2526 clear: both;
2528 overflow: hidden;
2527 overflow: hidden;
2529 }
2528 }
2530
2529
2531 #register div.form div.fields {
2530 #register div.form div.fields {
2532 margin: 0;
2531 margin: 0;
2533 padding: 0;
2532 padding: 0;
2534 clear: both;
2533 clear: both;
2535 overflow: hidden;
2534 overflow: hidden;
2536 }
2535 }
2537
2536
2538 #register div.form div.fields div.field {
2537 #register div.form div.fields div.field {
2539 margin: 0;
2538 margin: 0;
2540 padding: 0 0 10px 0;
2539 padding: 0 0 10px 0;
2541 clear: both;
2540 clear: both;
2542 overflow: hidden;
2541 overflow: hidden;
2543 }
2542 }
2544
2543
2545 #register div.form div.fields div.field span.error-message {
2544 #register div.form div.fields div.field span.error-message {
2546 margin: 8px 0 0 0;
2545 margin: 8px 0 0 0;
2547 padding: 0;
2546 padding: 0;
2548 height: 1%;
2547 height: 1%;
2549 display: block;
2548 display: block;
2550 color: #FF0000;
2549 color: #FF0000;
2551 }
2550 }
2552
2551
2553 #register div.form div.fields div.field div.label {
2552 #register div.form div.fields div.field div.label {
2554 margin: 2px 10px 0 0;
2553 margin: 2px 10px 0 0;
2555 padding: 5px 0 0 5px;
2554 padding: 5px 0 0 5px;
2556 width: 100px;
2555 width: 100px;
2557 float: left;
2556 float: left;
2558 text-align: right;
2557 text-align: right;
2559 }
2558 }
2560
2559
2561 #register div.form div.fields div.field div.label label {
2560 #register div.form div.fields div.field div.label label {
2562 color: #000000;
2561 color: #000000;
2563 font-weight: bold;
2562 font-weight: bold;
2564 }
2563 }
2565
2564
2566 #register div.form div.fields div.field div.label span {
2565 #register div.form div.fields div.field div.label span {
2567 margin: 0;
2566 margin: 0;
2568 padding: 2px 0 0 0;
2567 padding: 2px 0 0 0;
2569 height: 1%;
2568 height: 1%;
2570 display: block;
2569 display: block;
2571 color: #363636;
2570 color: #363636;
2572 }
2571 }
2573
2572
2574 #register div.form div.fields div.field div.input {
2573 #register div.form div.fields div.field div.input {
2575 margin: 0;
2574 margin: 0;
2576 padding: 0;
2575 padding: 0;
2577 float: left;
2576 float: left;
2578 }
2577 }
2579
2578
2580 #register div.form div.fields div.field div.input input {
2579 #register div.form div.fields div.field div.input input {
2581 margin: 0;
2580 margin: 0;
2582 padding: 7px 7px 6px 7px;
2581 padding: 7px 7px 6px 7px;
2583 width: 245px;
2582 width: 245px;
2584 background: #FFFFFF;
2583 background: #FFFFFF;
2585 border-top: 1px solid #b3b3b3;
2584 border-top: 1px solid #b3b3b3;
2586 border-left: 1px solid #b3b3b3;
2585 border-left: 1px solid #b3b3b3;
2587 border-right: 1px solid #eaeaea;
2586 border-right: 1px solid #eaeaea;
2588 border-bottom: 1px solid #eaeaea;
2587 border-bottom: 1px solid #eaeaea;
2589 color: #000000;
2588 color: #000000;
2590 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
2589 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
2591 Lucida Sans Unicode, Arial, sans-serif;
2590 Lucida Sans Unicode, Arial, sans-serif;
2592 font-size: 11px;
2591 font-size: 11px;
2593 }
2592 }
2594
2593
2595 #register div.form div.fields div.field div.input input.error {
2594 #register div.form div.fields div.field div.input input.error {
2596 background: #FBE3E4;
2595 background: #FBE3E4;
2597 border-top: 1px solid #e1b2b3;
2596 border-top: 1px solid #e1b2b3;
2598 border-left: 1px solid #e1b2b3;
2597 border-left: 1px solid #e1b2b3;
2599 border-right: 1px solid #FBC2C4;
2598 border-right: 1px solid #FBC2C4;
2600 border-bottom: 1px solid #FBC2C4;
2599 border-bottom: 1px solid #FBC2C4;
2601 }
2600 }
2602
2601
2603 #register div.form div.fields div.field div.input input.success {
2602 #register div.form div.fields div.field div.input input.success {
2604 background: #E6EFC2;
2603 background: #E6EFC2;
2605 border-top: 1px solid #cebb98;
2604 border-top: 1px solid #cebb98;
2606 border-left: 1px solid #cebb98;
2605 border-left: 1px solid #cebb98;
2607 border-right: 1px solid #c6d880;
2606 border-right: 1px solid #c6d880;
2608 border-bottom: 1px solid #c6d880;
2607 border-bottom: 1px solid #c6d880;
2609 }
2608 }
2610
2609
2611 #register div.form div.fields div.field div.input div.link {
2610 #register div.form div.fields div.field div.input div.link {
2612 margin: 6px 0 0 0;
2611 margin: 6px 0 0 0;
2613 padding: 0;
2612 padding: 0;
2614 text-align: right;
2613 text-align: right;
2615 }
2614 }
2616
2615
2617 #register div.form div.fields div.field div.checkbox {
2616 #register div.form div.fields div.field div.checkbox {
2618 margin: 0 0 0 184px;
2617 margin: 0 0 0 184px;
2619 padding: 0;
2618 padding: 0;
2620 }
2619 }
2621
2620
2622 #register div.form div.fields div.field div.checkbox label {
2621 #register div.form div.fields div.field div.checkbox label {
2623 color: #565656;
2622 color: #565656;
2624 font-weight: bold;
2623 font-weight: bold;
2625 }
2624 }
2626
2625
2627 #register div.form div.fields div.buttons {
2626 #register div.form div.fields div.buttons {
2628 margin: 0;
2627 margin: 0;
2629 padding: 10px 0 0 114px;
2628 padding: 10px 0 0 114px;
2630 clear: both;
2629 clear: both;
2631 overflow: hidden;
2630 overflow: hidden;
2632 border-top: 1px solid #DDDDDD;
2631 border-top: 1px solid #DDDDDD;
2633 text-align: left;
2632 text-align: left;
2634 }
2633 }
2635
2634
2636 #register div.form div.fields div.buttons input {
2635 #register div.form div.fields div.buttons input {
2637 margin: 0;
2636 margin: 0;
2638 color: #000000;
2637 color: #000000;
2639 font-size: 1.0em;
2638 font-size: 1.0em;
2640 font-weight: bold;
2639 font-weight: bold;
2641 font-family: Verdana, Helvetica, Sans-Serif;
2640 font-family: Verdana, Helvetica, Sans-Serif;
2642 }
2641 }
2643
2642
2644 #register div.form div.fields div.buttons input.ui-state-default {
2643 #register div.form div.fields div.buttons input.ui-state-default {
2645 margin: 0;
2644 margin: 0;
2646 padding: 6px 12px 6px 12px;
2645 padding: 6px 12px 6px 12px;
2647 background: #e5e3e3 url("../images/button.png") repeat-x;
2646 background: #e5e3e3 url("../images/button.png") repeat-x;
2648 border-top: 1px solid #DDDDDD;
2647 border-top: 1px solid #DDDDDD;
2649 border-left: 1px solid #c6c6c6;
2648 border-left: 1px solid #c6c6c6;
2650 border-right: 1px solid #DDDDDD;
2649 border-right: 1px solid #DDDDDD;
2651 border-bottom: 1px solid #c6c6c6;
2650 border-bottom: 1px solid #c6c6c6;
2652 color: #515151;
2651 color: #515151;
2653 }
2652 }
2654
2653
2655 #register div.form div.fields div.buttons div.highlight input.ui-state-default
2654 #register div.form div.fields div.buttons div.highlight input.ui-state-default
2656 {
2655 {
2657 background: url("../images/button_highlight.png") repeat-x scroll 0 0
2656 background: url("../images/button_highlight.png") repeat-x scroll 0 0
2658 #4E85BB;
2657 #4E85BB;
2659 border-color: #5C91A4 #2B7089 #1A6480 #2A6F89;
2658 border-color: #5C91A4 #2B7089 #1A6480 #2A6F89;
2660 border-style: solid;
2659 border-style: solid;
2661 border-width: 1px;
2660 border-width: 1px;
2662 color: #FFFFFF;
2661 color: #FFFFFF;
2663 }
2662 }
2664
2663
2665 #register div.form div.fields div.buttons input.ui-state-hover {
2664 #register div.form div.fields div.buttons input.ui-state-hover {
2666 margin: 0;
2665 margin: 0;
2667 padding: 6px 12px 6px 12px;
2666 padding: 6px 12px 6px 12px;
2668 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2667 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
2669 border-top: 1px solid #cccccc;
2668 border-top: 1px solid #cccccc;
2670 border-left: 1px solid #bebebe;
2669 border-left: 1px solid #bebebe;
2671 border-right: 1px solid #b1b1b1;
2670 border-right: 1px solid #b1b1b1;
2672 border-bottom: 1px solid #afafaf;
2671 border-bottom: 1px solid #afafaf;
2673 color: #515151;
2672 color: #515151;
2674 }
2673 }
2675
2674
2676 #register div.form div.activation_msg {
2675 #register div.form div.activation_msg {
2677 padding-top: 4px;
2676 padding-top: 4px;
2678 padding-bottom: 4px;
2677 padding-bottom: 4px;
2679 }
2678 }
2680
2679
2681 /*
2680 /*
2682 SUMMARY
2681 SUMMARY
2683 */
2682 */
2684 .trending_language_tbl,.trending_language_tbl td {
2683 .trending_language_tbl,.trending_language_tbl td {
2685 margin: 0px !important;
2684 margin: 0px !important;
2686 padding: 0px !important;
2685 padding: 0px !important;
2687 border: 0 !important;
2686 border: 0 !important;
2688 }
2687 }
2689
2688
2690 .trending_language {
2689 .trending_language {
2691 -moz-border-radius-bottomright: 4px;
2690 -moz-border-radius-bottomright: 4px;
2692 -moz-border-radius-topright: 4px;
2691 -moz-border-radius-topright: 4px;
2693 border-bottom-right-radius: 4px 4px;
2692 border-bottom-right-radius: 4px 4px;
2694 border-top-right-radius: 4px 4px;
2693 border-top-right-radius: 4px 4px;
2695 background-color: #336699;
2694 background-color: #336699;
2696 color: #FFFFFF;
2695 color: #FFFFFF;
2697 display: block;
2696 display: block;
2698 min-width: 20px;
2697 min-width: 20px;
2699 max-width: 400px;
2698 max-width: 400px;
2700 padding: 3px;
2699 padding: 3px;
2701 text-decoration: none;
2700 text-decoration: none;
2702 height: 12px;
2701 height: 12px;
2703 margin-bottom: 4px;
2702 margin-bottom: 4px;
2704 margin-left: 5px;
2703 margin-left: 5px;
2705 white-space: pre;
2704 white-space: pre;
2706 }
2705 }
2707
2706
2708 #clone_url {
2707 #clone_url {
2709 border: none;
2708 border: none;
2710 }
2709 }
2711
2710
2712 /*
2711 /*
2713 FILES
2712 FILES
2714 */
2713 */
2715 h3.files_location {
2714 h3.files_location {
2716 font-size: 1.8em;
2715 font-size: 1.8em;
2717 font-weight: bold;
2716 font-weight: bold;
2718 margin: 10px 0 !important;
2717 margin: 10px 0 !important;
2719 border-bottom: none !important;
2718 border-bottom: none !important;
2720 }
2719 }
2721
2720
2722 #files_data.dl {
2721 #files_data.dl {
2723
2722
2724 }
2723 }
2725
2724
2726 #files_data dl dt {
2725 #files_data dl dt {
2727 float: left;
2726 float: left;
2728 margin: 0 !important;
2727 margin: 0 !important;
2729 padding: 5px;
2728 padding: 5px;
2730 width: 115px;
2729 width: 115px;
2731 }
2730 }
2732
2731
2733 #files_data dl dd {
2732 #files_data dl dd {
2734 margin: 0 !important;
2733 margin: 0 !important;
2735 padding: 5px !important;
2734 padding: 5px !important;
2736 }
2735 }
2737
2736
2738 /*
2737 /*
2739 CHANGESETS
2738 CHANGESETS
2740 */
2739 */
2741 #changeset_content {
2740 #changeset_content {
2742 border: 1px solid #CCCCCC;
2741 border: 1px solid #CCCCCC;
2743 padding: 5px;
2742 padding: 5px;
2744 }
2743 }
2745
2744
2746 #changeset_content .container .wrapper {
2745 #changeset_content .container .wrapper {
2747 width: 600px;
2746 width: 600px;
2748 }
2747 }
2749
2748
2750 #changeset_content .container {
2749 #changeset_content .container {
2751 min-height: 120px;
2750 min-height: 120px;
2752 font-size: 1.2em;
2751 font-size: 1.2em;
2753 overflow: hidden;
2752 overflow: hidden;
2754 }
2753 }
2755
2754
2756 #changeset_content .container .left {
2755 #changeset_content .container .left {
2757 float: left;
2756 float: left;
2758 width: 70%;
2757 width: 70%;
2759 padding-left: 5px;
2758 padding-left: 5px;
2760 }
2759 }
2761
2760
2762 #changeset_content .container .right {
2761 #changeset_content .container .right {
2763 float: right;
2762 float: right;
2764 width: 25%;
2763 width: 25%;
2765 text-align: right;
2764 text-align: right;
2766 }
2765 }
2767
2766
2768 #changeset_content .container .left .date {
2767 #changeset_content .container .left .date {
2769 font-weight: bold;
2768 font-weight: bold;
2770 }
2769 }
2771
2770
2772 #changeset_content .container .left .author {
2771 #changeset_content .container .left .author {
2773
2772
2774 }
2773 }
2775
2774
2776 #changeset_content .container .left .message {
2775 #changeset_content .container .left .message {
2777 font-style: italic;
2776 font-style: italic;
2778 color: #556CB5;
2777 color: #556CB5;
2779 white-space: pre-wrap;
2778 white-space: pre-wrap;
2780 }
2779 }
2781
2780
2782 .cs_files {
2781 .cs_files {
2783
2782
2784 }
2783 }
2785
2784
2786 .cs_files .cs_added {
2785 .cs_files .cs_added {
2787 background: url("/images/icons/page_white_add.png") no-repeat scroll 3px;
2786 background: url("/images/icons/page_white_add.png") no-repeat scroll 3px;
2788 /*background-color:#BBFFBB;*/
2787 /*background-color:#BBFFBB;*/
2789 height: 16px;
2788 height: 16px;
2790 padding-left: 20px;
2789 padding-left: 20px;
2791 margin-top: 7px;
2790 margin-top: 7px;
2792 text-align: left;
2791 text-align: left;
2793 }
2792 }
2794
2793
2795 .cs_files .cs_changed {
2794 .cs_files .cs_changed {
2796 background: url("/images/icons/page_white_edit.png") no-repeat scroll
2795 background: url("/images/icons/page_white_edit.png") no-repeat scroll
2797 3px;
2796 3px;
2798 /*background-color: #FFDD88;*/
2797 /*background-color: #FFDD88;*/
2799 height: 16px;
2798 height: 16px;
2800 padding-left: 20px;
2799 padding-left: 20px;
2801 margin-top: 7px;
2800 margin-top: 7px;
2802 text-align: left;
2801 text-align: left;
2803 }
2802 }
2804
2803
2805 .cs_files .cs_removed {
2804 .cs_files .cs_removed {
2806 background: url("/images/icons/page_white_delete.png") no-repeat scroll
2805 background: url("/images/icons/page_white_delete.png") no-repeat scroll
2807 3px;
2806 3px;
2808 /*background-color: #FF8888;*/
2807 /*background-color: #FF8888;*/
2809 height: 16px;
2808 height: 16px;
2810 padding-left: 20px;
2809 padding-left: 20px;
2811 margin-top: 7px;
2810 margin-top: 7px;
2812 text-align: left;
2811 text-align: left;
2813 }
2812 }
2814
2813
2815 /*
2814 /*
2816 CHANGESETS - CANVAS
2815 CHANGESETS - CANVAS
2817 */
2816 */
2818 #graph {
2817 #graph {
2819 overflow: hidden;
2818 overflow: hidden;
2820 }
2819 }
2821
2820
2822 #graph_nodes {
2821 #graph_nodes {
2823 width: 160px;
2822 width: 160px;
2824 float: left;
2823 float: left;
2825 margin-left: -50px;
2824 margin-left: -50px;
2826 margin-top: 5px;
2825 margin-top: 5px;
2827 }
2826 }
2828
2827
2829 #graph_content {
2828 #graph_content {
2830 width: 800px;
2829 width: 800px;
2831 float: left;
2830 float: left;
2832 }
2831 }
2833
2832
2834 #graph_content .container_header {
2833 #graph_content .container_header {
2835 border: 1px solid #CCCCCC;
2834 border: 1px solid #CCCCCC;
2836 padding: 10px;
2835 padding: 10px;
2837 }
2836 }
2838
2837
2839 #graph_content .container .wrapper {
2838 #graph_content .container .wrapper {
2840 width: 600px;
2839 width: 600px;
2841 }
2840 }
2842
2841
2843 #graph_content .container {
2842 #graph_content .container {
2844 border-bottom: 1px solid #CCCCCC;
2843 border-bottom: 1px solid #CCCCCC;
2845 border-left: 1px solid #CCCCCC;
2844 border-left: 1px solid #CCCCCC;
2846 border-right: 1px solid #CCCCCC;
2845 border-right: 1px solid #CCCCCC;
2847 min-height: 80px;
2846 min-height: 80px;
2848 overflow: hidden;
2847 overflow: hidden;
2849 font-size: 1.2em;
2848 font-size: 1.2em;
2850 }
2849 }
2851
2850
2852 #graph_content .container .left {
2851 #graph_content .container .left {
2853 float: left;
2852 float: left;
2854 width: 70%;
2853 width: 70%;
2855 padding-left: 5px;
2854 padding-left: 5px;
2856 }
2855 }
2857
2856
2858 #graph_content .container .right {
2857 #graph_content .container .right {
2859 float: right;
2858 float: right;
2860 width: 28%;
2859 width: 28%;
2861 text-align: right;
2860 text-align: right;
2862 padding-bottom: 5px;
2861 padding-bottom: 5px;
2863 }
2862 }
2864
2863
2865 #graph_content .container .left .date {
2864 #graph_content .container .left .date {
2866 font-weight: bold;
2865 font-weight: bold;
2867 padding-bottom: 5px;
2866 padding-bottom: 5px;
2868 }
2867 }
2869
2868
2870 #graph_content .container .left .author {
2869 #graph_content .container .left .author {
2871
2870
2872 }
2871 }
2873
2872
2874 #graph_content .container .left .message {
2873 #graph_content .container .left .message {
2875 font-size: 100%;
2874 font-size: 100%;
2876 padding-top: 3px;
2875 padding-top: 3px;
2877 white-space: pre-wrap;
2876 white-space: pre-wrap;
2878 }
2877 }
2879
2878
2880 .right div {
2879 .right div {
2881 clear: both;
2880 clear: both;
2882 }
2881 }
2883
2882
2884 .right .changes .added,.changed,.removed {
2883 .right .changes .added,.changed,.removed {
2885 border: 1px solid #DDDDDD;
2884 border: 1px solid #DDDDDD;
2886 display: block;
2885 display: block;
2887 float: right;
2886 float: right;
2888 text-align: center;
2887 text-align: center;
2889 min-width: 15px;
2888 min-width: 15px;
2890 }
2889 }
2891
2890
2892 .right .changes .added {
2891 .right .changes .added {
2893 background: #BBFFBB;
2892 background: #BBFFBB;
2894 }
2893 }
2895
2894
2896 .right .changes .changed {
2895 .right .changes .changed {
2897 background: #FFDD88;
2896 background: #FFDD88;
2898 }
2897 }
2899
2898
2900 .right .changes .removed {
2899 .right .changes .removed {
2901 background: #FF8888;
2900 background: #FF8888;
2902 }
2901 }
2903
2902
2904 .right .merge {
2903 .right .merge {
2905 vertical-align: top;
2904 vertical-align: top;
2906 font-size: 60%;
2905 font-size: 60%;
2907 font-weight: bold;
2906 font-weight: bold;
2908 }
2907 }
2909
2908
2910 .right .merge img {
2909 .right .merge img {
2911 vertical-align: bottom;
2910 vertical-align: bottom;
2912 }
2911 }
2913
2912
2914 .right .parent {
2913 .right .parent {
2915 font-size: 90%;
2914 font-size: 90%;
2916 font-family: monospace;
2915 font-family: monospace;
2917 }
2916 }
2918
2917
2919 .right .logtags .branchtag {
2918 .right .logtags .branchtag {
2920 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat
2919 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat
2921 right 6px;
2920 right 6px;
2922 display: block;
2921 display: block;
2923 padding: 8px 16px 0px 0px
2922 padding: 8px 16px 0px 0px
2924 }
2923 }
2925
2924
2926 .right .logtags .tagtag {
2925 .right .logtags .tagtag {
2927 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right
2926 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right
2928 6px;
2927 6px;
2929 display: block;
2928 display: block;
2930 padding: 6px 18px 0px 0px
2929 padding: 6px 18px 0px 0px
2931 }
2930 }
2932
2931
2933 /*
2932 /*
2934 FILE BROWSER
2933 FILE BROWSER
2935 */
2934 */
2936 div.browserblock {
2935 div.browserblock {
2937 overflow: hidden;
2936 overflow: hidden;
2938 padding: 0px;
2937 padding: 0px;
2939 border: 1px solid #ccc;
2938 border: 1px solid #ccc;
2940 background: #f8f8f8;
2939 background: #f8f8f8;
2941 font-size: 100%;
2940 font-size: 100%;
2942 line-height: 100%;
2941 line-height: 100%;
2943 /* new */
2942 /* new */
2944 line-height: 125%;
2943 line-height: 125%;
2945 }
2944 }
2946
2945
2947 div.browserblock .browser-header {
2946 div.browserblock .browser-header {
2948 border-bottom: 1px solid #CCCCCC;
2947 border-bottom: 1px solid #CCCCCC;
2949 background: #FFFFFF;
2948 background: #FFFFFF;
2950 color: blue;
2949 color: blue;
2951 padding: 10px 0 10px 0;
2950 padding: 10px 0 10px 0;
2952 }
2951 }
2953
2952
2954 div.browserblock .browser-header span {
2953 div.browserblock .browser-header span {
2955 margin-left: 25px;
2954 margin-left: 25px;
2956 font-weight: bold;
2955 font-weight: bold;
2957 }
2956 }
2958
2957
2959 div.browserblock .browser-body {
2958 div.browserblock .browser-body {
2960 background: #EEEEEE;
2959 background: #EEEEEE;
2961 }
2960 }
2962
2961
2963 table.code-browser {
2962 table.code-browser {
2964 border-collapse: collapse;
2963 border-collapse: collapse;
2965 width: 100%;
2964 width: 100%;
2966 }
2965 }
2967
2966
2968 table.code-browser tr {
2967 table.code-browser tr {
2969 margin: 3px;
2968 margin: 3px;
2970 }
2969 }
2971
2970
2972 table.code-browser thead th {
2971 table.code-browser thead th {
2973 background-color: #EEEEEE;
2972 background-color: #EEEEEE;
2974 height: 20px;
2973 height: 20px;
2975 font-size: 1.1em;
2974 font-size: 1.1em;
2976 font-weight: bold;
2975 font-weight: bold;
2977 text-align: center;
2976 text-align: center;
2978 text-align: left;
2977 text-align: left;
2979 padding-left: 10px;
2978 padding-left: 10px;
2980 }
2979 }
2981
2980
2982 table.code-browser tbody tr {
2981 table.code-browser tbody tr {
2983
2982
2984 }
2983 }
2985
2984
2986 table.code-browser tbody td {
2985 table.code-browser tbody td {
2987 padding-left: 10px;
2986 padding-left: 10px;
2988 height: 20px;
2987 height: 20px;
2989 }
2988 }
2990
2989
2991 table.code-browser .browser-file {
2990 table.code-browser .browser-file {
2992 background: url("/images/icons/document_16.png") no-repeat scroll 3px;
2991 background: url("/images/icons/document_16.png") no-repeat scroll 3px;
2993 height: 16px;
2992 height: 16px;
2994 padding-left: 20px;
2993 padding-left: 20px;
2995 text-align: left;
2994 text-align: left;
2996 }
2995 }
2997
2996
2998 table.code-browser .browser-dir {
2997 table.code-browser .browser-dir {
2999 background: url("/images/icons/folder_16.png") no-repeat scroll 3px;
2998 background: url("/images/icons/folder_16.png") no-repeat scroll 3px;
3000 height: 16px;
2999 height: 16px;
3001 padding-left: 20px;
3000 padding-left: 20px;
3002 text-align: left;
3001 text-align: left;
3003 }
3002 }
3004
3003
3005 /*
3004 /*
3006 SEARCH
3005 SEARCH
3007 */
3006 */
3008 .box .search {
3007 .box .search {
3009 clear: both;
3008 clear: both;
3010 margin: 0;
3009 margin: 0;
3011 overflow: hidden;
3010 overflow: hidden;
3012 padding: 0 20px 10px;
3011 padding: 0 20px 10px;
3013 }
3012 }
3014
3013
3015 .box .search div.search_path {
3014 .box .search div.search_path {
3016 background: none repeat scroll 0 0 #EEEEEE;
3015 background: none repeat scroll 0 0 #EEEEEE;
3017 border: 1px solid #CCCCCC;
3016 border: 1px solid #CCCCCC;
3018 color: blue;
3017 color: blue;
3019 padding: 10px 0;
3018 padding: 10px 0;
3020 margin-bottom: 10px;
3019 margin-bottom: 10px;
3021 }
3020 }
3022
3021
3023 .box .search div.search_path div.link {
3022 .box .search div.search_path div.link {
3024 font-weight: bold;
3023 font-weight: bold;
3025 margin-left: 25px;
3024 margin-left: 25px;
3026 }
3025 }
3027
3026
3028 .box .search div.search_path div.link a {
3027 .box .search div.search_path div.link a {
3029 color: #003367;
3028 color: #003367;
3030 cursor: pointer;
3029 cursor: pointer;
3031 text-decoration: none;
3030 text-decoration: none;
3032 }
3031 }
3033
3032
3034 /*
3033 /*
3035 ADMIN - SETTINGS
3034 ADMIN - SETTINGS
3036 */
3035 */
3037 #path_unlock {
3036 #path_unlock {
3038 color: red;
3037 color: red;
3039 font-size: 1.2em;
3038 font-size: 1.2em;
3040 padding-left: 4px;
3039 padding-left: 4px;
3041 }
3040 }
3042
3041
3043 /*
3042 /*
3044 INFOBOX
3043 INFOBOX
3045 */
3044 */
3046 .info_box * {
3045 .info_box * {
3047 background: url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
3046 background: url("../../images/pager.png") repeat-x scroll 0 0 #EBEBEB;
3048 border-color: #DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
3047 border-color: #DEDEDE #C4C4C4 #C4C4C4 #CFCFCF;
3049 border-style: solid;
3048 border-style: solid;
3050 border-width: 1px;
3049 border-width: 1px;
3051 color: #4A4A4A;
3050 color: #4A4A4A;
3052 display: block;
3051 display: block;
3053 font-weight: bold;
3052 font-weight: bold;
3054 height: 1%;
3053 height: 1%;
3055 padding: 4px 6px;
3054 padding: 4px 6px;
3056 display: inline;
3055 display: inline;
3057 }
3056 }
3058
3057
3059 .info_box span {
3058 .info_box span {
3060 margin-left: 3px;
3059 margin-left: 3px;
3061 margin-right: 3px;
3060 margin-right: 3px;
3062 }
3061 }
3063
3062
3064 .info_box input#at_rev {
3063 .info_box input#at_rev {
3065 padding: 5px 3px 3px 2px;
3064 padding: 5px 3px 3px 2px;
3066 text-align: center;
3065 text-align: center;
3067 }
3066 }
3068
3067
3069 .info_box input#view {
3068 .info_box input#view {
3070 padding: 4px 3px 2px 2px;
3069 padding: 4px 3px 2px 2px;
3071 text-align: center;
3070 text-align: center;
3072 }
3071 }
3073
3072
3074 /*
3073 /*
3075 YUI TOOLTIP
3074 YUI TOOLTIP
3076 */
3075 */
3077 .yui-overlay,.yui-panel-container {
3076 .yui-overlay,.yui-panel-container {
3078 visibility: hidden;
3077 visibility: hidden;
3079 position: absolute;
3078 position: absolute;
3080 z-index: 2;
3079 z-index: 2;
3081 }
3080 }
3082
3081
3083 .yui-tt {
3082 .yui-tt {
3084 visibility: hidden;
3083 visibility: hidden;
3085 position: absolute;
3084 position: absolute;
3086 color: #666666;
3085 color: #666666;
3087 background-color: #FFFFFF;
3086 background-color: #FFFFFF;
3088 font-family: arial, helvetica, verdana, sans-serif;
3087 font-family: arial, helvetica, verdana, sans-serif;
3089 padding: 8px;
3088 padding: 8px;
3090 border: 2px solid #003367;
3089 border: 2px solid #003367;
3091 font: 100% sans-serif;
3090 font: 100% sans-serif;
3092 width: auto;
3091 width: auto;
3093 opacity: 1.0;
3092 opacity: 1.0;
3094 }
3093 }
3095
3094
3096 .yui-tt-shadow {
3095 .yui-tt-shadow {
3097 display: none;
3096 display: none;
3098 }
3097 }
3099
3098
3100 /*
3099 /*
3101 YUI AUTOCOMPLETE
3100 YUI AUTOCOMPLETE
3102 */
3101 */
3103 .ac {
3102 .ac {
3104 vertical-align: top;
3103 vertical-align: top;
3105 }
3104 }
3106
3105
3107 .ac .match {
3106 .ac .match {
3108 font-weight: bold;
3107 font-weight: bold;
3109 }
3108 }
3110
3109
3111 .ac .yui-ac {
3110 .ac .yui-ac {
3112 position: relative;
3111 position: relative;
3113 font-family: arial;
3112 font-family: arial;
3114 font-size: 100%;
3113 font-size: 100%;
3115 }
3114 }
3116
3115
3117 .ac .perm_ac {
3116 .ac .perm_ac {
3118 width: 15em;
3117 width: 15em;
3119 }
3118 }
3120
3119
3121 /* styles for input field */
3120 /* styles for input field */
3122 .ac .yui-ac-input {
3121 .ac .yui-ac-input {
3123 width: 100%;
3122 width: 100%;
3124 }
3123 }
3125
3124
3126 /* styles for results container */
3125 /* styles for results container */
3127 .ac .yui-ac-container {
3126 .ac .yui-ac-container {
3128 position: absolute;
3127 position: absolute;
3129 top: 1.6em;
3128 top: 1.6em;
3130 width: 100%;
3129 width: 100%;
3131 }
3130 }
3132
3131
3133 /* styles for header/body/footer wrapper within container */
3132 /* styles for header/body/footer wrapper within container */
3134 .ac .yui-ac-content {
3133 .ac .yui-ac-content {
3135 position: absolute;
3134 position: absolute;
3136 width: 100%;
3135 width: 100%;
3137 border: 1px solid #808080;
3136 border: 1px solid #808080;
3138 background: #fff;
3137 background: #fff;
3139 overflow: hidden;
3138 overflow: hidden;
3140 z-index: 9050;
3139 z-index: 9050;
3141 }
3140 }
3142
3141
3143 /* styles for container shadow */
3142 /* styles for container shadow */
3144 .ac .yui-ac-shadow {
3143 .ac .yui-ac-shadow {
3145 position: absolute;
3144 position: absolute;
3146 margin: .3em;
3145 margin: .3em;
3147 width: 100%;
3146 width: 100%;
3148 background: #000;
3147 background: #000;
3149 -moz-opacity: 0.10;
3148 -moz-opacity: 0.10;
3150 opacity: .10;
3149 opacity: .10;
3151 filter: alpha(opacity = 10);
3150 filter: alpha(opacity = 10);
3152 z-index: 9049;
3151 z-index: 9049;
3153 }
3152 }
3154
3153
3155 /* styles for results list */
3154 /* styles for results list */
3156 .ac .yui-ac-content ul {
3155 .ac .yui-ac-content ul {
3157 margin: 0;
3156 margin: 0;
3158 padding: 0;
3157 padding: 0;
3159 width: 100%;
3158 width: 100%;
3160 }
3159 }
3161
3160
3162 /* styles for result item */
3161 /* styles for result item */
3163 .ac .yui-ac-content li {
3162 .ac .yui-ac-content li {
3164 margin: 0;
3163 margin: 0;
3165 padding: 2px 5px;
3164 padding: 2px 5px;
3166 cursor: default;
3165 cursor: default;
3167 white-space: nowrap;
3166 white-space: nowrap;
3168 }
3167 }
3169
3168
3170 /* styles for prehighlighted result item */
3169 /* styles for prehighlighted result item */
3171 .ac .yui-ac-content li.yui-ac-prehighlight {
3170 .ac .yui-ac-content li.yui-ac-prehighlight {
3172 background: #B3D4FF;
3171 background: #B3D4FF;
3173 }
3172 }
3174
3173
3175 /* styles for highlighted result item */
3174 /* styles for highlighted result item */
3176 .ac .yui-ac-content li.yui-ac-highlight {
3175 .ac .yui-ac-content li.yui-ac-highlight {
3177 background: #556CB5;
3176 background: #556CB5;
3178 color: #FFF;
3177 color: #FFF;
3179 }
3178 }
3180
3179
3181 /*
3180 /*
3182 ACTION ICONS
3181 ACTION ICONS
3183 */
3182 */
3184 .add_icon {
3183 .add_icon {
3185 background: url("/images/icons/add.png") no-repeat scroll 3px;
3184 background: url("/images/icons/add.png") no-repeat scroll 3px;
3186 height: 16px;
3185 height: 16px;
3187 padding-left: 20px;
3186 padding-left: 20px;
3188 padding-top: 1px;
3187 padding-top: 1px;
3189 text-align: left;
3188 text-align: left;
3190 }
3189 }
3191
3190
3192 .edit_icon {
3191 .edit_icon {
3193 background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
3192 background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
3194 height: 16px;
3193 height: 16px;
3195 padding-left: 20px;
3194 padding-left: 20px;
3196 padding-top: 1px;
3195 padding-top: 1px;
3197 text-align: left;
3196 text-align: left;
3198 }
3197 }
3199
3198
3200 .delete_icon {
3199 .delete_icon {
3201 background: url("/images/icons/delete.png") no-repeat scroll 3px;
3200 background: url("/images/icons/delete.png") no-repeat scroll 3px;
3202 height: 16px;
3201 height: 16px;
3203 padding-left: 20px;
3202 padding-left: 20px;
3204 padding-top: 1px;
3203 padding-top: 1px;
3205 text-align: left;
3204 text-align: left;
3206 }
3205 }
3207
3206
3208 .rss_icon {
3207 .rss_icon {
3209 background: url("/images/icons/rss_16.png") no-repeat scroll 3px;
3208 background: url("/images/icons/rss_16.png") no-repeat scroll 3px;
3210 height: 16px;
3209 height: 16px;
3211 padding-left: 20px;
3210 padding-left: 20px;
3212 padding-top: 1px;
3211 padding-top: 1px;
3213 text-align: left;
3212 text-align: left;
3214 }
3213 }
3215
3214
3216 .atom_icon {
3215 .atom_icon {
3217 background: url("/images/icons/atom.png") no-repeat scroll 3px;
3216 background: url("/images/icons/atom.png") no-repeat scroll 3px;
3218 height: 16px;
3217 height: 16px;
3219 padding-left: 20px;
3218 padding-left: 20px;
3220 padding-top: 1px;
3219 padding-top: 1px;
3221 text-align: left;
3220 text-align: left;
3222 }
3221 }
3223
3222
3224 .archive_icon {
3223 .archive_icon {
3225 background: url("/images/icons/compress.png") no-repeat scroll 3px;
3224 background: url("/images/icons/compress.png") no-repeat scroll 3px;
3226 height: 16px;
3225 height: 16px;
3227 padding-left: 20px;
3226 padding-left: 20px;
3228 text-align: left;
3227 text-align: left;
3229 padding-top: 1px;
3228 padding-top: 1px;
3230 }
3229 }
3231
3230
3232 .action_button {
3231 .action_button {
3233 border: 0px;
3232 border: 0px;
3234 display: block;
3233 display: block;
3235 }
3234 }
3236
3235
3237 .action_button:hover {
3236 .action_button:hover {
3238 border: 0px;
3237 border: 0px;
3239 text-decoration: underline;
3238 text-decoration: underline;
3240 cursor: pointer;
3239 cursor: pointer;
3241 }
3240 }
3242
3241
3243 /*
3242 /*
3244 REPO SWITCHER
3243 REPO SWITCHER
3245 */
3244 */
3246 #switch_repos {
3245 #switch_repos {
3247 position: absolute;
3246 position: absolute;
3248 height: 25px;
3247 height: 25px;
3249 z-index: 1;
3248 z-index: 1;
3250 }
3249 }
3251
3250
3252 #switch_repos select {
3251 #switch_repos select {
3253 min-width: 150px;
3252 min-width: 150px;
3254 max-height: 250px;
3253 max-height: 250px;
3255 z-index: 1;
3254 z-index: 1;
3256 }
3255 }
3257
3256
3258 /*
3257 /*
3259 BREADCRUMBS
3258 BREADCRUMBS
3260 */
3259 */
3261 .breadcrumbs {
3260 .breadcrumbs {
3262 border: medium none;
3261 border: medium none;
3263 color: #FFFFFF;
3262 color: #FFFFFF;
3264 float: left;
3263 float: left;
3265 margin: 0;
3264 margin: 0;
3266 padding: 11px 0 11px 10px;
3265 padding: 11px 0 11px 10px;
3267 text-transform: uppercase;
3266 text-transform: uppercase;
3268 font-weight: bold;
3267 font-weight: bold;
3269 font-size: 14px;
3268 font-size: 14px;
3270 }
3269 }
3271
3270
3272 .breadcrumbs a {
3271 .breadcrumbs a {
3273 color: #FFFFFF;
3272 color: #FFFFFF;
3274 }
3273 }
3275
3274
3276 /*
3275 /*
3277 FLASH MSG
3276 FLASH MSG
3278 */
3277 */
3279 .flash_msg ul {
3278 .flash_msg ul {
3280 margin: 0;
3279 margin: 0;
3281 padding: 0px 0px 10px 0px;
3280 padding: 0px 0px 10px 0px;
3282 }
3281 }
3283
3282
3284 .error_msg {
3283 .error_msg {
3285 background-color: #FFCFCF;
3284 background-color: #FFCFCF;
3286 background-image: url("../../images/icons/error_msg.png");
3285 background-image: url("../../images/icons/error_msg.png");
3287 border: 1px solid #FF9595;
3286 border: 1px solid #FF9595;
3288 color: #CC3300;
3287 color: #CC3300;
3289 }
3288 }
3290
3289
3291 .warning_msg {
3290 .warning_msg {
3292 background-color: #FFFBCC;
3291 background-color: #FFFBCC;
3293 background-image: url("../../images/icons/warning_msg.png");
3292 background-image: url("../../images/icons/warning_msg.png");
3294 border: 1px solid #FFF35E;
3293 border: 1px solid #FFF35E;
3295 color: #C69E00;
3294 color: #C69E00;
3296 }
3295 }
3297
3296
3298 .success_msg {
3297 .success_msg {
3299 background-color: #D5FFCF;
3298 background-color: #D5FFCF;
3300 background-image: url("../../images/icons/success_msg.png");
3299 background-image: url("../../images/icons/success_msg.png");
3301 border: 1px solid #97FF88;
3300 border: 1px solid #97FF88;
3302 color: #009900;
3301 color: #009900;
3303 }
3302 }
3304
3303
3305 .notice_msg {
3304 .notice_msg {
3306 background-color: #DCE3FF;
3305 background-color: #DCE3FF;
3307 background-image: url("../../images/icons/notice_msg.png");
3306 background-image: url("../../images/icons/notice_msg.png");
3308 border: 1px solid #93A8FF;
3307 border: 1px solid #93A8FF;
3309 color: #556CB5;
3308 color: #556CB5;
3310 }
3309 }
3311
3310
3312 .success_msg,.error_msg,.notice_msg,.warning_msg {
3311 .success_msg,.error_msg,.notice_msg,.warning_msg {
3313 background-position: 10px center;
3312 background-position: 10px center;
3314 background-repeat: no-repeat;
3313 background-repeat: no-repeat;
3315 font-size: 12px;
3314 font-size: 12px;
3316 font-weight: bold;
3315 font-weight: bold;
3317 min-height: 14px;
3316 min-height: 14px;
3318 line-height: 14px;
3317 line-height: 14px;
3319 margin-bottom: 0px;
3318 margin-bottom: 0px;
3320 margin-top: 0px;
3319 margin-top: 0px;
3321 padding: 6px 10px 6px 40px;
3320 padding: 6px 10px 6px 40px;
3322 display: block;
3321 display: block;
3323 overflow: auto;
3322 overflow: auto;
3324 }
3323 }
3325
3324
3326 #msg_close {
3325 #msg_close {
3327 background: transparent url("../../icons/cross_grey_small.png")
3326 background: transparent url("../../icons/cross_grey_small.png")
3328 no-repeat scroll 0 0;
3327 no-repeat scroll 0 0;
3329 cursor: pointer;
3328 cursor: pointer;
3330 height: 16px;
3329 height: 16px;
3331 position: absolute;
3330 position: absolute;
3332 right: 5px;
3331 right: 5px;
3333 top: 5px;
3332 top: 5px;
3334 width: 16px;
3333 width: 16px;
3335 }
3334 }
3336
3335
3337 /*
3336 /*
3338 YUI FLOT
3337 YUI FLOT
3339 */
3338 */
3340 div#commit_history {
3339 div#commit_history {
3341 float: left;
3340 float: left;
3342 }
3341 }
3343
3342
3344 div#legend_data {
3343 div#legend_data {
3345 float: left;
3344 float: left;
3346 }
3345 }
3347
3346
3348 div#legend_container {
3347 div#legend_container {
3349 float: left;
3348 float: left;
3350 }
3349 }
3351
3350
3352 div#legend_container table,div#legend_choices table {
3351 div#legend_container table,div#legend_choices table {
3353 width: auto !important;
3352 width: auto !important;
3354 }
3353 }
3355
3354
3356 div#legend_container table td {
3355 div#legend_container table td {
3357 border: none !important;
3356 border: none !important;
3358 padding: 0px !important;
3357 padding: 0px !important;
3359 height: 20px !important;
3358 height: 20px !important;
3360 }
3359 }
3361
3360
3362 div#legend_choices table td {
3361 div#legend_choices table td {
3363 border: none !important;
3362 border: none !important;
3364 padding: 0px !important;
3363 padding: 0px !important;
3365 height: 20px !important;
3364 height: 20px !important;
3366 }
3365 }
3367
3366
3368 div#legend_choices {
3367 div#legend_choices {
3369 float: left;
3368 float: left;
3370 }
3369 }
3371
3370
3372 /*
3371 /*
3373 PERMISSIONS TABLE
3372 PERMISSIONS TABLE
3374 */
3373 */
3375 table#permissions_manage {
3374 table#permissions_manage {
3376 width: 0 !important;
3375 width: 0 !important;
3377 }
3376 }
3378
3377
3379 table#permissions_manage span.private_repo_msg {
3378 table#permissions_manage span.private_repo_msg {
3380 font-size: 0.8em;
3379 font-size: 0.8em;
3381 opacity: 0.6;
3380 opacity: 0.6;
3382 }
3381 }
3383
3382
3384 table#permissions_manage td.private_repo_msg {
3383 table#permissions_manage td.private_repo_msg {
3385 font-size: 0.8em;
3384 font-size: 0.8em;
3386 }
3385 }
3387
3386
3388 table#permissions_manage tr#add_perm_input td {
3387 table#permissions_manage tr#add_perm_input td {
3389 vertical-align: middle;
3388 vertical-align: middle;
3390 }
3389 }
3391
3390
3392 /*
3391 /*
3393 GRAVATARS
3392 GRAVATARS
3394 */
3393 */
3395 div.gravatar {
3394 div.gravatar {
3396 background-color: white;
3395 background-color: white;
3397 border: 1px solid #D0D0D0;
3396 border: 1px solid #D0D0D0;
3398 float: left;
3397 float: left;
3399 margin-right: 0.7em;
3398 margin-right: 0.7em;
3400 padding: 2px 2px 0px;
3399 padding: 2px 2px 0px;
3401 }
3400 }
3402
3401
3403 /*
3402 /*
3404 GLOBAL WIDTH
3403 GLOBAL WIDTH
3405 */
3404 */
3406 #header,#content,#footer {
3405 #header,#content,#footer {
3407 min-width: 1224px;
3406 min-width: 1224px;
3408 }
3407 }
3409
3408
3410 /*
3409 /*
3411 content
3410 content
3412 */
3411 */
3413 #content {
3412 #content {
3414 padding:10px 30px;
3413 padding:10px 30px;
3415 min-height: 100%;
3414 min-height: 100%;
3416 clear: both;
3415 clear: both;
3417 overflow: hidden;
3416 overflow: hidden;
3418 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0
3417 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0
3419 }
3418 }
3420
3419
3421 /*
3420 /*
3422 content / right / forms / labels
3421 content / right / forms / labels
3423 */
3422 */
3424 #content div.box div.form div.fields div.field div.label {
3423 #content div.box div.form div.fields div.field div.label {
3425 left: 80px;
3424 left: 80px;
3426 margin: 0;
3425 margin: 0;
3427 padding: 8px 0 0 5px;
3426 padding: 8px 0 0 5px;
3428 width: auto;
3427 width: auto;
3429 position: absolute;
3428 position: absolute;
3430 }
3429 }
3431
3430
3432 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
3431 #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label
3433 {
3432 {
3434 left: 0;
3433 left: 0;
3435 margin: 0;
3434 margin: 0;
3436 padding: 0 0 8px 0;
3435 padding: 0 0 8px 0;
3437 width: auto;
3436 width: auto;
3438 position: relative;
3437 position: relative;
3439 }
3438 }
3440
3439
3441 /*THEME*/
3440 /*THEME*/
3442
3441
3443 /*
3442 /*
3444 header / quick
3443 header / quick
3445 */
3444 */
3446 #header #header-inner #quick li a {
3445 #header #header-inner #quick li a {
3447 background: #336699 url("../../images/quick_l.png") no-repeat top left;
3446 background: #336699 url("../../images/quick_l.png") no-repeat top left;
3448 }
3447 }
3449
3448
3450 #header #header-inner #quick li span {
3449 #header #header-inner #quick li span {
3451 background: url("../../images/quick_r.png") no-repeat top right;
3450 background: url("../../images/quick_r.png") no-repeat top right;
3452 border-left: 1px solid #3f6f9f;
3451 border-left: 1px solid #3f6f9f;
3453 }
3452 }
3454
3453
3455 #header #header-inner #quick li span.icon {
3454 #header #header-inner #quick li span.icon {
3456 background: url("../../images/quick_l.png") no-repeat top left;
3455 background: url("../../images/quick_l.png") no-repeat top left;
3457 border-right: 1px solid #2e5c89;
3456 border-right: 1px solid #2e5c89;
3458 }
3457 }
3459
3458
3460 #header #header-inner #quick li a:hover {
3459 #header #header-inner #quick li a:hover {
3461 background: #4e4e4e url("../../images/quick_l_selected.png") no-repeat
3460 background: #4e4e4e url("../../images/quick_l_selected.png") no-repeat
3462 top left;
3461 top left;
3463 }
3462 }
3464
3463
3465 #header #header-inner #quick li a:hover span {
3464 #header #header-inner #quick li a:hover span {
3466 background: url("../../images/quick_r_selected.png") no-repeat top right;
3465 background: url("../../images/quick_r_selected.png") no-repeat top right;
3467 }
3466 }
3468
3467
3469 #header #header-inner #quick li a:hover span.icon {
3468 #header #header-inner #quick li a:hover span.icon {
3470 background: url("../../images/quick_l_selected.png") no-repeat top left;
3469 background: url("../../images/quick_l_selected.png") no-repeat top left;
3471 }
3470 }
3472
3471
3473 /*
3472 /*
3474 header corners
3473 header corners
3475 */
3474 */
3476 #header #header-inner div.corner {
3475 #header #header-inner div.corner {
3477 background: url("../../images/header_inner_corners.png") no-repeat;
3476 background: url("../../images/header_inner_corners.png") no-repeat;
3478 }
3477 }
3479
3478
3480 #header #header-inner div.tl {
3479 #header #header-inner div.tl {
3481 top: 0;
3480 top: 0;
3482 left: 0;
3481 left: 0;
3483 background-position: 0 0;
3482 background-position: 0 0;
3484 }
3483 }
3485
3484
3486 #header #header-inner div.tr {
3485 #header #header-inner div.tr {
3487 top: 0;
3486 top: 0;
3488 right: 0;
3487 right: 0;
3489 background-position: -6px 0;
3488 background-position: -6px 0;
3490 }
3489 }
3491
3490
3492 /*
3491 /*
3493 content / left / menu
3492 content / left / menu
3494 */
3493 */
3495 #content #left #menu h6.selected {
3494 #content #left #menu h6.selected {
3496 background: #00376e url("../../images/menu_selected.png") repeat-x;
3495 background: #00376e url("../../images/menu_selected.png") repeat-x;
3497 }
3496 }
3498
3497
3499 #content #left #menu h6.selected a {
3498 #content #left #menu h6.selected a {
3500 background: url("../../images/menu_l_selected.png") no-repeat top left;
3499 background: url("../../images/menu_l_selected.png") no-repeat top left;
3501 }
3500 }
3502
3501
3503 #content #left #menu h6.selected span {
3502 #content #left #menu h6.selected span {
3504 background: url("../../images/menu_r_selected.png") no-repeat top right;
3503 background: url("../../images/menu_r_selected.png") no-repeat top right;
3505 }
3504 }
3506
3505
3507 #content #left #menu ul {
3506 #content #left #menu ul {
3508 background: #376ea6;
3507 background: #376ea6;
3509 }
3508 }
3510
3509
3511 #content #left #menu li {
3510 #content #left #menu li {
3512 border-top: 1px solid #4377ab;
3511 border-top: 1px solid #4377ab;
3513 border-bottom: 1px solid #326395;
3512 border-bottom: 1px solid #326395;
3514 }
3513 }
3515
3514
3516 #content #left #menu li a {
3515 #content #left #menu li a {
3517 background: url("../../images/menu_arrow.png") no-repeat 0 9px;
3516 background: url("../../images/menu_arrow.png") no-repeat 0 9px;
3518 }
3517 }
3519
3518
3520 #content #left #menu li a:hover {
3519 #content #left #menu li a:hover {
3521 color: #b9dcff;
3520 color: #b9dcff;
3522 }
3521 }
3523
3522
3524 #content #left #menu li.collapsible {
3523 #content #left #menu li.collapsible {
3525 background: url("../../images/menu_border.png") no-repeat top left;
3524 background: url("../../images/menu_border.png") no-repeat top left;
3526 }
3525 }
3527
3526
3528 #content #left #menu li.collapsible a.minus {
3527 #content #left #menu li.collapsible a.minus {
3529 border-bottom: 1px solid #326395;
3528 border-bottom: 1px solid #326395;
3530 }
3529 }
3531
3530
3532 #content #left #menu li ul {
3531 #content #left #menu li ul {
3533 border-left: 18px solid #326395;
3532 border-left: 18px solid #326395;
3534 }
3533 }
3535
3534
3536 #content #left #menu li ul li {
3535 #content #left #menu li ul li {
3537 background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
3536 background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
3538 border-top: 1px solid #4377ab;
3537 border-top: 1px solid #4377ab;
3539 border-bottom: 1px solid #326395;
3538 border-bottom: 1px solid #326395;
3540 }
3539 }
3541
3540
3542
3541
3543
3542
3544 #content div.box div.title ul.links li.ui-tabs-selected a {
3543 #content div.box div.title ul.links li.ui-tabs-selected a {
3545 background: url("../../images/title_tab_selected.png") no-repeat bottom
3544 background: url("../../images/title_tab_selected.png") no-repeat bottom
3546 center;
3545 center;
3547 color: #bfe3ff;
3546 color: #bfe3ff;
3548 }
3547 }
3549
3548
3550 /*
3549 /*
3551 content / right / box / search
3550 content / right / box / search
3552 */
3551 */
3553 #content div.box div.title div.search {
3552 #content div.box div.title div.search {
3554 background: url("../../images/title_link.png") no-repeat top left;
3553 background: url("../../images/title_link.png") no-repeat top left;
3555 border-left: 1px solid #316293;
3554 border-left: 1px solid #316293;
3556 }
3555 }
3557
3556
3558 #content div.box div.title div.search div.input input {
3557 #content div.box div.title div.search div.input input {
3559 border: 1px solid #316293;
3558 border: 1px solid #316293;
3560 }
3559 }
3561
3560
3562 #content div.box div.title div.search div.button input.ui-state-default
3561 #content div.box div.title div.search div.button input.ui-state-default
3563 {
3562 {
3564 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
3563 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
3565 border: 1px solid #316293;
3564 border: 1px solid #316293;
3566 border-left: none;
3565 border-left: none;
3567 color: #FFFFFF;
3566 color: #FFFFFF;
3568 }
3567 }
3569
3568
3570 #content div.box div.title div.search div.button input.ui-state-hover {
3569 #content div.box div.title div.search div.button input.ui-state-hover {
3571 background: #46a0c1 url("../../images/button_highlight_selected.png")
3570 background: #46a0c1 url("../../images/button_highlight_selected.png")
3572 repeat-x;
3571 repeat-x;
3573 border: 1px solid #316293;
3572 border: 1px solid #316293;
3574 border-left: none;
3573 border-left: none;
3575 color: #FFFFFF;
3574 color: #FFFFFF;
3576 }
3575 }
3577
3576
3578 /*
3577 /*
3579 content / right / forms / button
3578 content / right / forms / button
3580 */
3579 */
3581 #content div.box div.form div.fields div.field div.highlight .ui-state-default
3580 #content div.box div.form div.fields div.field div.highlight .ui-state-default
3582 {
3581 {
3583 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
3582 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
3584 border-top: 1px solid #5c91a4;
3583 border-top: 1px solid #5c91a4;
3585 border-left: 1px solid #2a6f89;
3584 border-left: 1px solid #2a6f89;
3586 border-right: 1px solid #2b7089;
3585 border-right: 1px solid #2b7089;
3587 border-bottom: 1px solid #1a6480;
3586 border-bottom: 1px solid #1a6480;
3588 color: #ffffff;
3587 color: #ffffff;
3589 }
3588 }
3590
3589
3591 #content div.box div.form div.fields div.field div.highlight .ui-state-hover
3590 #content div.box div.form div.fields div.field div.highlight .ui-state-hover
3592 {
3591 {
3593 background: #46a0c1 url("../../images/button_highlight_selected.png")
3592 background: #46a0c1 url("../../images/button_highlight_selected.png")
3594 repeat-x;
3593 repeat-x;
3595 border-top: 1px solid #78acbf;
3594 border-top: 1px solid #78acbf;
3596 border-left: 1px solid #34819e;
3595 border-left: 1px solid #34819e;
3597 border-right: 1px solid #35829f;
3596 border-right: 1px solid #35829f;
3598 border-bottom: 1px solid #257897;
3597 border-bottom: 1px solid #257897;
3599 color: #ffffff;
3598 color: #ffffff;
3600 }
3599 }
3601
3600
3602 /*
3601 /*
3603 content / right / forms / buttons
3602 content / right / forms / buttons
3604 */
3603 */
3605 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
3604 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
3606 {
3605 {
3607 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
3606 background: #4e85bb url("../../images/button_highlight.png") repeat-x;
3608 border-top: 1px solid #5c91a4;
3607 border-top: 1px solid #5c91a4;
3609 border-left: 1px solid #2a6f89;
3608 border-left: 1px solid #2a6f89;
3610 border-right: 1px solid #2b7089;
3609 border-right: 1px solid #2b7089;
3611 border-bottom: 1px solid #1a6480;
3610 border-bottom: 1px solid #1a6480;
3612 color: #ffffff;
3611 color: #ffffff;
3613 }
3612 }
3614
3613
3615 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
3614 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
3616 {
3615 {
3617 background: #46a0c1 url("../../images/button_highlight_selected.png")
3616 background: #46a0c1 url("../../images/button_highlight_selected.png")
3618 repeat-x;
3617 repeat-x;
3619 border-top: 1px solid #78acbf;
3618 border-top: 1px solid #78acbf;
3620 border-left: 1px solid #34819e;
3619 border-left: 1px solid #34819e;
3621 border-right: 1px solid #35829f;
3620 border-right: 1px solid #35829f;
3622 border-bottom: 1px solid #257897;
3621 border-bottom: 1px solid #257897;
3623 color: #ffffff;
3622 color: #ffffff;
3624 }
3623 }
3625
3624
3626 /*
3625 /*
3627 login / title
3626 login / title
3628 */
3627 */
3629 #login div.title {
3628 #login div.title {
3630 background: #003367 url("../../images/header_inner.png") repeat-x;
3629 background: #003367 url("../../images/header_inner.png") repeat-x;
3631 }
3630 }
3632
3631
3633 /*
3632 /*
3634 login / title / corners
3633 login / title / corners
3635 */
3634 */
3636 #login div.title div.corner {
3635 #login div.title div.corner {
3637 background: url("../../images/login_corners.png") no-repeat;
3636 background: url("../../images/login_corners.png") no-repeat;
3638 }
3637 }
3639
3638
3640 #login div.title div.tl {
3639 #login div.title div.tl {
3641 top: 0;
3640 top: 0;
3642 left: 0;
3641 left: 0;
3643 background-position: 0 0;
3642 background-position: 0 0;
3644 }
3643 }
3645
3644
3646 #login div.title div.tr {
3645 #login div.title div.tr {
3647 top: 0;
3646 top: 0;
3648 right: 0;
3647 right: 0;
3649 background-position: -6px 0;
3648 background-position: -6px 0;
3650 } No newline at end of file
3649 }
@@ -1,91 +1,91 b''
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2 <%inherit file="/base/base.html"/>
2 <%inherit file="/base/base.html"/>
3
3
4 <%def name="title()">
4 <%def name="title()">
5 ${_('User administration')}
5 ${_('User administration')}
6 </%def>
6 </%def>
7 <%def name="breadcrumbs_links()">
7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
8 ${h.link_to(_('Admin'),h.url('admin_home'))}
9 &raquo;
9 &raquo;
10 ${h.link_to(_('Users'),h.url('users'))}
10 ${h.link_to(_('Users'),h.url('users'))}
11 &raquo;
11 &raquo;
12 ${_('add new user')}
12 ${_('add new user')}
13 </%def>
13 </%def>
14
14
15 <%def name="page_nav()">
15 <%def name="page_nav()">
16 ${self.menu('admin')}
16 ${self.menu('admin')}
17 </%def>
17 </%def>
18
18
19 <%def name="main()">
19 <%def name="main()">
20 <div class="box">
20 <div class="box">
21 <!-- box / title -->
21 <!-- box / title -->
22 <div class="title">
22 <div class="title">
23 ${self.breadcrumbs()}
23 ${self.breadcrumbs()}
24 </div>
24 </div>
25 <!-- end box / title -->
25 <!-- end box / title -->
26 ${h.form(url('users'))}
26 ${h.form(url('users'))}
27 <div class="form">
27 <div class="form">
28 <!-- fields -->
28 <!-- fields -->
29 <div class="fields">
29 <div class="fields">
30 <div class="field">
30 <div class="field">
31 <div class="label">
31 <div class="label">
32 <label for="username">${_('Username')}:</label>
32 <label for="username">${_('Username')}:</label>
33 </div>
33 </div>
34 <div class="input">
34 <div class="input">
35 ${h.text('username')}
35 ${h.text('username',class_='small')}
36 </div>
36 </div>
37 </div>
37 </div>
38
38
39 <div class="field">
39 <div class="field">
40 <div class="label">
40 <div class="label">
41 <label for="password">${_('Password')}:</label>
41 <label for="password">${_('Password')}:</label>
42 </div>
42 </div>
43 <div class="input">
43 <div class="input">
44 ${h.password('password')}
44 ${h.password('password',class_='small')}
45 </div>
45 </div>
46 </div>
46 </div>
47
47
48 <div class="field">
48 <div class="field">
49 <div class="label">
49 <div class="label">
50 <label for="name">${_('Name')}:</label>
50 <label for="name">${_('Name')}:</label>
51 </div>
51 </div>
52 <div class="input">
52 <div class="input">
53 ${h.text('name')}
53 ${h.text('name',class_='small')}
54 </div>
54 </div>
55 </div>
55 </div>
56
56
57 <div class="field">
57 <div class="field">
58 <div class="label">
58 <div class="label">
59 <label for="lastname">${_('Lastname')}:</label>
59 <label for="lastname">${_('Lastname')}:</label>
60 </div>
60 </div>
61 <div class="input">
61 <div class="input">
62 ${h.text('lastname')}
62 ${h.text('lastname',class_='small')}
63 </div>
63 </div>
64 </div>
64 </div>
65
65
66 <div class="field">
66 <div class="field">
67 <div class="label">
67 <div class="label">
68 <label for="email">${_('Email')}:</label>
68 <label for="email">${_('Email')}:</label>
69 </div>
69 </div>
70 <div class="input">
70 <div class="input">
71 ${h.text('email')}
71 ${h.text('email',class_='small')}
72 </div>
72 </div>
73 </div>
73 </div>
74
74
75 <div class="field">
75 <div class="field">
76 <div class="label label-checkbox">
76 <div class="label label-checkbox">
77 <label for="active">${_('Active')}:</label>
77 <label for="active">${_('Active')}:</label>
78 </div>
78 </div>
79 <div class="checkboxes">
79 <div class="checkboxes">
80 ${h.checkbox('active',value=True)}
80 ${h.checkbox('active',value=True)}
81 </div>
81 </div>
82 </div>
82 </div>
83
83
84 <div class="buttons">
84 <div class="buttons">
85 ${h.submit('save','save',class_="ui-button ui-widget ui-state-default ui-corner-all")}
85 ${h.submit('save','save',class_="ui-button ui-widget ui-state-default ui-corner-all")}
86 </div>
86 </div>
87 </div>
87 </div>
88 </div>
88 </div>
89 ${h.end_form()}
89 ${h.end_form()}
90 </div>
90 </div>
91 </%def> No newline at end of file
91 </%def>
@@ -1,110 +1,110 b''
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2 <%inherit file="/base/base.html"/>
2 <%inherit file="/base/base.html"/>
3
3
4 <%def name="title()">
4 <%def name="title()">
5 ${_('User administration')}
5 ${_('User administration')}
6 </%def>
6 </%def>
7
7
8 <%def name="breadcrumbs_links()">
8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_('Admin'),h.url('admin_home'))}
9 ${h.link_to(_('Admin'),h.url('admin_home'))}
10 &raquo;
10 &raquo;
11 ${h.link_to(_('Users'),h.url('users'))}
11 ${h.link_to(_('Users'),h.url('users'))}
12 &raquo;
12 &raquo;
13 ${_('edit')} "${c.user.username}"
13 ${_('edit')} "${c.user.username}"
14 </%def>
14 </%def>
15
15
16 <%def name="page_nav()">
16 <%def name="page_nav()">
17 ${self.menu('admin')}
17 ${self.menu('admin')}
18 </%def>
18 </%def>
19
19
20 <%def name="main()">
20 <%def name="main()">
21 <div class="box">
21 <div class="box">
22 <!-- box / title -->
22 <!-- box / title -->
23 <div class="title">
23 <div class="title">
24 ${self.breadcrumbs()}
24 ${self.breadcrumbs()}
25 </div>
25 </div>
26 <!-- end box / title -->
26 <!-- end box / title -->
27 ${h.form(url('user', id=c.user.user_id),method='put')}
27 ${h.form(url('user', id=c.user.user_id),method='put')}
28 <div class="form">
28 <div class="form">
29 <!-- fields -->
29 <!-- fields -->
30 <div class="fields">
30 <div class="fields">
31 <div class="field">
31 <div class="field">
32 <div class="gravatar_box">
32 <div class="gravatar_box">
33 <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(c.user.email)}"/></div>
33 <div class="gravatar"><img alt="gravatar" src="${h.gravatar_url(c.user.email)}"/></div>
34 <p>
34 <p>
35 <strong>Change your avatar at <a href="http://gravatar.com">gravatar.com</a></strong><br/>
35 <strong>Change your avatar at <a href="http://gravatar.com">gravatar.com</a></strong><br/>
36 ${_('Using')} ${c.user.email}
36 ${_('Using')} ${c.user.email}
37 </p>
37 </p>
38 </div>
38 </div>
39 </div>
39 </div>
40
40
41 <div class="field">
41 <div class="field">
42 <div class="label">
42 <div class="label">
43 <label for="username">${_('Username')}:</label>
43 <label for="username">${_('Username')}:</label>
44 </div>
44 </div>
45 <div class="input">
45 <div class="input">
46 ${h.text('username')}
46 ${h.text('username',class_='small')}
47 </div>
47 </div>
48 </div>
48 </div>
49
49
50 <div class="field">
50 <div class="field">
51 <div class="label">
51 <div class="label">
52 <label for="new_password">${_('New password')}:</label>
52 <label for="new_password">${_('New password')}:</label>
53 </div>
53 </div>
54 <div class="input">
54 <div class="input">
55 ${h.password('new_password')}
55 ${h.password('new_password',class_='small')}
56 </div>
56 </div>
57 </div>
57 </div>
58
58
59 <div class="field">
59 <div class="field">
60 <div class="label">
60 <div class="label">
61 <label for="name">${_('Name')}:</label>
61 <label for="name">${_('Name')}:</label>
62 </div>
62 </div>
63 <div class="input">
63 <div class="input">
64 ${h.text('name')}
64 ${h.text('name',class_='small')}
65 </div>
65 </div>
66 </div>
66 </div>
67
67
68 <div class="field">
68 <div class="field">
69 <div class="label">
69 <div class="label">
70 <label for="lastname">${_('Lastname')}:</label>
70 <label for="lastname">${_('Lastname')}:</label>
71 </div>
71 </div>
72 <div class="input">
72 <div class="input">
73 ${h.text('lastname')}
73 ${h.text('lastname',class_='small')}
74 </div>
74 </div>
75 </div>
75 </div>
76
76
77 <div class="field">
77 <div class="field">
78 <div class="label">
78 <div class="label">
79 <label for="email">${_('Email')}:</label>
79 <label for="email">${_('Email')}:</label>
80 </div>
80 </div>
81 <div class="input">
81 <div class="input">
82 ${h.text('email')}
82 ${h.text('email',class_='small')}
83 </div>
83 </div>
84 </div>
84 </div>
85
85
86 <div class="field">
86 <div class="field">
87 <div class="label label-checkbox">
87 <div class="label label-checkbox">
88 <label for="active">${_('Active')}:</label>
88 <label for="active">${_('Active')}:</label>
89 </div>
89 </div>
90 <div class="checkboxes">
90 <div class="checkboxes">
91 ${h.checkbox('active',value=True)}
91 ${h.checkbox('active',value=True)}
92 </div>
92 </div>
93 </div>
93 </div>
94
94
95 <div class="field">
95 <div class="field">
96 <div class="label label-checkbox">
96 <div class="label label-checkbox">
97 <label for="admin">${_('Admin')}:</label>
97 <label for="admin">${_('Admin')}:</label>
98 </div>
98 </div>
99 <div class="checkboxes">
99 <div class="checkboxes">
100 ${h.checkbox('admin',value=True)}
100 ${h.checkbox('admin',value=True)}
101 </div>
101 </div>
102 </div>
102 </div>
103 <div class="buttons">
103 <div class="buttons">
104 ${h.submit('save','save',class_="ui-button ui-widget ui-state-default ui-corner-all")}
104 ${h.submit('save','save',class_="ui-button ui-widget ui-state-default ui-corner-all")}
105 </div>
105 </div>
106 </div>
106 </div>
107 </div>
107 </div>
108 ${h.end_form()}
108 ${h.end_form()}
109 </div>
109 </div>
110 </%def> No newline at end of file
110 </%def>
@@ -1,78 +1,79 b''
1 ## -*- coding: utf-8 -*-
1 ## -*- coding: utf-8 -*-
2 <%inherit file="/base/base.html"/>
2 <%inherit file="/base/base.html"/>
3 <%def name="title()">
3 <%def name="title()">
4 ${_('Search')}
4 ${_('Search')}
5 %if c.repo_name:
5 %if c.repo_name:
6 ${_('in repository: ') + c.repo_name}
6 ${_('in repository: ') + c.repo_name}
7 %else:
7 %else:
8 ${_('in all repositories')}
8 ${_('in all repositories')}
9 %endif
9 %endif
10 :${c.cur_query}
10 :${c.cur_query}
11 </%def>
11 </%def>
12 <%def name="breadcrumbs()">
12 <%def name="breadcrumbs()">
13 ${c.rhodecode_name}
13 ${c.rhodecode_name}
14 </%def>
14 </%def>
15 <%def name="page_nav()">
15 <%def name="page_nav()">
16 ${self.menu('home')}
16 ${self.menu('home')}
17 </%def>
17 </%def>
18 <%def name="main()">
18 <%def name="main()">
19
19
20 <div class="box">
20 <div class="box">
21 <!-- box / title -->
21 <!-- box / title -->
22 <div class="title">
22 <div class="title">
23 <h5>${_('Search')}
23 <h5>${_('Search')}
24 %if c.repo_name:
24 %if c.repo_name:
25 ${_('in repository: ') + c.repo_name}
25 ${_('in repository: ') + c.repo_name}
26 %else:
26 %else:
27 ${_('in all repositories')}
27 ${_('in all repositories')}
28 %endif
28 %endif
29 </h5>
29 </h5>
30 </div>
30 </div>
31 <!-- end box / title -->
31 <!-- end box / title -->
32 %if c.repo_name:
32 %if c.repo_name:
33 ${h.form(h.url('search_repo',search_repo=c.repo_name),method='get')}
33 ${h.form(h.url('search_repo',search_repo=c.repo_name),method='get')}
34 %else:
34 %else:
35 ${h.form(h.url('search'),method='get')}
35 ${h.form(h.url('search'),method='get')}
36 %endif
36 %endif
37 <div class="form">
37 <div class="form">
38 <div class="fields">
38 <div class="fields">
39 <div class="field field-first field-noborder">
39 <div class="field field-first field-noborder">
40 <div class="label">
40 <div class="label">
41 <label for="q">${_('Search term')}</label>
41 <label for="q">${_('Search term')}</label>
42 </div>
42 </div>
43 <div class="input">${h.text('q',c.cur_query,class_="small")}</div>
43 <div class="input">${h.text('q',c.cur_query,class_="small")}
44 <div class="button highlight">
44 <div class="button highlight">
45 <input type="submit" value="${_('Search')}" class="ui-button ui-widget ui-state-default ui-corner-all"/>
45 <input type="submit" value="${_('Search')}" class="ui-button ui-widget ui-state-default ui-corner-all"/>
46 </div>
46 </div>
47 </div>
47 <div style="font-weight: bold;clear:Both;margin-left:200px">${c.runtime}</div>
48 <div style="font-weight: bold;clear:Both;margin-left:200px">${c.runtime}</div>
48 </div>
49 </div>
49
50
50 <div class="field">
51 <div class="field">
51 <div class="label">
52 <div class="label">
52 <label for="type">${_('Search in')}</label>
53 <label for="type">${_('Search in')}</label>
53 </div>
54 </div>
54 <div class="select">
55 <div class="select">
55 ${h.select('type',c.cur_type,[('content',_('Source codes')),
56 ${h.select('type',c.cur_type,[('content',_('Source codes')),
56 ##('commit',_('Commit messages')),
57 ##('commit',_('Commit messages')),
57 ('path',_('File names')),
58 ('path',_('File names')),
58 ##('repository',_('Repository names')),
59 ##('repository',_('Repository names')),
59 ])}
60 ])}
60 </div>
61 </div>
61 </div>
62 </div>
62
63
63 </div>
64 </div>
64 </div>
65 </div>
65 ${h.end_form()}
66 ${h.end_form()}
66
67
67 %if c.cur_search == 'content':
68 %if c.cur_search == 'content':
68 <%include file='search_content.html'/>
69 <%include file='search_content.html'/>
69 %elif c.cur_search == 'path':
70 %elif c.cur_search == 'path':
70 <%include file='search_path.html'/>
71 <%include file='search_path.html'/>
71 %elif c.cur_search == 'commit':
72 %elif c.cur_search == 'commit':
72 <%include file='search_commit.html'/>
73 <%include file='search_commit.html'/>
73 %elif c.cur_search == 'repository':
74 %elif c.cur_search == 'repository':
74 <%include file='search_repository.html'/>
75 <%include file='search_repository.html'/>
75 %endif
76 %endif
76 </div>
77 </div>
77
78
78 </%def>
79 </%def>
General Comments 0
You need to be logged in to leave comments. Login now