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