James Moger
2012-01-31 78dc06a87f82ed19e3eebe1f16dc6c1bdaf5fbc5
commit | author | age
94750e 1 body, input, select {
JM 2     color: #202020;
3 }
4
5 ul, ol {
8c5d72 6     margin-bottom: 10px !important;
94750e 7 }
JM 8
9 hr {
10     margin-top: 10px;
11     margin-bottom: 10px;
12 }
13
6cc1d4 14 .settings h3 {
JM 15     margin-bottom: 0.5em;    
16     border-bottom: 2px solid #000080 !important;
17 }
18
94750e 19 .page-header h1, .page-header h2 {
JM 20     color: #0069D6;
21 }
22
23 .topbar {
1f5915 24     height:40px !important;
94750e 25 }
JM 26
27 .topbar a {
28       color: white; 
29     text-shadow: none;
eb7b88 30     outline: 0;
94750e 31 }
JM 32
33 .nav a:hover {
34     color: #abd4ff !important;
1f5915 35 }
JM 36
37 .topbar-inner,.topbar .fill{
38     height:40px !important;
39     background-color:#000050;
40     background-repeat:repeat-x;
41     background-image:-khtml-gradient(linear, left top, left bottom, from(#000060), to(#000040));
42     background-image:-moz-linear-gradient(top, #000060, #000040);
43     background-image:-ms-linear-gradient(top, #000060, #000040);
44     background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #000060), color-stop(100%, #000040));
45     background-image:-webkit-linear-gradient(top, #000060, #000040);
46     background-image:-o-linear-gradient(top, #000060, #000040);
47     background-image:linear-gradient(top, #000060, #000040);
48     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000060', endColorstr='#000040', GradientType=0);
49     -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
50     -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
51     box-shadow:0 1px 3px rgba(0, 0, 0, 0.25),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
52     border-bottom: 2px solid #ff9900 !important;
53 }
54
9e5bee 55 .topbar ul li:focus, .topbar .active {
JM 56     background-repeat:no-repeat;
57     background-image: url(arrow_page.png);
58     background-position: center bottom;
eb7b88 59     outline: 0;
9e5bee 60 }
JM 61
0aa6ec 62 .topbar .active a {
JM 63     background-color: transparent !important;
eb7b88 64     outline: 0;
JM 65 }
66
67 .topbar div>ul a.menu:hover,.nav a.menu:hover,.topbar div>ul .dropdown-toggle:hover,.nav .dropdown-toggle:hover {
68     background: inherit;
69     outline: 0;    
70 }
71
72 .topbar div>ul li.open .menu,.nav li.open .menu,.topbar div>ul .dropdown.open .dropdown-toggle,.nav .dropdown.open .dropdown-toggle {
73     background: #ddd;
74     color: black !important;
75     font-weight: bold;
76     border-radius: 3px 3px 0px 0px;
77     margin-left:1px;
78 }
79     
80 .topbar div > ul .menu-dropdown, .nav .menu-dropdown, .topbar div > ul .dropdown-menu, .nav .dropdown-menu {
81     background-color: #ddd;
82 }
83
84 .topbar div > ul .menu-dropdown .divider, .nav .menu-dropdown .divider, .topbar div > ul .dropdown-menu .divider, .nav .dropdown-menu .divider {
85     background-color: #bbb;
86     border-color: #eee;
87 }
88
8f86e2 89 .topbar div > ul .menu-dropdown .selected, .nav .menu-dropdown .selected, .topbar div > ul .dropdown-menu .selected, .nav .dropdown-menu .selected {
JM 90     background-image: url("bullet_blue.png");
91     background-repeat: no-repeat;
92     background-position: left;    
93 }
94
eb7b88 95 .topbar div > ul .menu-dropdown li a, .nav .menu-dropdown li a, .topbar div > ul .dropdown-menu li a, .nav .dropdown-menu li a {
JM 96     color: #555;
97     text-shadow: none;
98     outline: 0;
99 }
100
8f86e2 101 .topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
JM 102     padding: 4px 22px;    
103 }
104
eb7b88 105 topbar div>ul .menu-dropdown li a:hover,.nav .menu-dropdown li a:hover,.topbar div>ul .dropdown-menu li a:hover,.nav .dropdown-menu li a:hover{
JM 106     background-color: #000070;
107     background-repeat:no-repeat;
108     background-image:none;
109     text-decoration:underline;
110     color: white !important;
0aa6ec 111 }
JM 112
1f5915 113 .breadcrumb {
JM 114     margin-top: 5px !important;
115     margin-bottom: 5px !important;
116 }
117
118 .page-header {    
a7571b 119     margin-bottom: 5px;    
1f5915 120 }
JM 121
122 .page-header h2 small {
a7571b 123     font-size: 80%;
1f5915 124     font-weight: bold;
JM 125 }
126
127 div.page_footer {
128     clear: both;
129     height: 17px;
130     color: black;
131     background-color: #ffffff;
132     padding: 5px;
133     border-top: 1px solid #bbb;
134     font-style: italic;
135 }
136
137 pre, code, pre.prettyprint, pre.plainprint {
138     background-color: #ffffff;
139     color: black;
140     font-family: monospace;
141     font-size:12px;
142     border:0px;
143     padding: 0;
8c5d72 144     line-height: 1.35em;
1f5915 145 }
JM 146
147 table {
148     margin-bottom:5px !important;
149 }
150
151 pre.prettyprint ol {
152     padding-left:25px;
153 }
154
4fc3e7 155 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
JM 156     color: #888;
157 }
158
1f5915 159 .age0, .age1, .age2 {
JM 160     font-size: 12px;
161 }
162
163 /* age0: age < 60*60*2 */
164 .age0 {
165     color: #008000;
166     font-style: italic;
167     font-weight: bold;
168 }
169
170 /* age1: 60*60*2 <= age < 60*60*24*2 */
171 .age1 {
172     color: #008000;
173     font-style: italic;
174 }
175
176 /* age2: 60*60*24*2 <= age */
177 .age2 {
178     font-style: italic;
179 }
180
181 a.list {
182     text-decoration: none;
94750e 183     color: inherit;
1f5915 184 }
JM 185
186 a.list.subject {
187     font-weight: bold;
188 }
189
190 a.list.name {
191     font-weight: bold;    
192 }
193
194 a.list:hover {
195     text-decoration: underline;
196     color: #880000;
197 }
198
199 span.empty {
200     font-size: 0.9em;
201     font-style: italic;
202     padding-left:10px;
203     color: #008000;
204 }
205
206 span.link {
207     color: #888;
208 }
209
210 span.link, span.link a {
211     font-family: sans-serif;
212     font-size: 11px;
213 }
214
215 span.link em, div.link span em {
216     font-style: normal;
217     font-family: sans-serif;
218     font-size: 11px;    
219 }
220
309c55 221 span.repositorySwatch {
JM 222     border-radius: 3px;
223     padding: 2px 5px;    
224     color: #ffffff;
225 }
226 span.repositorySwatch a {
227     color: inherit;
228 }
229
1f5915 230 img.inlineIcon {
JM 231     padding-left: 1px;
232     padding-right: 1px;
233 }
234
8c5d72 235 img.overview {
JM 236     float:right;
237     border:1px solid #CCCCCC;
238 }
239
e19d3d 240 img.gravatar {
JM 241     background-color: #ffffff;
242     border: 1px solid #ddd;
243     border-radius: 5px;
244     padding: 2px;
245 }
246
1f5915 247 div.header, div.commitHeader, table.repositories th {
JM 248     background-color:#e0e0e0;
249     background-repeat:repeat-x;
250     background-image:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
251     background-image:-moz-linear-gradient(top, #ffffff, #e0e0e0);
252     background-image:-ms-linear-gradient(top, #ffffff, #e0e0e0);
253     background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
254     background-image:-webkit-linear-gradient(top, #ffffff, #e0e0e0);
255     background-image:-o-linear-gradient(top, #ffffff, #e0e0e0);
256     background-image:linear-gradient(top, #ffffff, #e0e0e0);
257     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
258     -webkit-box-shadow:inset 0 1px 0 #ffffff;
259     -moz-box-shadow:inset 0 1px 0 #ffffff;
260     box-shadow:inset 0 1px 0 #ffffff;    
261 }
262
263 div.header {
264     padding: 3px;
265     border: 1px solid #ddd;
266     border-bottom: 0;
267     border-radius: 3px 3px 0 0;
268 }
269
270 div.commitHeader {
271     margin:0 0 2px;
272     padding:7px 14px;    
273     border:1px solid #ddd;
274     border-radius: 3px;
275     -webkit-border-radius:3px;
276     -moz-border-radius:3px;border-radius:3px;
277 }
278
279 div.header a, div.commitHeader a {
280     color: black;
281     text-decoration: none;
282     font-weight: bold;
283 }
284
285 div.header a:hover, div.commitHeader a:hover {
286     text-decoration: underline;
287 }
288
289 div.page_nav2 {
290     padding: 2px 5px 7px 5px;    
291 }
292
293 div.admin_nav {
294     border-bottom: 0px;
295     text-align: right;
296     padding: 5px 5px 5px 2px;    
297 }
298
299 div.admin_nav a {
300     text-decoration: none;
301 }
302
303 div.admin_nav a:hover {    
304     text-decoration: underline;
305 }
306
307 div.search {
308     height: 40px;
309     padding-top:2px;
310 }
311
312 div.search input {
313     -webkit-border-radius:0;-moz-border-radius:0x;border-radius:0;
314     vertical-align: top;
315     background: url(search-icon.png) no-repeat 4px center;
316     background-color: transparent;
317     border: 1px solid transparent;
8c5d72 318     outline: none;
1f5915 319     padding: 2px 2px 2px 22px;
8c5d72 320     text-shadow: none;
1f5915 321     margin: 0px;
8c5d72 322     
JM 323     color: #ddd;
1f5915 324 }
JM 325
326 div.search input:hover, div.search input:focus {
8c5d72 327     background-color: transparent;
JM 328     border: 1px solid transparent;
329     padding: 2px 2px 2px 22px;
330     text-shadow: none;
331     
332     color: #ddd;
1f5915 333     border-bottom: 1px solid #ff9900;    
JM 334 }
335
8c5d72 336 div.search input:focus {
1f5915 337     color: white;
8c5d72 338 }
JM 339
340 /* div.search input:focused { */
341 /*     background-color: transparent; */
342 /*     border: 1px solid transparent; */
343 /*     padding: 2px 2px 2px 22px; */
344 /*     text-shadow: none; */
345 /* } */
346
347 div.login input:focus {
348     background-color: rgba(255, 255, 255, 0.6);    
349     text-shadow: none;
350     color: white;
1f5915 351 }
JM 352
5a334d 353 pre.commit_message {    
1f5915 354     padding: 8px;
JM 355     border: solid #ccc;
356     border-width: 1px 0px 0px;
357 }
358
359 div.bug_open, span.bug_open {
360     padding: 2px;
361     background-color: #803333;
362     color: white;    
363     text-align: center;
364 }
365
366 div.bug_resolved, span.bug_resolved {
367     padding: 2px;
368     background-color: #408040;
369     color: white;
370     text-align: center;
371 }
372
373 div.bug_invalid, span.bug_invalid {
374     padding: 2px;
375     background-color: gray;
376     text-align: center;
377 }
378
379 div.bug_hold, span.bug_hold {
380     padding: 2px;
381     background-color: orange;
382     text-align: center;
383 }
384
385 div.diff {
386     font-family: monospace;
387     overflow: auto;
388 }
389
390 div.diff.header {
391     -moz-border-bottom-colors: none;
392     -moz-border-image: none;
393     -moz-border-left-colors: none;
394     -moz-border-right-colors: none;
395     -moz-border-top-colors: none;
396     background-color: #EDECE6;
397     border-color: #D9D8D1;
398     border-style: solid;
399     border-width: 1px;
400     font-weight: bold;
401     margin-top: 10px;
402     padding: 4px 0 2px;
403 }
404
405 div.diff.extended_header {
406     background-color: #F6F5EE;
407     padding: 2px 0;
408     font-family: inherit;
409 }
410
411 span.diff.add {
412     color: #008800;
413     font-family: inherit;
414 }
415
416 span.diff.remove {
417     color: #FFDDDD;
418     font-family: inherit;
419 }
420
421 span.diff.unchanged {
422     color: inherit;
423     font-family: inherit;
424 }
425
426 div.diff.hunk_header {
427     -moz-border-bottom-colors: none;
428     -moz-border-image: none;
429     -moz-border-left-colors: none;
430     -moz-border-right-colors: none;
431     -moz-border-top-colors: none;
432     border-color: #FFE0FF;
433     border-style: dotted;
434     border-width: 1px 0 0;
435     margin-top: 2px;
436     font-family: inherit;
437 }
438
439 span.diff.hunk_info {
440     background-color: #FFEEFF;    
441     color: #990099;
442     font-family: inherit;
443 }
444
445 span.diff.hunk_section {    
446     color: #AA22AA;
447     font-family: inherit;
448 }
449
450 div.diff.add2 {
451     background-color: #DDFFDD;
452     font-family: inherit;
453 }
454
455 div.diff.remove2 {
456     background-color: #FFDDDD;
457     font-family: inherit;
458 }
459
460 div.diff table {
461     border-radius: 0;
462     border-right: 1px solid #bbb;
463     border-bottom: 1px solid #bbb;
464     width: 100%;
465 }
466
467 div.diff table th, div.diff table td {
468     margin: 0px;
469     padding: 0px;
470     font-family: monospace;
471     border: 0;
472 }
473
474 div.diff table th {
475     background-color: #f0f0f0;
476     text-align: center;
477     color: #999;
478     padding-left: 5px;
479     padding-right: 5px;
480     width: 30px;
481 }
482
483 div.diff table th.header {
484     background-color: #D2C3AF;
485     border-right: 0px;
486     border-bottom: 1px solid #808080;
487     font-family: inherit;
488     font-size:0.9em;
489     color: black;
490     padding: 2px;
491     text-align: left;
492 }
493
494 div.diff table td.hunk_header {
fd6ac6 495     background-color: #dAe2e5 !important;
JM 496     border-top: 1px solid #bac2c5;    
1f5915 497     border-bottom: 1px solid #bac2c5;
JM 498     color: #555;
499 }
500
501 div.diff table td {
502     border-left: 1px solid #bbb;
503     background-color: #f5f5f5;
504 }
505
506 td.changeType {
507     width: 15px;
508 }
509
510 span.addition, span.modification, span.deletion, span.rename {
511     border: 1px solid #888;
512     float: left;
513     height: 0.8em;
514     margin: 0.2em 0.5em 0 0;
515     overflow: hidden;
516     width: 0.8em;
517 }
518
519 span.addition {
520     background-color: #ccffcc;
521 }
522
523 span.modification {
524     background-color: #ffdd88;
525 }
526
527 span.deletion {
528     background-color: #f8bbbb;
529 }
530
531 span.rename {
532     background-color: #cAc2f5;
533 }
534
535 div.commitLegend {
536     float: right;
537     padding: 0.4em 0.4em 0.2em 0.4em;
538     vertical-align:top;
539     margin: 0px;
540 }
541
542 div.commitLegend span {
543     font-size: 0.9em;
544     vertical-align: top;
545 }
546
547 div.references {
548     float: right;
549     text-align: right;
550 }
551
552 table.plain {
553     width: 0 !important;
554     border: 0;
555 }
556
557 table.plain th, table.plain td {
558     white-space: nowrap;
559     padding: 1px 6px;
560     border: 0;
561 }
562
563 table.pretty {
493ab0 564     border:1px solid #ddd;
1f5915 565     border-radius: 0 0 3px 3px;    
JM 566 }
567
568 table.pretty td.icon {
569     padding: 0px 0px 0px 2px;    
570     width: 18px;
571     vertical-align: middle;
572 }
573
574 table.pretty td.icon img {
575     vertical-align: top;
576 }
577
578 table.pretty td {
579     padding: 2px 4px;
580     border-left: 0;
581 }
582
583 table.comments td {
584     padding: 4px;
585     line-height: 17px;
586 }
587
588 table.repositories {    
493ab0 589     border:1px solid #ddd;
1f5915 590     border-spacing: 0px;
JM 591 }
592
593 table.repositories th {
594     padding: 4px;
595     border:0;
596 }
597
598 table.repositories td {
599     padding: 2px;
600     border-left: 0;
601 }
602
603 table.repositories td.rightAlign {    
604     text-align: right;    
605 }    
606
607 table.repositories td.icon img {
608     vertical-align: top;
609 }
610
611 table.repositories tr.group {
612     background-color: #ccc;
613 }
614
615 table.repositories tr.group td {
616     font-weight: bold;        
617     color: black;
618     background-color: #ddd;
619     padding-left: 5px;
94750e 620     border-top: 1px solid #aaa;     
JM 621      border-bottom: 1px solid #aaa; 
1f5915 622 }
JM 623
a7571b 624 table.palette { border:0; width: 0 !important; }
JM 625 table.palette td.header { 
626     font-weight: bold; 
627     background-color: #ffffff !important;
628     padding-top: 0px !important;
629     margin-bottom: 0 !imporant;    
630     border: 0 !important;
631     border-radius: 0 !important;
632     line-height: 1em;
633 }
634 table.palette td.pane {
635     padding: 0px;
636 }
637
1f5915 638 table.gitnotes {        
JM 639     border: 0;    
640 }
641 table.gitnotes td {
642     border-top: 1px solid #ccc;
643     padding-top: 3px;
644     vertical-align:top;
645 }
646
647 table.gitnotes table {
648     border: none;
649 }
650
651 table.gitnotes td table td {
652     border: none;
653     padding: 0px;
654 }
655
656 table.gitnotes td.info {
657 }
658
659 table.gitnotes td.message {
660     width: 65%;
661     border-left: 1px solid #ccc;
662 }
663
664 table.annotated {
493ab0 665     border:1px solid #ddd;
1f5915 666 }
JM 667
668 table.annotated tr.even {
669     background-color: white;
670 }
671
672 table.annotated tr.odd {
94750e 673     background-color: #f5f5f5;
1f5915 674 }
JM 675
676 table.annotated td {
677     padding: 0px;
678     border: 0;
679 }
94750e 680
JM 681 tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }
682 tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
683 tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
684 tr th.wicket_orderNone a { background-image: url(arrow_off.png); }
1f5915 685
JM 686 tr.light {
687     background-color: #ffffff;
688 }
689
690 tr.dark {
691     background-color: #f5f5f5;
692 }
693
694 /* currently both use the same, but it can change */
695 tr.light:hover,
696 tr.dark:hover {
697     background-color: #000070;
698     color: white;
699 }
700
701 tr.light:hover a,
702 tr.dark:hover a {
703     color: white;    
704 }
705
706 td.author {
707     font-style: italic !important;
708 }
709
710 td.date {
711     font-style: italic !important;    
712 }
713
714 span.sha1, span.sha1 a, span.sha1 a span {
715     font-family: monospace;
716     font-size: 13px;
717 }
718
719 td.mode {
720     text-align: right;
721     font-family: monospace;
722     width: 8em;
723     padding-right:15px;
724 }
725
726 td.size {
727     text-align: right;
728     width: 8em;    
729     padding-right:15px;
730 }
731
732 td.rightAlign {
733     text-align: right;
734 }
735
736 td.treeLinks {
737     text-align: right;
738     width: 13em;
739 }
740
eb96ea 741 span.help-inline {
JM 742     color: #777;
743 }
744
1f5915 745 span.metricsTitle {
JM 746     font-size: 2em;
747 }
748
749 span .tagRef, span .headRef, span .localBranch, span .remoteBranch, span .otherRef {    
750     padding: 0px 3px;
751     margin-right:2px;
752     font-family: sans-serif;
753     font-size: 9px;
754     font-weight: normal;
755     border: 1px solid;
756     color: black;    
757 }
758
759 span .tagRef a span, span .headRef a span, span .localBranch a span, span .remoteBranch a span, span .otherRef a span {
760     font-size: 9px;
761 }
762
763 span .tagRef a, span .headRef a, span .localBranch a, span .remoteBranch a, span .otherRef a {
764     text-decoration: none;
765     color: black !important;
766 }
767
768 span .tagRef a:hover, span .headRef a:hover, span .localBranch a:hover, span .remoteBranch a:hover, span .otherRef a:hover {
769     color: black !important;
770     text-decoration: underline;
771 }
772
773 span .otherRef {
774     background-color: #b0e0f0;
775     border-color: #80aaaa;    
776 }
777
778 span .remoteBranch {
779     background-color: #cAc2f5;
780     border-color: #6c6cbf;
781 }
782
783 span .tagRef {
784     background-color: #ffffaa;
785     border-color: #ffcc00;
786 }
787
788 span .headRef {
789     background-color: #ffaaff;
790     border-color: #ff00ee;
791 }
792
793 span .localBranch {
794     background-color: #ccffcc;
795     border-color: #00cc33;
796 }
797
10177f 798 table .palette td.buttons button {
JM 799     -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;    
800     border: 1px solid #ccc !important;
801     padding: 10px;
802     margin-bottom: 10px;
803 }
804
805 table .palette td.buttons button:hover {
806     border: 1px solid #0069D6 !important;
807 }
808
809 table .palette td.buttons button:active {
810     border: 1px solid orange !important;
811 }
812
a7571b 813 .feedbackPanelERROR, .feedbackPanelINFO {    
JM 814     list-style: none;
94750e 815     line-height: 35px;
1f5915 816 }
JM 817
a7571b 818 .feedbackPanelINFO span, .feedbackPanelERROR span {
JM 819     position:relative;padding:7px 15px;margin-top:5px;margin-bottom:5px;color:#404040;background-color:#eedc94;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));background-image:-moz-linear-gradient(top, #fceec1, #eedc94);background-image:-ms-linear-gradient(top, #fceec1, #eedc94);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));background-image:-webkit-linear-gradient(top, #fceec1, #eedc94);background-image:-o-linear-gradient(top, #fceec1, #eedc94);background-image:linear-gradient(top, #fceec1, #eedc94);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#eedc94 #eedc94 #e4c652;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);border-width:1px;border-style:solid;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
820 }
821
822 .feedbackPanelERROR span {
823     color: #ffffff;
824     background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1f5915 825 }
JM 826
827 /* google-code-prettify line numbers */
828 li.L0,
829 li.L1,
830 li.L2,
831 li.L3,
832 li.L4,
833 li.L5,
834 li.L6,
835 li.L7,
836 li.L8,
837 li.L9 { color: #888; border-left: 1px solid #ccc; padding-left:5px; list-style-type: decimal !important; }
838
839 /* Alternate shading for lines */
840 li.L1,
841 li.L3,
842 li.L5,
843 li.L7,
844 li.L9 { background: #fafafa !important; }