comparison rhodecode/public/css/style.css @ 3268:5a7bc5c3029e beta

css: consistent use of space around { and ,
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 01:22:44 +0100
parents 7b74079beec9
children 62d56ee0eafb
comparison
equal deleted inserted replaced
3267:7b74079beec9 3268:5a7bc5c3029e
1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td 1 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
2 {
3 border: 0; 2 border: 0;
4 outline: 0; 3 outline: 0;
5 font-size: 100%; 4 font-size: 100%;
6 vertical-align: baseline; 5 vertical-align: baseline;
7 background: transparent; 6 background: transparent;
19 margin: 0; 18 margin: 0;
20 padding: 0; 19 padding: 0;
21 font-size: 12px; 20 font-size: 12px;
22 } 21 }
23 22
24 ol,ul { 23 ol, ul {
25 list-style: none; 24 list-style: none;
26 } 25 }
27 26
28 blockquote,q { 27 blockquote, q {
29 quotes: none; 28 quotes: none;
30 } 29 }
31 30
32 blockquote:before,blockquote:after,q:before,q:after { 31 blockquote:before, blockquote:after, q:before, q:after {
33 content: none; 32 content: none;
34 } 33 }
35 34
36 :focus { 35 :focus {
37 outline: 0; 36 outline: 0;
59 a:hover { 58 a:hover {
60 color: #316293; 59 color: #316293;
61 text-decoration: underline; 60 text-decoration: underline;
62 } 61 }
63 62
64 h1,h2,h3,h4,h5,h6, 63 h1, h2, h3, h4, h5, h6,
65 div.h1,div.h2,div.h3,div.h4,div.h5,div.h6 { 64 div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 {
66 color: #292929; 65 color: #292929;
67 font-weight: 700; 66 font-weight: 700;
68 } 67 }
69 68
70 h1,div.h1 { 69 h1, div.h1 {
71 font-size: 22px; 70 font-size: 22px;
72 } 71 }
73 72
74 h2,div.h2 { 73 h2, div.h2 {
75 font-size: 20px; 74 font-size: 20px;
76 } 75 }
77 76
78 h3,div.h3 { 77 h3, div.h3 {
79 font-size: 18px; 78 font-size: 18px;
80 } 79 }
81 80
82 h4,div.h4 { 81 h4, div.h4 {
83 font-size: 16px; 82 font-size: 16px;
84 } 83 }
85 84
86 h5,div.h5 { 85 h5, div.h5 {
87 font-size: 14px; 86 font-size: 14px;
88 } 87 }
89 88
90 h6,div.h6 { 89 h6, div.h6 {
91 font-size: 11px; 90 font-size: 11px;
92 } 91 }
93 92
94 ul.circle { 93 ul.circle {
95 list-style-type: circle; 94 list-style-type: circle;
219 display: block; 218 display: block;
220 margin-bottom: 0; 219 margin-bottom: 0;
221 margin-top: 5px; 220 margin-top: 5px;
222 } 221 }
223 222
224 .empty_data{ 223 .empty_data {
225 color:#B9B9B9; 224 color:#B9B9B9;
226 } 225 }
227 226
228 a.permalink{ 227 a.permalink {
229 visibility: hidden; 228 visibility: hidden;
230 } 229 }
231 230
232 a.permalink:hover{ 231 a.permalink:hover {
233 text-decoration: none; 232 text-decoration: none;
234 } 233 }
235 234
236 h1:hover > a.permalink, 235 h1:hover > a.permalink,
237 h2:hover > a.permalink, 236 h2:hover > a.permalink,
333 -webkit-border-radius: 4px 4px 4px 4px; 332 -webkit-border-radius: 4px 4px 4px 4px;
334 -khtml-border-radius: 4px 4px 4px 4px; 333 -khtml-border-radius: 4px 4px 4px 4px;
335 -moz-border-radius: 4px 4px 4px 4px; 334 -moz-border-radius: 4px 4px 4px 4px;
336 border-radius: 4px 4px 4px 4px; 335 border-radius: 4px 4px 4px 4px;
337 } 336 }
338 #header #header-inner.hover{ 337 #header #header-inner.hover {
339 position: fixed !important; 338 position: fixed !important;
340 width: 100% !important; 339 width: 100% !important;
341 margin-left: -10px !important; 340 margin-left: -10px !important;
342 z-index: 10000; 341 z-index: 10000;
343 -webkit-border-radius: 0px 0px 0px 0px; 342 -webkit-border-radius: 0px 0px 0px 0px;
351 .ie9 #header #header-inner.hover 350 .ie9 #header #header-inner.hover
352 { 351 {
353 z-index: auto !important; 352 z-index: auto !important;
354 } 353 }
355 354
356 .header-pos-fix, .anchor{ 355 .header-pos-fix, .anchor {
357 margin-top: -46px; 356 margin-top: -46px;
358 padding-top: 46px; 357 padding-top: 46px;
359 } 358 }
360 359
361 #header #header-inner #home a { 360 #header #header-inner #home a {
391 390
392 #header #header-inner #logo a:hover { 391 #header #header-inner #logo a:hover {
393 color: #bfe3ff; 392 color: #bfe3ff;
394 } 393 }
395 394
396 #header #header-inner #quick,#header #header-inner #quick ul { 395 #header #header-inner #quick, #header #header-inner #quick ul {
397 position: relative; 396 position: relative;
398 float: right; 397 float: right;
399 list-style-type: none; 398 list-style-type: none;
400 list-style-position: outside; 399 list-style-position: outside;
401 margin: 8px 8px 0 0; 400 margin: 8px 8px 0 0;
463 border-left: none; 462 border-left: none;
464 border-right: 1px solid #2e5c89; 463 border-right: 1px solid #2e5c89;
465 padding: 8px 6px 4px; 464 padding: 8px 6px 4px;
466 } 465 }
467 466
468 #header #header-inner #quick li span.icon img,#header #header-inner #quick li span.icon_short img 467 #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img {
469 {
470 margin: 0px -2px 0px 0px; 468 margin: 0px -2px 0px 0px;
471 } 469 }
472 470
473 #header #header-inner #quick li.current a, 471 #header #header-inner #quick li.current a,
474 #header #header-inner #quick li a:hover { 472 #header #header-inner #quick li a:hover {
481 } 479 }
482 480
483 #header #header-inner #quick li.current a span.icon, 481 #header #header-inner #quick li.current a span.icon,
484 #header #header-inner #quick li.current a span.icon_short, 482 #header #header-inner #quick li.current a span.icon_short,
485 #header #header-inner #quick li a:hover span.icon, 483 #header #header-inner #quick li a:hover span.icon,
486 #header #header-inner #quick li a:hover span.icon_short 484 #header #header-inner #quick li a:hover span.icon_short {
487 {
488 border-left: none; 485 border-left: none;
489 border-right: 1px solid #464646; 486 border-right: 1px solid #464646;
490 } 487 }
491 488
492 #header #header-inner #quick ul { 489 #header #header-inner #quick ul {
552 overflow: auto; 549 overflow: auto;
553 overflow-x: hidden; 550 overflow-x: hidden;
554 white-space: normal; 551 white-space: normal;
555 } 552 }
556 553
557 #header #header-inner #quick li ul li a.journal,#header #header-inner #quick li ul li a.journal:hover 554 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
558 {
559 background: url("../images/icons/book.png") no-repeat scroll 4px 9px 555 background: url("../images/icons/book.png") no-repeat scroll 4px 9px
560 #FFF; 556 #FFF;
561 width: 167px; 557 width: 167px;
562 margin: 0; 558 margin: 0;
563 padding: 12px 9px 7px 24px; 559 padding: 12px 9px 7px 24px;
564 } 560 }
565 561
566 #header #header-inner #quick li ul li a.private_repo,#header #header-inner #quick li ul li a.private_repo:hover 562 #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover {
567 {
568 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px 563 background: url("../images/icons/lock.png") no-repeat scroll 4px 9px
569 #FFF; 564 #FFF;
570 min-width: 167px; 565 min-width: 167px;
571 margin: 0; 566 margin: 0;
572 padding: 12px 9px 7px 24px; 567 padding: 12px 9px 7px 24px;
573 } 568 }
574 569
575 #header #header-inner #quick li ul li a.public_repo,#header #header-inner #quick li ul li a.public_repo:hover 570 #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover {
576 {
577 background: url("../images/icons/lock_open.png") no-repeat scroll 4px 571 background: url("../images/icons/lock_open.png") no-repeat scroll 4px
578 9px #FFF; 572 9px #FFF;
579 min-width: 167px; 573 min-width: 167px;
580 margin: 0; 574 margin: 0;
581 padding: 12px 9px 7px 24px; 575 padding: 12px 9px 7px 24px;
582 } 576 }
583 577
584 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover 578 #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover {
585 {
586 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px 579 background: url("../images/icons/hgicon.png") no-repeat scroll 4px 9px
587 #FFF; 580 #FFF;
588 min-width: 167px; 581 min-width: 167px;
589 margin: 0 0 0 14px; 582 margin: 0 0 0 14px;
590 padding: 12px 9px 7px 24px; 583 padding: 12px 9px 7px 24px;
591 } 584 }
592 585
593 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover 586 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
594 {
595 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px 587 background: url("../images/icons/giticon.png") no-repeat scroll 4px 9px
596 #FFF; 588 #FFF;
597 min-width: 167px; 589 min-width: 167px;
598 margin: 0 0 0 14px; 590 margin: 0 0 0 14px;
599 padding: 12px 9px 7px 24px; 591 padding: 12px 9px 7px 24px;
600 } 592 }
601 593
602 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover 594 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
603 {
604 background: url("../images/icons/database_edit.png") no-repeat scroll 595 background: url("../images/icons/database_edit.png") no-repeat scroll
605 4px 9px #FFF; 596 4px 9px #FFF;
606 width: 167px; 597 width: 167px;
607 margin: 0; 598 margin: 0;
608 padding: 12px 9px 7px 24px; 599 padding: 12px 9px 7px 24px;
609 } 600 }
610 601
611 #header #header-inner #quick li ul li a.repos_groups,#header #header-inner #quick li ul li a.repos_groups:hover 602 #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover {
612 {
613 background: url("../images/icons/database_link.png") no-repeat scroll 603 background: url("../images/icons/database_link.png") no-repeat scroll
614 4px 9px #FFF; 604 4px 9px #FFF;
615 width: 167px; 605 width: 167px;
616 margin: 0; 606 margin: 0;
617 padding: 12px 9px 7px 24px; 607 padding: 12px 9px 7px 24px;
618 } 608 }
619 609
620 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover 610 #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover {
621 {
622 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px; 611 background: #FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
623 width: 167px; 612 width: 167px;
624 margin: 0; 613 margin: 0;
625 padding: 12px 9px 7px 24px; 614 padding: 12px 9px 7px 24px;
626 } 615 }
627 616
628 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover 617 #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover {
629 {
630 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px; 618 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
631 width: 167px; 619 width: 167px;
632 margin: 0; 620 margin: 0;
633 padding: 12px 9px 7px 24px; 621 padding: 12px 9px 7px 24px;
634 } 622 }
635 623
636 #header #header-inner #quick li ul li a.defaults,#header #header-inner #quick li ul li a.defaults:hover 624 #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover {
637 {
638 background: #FFF url("../images/icons/wrench.png") no-repeat 4px 9px; 625 background: #FFF url("../images/icons/wrench.png") no-repeat 4px 9px;
639 width: 167px; 626 width: 167px;
640 margin: 0; 627 margin: 0;
641 padding: 12px 9px 7px 24px; 628 padding: 12px 9px 7px 24px;
642 } 629 }
643 630
644 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover 631 #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover {
645 {
646 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px; 632 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
647 width: 167px; 633 width: 167px;
648 margin: 0; 634 margin: 0;
649 padding: 12px 9px 7px 24px; 635 padding: 12px 9px 7px 24px;
650 } 636 }
651 637
652 #header #header-inner #quick li ul li a.permissions,#header #header-inner #quick li ul li a.permissions:hover 638 #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover {
653 {
654 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px; 639 background: #FFF url("../images/icons/key.png") no-repeat 4px 9px;
655 width: 167px; 640 width: 167px;
656 margin: 0; 641 margin: 0;
657 padding: 12px 9px 7px 24px; 642 padding: 12px 9px 7px 24px;
658 } 643 }
659 644
660 #header #header-inner #quick li ul li a.ldap,#header #header-inner #quick li ul li a.ldap:hover 645 #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover {
661 {
662 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px; 646 background: #FFF url("../images/icons/server_key.png") no-repeat 4px 9px;
663 width: 167px; 647 width: 167px;
664 margin: 0; 648 margin: 0;
665 padding: 12px 9px 7px 24px; 649 padding: 12px 9px 7px 24px;
666 } 650 }
667 651
668 #header #header-inner #quick li ul li a.fork,#header #header-inner #quick li ul li a.fork:hover 652 #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover {
669 {
670 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px 653 background: #FFF url("../images/icons/arrow_divide.png") no-repeat 4px
671 9px; 654 9px;
672 width: 167px; 655 width: 167px;
673 margin: 0; 656 margin: 0;
674 padding: 12px 9px 7px 24px; 657 padding: 12px 9px 7px 24px;
675 } 658 }
676 659
677 #header #header-inner #quick li ul li a.locking_add,#header #header-inner #quick li ul li a.locking_add:hover 660 #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover {
678 {
679 background: #FFF url("../images/icons/lock_add.png") no-repeat 4px 661 background: #FFF url("../images/icons/lock_add.png") no-repeat 4px
680 9px; 662 9px;
681 width: 167px; 663 width: 167px;
682 margin: 0; 664 margin: 0;
683 padding: 12px 9px 7px 24px; 665 padding: 12px 9px 7px 24px;
684 } 666 }
685 667
686 #header #header-inner #quick li ul li a.locking_del,#header #header-inner #quick li ul li a.locking_del:hover 668 #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover {
687 {
688 background: #FFF url("../images/icons/lock_delete.png") no-repeat 4px 669 background: #FFF url("../images/icons/lock_delete.png") no-repeat 4px
689 9px; 670 9px;
690 width: 167px; 671 width: 167px;
691 margin: 0; 672 margin: 0;
692 padding: 12px 9px 7px 24px; 673 padding: 12px 9px 7px 24px;
693 } 674 }
694 675
695 #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover 676 #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover {
696 {
697 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px 677 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
698 9px; 678 9px;
699 width: 167px; 679 width: 167px;
700 margin: 0; 680 margin: 0;
701 padding: 12px 9px 7px 24px; 681 padding: 12px 9px 7px 24px;
702 } 682 }
703 683
704 #header #header-inner #quick li ul li a.compare_request,#header #header-inner #quick li ul li a.compare_request:hover 684 #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover {
705 {
706 background: #FFF url("../images/icons/arrow_inout.png") no-repeat 4px 685 background: #FFF url("../images/icons/arrow_inout.png") no-repeat 4px
707 9px; 686 9px;
708 width: 167px; 687 width: 167px;
709 margin: 0; 688 margin: 0;
710 padding: 12px 9px 7px 24px; 689 padding: 12px 9px 7px 24px;
711 } 690 }
712 691
713 #header #header-inner #quick li ul li a.search,#header #header-inner #quick li ul li a.search:hover 692 #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover {
714 {
715 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px; 693 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
716 width: 167px; 694 width: 167px;
717 margin: 0; 695 margin: 0;
718 padding: 12px 9px 7px 24px; 696 padding: 12px 9px 7px 24px;
719 } 697 }
720 698
721 #header #header-inner #quick li ul li a.delete,#header #header-inner #quick li ul li a.delete:hover 699 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover {
722 {
723 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px; 700 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
724 width: 167px; 701 width: 167px;
725 margin: 0; 702 margin: 0;
726 padding: 12px 9px 7px 24px; 703 padding: 12px 9px 7px 24px;
727 } 704 }
728 705
729 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover 706 #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover {
730 {
731 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px 707 background: #FFF url("../images/icons/arrow_branch.png") no-repeat 4px
732 9px; 708 9px;
733 width: 167px; 709 width: 167px;
734 margin: 0; 710 margin: 0;
735 padding: 12px 9px 7px 24px; 711 padding: 12px 9px 7px 24px;
736 } 712 }
737 713
738 #header #header-inner #quick li ul li a.tags, 714 #header #header-inner #quick li ul li a.tags,
739 #header #header-inner #quick li ul li a.tags:hover{ 715 #header #header-inner #quick li ul li a.tags:hover {
740 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px; 716 background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
741 width: 167px; 717 width: 167px;
742 margin: 0; 718 margin: 0;
743 padding: 12px 9px 7px 24px; 719 padding: 12px 9px 7px 24px;
744 } 720 }
745 721
746 #header #header-inner #quick li ul li a.bookmarks, 722 #header #header-inner #quick li ul li a.bookmarks,
747 #header #header-inner #quick li ul li a.bookmarks:hover{ 723 #header #header-inner #quick li ul li a.bookmarks:hover {
748 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px; 724 background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px;
749 width: 167px; 725 width: 167px;
750 margin: 0; 726 margin: 0;
751 padding: 12px 9px 7px 24px; 727 padding: 12px 9px 7px 24px;
752 } 728 }
753 729
754 #header #header-inner #quick li ul li a.admin, 730 #header #header-inner #quick li ul li a.admin,
755 #header #header-inner #quick li ul li a.admin:hover{ 731 #header #header-inner #quick li ul li a.admin:hover {
756 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px; 732 background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px;
757 width: 167px; 733 width: 167px;
758 margin: 0; 734 margin: 0;
759 padding: 12px 9px 7px 24px; 735 padding: 12px 9px 7px 24px;
760 } 736 }
1138 text-transform: uppercase; 1114 text-transform: uppercase;
1139 margin: 0; 1115 margin: 0;
1140 padding: 11px 0 11px 10px; 1116 padding: 11px 0 11px 10px;
1141 } 1117 }
1142 1118
1143 #content div.box div.title .link-white{ 1119 #content div.box div.title .link-white {
1144 color: #FFFFFF; 1120 color: #FFFFFF;
1145 } 1121 }
1146 1122
1147 #content div.box div.title .link-white.current{ 1123 #content div.box div.title .link-white.current {
1148 color: #BFE3FF; 1124 color: #BFE3FF;
1149 } 1125 }
1150 1126
1151 #content div.box div.title ul.links li { 1127 #content div.box div.title ul.links li {
1152 list-style: none; 1128 list-style: none;
1166 margin: 0; 1142 margin: 0;
1167 padding: 11px 22px 12px; 1143 padding: 11px 22px 12px;
1168 text-decoration: none; 1144 text-decoration: none;
1169 } 1145 }
1170 1146
1171 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6, 1147 #content div.box h1, #content div.box h2, #content div.box h3, #content div.box h4, #content div.box h5, #content div.box h6,
1172 #content div.box div.h1,#content div.box div.h2,#content div.box div.h3,#content div.box div.h4,#content div.box div.h5,#content div.box div.h6 1148 #content div.box div.h1, #content div.box div.h2, #content div.box div.h3, #content div.box div.h4, #content div.box div.h5, #content div.box div.h6 {
1173
1174 {
1175 clear: both; 1149 clear: both;
1176 overflow: hidden; 1150 overflow: hidden;
1177 border-bottom: 1px solid #DDD; 1151 border-bottom: 1px solid #DDD;
1178 margin: 10px 20px; 1152 margin: 10px 20px;
1179 padding: 0 0 15px; 1153 padding: 0 0 15px;
1219 #content div.box li { 1193 #content div.box li {
1220 font-size: 12px; 1194 font-size: 12px;
1221 padding: 4px 0; 1195 padding: 4px 0;
1222 } 1196 }
1223 1197
1224 #content div.box ul.disc,#content div.box ul.circle { 1198 #content div.box ul.disc, #content div.box ul.circle {
1225 margin: 10px 24px 10px 38px; 1199 margin: 10px 24px 10px 38px;
1226 } 1200 }
1227 1201
1228 #content div.box ul.square { 1202 #content div.box ul.square {
1229 margin: 10px 24px 10px 40px; 1203 margin: 10px 24px 10px 40px;
1306 background: url("../images/icons/cross.png") no-repeat; 1280 background: url("../images/icons/cross.png") no-repeat;
1307 margin: 15px 14px 0 0; 1281 margin: 15px 14px 0 0;
1308 padding: 0; 1282 padding: 0;
1309 } 1283 }
1310 1284
1311 #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 1285 #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 {
1312 {
1313 border: none; 1286 border: none;
1314 margin: 0; 1287 margin: 0;
1315 padding: 0; 1288 padding: 0;
1316 } 1289 }
1317 1290
1425 #content div.box-left div.form div.fields div.field div.label, 1398 #content div.box-left div.form div.fields div.field div.label,
1426 #content div.box-right div.form div.fields div.field div.label, 1399 #content div.box-right div.form div.fields div.field div.label,
1427 #content div.box-left div.form div.fields div.field div.label, 1400 #content div.box-left div.form div.fields div.field div.label,
1428 #content div.box-left div.form div.fields div.field div.label-summary, 1401 #content div.box-left div.form div.fields div.field div.label-summary,
1429 #content div.box-right div.form div.fields div.field div.label-summary, 1402 #content div.box-right div.form div.fields div.field div.label-summary,
1430 #content div.box-left div.form div.fields div.field div.label-summary 1403 #content div.box-left div.form div.fields div.field div.label-summary {
1431 {
1432 clear: both; 1404 clear: both;
1433 overflow: hidden; 1405 overflow: hidden;
1434 left: 0; 1406 left: 0;
1435 width: auto; 1407 width: auto;
1436 position: relative; 1408 position: relative;
1441 #content div.box div.form div.fields div.field div.label-select { 1413 #content div.box div.form div.fields div.field div.label-select {
1442 padding: 5px 0 0 5px; 1414 padding: 5px 0 0 5px;
1443 } 1415 }
1444 1416
1445 #content div.box-left div.form div.fields div.field div.label-select, 1417 #content div.box-left div.form div.fields div.field div.label-select,
1446 #content div.box-right div.form div.fields div.field div.label-select 1418 #content div.box-right div.form div.fields div.field div.label-select {
1447 {
1448 padding: 0 0 8px; 1419 padding: 0 0 8px;
1449 } 1420 }
1450 1421
1451 #content div.box-left div.form div.fields div.field div.label-textarea, 1422 #content div.box-left div.form div.fields div.field div.label-textarea,
1452 #content div.box-right div.form div.fields div.field div.label-textarea 1423 #content div.box-right div.form div.fields div.field div.label-textarea {
1453 {
1454 padding: 0 0 8px !important; 1424 padding: 0 0 8px !important;
1455 } 1425 }
1456 1426
1457 #content div.box div.form div.fields div.field div.label label,div.label label 1427 #content div.box div.form div.fields div.field div.label label, div.label label {
1458 {
1459 color: #393939; 1428 color: #393939;
1460 font-weight: 700; 1429 font-weight: 700;
1461 } 1430 }
1462 #content div.box div.form div.fields div.field div.label label,div.label-summary label 1431 #content div.box div.form div.fields div.field div.label label, div.label-summary label {
1463 {
1464 color: #393939; 1432 color: #393939;
1465 font-weight: 700; 1433 font-weight: 700;
1466 } 1434 }
1467 #content div.box div.form div.fields div.field div.input { 1435 #content div.box div.form div.fields div.field div.input {
1468 margin: 0 0 0 200px; 1436 margin: 0 0 0 200px;
1476 } 1444 }
1477 #content div.box div.form div.fields div.field div.file { 1445 #content div.box div.form div.fields div.field div.file {
1478 margin: 0 0 0 200px; 1446 margin: 0 0 0 200px;
1479 } 1447 }
1480 1448
1481 #content div.box-left div.form div.fields div.field div.input,#content div.box-right div.form div.fields div.field div.input 1449 #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input {
1482 {
1483 margin: 0 0 0 0px; 1450 margin: 0 0 0 0px;
1484 } 1451 }
1485 1452
1486 #content div.box div.form div.fields div.field div.input input, 1453 #content div.box div.form div.fields div.field div.input input,
1487 .reviewer_ac input { 1454 .reviewer_ac input {
1569 border-width: 0; 1536 border-width: 0;
1570 margin: 0; 1537 margin: 0;
1571 padding: 0; 1538 padding: 0;
1572 } 1539 }
1573 1540
1574 #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 1541 #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 {
1575 {
1576 width: 100%; 1542 width: 100%;
1577 height: 100px; 1543 height: 100px;
1578 } 1544 }
1579 1545
1580 #content div.box div.form div.fields div.field div.textarea table { 1546 #content div.box div.form div.fields div.field div.textarea table {
1588 background: #DDD; 1554 background: #DDD;
1589 border: none; 1555 border: none;
1590 padding: 0; 1556 padding: 0;
1591 } 1557 }
1592 1558
1593 #content div.box div.form div.fields div.field div.textarea table td table 1559 #content div.box div.form div.fields div.field div.textarea table td table {
1594 {
1595 width: auto; 1560 width: auto;
1596 border: none; 1561 border: none;
1597 margin: 0; 1562 margin: 0;
1598 padding: 0; 1563 padding: 0;
1599 } 1564 }
1600 1565
1601 #content div.box div.form div.fields div.field div.textarea table td table td 1566 #content div.box div.form div.fields div.field div.textarea table td table td {
1602 {
1603 font-size: 11px; 1567 font-size: 11px;
1604 padding: 5px 5px 5px 0; 1568 padding: 5px 5px 5px 0;
1605 } 1569 }
1606 1570
1607 #content div.box div.form div.fields div.field input[type=text]:focus, 1571 #content div.box div.form div.fields div.field input[type=text]:focus,
1608 #content div.box div.form div.fields div.field input[type=password]:focus, 1572 #content div.box div.form div.fields div.field input[type=password]:focus,
1609 #content div.box div.form div.fields div.field input[type=file]:focus, 1573 #content div.box div.form div.fields div.field input[type=file]:focus,
1610 #content div.box div.form div.fields div.field textarea:focus, 1574 #content div.box div.form div.fields div.field textarea:focus,
1611 #content div.box div.form div.fields div.field select:focus, 1575 #content div.box div.form div.fields div.field select:focus,
1612 .reviewer_ac input:focus 1576 .reviewer_ac input:focus {
1613 {
1614 background: #f6f6f6; 1577 background: #f6f6f6;
1615 border-color: #666; 1578 border-color: #666;
1616 } 1579 }
1617 1580
1618 .reviewer_ac { 1581 .reviewer_ac {
1760 text-decoration: none; 1723 text-decoration: none;
1761 margin: 0; 1724 margin: 0;
1762 padding: 6px; 1725 padding: 6px;
1763 } 1726 }
1764 1727
1765 #content div.box div.pagination ul.pager li a:hover,#content div.box div.pagination ul.pager li a:active 1728 #content div.box div.pagination ul.pager li a:hover, #content div.box div.pagination ul.pager li a:active {
1766 {
1767 background: #b4b4b4 url("../images/pager_selected.png") repeat-x; 1729 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1768 border-top: 1px solid #ccc; 1730 border-top: 1px solid #ccc;
1769 border-left: 1px solid #bebebe; 1731 border-left: 1px solid #bebebe;
1770 border-right: 1px solid #b1b1b1; 1732 border-right: 1px solid #b1b1b1;
1771 border-bottom: 1px solid #afafaf; 1733 border-bottom: 1px solid #afafaf;
1788 #content div.box div.pagination-wh a, 1750 #content div.box div.pagination-wh a,
1789 #content div.box div.pagination-wh span.pager_dotdot, 1751 #content div.box div.pagination-wh span.pager_dotdot,
1790 #content div.box div.pagination-wh span.yui-pg-previous, 1752 #content div.box div.pagination-wh span.yui-pg-previous,
1791 #content div.box div.pagination-wh span.yui-pg-last, 1753 #content div.box div.pagination-wh span.yui-pg-last,
1792 #content div.box div.pagination-wh span.yui-pg-next, 1754 #content div.box div.pagination-wh span.yui-pg-next,
1793 #content div.box div.pagination-wh span.yui-pg-first 1755 #content div.box div.pagination-wh span.yui-pg-first {
1794 {
1795 height: 1%; 1756 height: 1%;
1796 float: left; 1757 float: left;
1797 background: #ebebeb url("../images/pager.png") repeat-x; 1758 background: #ebebeb url("../images/pager.png") repeat-x;
1798 border-top: 1px solid #dedede; 1759 border-top: 1px solid #dedede;
1799 border-left: 1px solid #cfcfcf; 1760 border-left: 1px solid #cfcfcf;
1817 font-weight: 700; 1778 font-weight: 700;
1818 margin: 0 0 0 4px; 1779 margin: 0 0 0 4px;
1819 padding: 6px; 1780 padding: 6px;
1820 } 1781 }
1821 1782
1822 #content div.box div.pagination-wh a:hover,#content div.box div.pagination-wh a:active 1783 #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active {
1823 {
1824 background: #b4b4b4 url("../images/pager_selected.png") repeat-x; 1784 background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
1825 border-top: 1px solid #ccc; 1785 border-top: 1px solid #ccc;
1826 border-left: 1px solid #bebebe; 1786 border-left: 1px solid #bebebe;
1827 border-right: 1px solid #b1b1b1; 1787 border-right: 1px solid #b1b1b1;
1828 border-bottom: 1px solid #afafaf; 1788 border-bottom: 1px solid #afafaf;
1885 border-radius: 5px; 1845 border-radius: 5px;
1886 } 1846 }
1887 1847
1888 #content div.box #summary p { 1848 #content div.box #summary p {
1889 margin-bottom: -5px; 1849 margin-bottom: -5px;
1890 width: 600px; 1850 width: 600px;
1891 white-space: pre-wrap; 1851 white-space: pre-wrap;
1892 } 1852 }
1893 1853
1894 #content div.box #summary p:last-child { 1854 #content div.box #summary p:last-child {
1895 margin-bottom: 9px; 1855 margin-bottom: 9px;
1896 } 1856 }
1897 1857
1898 #content div.box #summary p:first-of-type { 1858 #content div.box #summary p:first-of-type {
1899 margin-top: 9px; 1859 margin-top: 9px;
1900 } 1860 }
1901 1861
1902 .metatag { 1862 .metatag {
1903 display: inline-block; 1863 display: inline-block;
1904 margin-right: 1px; 1864 margin-right: 1px;
1905 -webkit-border-radius: 4px 4px 4px 4px; 1865 -webkit-border-radius: 4px 4px 4px 4px;
1906 -khtml-border-radius: 4px 4px 4px 4px; 1866 -khtml-border-radius: 4px 4px 4px 4px;
1907 -moz-border-radius: 4px 4px 4px 4px; 1867 -moz-border-radius: 4px 4px 4px 4px;
2000 #footer div#footer-inner .footer-link { 1960 #footer div#footer-inner .footer-link {
2001 float: left; 1961 float: left;
2002 padding-left: 10px; 1962 padding-left: 10px;
2003 } 1963 }
2004 1964
2005 #footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a 1965 #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a {
2006 {
2007 color: #FFF; 1966 color: #FFF;
2008 } 1967 }
2009 1968
2010 #login div.title { 1969 #login div.title {
2011 clear: both; 1970 clear: both;
2067 overflow: hidden; 2026 overflow: hidden;
2068 margin: 10px 0 0; 2027 margin: 10px 0 0;
2069 padding: 0 0 2px; 2028 padding: 0 0 2px;
2070 } 2029 }
2071 2030
2072 .user-menu{ 2031 .user-menu {
2073 margin: 0px !important; 2032 margin: 0px !important;
2074 float: left; 2033 float: left;
2075 } 2034 }
2076 2035
2077 .user-menu .container{ 2036 .user-menu .container {
2078 padding:0px 4px 0px 4px; 2037 padding:0px 4px 0px 4px;
2079 margin: 0px 0px 0px 0px; 2038 margin: 0px 0px 0px 0px;
2080 } 2039 }
2081 2040
2082 .user-menu .gravatar{ 2041 .user-menu .gravatar {
2083 margin: 0px 0px 0px 0px; 2042 margin: 0px 0px 0px 0px;
2084 cursor: pointer; 2043 cursor: pointer;
2085 } 2044 }
2086 .user-menu .gravatar.enabled{ 2045 .user-menu .gravatar.enabled {
2087 background-color: #FDF784 !important; 2046 background-color: #FDF784 !important;
2088 } 2047 }
2089 .user-menu .gravatar:hover{ 2048 .user-menu .gravatar:hover {
2090 background-color: #FDF784 !important; 2049 background-color: #FDF784 !important;
2091 } 2050 }
2092 #quick_login{ 2051 #quick_login {
2093 min-height: 80px; 2052 min-height: 80px;
2094 padding: 4px; 2053 padding: 4px;
2095 position: absolute; 2054 position: absolute;
2096 right: 0; 2055 right: 0;
2097 width: 278px; 2056 width: 278px;
2111 -khtml-border-radius: 0px 0px 4px 4px; 2070 -khtml-border-radius: 0px 0px 4px 4px;
2112 -moz-border-radius: 0px 0px 4px 4px; 2071 -moz-border-radius: 0px 0px 4px 4px;
2113 border-radius: 0px 0px 4px 4px; 2072 border-radius: 0px 0px 4px 4px;
2114 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 2073 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2115 } 2074 }
2116 #quick_login h4{ 2075 #quick_login h4 {
2117 color: #fff; 2076 color: #fff;
2118 padding: 5px 0px 5px 14px; 2077 padding: 5px 0px 5px 14px;
2119 } 2078 }
2120 2079
2121 #quick_login .password_forgoten { 2080 #quick_login .password_forgoten {
2144 margin: -20px 0 0 0px; 2103 margin: -20px 0 0 0px;
2145 position: absolute; 2104 position: absolute;
2146 right: 15px; 2105 right: 15px;
2147 } 2106 }
2148 2107
2149 #quick_login .links_left{ 2108 #quick_login .links_left {
2150 float: left; 2109 float: left;
2151 } 2110 }
2152 #quick_login .links_right{ 2111 #quick_login .links_right {
2153 float: right; 2112 float: right;
2154 } 2113 }
2155 #quick_login .full_name{ 2114 #quick_login .full_name {
2156 color: #FFFFFF; 2115 color: #FFFFFF;
2157 font-weight: bold; 2116 font-weight: bold;
2158 padding: 3px; 2117 padding: 3px;
2159 } 2118 }
2160 #quick_login .big_gravatar{ 2119 #quick_login .big_gravatar {
2161 padding:4px 0px 0px 6px; 2120 padding:4px 0px 0px 6px;
2162 } 2121 }
2163 #quick_login .inbox{ 2122 #quick_login .inbox {
2164 padding:4px 0px 0px 6px; 2123 padding:4px 0px 0px 6px;
2165 color: #FFFFFF; 2124 color: #FFFFFF;
2166 font-weight: bold; 2125 font-weight: bold;
2167 } 2126 }
2168 #quick_login .inbox a{ 2127 #quick_login .inbox a {
2169 color: #FFFFFF; 2128 color: #FFFFFF;
2170 } 2129 }
2171 #quick_login .email,#quick_login .email a{ 2130 #quick_login .email, #quick_login .email a {
2172 color: #FFFFFF; 2131 color: #FFFFFF;
2173 padding: 3px; 2132 padding: 3px;
2174 2133
2175 } 2134 }
2176 #quick_login .links .logout{ 2135 #quick_login .links .logout {
2177 2136
2178 } 2137 }
2179 2138
2180 #quick_login div.form div.fields { 2139 #quick_login div.form div.fields {
2181 padding-top: 2px; 2140 padding-top: 2px;
2217 overflow: hidden; 2176 overflow: hidden;
2218 margin: 10px 0 0; 2177 margin: 10px 0 0;
2219 padding: 0 0 2px; 2178 padding: 0 0 2px;
2220 } 2179 }
2221 2180
2222 #quick_login ol.links{ 2181 #quick_login ol.links {
2223 display: block; 2182 display: block;
2224 font-weight: bold; 2183 font-weight: bold;
2225 list-style: none outside none; 2184 list-style: none outside none;
2226 text-align: right; 2185 text-align: right;
2227 } 2186 }
2228 #quick_login ol.links li{ 2187 #quick_login ol.links li {
2229 line-height: 27px; 2188 line-height: 27px;
2230 margin: 0; 2189 margin: 0;
2231 padding: 0; 2190 padding: 0;
2232 color: #fff; 2191 color: #fff;
2233 display: block; 2192 display: block;
2234 float:none !important; 2193 float:none !important;
2235 } 2194 }
2236 2195
2237 #quick_login ol.links li a{ 2196 #quick_login ol.links li a {
2238 color: #fff; 2197 color: #fff;
2239 display: block; 2198 display: block;
2240 padding: 2px; 2199 padding: 2px;
2241 } 2200 }
2242 #quick_login ol.links li a:HOVER{ 2201 #quick_login ol.links li a:HOVER {
2243 background-color: inherit !important; 2202 background-color: inherit !important;
2244 } 2203 }
2245 2204
2246 #register div.title { 2205 #register div.title {
2247 clear: both; 2206 clear: both;
2384 font-weight: bold; 2343 font-weight: bold;
2385 padding: 0 2px; 2344 padding: 0 2px;
2386 vertical-align: bottom; 2345 vertical-align: bottom;
2387 } 2346 }
2388 2347
2389 .trending_language_tbl,.trending_language_tbl td { 2348 .trending_language_tbl, .trending_language_tbl td {
2390 border: 0 !important; 2349 border: 0 !important;
2391 margin: 0 !important; 2350 margin: 0 !important;
2392 padding: 0 !important; 2351 padding: 0 !important;
2393 } 2352 }
2394 2353
2395 .trending_language_tbl,.trending_language_tbl tr { 2354 .trending_language_tbl, .trending_language_tbl tr {
2396 border-spacing: 1px; 2355 border-spacing: 1px;
2397 } 2356 }
2398 2357
2399 .trending_language { 2358 .trending_language {
2400 background-color: #003367; 2359 background-color: #003367;
2426 #files_data dl dd { 2385 #files_data dl dd {
2427 margin: 0 !important; 2386 margin: 0 !important;
2428 padding: 5px !important; 2387 padding: 5px !important;
2429 } 2388 }
2430 2389
2431 .file_history{ 2390 .file_history {
2432 padding-top:10px; 2391 padding-top:10px;
2433 font-size:16px; 2392 font-size:16px;
2434 } 2393 }
2435 .file_author{ 2394 .file_author {
2436 float: left; 2395 float: left;
2437 } 2396 }
2438 2397
2439 .file_author .item{ 2398 .file_author .item {
2440 float:left; 2399 float:left;
2441 padding:5px; 2400 padding:5px;
2442 color: #888; 2401 color: #888;
2443 } 2402 }
2444 2403
2561 font-size: 9px; 2520 font-size: 9px;
2562 padding: 2px 0px 2px 0px; 2521 padding: 2px 0px 2px 0px;
2563 } 2522 }
2564 2523
2565 2524
2566 .cs_files .cs_added,.cs_files .cs_A { 2525 .cs_files .cs_added, .cs_files .cs_A {
2567 background: url("../images/icons/page_white_add.png") no-repeat scroll 2526 background: url("../images/icons/page_white_add.png") no-repeat scroll
2568 3px; 2527 3px;
2569 height: 16px; 2528 height: 16px;
2570 padding-left: 20px; 2529 padding-left: 20px;
2571 margin-top: 7px; 2530 margin-top: 7px;
2572 text-align: left; 2531 text-align: left;
2573 } 2532 }
2574 2533
2575 .cs_files .cs_changed,.cs_files .cs_M { 2534 .cs_files .cs_changed, .cs_files .cs_M {
2576 background: url("../images/icons/page_white_edit.png") no-repeat scroll 2535 background: url("../images/icons/page_white_edit.png") no-repeat scroll
2577 3px; 2536 3px;
2578 height: 16px; 2537 height: 16px;
2579 padding-left: 20px; 2538 padding-left: 20px;
2580 margin-top: 7px; 2539 margin-top: 7px;
2581 text-align: left; 2540 text-align: left;
2582 } 2541 }
2583 2542
2584 .cs_files .cs_removed,.cs_files .cs_D { 2543 .cs_files .cs_removed, .cs_files .cs_D {
2585 background: url("../images/icons/page_white_delete.png") no-repeat 2544 background: url("../images/icons/page_white_delete.png") no-repeat
2586 scroll 3px; 2545 scroll 3px;
2587 height: 16px; 2546 height: 16px;
2588 padding-left: 20px; 2547 padding-left: 20px;
2589 margin-top: 7px; 2548 margin-top: 7px;
2664 2623
2665 #graph_content .container .mid .message { 2624 #graph_content .container .mid .message {
2666 white-space: pre-wrap; 2625 white-space: pre-wrap;
2667 } 2626 }
2668 2627
2669 #graph_content .container .mid .message a:hover{ 2628 #graph_content .container .mid .message a:hover {
2670 text-decoration: none; 2629 text-decoration: none;
2671 } 2630 }
2672 2631
2673 .revision-link 2632 .revision-link {
2674 {
2675 color:#3F6F9F; 2633 color:#3F6F9F;
2676 font-weight: bold !important; 2634 font-weight: bold !important;
2677 } 2635 }
2678 2636
2679 .issue-tracker-link{ 2637 .issue-tracker-link {
2680 color:#3F6F9F; 2638 color:#3F6F9F;
2681 font-weight: bold !important; 2639 font-weight: bold !important;
2682 } 2640 }
2683 2641
2684 .changeset-status-container{ 2642 .changeset-status-container {
2685 padding-right: 5px; 2643 padding-right: 5px;
2686 margin-top:1px; 2644 margin-top:1px;
2687 float:right; 2645 float:right;
2688 height:14px; 2646 height:14px;
2689 } 2647 }
2690 .code-header .changeset-status-container{ 2648 .code-header .changeset-status-container {
2691 float:left; 2649 float:left;
2692 padding:2px 0px 0px 2px; 2650 padding:2px 0px 0px 2px;
2693 } 2651 }
2694 .changeset-status-container .changeset-status-lbl{ 2652 .changeset-status-container .changeset-status-lbl {
2695 color: rgb(136, 136, 136); 2653 color: rgb(136, 136, 136);
2696 float: left; 2654 float: left;
2697 padding: 3px 4px 0px 0px 2655 padding: 3px 4px 0px 0px
2698 } 2656 }
2699 .code-header .changeset-status-container .changeset-status-lbl{ 2657 .code-header .changeset-status-container .changeset-status-lbl {
2700 float: left; 2658 float: left;
2701 padding: 0px 4px 0px 0px; 2659 padding: 0px 4px 0px 0px;
2702 } 2660 }
2703 .changeset-status-container .changeset-status-ico{ 2661 .changeset-status-container .changeset-status-ico {
2704 float: left; 2662 float: left;
2705 } 2663 }
2706 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico{ 2664 .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico {
2707 float: left; 2665 float: left;
2708 } 2666 }
2709 .right .comments-container{ 2667 .right .comments-container {
2710 padding-right: 5px; 2668 padding-right: 5px;
2711 margin-top:1px; 2669 margin-top:1px;
2712 float:right; 2670 float:right;
2713 height:14px; 2671 height:14px;
2714 } 2672 }
2715 2673
2716 .right .comments-cnt{ 2674 .right .comments-cnt {
2717 float: left; 2675 float: left;
2718 color: rgb(136, 136, 136); 2676 color: rgb(136, 136, 136);
2719 padding-right: 2px; 2677 padding-right: 2px;
2720 } 2678 }
2721 2679
2722 .right .changes{ 2680 .right .changes {
2723 clear: both; 2681 clear: both;
2724 } 2682 }
2725 2683
2726 .right .changes .changed_total { 2684 .right .changes .changed_total {
2727 display: block; 2685 display: block;
2735 -moz-border-radius: 0px 0px 0px 6px; 2693 -moz-border-radius: 0px 0px 0px 6px;
2736 border-radius: 0px 0px 0px 6px; 2694 border-radius: 0px 0px 0px 6px;
2737 padding: 1px; 2695 padding: 1px;
2738 } 2696 }
2739 2697
2740 .right .changes .added,.changed,.removed { 2698 .right .changes .added, .changed, .removed {
2741 display: block; 2699 display: block;
2742 padding: 1px; 2700 padding: 1px;
2743 color: #444444; 2701 color: #444444;
2744 float: right; 2702 float: right;
2745 text-align: center; 2703 text-align: center;
2757 .right .changes .removed { 2715 .right .changes .removed {
2758 background: #FAA; 2716 background: #FAA;
2759 } 2717 }
2760 2718
2761 .right .merge { 2719 .right .merge {
2762 padding: 1px 3px 1px 3px; 2720 padding: 1px 3px 1px 3px;
2763 background-color: #fca062; 2721 background-color: #fca062;
2764 font-size: 10px; 2722 font-size: 10px;
2765 font-weight: bold; 2723 font-weight: bold;
2766 color: #ffffff; 2724 color: #ffffff;
2767 text-transform: uppercase; 2725 text-transform: uppercase;
2768 white-space: nowrap; 2726 white-space: nowrap;
2769 -webkit-border-radius: 3px; 2727 -webkit-border-radius: 3px;
2770 -moz-border-radius: 3px; 2728 -moz-border-radius: 3px;
2771 border-radius: 3px; 2729 border-radius: 3px;
2772 margin-right: 2px; 2730 margin-right: 2px;
2773 } 2731 }
2774 2732
2775 .right .parent { 2733 .right .parent {
2776 color: #666666; 2734 color: #666666;
2777 clear:both; 2735 clear:both;
2778 } 2736 }
2779 .right .logtags{ 2737 .right .logtags {
2780 padding: 2px 2px 2px 2px; 2738 padding: 2px 2px 2px 2px;
2781 } 2739 }
2782 .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{ 2740 .right .logtags .branchtag, .right .logtags .tagtag, .right .logtags .booktag {
2783 margin: 0px 2px; 2741 margin: 0px 2px;
2784 } 2742 }
2785 2743
2786 .right .logtags .branchtag, 2744 .right .logtags .branchtag,
2787 .logtags .branchtag, 2745 .logtags .branchtag,
2788 .spantag { 2746 .spantag {
2789 padding: 1px 3px 1px 3px; 2747 padding: 1px 3px 1px 3px;
2790 background-color: #bfbfbf; 2748 background-color: #bfbfbf;
2791 font-size: 10px; 2749 font-size: 10px;
2792 font-weight: bold; 2750 font-weight: bold;
2793 color: #ffffff;
2794 white-space: nowrap;
2795 -webkit-border-radius: 3px;
2796 -moz-border-radius: 3px;
2797 border-radius: 3px;
2798 }
2799 .right .logtags .branchtag a:hover,.logtags .branchtag a{
2800 color: #ffffff; 2751 color: #ffffff;
2801 } 2752 white-space: nowrap;
2802 .right .logtags .branchtag a:hover,.logtags .branchtag a:hover{ 2753 -webkit-border-radius: 3px;
2754 -moz-border-radius: 3px;
2755 border-radius: 3px;
2756 }
2757 .right .logtags .branchtag a:hover, .logtags .branchtag a {
2758 color: #ffffff;
2759 }
2760 .right .logtags .branchtag a:hover, .logtags .branchtag a:hover {
2803 text-decoration: none; 2761 text-decoration: none;
2804 color: #ffffff; 2762 color: #ffffff;
2805 } 2763 }
2806 .right .logtags .tagtag,.logtags .tagtag { 2764 .right .logtags .tagtag, .logtags .tagtag {
2807 padding: 1px 3px 1px 3px; 2765 padding: 1px 3px 1px 3px;
2808 background-color: #62cffc; 2766 background-color: #62cffc;
2809 font-size: 10px; 2767 font-size: 10px;
2810 font-weight: bold; 2768 font-weight: bold;
2811 color: #ffffff;
2812 white-space: nowrap;
2813 -webkit-border-radius: 3px;
2814 -moz-border-radius: 3px;
2815 border-radius: 3px;
2816 }
2817 .right .logtags .tagtag a:hover,.logtags .tagtag a{
2818 color: #ffffff; 2769 color: #ffffff;
2819 } 2770 white-space: nowrap;
2820 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{ 2771 -webkit-border-radius: 3px;
2772 -moz-border-radius: 3px;
2773 border-radius: 3px;
2774 }
2775 .right .logtags .tagtag a:hover, .logtags .tagtag a {
2776 color: #ffffff;
2777 }
2778 .right .logtags .tagtag a:hover, .logtags .tagtag a:hover {
2821 text-decoration: none; 2779 text-decoration: none;
2822 color: #ffffff; 2780 color: #ffffff;
2823 } 2781 }
2824 .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook { 2782 .right .logbooks .bookbook, .logbooks .bookbook, .right .logtags .bookbook, .logtags .bookbook {
2825 padding: 1px 3px 1px 3px; 2783 padding: 1px 3px 1px 3px;
2826 background-color: #46A546; 2784 background-color: #46A546;
2827 font-size: 10px; 2785 font-size: 10px;
2828 font-weight: bold; 2786 font-weight: bold;
2829 color: #ffffff;
2830 text-transform: uppercase;
2831 white-space: nowrap;
2832 -webkit-border-radius: 3px;
2833 -moz-border-radius: 3px;
2834 border-radius: 3px;
2835 }
2836 .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{
2837 color: #ffffff; 2787 color: #ffffff;
2838 } 2788 text-transform: uppercase;
2839 .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{ 2789 white-space: nowrap;
2790 -webkit-border-radius: 3px;
2791 -moz-border-radius: 3px;
2792 border-radius: 3px;
2793 }
2794 .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a {
2795 color: #ffffff;
2796 }
2797 .right .logbooks .bookbook, .logbooks .bookbook a:hover, .right .logtags .bookbook, .logtags .bookbook a:hover {
2840 text-decoration: none; 2798 text-decoration: none;
2841 color: #ffffff; 2799 color: #ffffff;
2842 } 2800 }
2843 div.browserblock { 2801 div.browserblock {
2844 overflow: hidden; 2802 overflow: hidden;
2892 div.browserblock .add_node { 2850 div.browserblock .add_node {
2893 float: left; 2851 float: left;
2894 padding-left: 5px; 2852 padding-left: 5px;
2895 } 2853 }
2896 2854
2897 div.browserblock .search_activate a:hover,div.browserblock .add_node a:hover 2855 div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover {
2898 {
2899 text-decoration: none !important; 2856 text-decoration: none !important;
2900 } 2857 }
2901 2858
2902 div.browserblock .browser-body { 2859 div.browserblock .browser-body {
2903 background: #EEE; 2860 background: #EEE;
2940 background: url("../images/icons/file.png") no-repeat scroll 3px; 2897 background: url("../images/icons/file.png") no-repeat scroll 3px;
2941 text-align: left; 2898 text-align: left;
2942 float: left; 2899 float: left;
2943 padding: 2px 0px 2px 22px; 2900 padding: 2px 0px 2px 22px;
2944 } 2901 }
2945 .diffblock .diff-menu-wrapper{ 2902 .diffblock .diff-menu-wrapper {
2946 float: left; 2903 float: left;
2947 } 2904 }
2948 2905
2949 .diffblock .diff-menu{ 2906 .diffblock .diff-menu {
2950 position: absolute; 2907 position: absolute;
2951 background: none repeat scroll 0 0 #FFFFFF; 2908 background: none repeat scroll 0 0 #FFFFFF;
2952 border-color: #003367 #666666 #666666; 2909 border-color: #003367 #666666 #666666;
2953 border-right: 1px solid #666666; 2910 border-right: 1px solid #666666;
2954 border-style: solid solid solid; 2911 border-style: solid solid solid;
2963 float: left; 2920 float: left;
2964 } 2921 }
2965 .diffblock .diff-menu ul li { 2922 .diffblock .diff-menu ul li {
2966 padding: 0px 0px 0px 0px !important; 2923 padding: 0px 0px 0px 0px !important;
2967 } 2924 }
2968 .diffblock .diff-menu ul li a{ 2925 .diffblock .diff-menu ul li a {
2969 display: block; 2926 display: block;
2970 padding: 3px 8px 3px 8px !important; 2927 padding: 3px 8px 3px 8px !important;
2971 } 2928 }
2972 .diffblock .diff-menu ul li a:hover{ 2929 .diffblock .diff-menu ul li a:hover {
2973 text-decoration: none; 2930 text-decoration: none;
2974 background-color: #EEEEEE; 2931 background-color: #EEEEEE;
2975 } 2932 }
2976 table.code-browser .browser-dir { 2933 table.code-browser .browser-dir {
2977 background: url("../images/icons/folder_16.png") no-repeat scroll 3px; 2934 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
3030 font-size: 1.6em; 2987 font-size: 1.6em;
3031 font-weight: bold; 2988 font-weight: bold;
3032 vertical-align: sub; 2989 vertical-align: sub;
3033 } 2990 }
3034 2991
3035 .info_box input#at_rev,.info_box input#size { 2992 .info_box input#at_rev, .info_box input#size {
3036 background: #FFF; 2993 background: #FFF;
3037 border-top: 1px solid #b3b3b3; 2994 border-top: 1px solid #b3b3b3;
3038 border-left: 1px solid #b3b3b3; 2995 border-left: 1px solid #b3b3b3;
3039 border-right: 1px solid #eaeaea; 2996 border-right: 1px solid #eaeaea;
3040 border-bottom: 1px solid #eaeaea; 2997 border-bottom: 1px solid #eaeaea;
3047 .info_box input#view { 3004 .info_box input#view {
3048 text-align: center; 3005 text-align: center;
3049 padding: 4px 3px 2px 2px; 3006 padding: 4px 3px 2px 2px;
3050 } 3007 }
3051 3008
3052 .yui-overlay,.yui-panel-container { 3009 .yui-overlay, .yui-panel-container {
3053 visibility: hidden; 3010 visibility: hidden;
3054 position: absolute; 3011 position: absolute;
3055 z-index: 2; 3012 z-index: 2;
3056 } 3013 }
3057 3014
3092 border-radius: 8px 8px 8px 8px; 3049 border-radius: 8px 8px 8px 8px;
3093 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 3050 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3094 } 3051 }
3095 3052
3096 3053
3097 .mentions-container{ 3054 .mentions-container {
3098 width: 90% !important; 3055 width: 90% !important;
3099 } 3056 }
3100 .mentions-container .yui-ac-content{ 3057 .mentions-container .yui-ac-content {
3101 width: 100% !important; 3058 width: 100% !important;
3102 } 3059 }
3103 3060
3104 .ac { 3061 .ac {
3105 vertical-align: top; 3062 vertical-align: top;
3158 z-index: 9050; 3115 z-index: 9050;
3159 display: block; 3116 display: block;
3160 width: auto !important; 3117 width: auto !important;
3161 } 3118 }
3162 3119
3163 .ac .yui-ac-content li .ac-container-wrap{ 3120 .ac .yui-ac-content li .ac-container-wrap {
3164 width: auto; 3121 width: auto;
3165 } 3122 }
3166 3123
3167 .ac .yui-ac-content li.yui-ac-prehighlight { 3124 .ac .yui-ac-content li.yui-ac-prehighlight {
3168 background: #B3D4FF; 3125 background: #B3D4FF;
3172 .ac .yui-ac-content li.yui-ac-highlight { 3129 .ac .yui-ac-content li.yui-ac-highlight {
3173 background: #556CB5; 3130 background: #556CB5;
3174 color: #FFF; 3131 color: #FFF;
3175 z-index: 9050; 3132 z-index: 9050;
3176 } 3133 }
3177 .ac .yui-ac-bd{ 3134 .ac .yui-ac-bd {
3178 z-index: 9050; 3135 z-index: 9050;
3179 } 3136 }
3180 3137
3181 .follow { 3138 .follow {
3182 background: url("../images/icons/heart_add.png") no-repeat scroll 3px; 3139 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
3206 display: block; 3163 display: block;
3207 float: right; 3164 float: right;
3208 margin-top: 2px; 3165 margin-top: 2px;
3209 } 3166 }
3210 3167
3211 #repo_size{ 3168 #repo_size {
3212 display: block; 3169 display: block;
3213 margin-top: 4px; 3170 margin-top: 4px;
3214 color: #666; 3171 color: #666;
3215 float:right; 3172 float:right;
3216 } 3173 }
3217 3174
3218 .locking_locked{ 3175 .locking_locked {
3219 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px; 3176 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px;
3220 height: 16px; 3177 height: 16px;
3221 width: 20px; 3178 width: 20px;
3222 cursor: pointer; 3179 cursor: pointer;
3223 display: block; 3180 display: block;
3224 float: right; 3181 float: right;
3225 margin-top: 2px; 3182 margin-top: 2px;
3226 } 3183 }
3227 3184
3228 .locking_unlocked{ 3185 .locking_unlocked {
3229 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px; 3186 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
3230 height: 16px; 3187 height: 16px;
3231 width: 20px; 3188 width: 20px;
3232 cursor: pointer; 3189 cursor: pointer;
3233 display: block; 3190 display: block;
3427 background-image: linear-gradient(top, #5bc0de, #339bb9); 3384 background-image: linear-gradient(top, #5bc0de, #339bb9);
3428 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); 3385 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3429 border-color: #339bb9 #339bb9 #22697d; 3386 border-color: #339bb9 #339bb9 #22697d;
3430 } 3387 }
3431 3388
3432 .success_msg,.error_msg,.notice_msg,.warning_msg { 3389 .success_msg, .error_msg, .notice_msg, .warning_msg {
3433 font-size: 12px; 3390 font-size: 12px;
3434 font-weight: 700; 3391 font-weight: 700;
3435 min-height: 14px; 3392 min-height: 14px;
3436 line-height: 14px; 3393 line-height: 14px;
3437 margin-bottom: 10px; 3394 margin-bottom: 10px;
3459 position: absolute; 3416 position: absolute;
3460 right: 5px; 3417 right: 5px;
3461 top: 5px; 3418 top: 5px;
3462 width: 16px; 3419 width: 16px;
3463 } 3420 }
3464 div#legend_data{ 3421 div#legend_data {
3465 padding-left:10px; 3422 padding-left:10px;
3466 } 3423 }
3467 div#legend_container table{ 3424 div#legend_container table {
3468 border: none !important; 3425 border: none !important;
3469 } 3426 }
3470 div#legend_container table,div#legend_choices table { 3427 div#legend_container table, div#legend_choices table {
3471 width: auto !important; 3428 width: auto !important;
3472 } 3429 }
3473 3430
3474 table#permissions_manage { 3431 table#permissions_manage {
3475 width: 0 !important; 3432 width: 0 !important;
3505 -khtml-border-radius: 2px; 3462 -khtml-border-radius: 2px;
3506 -moz-border-radius: 2px; 3463 -moz-border-radius: 2px;
3507 border-radius: 2px; 3464 border-radius: 2px;
3508 } 3465 }
3509 3466
3510 #header,#content,#footer { 3467 #header, #content, #footer {
3511 min-width: 978px; 3468 min-width: 978px;
3512 } 3469 }
3513 3470
3514 #content { 3471 #content {
3515 clear: both; 3472 clear: both;
3523 3480
3524 #content div.box div.title div.search div.input input { 3481 #content div.box div.title div.search div.input input {
3525 border: 1px solid #316293; 3482 border: 1px solid #316293;
3526 } 3483 }
3527 3484
3528 .ui-btn{ 3485 .ui-btn {
3529 color: #515151; 3486 color: #515151;
3530 background-color: #DADADA; 3487 background-color: #DADADA;
3531 background-repeat: repeat-x; 3488 background-repeat: repeat-x;
3532 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) ); 3489 background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) );
3533 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA); 3490 background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA);
3553 padding: 3px 3px 3px 3px; 3510 padding: 3px 3px 3px 3px;
3554 background-position: 0 -15px; 3511 background-position: 0 -15px;
3555 3512
3556 } 3513 }
3557 3514
3558 .ui-btn.disabled{ 3515 .ui-btn.disabled {
3559 color: #999; 3516 color: #999;
3560 } 3517 }
3561 3518
3562 .ui-btn.xsmall{ 3519 .ui-btn.xsmall {
3563 padding: 1px 2px 1px 1px; 3520 padding: 1px 2px 1px 1px;
3564 } 3521 }
3565 3522
3566 .ui-btn.large{ 3523 .ui-btn.large {
3567 padding: 6px 12px; 3524 padding: 6px 12px;
3568 } 3525 }
3569 3526
3570 .ui-btn.clone{ 3527 .ui-btn.clone {
3571 padding: 5px 2px 6px 1px; 3528 padding: 5px 2px 6px 1px;
3572 margin: 0px -4px 3px 0px; 3529 margin: 0px -4px 3px 0px;
3573 -webkit-border-radius: 4px 0px 0px 4px !important; 3530 -webkit-border-radius: 4px 0px 0px 4px !important;
3574 -khtml-border-radius: 4px 0px 0px 4px !important; 3531 -khtml-border-radius: 4px 0px 0px 4px !important;
3575 -moz-border-radius: 4px 0px 0px 4px !important; 3532 -moz-border-radius: 4px 0px 0px 4px !important;
3578 text-align: center; 3535 text-align: center;
3579 float: left; 3536 float: left;
3580 position: absolute; 3537 position: absolute;
3581 } 3538 }
3582 .ui-btn:focus { 3539 .ui-btn:focus {
3583 outline: none; 3540 outline: none;
3584 } 3541 }
3585 .ui-btn:hover{ 3542 .ui-btn:hover {
3586 background-position: 0 -15px; 3543 background-position: 0 -15px;
3587 text-decoration: none; 3544 text-decoration: none;
3588 color: #515151; 3545 color: #515151;
3589 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important; 3546 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important;
3590 } 3547 }
3591 3548
3592 .ui-btn.disabled:hover{ 3549 .ui-btn.disabled:hover {
3593 background-position:none; 3550 background-position:none;
3594 color: #999; 3551 color: #999;
3595 text-decoration: none; 3552 text-decoration: none;
3596 box-shadow: none !important; 3553 box-shadow: none !important;
3597 } 3554 }
3598 3555
3599 .ui-btn.red{ 3556 .ui-btn.red {
3600 color:#fff; 3557 color:#fff;
3601 background-color: #c43c35; 3558 background-color: #c43c35;
3602 background-repeat: repeat-x; 3559 background-repeat: repeat-x;
3603 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35)); 3560 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3604 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); 3561 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3605 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); 3562 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3606 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); 3563 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
3607 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); 3564 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3608 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); 3565 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3609 background-image: linear-gradient(top, #ee5f5b, #c43c35); 3566 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3610 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); 3567 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3611 border-color: #c43c35 #c43c35 #882a25; 3568 border-color: #c43c35 #c43c35 #882a25;
3612 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 3569 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3613 } 3570 }
3614 3571
3615 3572
3616 .ui-btn.blue{ 3573 .ui-btn.blue {
3617 color:#fff; 3574 color:#fff;
3618 background-color: #339bb9; 3575 background-color: #339bb9;
3619 background-repeat: repeat-x; 3576 background-repeat: repeat-x;
3620 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9)); 3577 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3621 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); 3578 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3622 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); 3579 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3623 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); 3580 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
3624 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); 3581 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3625 background-image: -o-linear-gradient(top, #5bc0de, #339bb9); 3582 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3626 background-image: linear-gradient(top, #5bc0de, #339bb9); 3583 background-image: linear-gradient(top, #5bc0de, #339bb9);
3627 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); 3584 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3628 border-color: #339bb9 #339bb9 #22697d; 3585 border-color: #339bb9 #339bb9 #22697d;
3629 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 3586 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3630 } 3587 }
3631 3588
3632 .ui-btn.green{ 3589 .ui-btn.green {
3633 background-color: #57a957; 3590 background-color: #57a957;
3634 background-repeat: repeat-x; 3591 background-repeat: repeat-x;
3635 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957)); 3592 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
3636 background-image: -moz-linear-gradient(top, #62c462, #57a957); 3593 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3637 background-image: -ms-linear-gradient(top, #62c462, #57a957); 3594 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3638 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); 3595 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
3639 background-image: -webkit-linear-gradient(top, #62c462, #57a957); 3596 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3640 background-image: -o-linear-gradient(top, #62c462, #57a957); 3597 background-image: -o-linear-gradient(top, #62c462, #57a957);
3641 background-image: linear-gradient(top, #62c462, #57a957); 3598 background-image: linear-gradient(top, #62c462, #57a957);
3642 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); 3599 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3643 border-color: #57a957 #57a957 #3d773d; 3600 border-color: #57a957 #57a957 #3d773d;
3644 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 3601 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3645 } 3602 }
3646 3603
3647 .ui-btn.blue.hidden{ 3604 .ui-btn.blue.hidden {
3648 display: none; 3605 display: none;
3649 } 3606 }
3650 3607
3651 .ui-btn.active{ 3608 .ui-btn.active {
3652 font-weight: bold; 3609 font-weight: bold;
3653 } 3610 }
3654 3611
3655 ins,div.options a:hover { 3612 ins, div.options a:hover {
3656 text-decoration: none; 3613 text-decoration: none;
3657 } 3614 }
3658 3615
3659 img, 3616 img,
3660 #header #header-inner #quick li a:hover span.normal, 3617 #header #header-inner #quick li a:hover span.normal,
3664 #clone_url_id 3621 #clone_url_id
3665 { 3622 {
3666 border: none; 3623 border: none;
3667 } 3624 }
3668 3625
3669 img.icon,.right .merge img { 3626 img.icon, .right .merge img {
3670 vertical-align: bottom; 3627 vertical-align: bottom;
3671 } 3628 }
3672 3629
3673 #header ul#logged-user,#content div.box div.title ul.links, 3630 #header ul#logged-user, #content div.box div.title ul.links,
3674 #content div.box div.message div.dismiss, 3631 #content div.box div.message div.dismiss,
3675 #content div.box div.traffic div.legend ul 3632 #content div.box div.traffic div.legend ul {
3676 {
3677 float: right; 3633 float: right;
3678 margin: 0; 3634 margin: 0;
3679 padding: 0; 3635 padding: 0;
3680 } 3636 }
3681 3637
3682 #header #header-inner #home,#header #header-inner #logo, 3638 #header #header-inner #home, #header #header-inner #logo,
3683 #content div.box ul.left,#content div.box ol.left, 3639 #content div.box ul.left, #content div.box ol.left,
3684 #content div.box div.pagination-left,div#commit_history, 3640 #content div.box div.pagination-left, div#commit_history,
3685 div#legend_data,div#legend_container,div#legend_choices 3641 div#legend_data, div#legend_container, div#legend_choices {
3686 {
3687 float: left; 3642 float: left;
3688 } 3643 }
3689 3644
3690 #header #header-inner #quick li #quick_login, 3645 #header #header-inner #quick li #quick_login,
3691 #header #header-inner #quick li:hover ul ul, 3646 #header #header-inner #quick li:hover ul ul,
3692 #header #header-inner #quick li:hover ul ul ul, 3647 #header #header-inner #quick li:hover ul ul ul,
3693 #header #header-inner #quick li:hover ul ul ul ul, 3648 #header #header-inner #quick li:hover ul ul ul ul,
3694 #content #left #menu ul.closed,#content #left #menu li ul.collapsed,.yui-tt-shadow 3649 #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow {
3695 {
3696 display: none; 3650 display: none;
3697 } 3651 }
3698 3652
3699 #header #header-inner #quick li:hover #quick_login, 3653 #header #header-inner #quick li:hover #quick_login,
3700 #header #header-inner #quick li:hover ul,#header #header-inner #quick li li:hover ul,#header #header-inner #quick li li li:hover ul,#header #header-inner #quick li li li li:hover ul,#content #left #menu ul.opened,#content #left #menu li ul.expanded 3654 #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 {
3701 {
3702 display: block; 3655 display: block;
3703 } 3656 }
3704 3657
3705 #content div.graph { 3658 #content div.graph {
3706 padding: 0 10px 10px; 3659 padding: 0 10px 10px;
3707 } 3660 }
3708 3661
3709 #content div.box div.title ul.links li a:hover,#content div.box div.title ul.links li.ui-tabs-selected a 3662 #content div.box div.title ul.links li a:hover, #content div.box div.title ul.links li.ui-tabs-selected a {
3710 {
3711 color: #bfe3ff; 3663 color: #bfe3ff;
3712 } 3664 }
3713 3665
3714 #content div.box ol.lower-roman,#content div.box ol.upper-roman,#content div.box ol.lower-alpha,#content div.box ol.upper-alpha,#content div.box ol.decimal 3666 #content div.box ol.lower-roman, #content div.box ol.upper-roman, #content div.box ol.lower-alpha, #content div.box ol.upper-alpha, #content div.box ol.decimal {
3715 {
3716 margin: 10px 24px 10px 44px; 3667 margin: 10px 24px 10px 44px;
3717 } 3668 }
3718 3669
3719 #content div.box div.form,#content div.box div.table,#content div.box div.traffic 3670 #content div.box div.form, #content div.box div.table, #content div.box div.traffic {
3720 {
3721 clear: both; 3671 clear: both;
3722 overflow: hidden; 3672 overflow: hidden;
3723 margin: 0; 3673 margin: 0;
3724 padding: 0 20px 10px; 3674 padding: 0 20px 10px;
3725 } 3675 }
3726 3676
3727 #content div.box div.form div.fields,#login div.form,#login div.form div.fields,#register div.form,#register div.form div.fields 3677 #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields {
3728 {
3729 clear: both; 3678 clear: both;
3730 overflow: hidden; 3679 overflow: hidden;
3731 margin: 0; 3680 margin: 0;
3732 padding: 0; 3681 padding: 0;
3733 } 3682 }
3734 3683
3735 #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 3684 #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 {
3736 {
3737 height: 1%; 3685 height: 1%;
3738 display: block; 3686 display: block;
3739 color: #363636; 3687 color: #363636;
3740 margin: 0; 3688 margin: 0;
3741 padding: 2px 0 0; 3689 padding: 2px 0 0;
3742 } 3690 }
3743 3691
3744 #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 3692 #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 {
3745 {
3746 background: #FBE3E4; 3693 background: #FBE3E4;
3747 border-top: 1px solid #e1b2b3; 3694 border-top: 1px solid #e1b2b3;
3748 border-left: 1px solid #e1b2b3; 3695 border-left: 1px solid #e1b2b3;
3749 border-right: 1px solid #FBC2C4; 3696 border-right: 1px solid #FBC2C4;
3750 border-bottom: 1px solid #FBC2C4; 3697 border-bottom: 1px solid #FBC2C4;
3751 } 3698 }
3752 3699
3753 #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 3700 #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 {
3754 {
3755 background: #E6EFC2; 3701 background: #E6EFC2;
3756 border-top: 1px solid #cebb98; 3702 border-top: 1px solid #cebb98;
3757 border-left: 1px solid #cebb98; 3703 border-left: 1px solid #cebb98;
3758 border-right: 1px solid #c6d880; 3704 border-right: 1px solid #c6d880;
3759 border-bottom: 1px solid #c6d880; 3705 border-bottom: 1px solid #c6d880;
3760 } 3706 }
3761 3707
3762 #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 3708 #content div.box-left div.form div.fields div.field div.textarea, #content div.box-right div.form div.fields div.field div.textarea, #content div.box div.form div.fields div.field div.select select, #content div.box table th.selected input, #content div.box table td.selected input {
3763 { 3709 margin: 0;
3764 margin: 0; 3710 }
3765 } 3711
3766 3712 #content div.box-left div.form div.fields div.field div.select, #content div.box-left div.form div.fields div.field div.checkboxes, #content div.box-left div.form div.fields div.field div.radios, #content div.box-right div.form div.fields div.field div.select, #content div.box-right div.form div.fields div.field div.checkboxes, #content div.box-right div.form div.fields div.field div.radios {
3767 #content div.box-left div.form div.fields div.field div.select,#content div.box-left div.form div.fields div.field div.checkboxes,#content div.box-left div.form div.fields div.field div.radios,#content div.box-right div.form div.fields div.field div.select,#content div.box-right div.form div.fields div.field div.checkboxes,#content div.box-right div.form div.fields div.field div.radios
3768 {
3769 margin: 0 0 0 0px !important; 3713 margin: 0 0 0 0px !important;
3770 padding: 0; 3714 padding: 0;
3771 } 3715 }
3772 3716
3773 #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 3717 #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 {
3774 {
3775 margin: 0 0 0 200px; 3718 margin: 0 0 0 200px;
3776 padding: 0; 3719 padding: 0;
3777 } 3720 }
3778 3721
3779 #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 3722 #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 {
3780 {
3781 color: #000; 3723 color: #000;
3782 text-decoration: none; 3724 text-decoration: none;
3783 } 3725 }
3784 3726
3785 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus,#content div.box div.action a.ui-selectmenu-focus 3727 #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, #content div.box div.action a.ui-selectmenu-focus {
3786 {
3787 border: 1px solid #666; 3728 border: 1px solid #666;
3788 } 3729 }
3789 3730
3790 #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 3731 #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 {
3791 {
3792 clear: both; 3732 clear: both;
3793 overflow: hidden; 3733 overflow: hidden;
3794 margin: 0; 3734 margin: 0;
3795 padding: 8px 0 2px; 3735 padding: 8px 0 2px;
3796 } 3736 }
3797 3737
3798 #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 3738 #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 {
3799 { 3739 float: left;
3800 float: left; 3740 margin: 0;
3801 margin: 0; 3741 }
3802 } 3742
3803 3743 #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 {
3804 #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
3805 {
3806 height: 1%; 3744 height: 1%;
3807 display: block; 3745 display: block;
3808 float: left; 3746 float: left;
3809 margin: 2px 0 0 4px; 3747 margin: 2px 0 0 4px;
3810 } 3748 }
3843 border-left: 1px solid #bebebe; 3781 border-left: 1px solid #bebebe;
3844 border-right: 1px solid #b1b1b1; 3782 border-right: 1px solid #b1b1b1;
3845 border-bottom: 1px solid #afafaf; 3783 border-bottom: 1px solid #afafaf;
3846 } 3784 }
3847 3785
3848 div.form div.fields div.field div.highlight,#content div.box div.form div.fields div.buttons div.highlight 3786 div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight {
3849 {
3850 display: inline; 3787 display: inline;
3851 } 3788 }
3852 3789
3853 #content div.box div.form div.fields div.buttons,div.form div.fields div.buttons 3790 #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons {
3854 {
3855 margin: 10px 0 0 200px; 3791 margin: 10px 0 0 200px;
3856 padding: 0; 3792 padding: 0;
3857 } 3793 }
3858 3794
3859 #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 3795 #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 {
3860 {
3861 margin: 10px 0 0; 3796 margin: 10px 0 0;
3862 } 3797 }
3863 3798
3864 #content div.box table td.user,#content div.box table td.address { 3799 #content div.box table td.user, #content div.box table td.address {
3865 width: 10%; 3800 width: 10%;
3866 text-align: center; 3801 text-align: center;
3867 } 3802 }
3868 3803
3869 #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 3804 #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 {
3870 {
3871 text-align: right; 3805 text-align: right;
3872 margin: 6px 0 0; 3806 margin: 6px 0 0;
3873 padding: 0; 3807 padding: 0;
3874 } 3808 }
3875 3809
3876 #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 3810 #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 {
3877 {
3878 background: #b4b4b4 url("../images/button_selected.png") repeat-x; 3811 background: #b4b4b4 url("../images/button_selected.png") repeat-x;
3879 border-top: 1px solid #ccc; 3812 border-top: 1px solid #ccc;
3880 border-left: 1px solid #bebebe; 3813 border-left: 1px solid #bebebe;
3881 border-right: 1px solid #b1b1b1; 3814 border-right: 1px solid #b1b1b1;
3882 border-bottom: 1px solid #afafaf; 3815 border-bottom: 1px solid #afafaf;
3883 color: #515151; 3816 color: #515151;
3884 margin: 0; 3817 margin: 0;
3885 padding: 6px 12px; 3818 padding: 6px 12px;
3886 } 3819 }
3887 3820
3888 #content div.box div.pagination div.results,#content div.box div.pagination-wh div.results 3821 #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results {
3889 {
3890 text-align: left; 3822 text-align: left;
3891 float: left; 3823 float: left;
3892 margin: 0; 3824 margin: 0;
3893 padding: 0; 3825 padding: 0;
3894 } 3826 }
3895 3827
3896 #content div.box div.pagination div.results span,#content div.box div.pagination-wh div.results span 3828 #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span {
3897 {
3898 height: 1%; 3829 height: 1%;
3899 display: block; 3830 display: block;
3900 float: left; 3831 float: left;
3901 background: #ebebeb url("../images/pager.png") repeat-x; 3832 background: #ebebeb url("../images/pager.png") repeat-x;
3902 border-top: 1px solid #dedede; 3833 border-top: 1px solid #dedede;
3907 font-weight: 700; 3838 font-weight: 700;
3908 margin: 0; 3839 margin: 0;
3909 padding: 6px 8px; 3840 padding: 6px 8px;
3910 } 3841 }
3911 3842
3912 #content div.box div.pagination ul.pager li.disabled,#content div.box div.pagination-wh a.disabled 3843 #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled {
3913 {
3914 color: #B4B4B4; 3844 color: #B4B4B4;
3915 padding: 6px; 3845 padding: 6px;
3916 } 3846 }
3917 3847
3918 #login,#register { 3848 #login, #register {
3919 width: 520px; 3849 width: 520px;
3920 margin: 10% auto 0; 3850 margin: 10% auto 0;
3921 padding: 0; 3851 padding: 0;
3922 } 3852 }
3923 3853
3924 #login div.color,#register div.color { 3854 #login div.color, #register div.color {
3925 clear: both; 3855 clear: both;
3926 overflow: hidden; 3856 overflow: hidden;
3927 background: #FFF; 3857 background: #FFF;
3928 margin: 10px auto 0; 3858 margin: 10px auto 0;
3929 padding: 3px 3px 3px 0; 3859 padding: 3px 3px 3px 0;
3930 } 3860 }
3931 3861
3932 #login div.color a,#register div.color a { 3862 #login div.color a, #register div.color a {
3933 width: 20px; 3863 width: 20px;
3934 height: 20px; 3864 height: 20px;
3935 display: block; 3865 display: block;
3936 float: left; 3866 float: left;
3937 margin: 0 0 0 3px; 3867 margin: 0 0 0 3px;
3938 padding: 0; 3868 padding: 0;
3939 } 3869 }
3940 3870
3941 #login div.title h5,#register div.title h5 { 3871 #login div.title h5, #register div.title h5 {
3942 color: #fff; 3872 color: #fff;
3943 margin: 10px; 3873 margin: 10px;
3944 padding: 0; 3874 padding: 0;
3945 } 3875 }
3946 3876
3947 #login div.form div.fields div.field,#register div.form div.fields div.field 3877 #login div.form div.fields div.field, #register div.form div.fields div.field {
3948 {
3949 clear: both; 3878 clear: both;
3950 overflow: hidden; 3879 overflow: hidden;
3951 margin: 0; 3880 margin: 0;
3952 padding: 0 0 10px; 3881 padding: 0 0 10px;
3953 } 3882 }
3954 3883
3955 #login div.form div.fields div.field span.error-message,#register div.form div.fields div.field span.error-message 3884 #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message {
3956 {
3957 height: 1%; 3885 height: 1%;
3958 display: block; 3886 display: block;
3959 color: red; 3887 color: red;
3960 margin: 8px 0 0; 3888 margin: 8px 0 0;
3961 padding: 0; 3889 padding: 0;
3962 max-width: 320px; 3890 max-width: 320px;
3963 } 3891 }
3964 3892
3965 #login div.form div.fields div.field div.label label,#register div.form div.fields div.field div.label label 3893 #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label {
3966 {
3967 color: #000; 3894 color: #000;
3968 font-weight: 700; 3895 font-weight: 700;
3969 } 3896 }
3970 3897
3971 #login div.form div.fields div.field div.input,#register div.form div.fields div.field div.input 3898 #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input {
3972 { 3899 float: left;
3973 float: left; 3900 margin: 0;
3974 margin: 0; 3901 padding: 0;
3975 padding: 0; 3902 }
3976 } 3903
3977 3904 #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox {
3978 #login div.form div.fields div.field div.checkbox,#register div.form div.fields div.field div.checkbox
3979 {
3980 margin: 0 0 0 184px; 3905 margin: 0 0 0 184px;
3981 padding: 0; 3906 padding: 0;
3982 } 3907 }
3983 3908
3984 #login div.form div.fields div.field div.checkbox label,#register div.form div.fields div.field div.checkbox label 3909 #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label {
3985 {
3986 color: #565656; 3910 color: #565656;
3987 font-weight: 700; 3911 font-weight: 700;
3988 } 3912 }
3989 3913
3990 #login div.form div.fields div.buttons input,#register div.form div.fields div.buttons input 3914 #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input {
3991 {
3992 color: #000; 3915 color: #000;
3993 font-size: 1em; 3916 font-size: 1em;
3994 font-weight: 700; 3917 font-weight: 700;
3995 margin: 0; 3918 margin: 0;
3996 } 3919 }
3997 3920
3998 #changeset_content .container .wrapper,#graph_content .container .wrapper 3921 #changeset_content .container .wrapper, #graph_content .container .wrapper {
3999 {
4000 width: 600px; 3922 width: 600px;
4001 } 3923 }
4002 3924
4003 #changeset_content .container .left { 3925 #changeset_content .container .left {
4004 float: left; 3926 float: left;
4005 width: 75%; 3927 width: 75%;
4006 padding-left: 5px; 3928 padding-left: 5px;
4007 } 3929 }
4008 3930
4009 #changeset_content .container .left .date,.ac .match { 3931 #changeset_content .container .left .date, .ac .match {
4010 font-weight: 700; 3932 font-weight: 700;
4011 padding-top: 5px; 3933 padding-top: 5px;
4012 padding-bottom: 5px; 3934 padding-bottom: 5px;
4013 } 3935 }
4014 3936
4015 div#legend_container table td,div#legend_choices table td { 3937 div#legend_container table td, div#legend_choices table td {
4016 border: none !important; 3938 border: none !important;
4017 height: 20px !important; 3939 height: 20px !important;
4018 padding: 0 !important; 3940 padding: 0 !important;
4019 } 3941 }
4020 3942
4035 color: #AAAAAA; 3957 color: #AAAAAA;
4036 padding-left: 3px; 3958 padding-left: 3px;
4037 } 3959 }
4038 3960
4039 3961
4040 .group_members_wrap{ 3962 .group_members_wrap {
4041 min-height: 85px; 3963 min-height: 85px;
4042 padding-left: 20px; 3964 padding-left: 20px;
4043 } 3965 }
4044 3966
4045 .group_members .group_member{ 3967 .group_members .group_member {
4046 height: 30px; 3968 height: 30px;
4047 padding:0px 0px 0px 0px; 3969 padding:0px 0px 0px 0px;
4048 } 3970 }
4049 3971
4050 .reviewers_member{ 3972 .reviewers_member {
4051 height: 15px; 3973 height: 15px;
4052 padding:0px 0px 0px 10px; 3974 padding:0px 0px 0px 10px;
4053 } 3975 }
4054 3976
4055 .emails_wrap{ 3977 .emails_wrap {
4056 padding: 0px 20px; 3978 padding: 0px 20px;
4057 } 3979 }
4058 3980
4059 .emails_wrap .email_entry{ 3981 .emails_wrap .email_entry {
4060 height: 30px; 3982 height: 30px;
4061 padding:0px 0px 0px 10px; 3983 padding:0px 0px 0px 10px;
4062 } 3984 }
4063 .emails_wrap .email_entry .email{ 3985 .emails_wrap .email_entry .email {
4064 float: left 3986 float: left
4065 } 3987 }
4066 .emails_wrap .email_entry .email_action{ 3988 .emails_wrap .email_entry .email_action {
4067 float: left 3989 float: left
4068 } 3990 }
4069 3991
4070 .ips_wrap{ 3992 .ips_wrap {
4071 padding: 0px 20px; 3993 padding: 0px 20px;
4072 } 3994 }
4073 3995
4074 .ips_wrap .ip_entry{ 3996 .ips_wrap .ip_entry {
4075 height: 30px; 3997 height: 30px;
4076 padding:0px 0px 0px 10px; 3998 padding:0px 0px 0px 10px;
4077 } 3999 }
4078 .ips_wrap .ip_entry .ip{ 4000 .ips_wrap .ip_entry .ip {
4079 float: left 4001 float: left
4080 } 4002 }
4081 .ips_wrap .ip_entry .ip_action{ 4003 .ips_wrap .ip_entry .ip_action {
4082 float: left 4004 float: left
4083 } 4005 }
4084 4006
4085 4007
4086 /*README STYLE*/ 4008 /*README STYLE*/
4096 div.readme .readme_box { 4018 div.readme .readme_box {
4097 background-color: #fafafa; 4019 background-color: #fafafa;
4098 } 4020 }
4099 4021
4100 div.readme .readme_box { 4022 div.readme .readme_box {
4101 clear:both; 4023 clear:both;
4102 overflow:hidden; 4024 overflow:hidden;
4103 margin:0; 4025 margin:0;
4104 padding:0 20px 10px; 4026 padding:0 20px 10px;
4105 } 4027 }
4106 4028
4107 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 { 4029 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 {
4108 border-bottom: 0 !important; 4030 border-bottom: 0 !important;
4109 margin: 0 !important; 4031 margin: 0 !important;
4110 padding: 0 !important; 4032 padding: 0 !important;
4111 line-height: 1.5em !important; 4033 line-height: 1.5em !important;
4112 } 4034 }
4113 4035
4114 4036
4115 div.readme .readme_box h1:first-child { 4037 div.readme .readme_box h1:first-child {
4116 padding-top: .25em !important; 4038 padding-top: .25em !important;
4117 } 4039 }
4118 4040
4119 div.readme .readme_box h2, div.readme .readme_box h3 { 4041 div.readme .readme_box h2, div.readme .readme_box h3 {
4120 margin: 1em 0 !important; 4042 margin: 1em 0 !important;
4121 } 4043 }
4122 4044
4123 div.readme .readme_box h2 { 4045 div.readme .readme_box h2 {
4124 margin-top: 1.5em !important; 4046 margin-top: 1.5em !important;
4125 border-top: 4px solid #e0e0e0 !important; 4047 border-top: 4px solid #e0e0e0 !important;
4126 padding-top: .5em !important; 4048 padding-top: .5em !important;
4127 } 4049 }
4128 4050
4129 div.readme .readme_box p { 4051 div.readme .readme_box p {
4130 color: black !important; 4052 color: black !important;
4131 margin: 1em 0 !important; 4053 margin: 1em 0 !important;
4132 line-height: 1.5em !important; 4054 line-height: 1.5em !important;
4133 } 4055 }
4134 4056
4135 div.readme .readme_box ul { 4057 div.readme .readme_box ul {
4136 list-style: disc !important; 4058 list-style: disc !important;
4137 margin: 1em 0 1em 2em !important; 4059 margin: 1em 0 1em 2em !important;
4138 } 4060 }
4139 4061
4140 div.readme .readme_box ol { 4062 div.readme .readme_box ol {
4141 list-style: decimal; 4063 list-style: decimal;
4142 margin: 1em 0 1em 2em !important; 4064 margin: 1em 0 1em 2em !important;
4143 } 4065 }
4144 4066
4145 div.readme .readme_box pre, code { 4067 div.readme .readme_box pre, code {
4146 font: 12px "Bitstream Vera Sans Mono","Courier",monospace; 4068 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4147 } 4069 }
4148 4070
4149 div.readme .readme_box code { 4071 div.readme .readme_box code {
4150 font-size: 12px !important; 4072 font-size: 12px !important;
4151 background-color: ghostWhite !important; 4073 background-color: ghostWhite !important;
4198 div.rst-block { 4120 div.rst-block {
4199 background-color: #fafafa; 4121 background-color: #fafafa;
4200 } 4122 }
4201 4123
4202 div.rst-block { 4124 div.rst-block {
4203 clear:both; 4125 clear:both;
4204 overflow:hidden; 4126 overflow:hidden;
4205 margin:0; 4127 margin:0;
4206 padding:0 20px 10px; 4128 padding:0 20px 10px;
4207 } 4129 }
4208 4130
4209 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 { 4131 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
4210 border-bottom: 0 !important; 4132 border-bottom: 0 !important;
4211 margin: 0 !important; 4133 margin: 0 !important;
4212 padding: 0 !important; 4134 padding: 0 !important;
4213 line-height: 1.5em !important; 4135 line-height: 1.5em !important;
4214 } 4136 }
4215 4137
4216 4138
4217 div.rst-block h1:first-child { 4139 div.rst-block h1:first-child {
4218 padding-top: .25em !important; 4140 padding-top: .25em !important;
4219 } 4141 }
4220 4142
4221 div.rst-block h2, div.rst-block h3 { 4143 div.rst-block h2, div.rst-block h3 {
4222 margin: 1em 0 !important; 4144 margin: 1em 0 !important;
4223 } 4145 }
4224 4146
4225 div.rst-block h2 { 4147 div.rst-block h2 {
4226 margin-top: 1.5em !important; 4148 margin-top: 1.5em !important;
4227 border-top: 4px solid #e0e0e0 !important; 4149 border-top: 4px solid #e0e0e0 !important;
4228 padding-top: .5em !important; 4150 padding-top: .5em !important;
4229 } 4151 }
4230 4152
4231 div.rst-block p { 4153 div.rst-block p {
4232 color: black !important; 4154 color: black !important;
4233 margin: 1em 0 !important; 4155 margin: 1em 0 !important;
4234 line-height: 1.5em !important; 4156 line-height: 1.5em !important;
4235 } 4157 }
4236 4158
4237 div.rst-block ul { 4159 div.rst-block ul {
4238 list-style: disc !important; 4160 list-style: disc !important;
4239 margin: 1em 0 1em 2em !important; 4161 margin: 1em 0 1em 2em !important;
4240 } 4162 }
4241 4163
4242 div.rst-block ol { 4164 div.rst-block ol {
4243 list-style: decimal; 4165 list-style: decimal;
4244 margin: 1em 0 1em 2em !important; 4166 margin: 1em 0 1em 2em !important;
4245 } 4167 }
4246 4168
4247 div.rst-block pre, code { 4169 div.rst-block pre, code {
4248 font: 12px "Bitstream Vera Sans Mono","Courier",monospace; 4170 font: 12px "Bitstream Vera Sans Mono","Courier",monospace;
4249 } 4171 }
4250 4172
4251 div.rst-block code { 4173 div.rst-block code {
4252 font-size: 12px !important; 4174 font-size: 12px !important;
4253 background-color: ghostWhite !important; 4175 background-color: ghostWhite !important;
4318 } 4240 }
4319 .comment .text div.rst-block p { 4241 .comment .text div.rst-block p {
4320 margin: 0.5em 0px !important; 4242 margin: 0.5em 0px !important;
4321 } 4243 }
4322 4244
4323 .comments .comments-number{ 4245 .comments .comments-number {
4324 padding:0px 0px 10px 0px; 4246 padding:0px 0px 10px 0px;
4325 font-weight: bold; 4247 font-weight: bold;
4326 color: #666; 4248 color: #666;
4327 font-size: 16px; 4249 font-size: 16px;
4328 } 4250 }
4329 4251
4330 /** comment form **/ 4252 /** comment form **/
4331 4253
4332 .status-block{ 4254 .status-block {
4333 height:80px; 4255 height:80px;
4334 clear:both 4256 clear:both
4335 } 4257 }
4336 4258
4337 .comment-form .clearfix{ 4259 .comment-form .clearfix {
4338 background: #EEE; 4260 background: #EEE;
4339 -webkit-border-radius: 4px; 4261 -webkit-border-radius: 4px;
4340 -moz-border-radius: 4px; 4262 -moz-border-radius: 4px;
4341 border-radius: 4px; 4263 border-radius: 4px;
4342 padding: 10px; 4264 padding: 10px;
4373 4295
4374 .comment-form .comment { 4296 .comment-form .comment {
4375 margin-left: 10px; 4297 margin-left: 10px;
4376 } 4298 }
4377 4299
4378 .comment-form .comment-help{ 4300 .comment-form .comment-help {
4379 padding: 0px 0px 5px 0px; 4301 padding: 0px 0px 5px 0px;
4380 color: #666; 4302 color: #666;
4381 } 4303 }
4382 4304
4383 .comment-form .comment-button{ 4305 .comment-form .comment-button {
4384 padding-top:5px; 4306 padding-top:5px;
4385 } 4307 }
4386 4308
4387 .add-another-button { 4309 .add-another-button {
4388 margin-left: 10px; 4310 margin-left: 10px;
4394 float: right; 4316 float: right;
4395 padding:2px 2px 0px 0px; 4317 padding:2px 2px 0px 0px;
4396 } 4318 }
4397 4319
4398 4320
4399 .show-inline-comments{ 4321 .show-inline-comments {
4400 position: relative; 4322 position: relative;
4401 top:1px 4323 top:1px
4402 } 4324 }
4403 4325
4404 /** comment inline form **/ 4326 /** comment inline form **/
4405 .comment-inline-form .overlay{ 4327 .comment-inline-form .overlay {
4406 display: none; 4328 display: none;
4407 } 4329 }
4408 .comment-inline-form .overlay.submitting{ 4330 .comment-inline-form .overlay.submitting {
4409 display:block; 4331 display:block;
4410 background: none repeat scroll 0 0 white; 4332 background: none repeat scroll 0 0 white;
4411 font-size: 16px; 4333 font-size: 16px;
4412 opacity: 0.5; 4334 opacity: 0.5;
4413 position: absolute; 4335 position: absolute;
4414 text-align: center; 4336 text-align: center;
4415 vertical-align: top; 4337 vertical-align: top;
4416 4338
4417 } 4339 }
4418 .comment-inline-form .overlay.submitting .overlay-text{ 4340 .comment-inline-form .overlay.submitting .overlay-text {
4419 width:100%; 4341 width:100%;
4420 margin-top:5%; 4342 margin-top:5%;
4421 } 4343 }
4422 4344
4423 .comment-inline-form .clearfix{ 4345 .comment-inline-form .clearfix {
4424 background: #EEE; 4346 background: #EEE;
4425 -webkit-border-radius: 4px; 4347 -webkit-border-radius: 4px;
4426 -moz-border-radius: 4px; 4348 -moz-border-radius: 4px;
4427 border-radius: 4px; 4349 border-radius: 4px;
4428 padding: 5px; 4350 padding: 5px;
4431 div.comment-inline-form { 4353 div.comment-inline-form {
4432 padding:4px 0px 6px 0px; 4354 padding:4px 0px 6px 0px;
4433 } 4355 }
4434 4356
4435 4357
4436 tr.hl-comment{ 4358 tr.hl-comment {
4437 /* 4359 /*
4438 background-color: #FFFFCC !important; 4360 background-color: #FFFFCC !important;
4439 */ 4361 */
4440 } 4362 }
4441 4363
4474 4396
4475 .comment-inline-form .comment { 4397 .comment-inline-form .comment {
4476 margin-left: 10px; 4398 margin-left: 10px;
4477 } 4399 }
4478 4400
4479 .comment-inline-form .comment-help{ 4401 .comment-inline-form .comment-help {
4480 padding: 0px 0px 2px 0px; 4402 padding: 0px 0px 2px 0px;
4481 color: #666666; 4403 color: #666666;
4482 font-size: 10px; 4404 font-size: 10px;
4483 } 4405 }
4484 4406
4485 .comment-inline-form .comment-button{ 4407 .comment-inline-form .comment-button {
4486 padding-top:5px; 4408 padding-top:5px;
4487 } 4409 }
4488 4410
4489 /** comment inline **/ 4411 /** comment inline **/
4490 .inline-comments { 4412 .inline-comments {
4507 } 4429 }
4508 .inline-comments .add-comment { 4430 .inline-comments .add-comment {
4509 padding: 2px 4px 8px 5px; 4431 padding: 2px 4px 8px 5px;
4510 } 4432 }
4511 4433
4512 .inline-comments .comment-wrapp{ 4434 .inline-comments .comment-wrapp {
4513 padding:1px; 4435 padding:1px;
4514 } 4436 }
4515 .inline-comments .comment .meta { 4437 .inline-comments .comment .meta {
4516 background: #f8f8f8; 4438 background: #f8f8f8;
4517 padding: 4px; 4439 padding: 4px;
4536 4458
4537 .inline-comments .comment .text { 4459 .inline-comments .comment .text {
4538 background-color: #FAFAFA; 4460 background-color: #FAFAFA;
4539 } 4461 }
4540 4462
4541 .inline-comments .comments-number{ 4463 .inline-comments .comments-number {
4542 padding:0px 0px 10px 0px; 4464 padding:0px 0px 10px 0px;
4543 font-weight: bold; 4465 font-weight: bold;
4544 color: #666; 4466 color: #666;
4545 font-size: 16px; 4467 font-size: 16px;
4546 } 4468 }
4547 .inline-comments-button .add-comment{ 4469 .inline-comments-button .add-comment {
4548 margin:2px 0px 8px 5px !important 4470 margin:2px 0px 8px 5px !important
4549 } 4471 }
4550 4472
4551 4473
4552 .notification-paginator{ 4474 .notification-paginator {
4553 padding: 0px 0px 4px 16px; 4475 padding: 0px 0px 4px 16px;
4554 float: left; 4476 float: left;
4555 } 4477 }
4556 4478
4557 .menu_link_user{ 4479 .menu_link_user {
4558 padding: 10px 8px 8px 8px !important; 4480 padding: 10px 8px 8px 8px !important;
4559 } 4481 }
4560 4482
4561 .menu_link_notifications { 4483 .menu_link_notifications {
4562 padding: 4px 4px !important; 4484 padding: 4px 4px !important;
4568 border-radius: 4px !important; 4490 border-radius: 4px !important;
4569 -webkit-border-radius: 4px !important; 4491 -webkit-border-radius: 4px !important;
4570 -moz-border-radius: 4px !important; 4492 -moz-border-radius: 4px !important;
4571 } 4493 }
4572 4494
4573 .notification-header{ 4495 .notification-header {
4574 padding-top:6px; 4496 padding-top:6px;
4575 } 4497 }
4576 .notification-header .desc{ 4498 .notification-header .desc {
4577 font-size: 16px; 4499 font-size: 16px;
4578 height: 24px; 4500 height: 24px;
4579 float: left 4501 float: left
4580 } 4502 }
4581 .notification-list .container.unread{ 4503 .notification-list .container.unread {
4582 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6); 4504 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4583 } 4505 }
4584 .notification-header .gravatar{ 4506 .notification-header .gravatar {
4585 background: none repeat scroll 0 0 transparent; 4507 background: none repeat scroll 0 0 transparent;
4586 padding: 0px 0px 0px 8px; 4508 padding: 0px 0px 0px 8px;
4587 } 4509 }
4588 .notification-list .container .notification-header .desc{ 4510 .notification-list .container .notification-header .desc {
4589 font-weight: bold; 4511 font-weight: bold;
4590 font-size: 17px; 4512 font-size: 17px;
4591 } 4513 }
4592 .notification-table{ 4514 .notification-table {
4593 border: 1px solid #ccc; 4515 border: 1px solid #ccc;
4594 -webkit-border-radius: 6px 6px 6px 6px; 4516 -webkit-border-radius: 6px 6px 6px 6px;
4595 -moz-border-radius: 6px 6px 6px 6px; 4517 -moz-border-radius: 6px 6px 6px 6px;
4596 border-radius: 6px 6px 6px 6px; 4518 border-radius: 6px 6px 6px 6px;
4597 clear: both; 4519 clear: both;
4598 margin: 0px 20px 0px 20px; 4520 margin: 0px 20px 0px 20px;
4599 } 4521 }
4600 .notification-header .delete-notifications{ 4522 .notification-header .delete-notifications {
4601 float: right; 4523 float: right;
4602 padding-top: 8px; 4524 padding-top: 8px;
4603 cursor: pointer; 4525 cursor: pointer;
4604 } 4526 }
4605 .notification-header .read-notifications{ 4527 .notification-header .read-notifications {
4606 float: right; 4528 float: right;
4607 padding-top: 8px; 4529 padding-top: 8px;
4608 cursor: pointer; 4530 cursor: pointer;
4609 } 4531 }
4610 .notification-subject{ 4532 .notification-subject {
4611 clear:both; 4533 clear:both;
4612 border-bottom: 1px solid #eee; 4534 border-bottom: 1px solid #eee;
4613 padding:5px 0px 5px 38px; 4535 padding:5px 0px 5px 38px;
4614 } 4536 }
4615 4537
4616 .notification-body{ 4538 .notification-body {
4617 clear:both; 4539 clear:both;
4618 margin: 34px 2px 2px 8px 4540 margin: 34px 2px 2px 8px
4619 } 4541 }
4620 4542
4621 /**** 4543 /****
4622 PULL REQUESTS 4544 PULL REQUESTS
4623 *****/ 4545 *****/
4624 .pullrequests_section_head { 4546 .pullrequests_section_head {
4625 padding:10px 10px 10px 0px; 4547 padding:10px 10px 10px 0px;
4626 font-size:16px; 4548 font-size:16px;
4627 font-weight: bold; 4549 font-weight: bold;
4628 } 4550 }
4629 4551
4630 /**** 4552 /****
4631 PERMS 4553 PERMS
4632 *****/ 4554 *****/
4633 #perms .perms_section_head { 4555 #perms .perms_section_head {
4634 padding:10px 10px 10px 0px; 4556 padding:10px 10px 10px 0px;
4635 font-size:16px; 4557 font-size:16px;
4636 font-weight: bold; 4558 font-weight: bold;
4637 } 4559 }
4638 4560
4639 #perms .perm_tag{ 4561 #perms .perm_tag {
4640 padding: 1px 3px 1px 3px; 4562 padding: 1px 3px 1px 3px;
4641 font-size: 10px; 4563 font-size: 10px;
4642 font-weight: bold; 4564 font-weight: bold;
4643 text-transform: uppercase; 4565 text-transform: uppercase;
4644 white-space: nowrap; 4566 white-space: nowrap;
4645 -webkit-border-radius: 3px; 4567 -webkit-border-radius: 3px;
4646 -moz-border-radius: 3px; 4568 -moz-border-radius: 3px;
4647 border-radius: 3px; 4569 border-radius: 3px;
4648 } 4570 }
4649 4571
4650 #perms .perm_tag.admin{ 4572 #perms .perm_tag.admin {
4651 background-color: #B94A48; 4573 background-color: #B94A48;
4652 color: #ffffff; 4574 color: #ffffff;
4653 } 4575 }
4654 4576
4655 #perms .perm_tag.write{ 4577 #perms .perm_tag.write {
4656 background-color: #DB7525; 4578 background-color: #DB7525;
4657 color: #ffffff; 4579 color: #ffffff;
4658 } 4580 }
4659 4581
4660 #perms .perm_tag.read{ 4582 #perms .perm_tag.read {
4661 background-color: #468847; 4583 background-color: #468847;
4662 color: #ffffff; 4584 color: #ffffff;
4663 } 4585 }
4664 4586
4665 #perms .perm_tag.none{ 4587 #perms .perm_tag.none {
4666 background-color: #bfbfbf; 4588 background-color: #bfbfbf;
4667 color: #ffffff; 4589 color: #ffffff;
4668 } 4590 }
4669 4591
4670 .perm-gravatar{ 4592 .perm-gravatar {
4671 vertical-align:middle; 4593 vertical-align:middle;
4672 padding:2px; 4594 padding:2px;
4673 } 4595 }
4674 .perm-gravatar-ac{ 4596 .perm-gravatar-ac {
4675 vertical-align:middle; 4597 vertical-align:middle;
4676 padding:2px; 4598 padding:2px;
4677 width: 14px; 4599 width: 14px;
4678 height: 14px; 4600 height: 14px;
4679 } 4601 }
4693 line-height: 125%; 4615 line-height: 125%;
4694 -webkit-border-radius: 6px 6px 0px 0px; 4616 -webkit-border-radius: 6px 6px 0px 0px;
4695 -moz-border-radius: 6px 6px 0px 0px; 4617 -moz-border-radius: 6px 6px 0px 0px;
4696 border-radius: 6px 6px 0px 0px; 4618 border-radius: 6px 6px 0px 0px;
4697 } 4619 }
4698 div.diffblock.margined{ 4620 div.diffblock.margined {
4699 margin: 0px 20px 0px 20px; 4621 margin: 0px 20px 0px 20px;
4700 } 4622 }
4701 div.diffblock .code-header{ 4623 div.diffblock .code-header {
4702 border-bottom: 1px solid #CCCCCC; 4624 border-bottom: 1px solid #CCCCCC;
4703 background: #EEEEEE; 4625 background: #EEEEEE;
4704 padding:10px 0 10px 0; 4626 padding:10px 0 10px 0;
4705 height: 14px; 4627 height: 14px;
4706 } 4628 }
4707 4629
4708 div.diffblock .code-header.banner{ 4630 div.diffblock .code-header.banner {
4709 border-bottom: 1px solid #CCCCCC; 4631 border-bottom: 1px solid #CCCCCC;
4710 background: #EEEEEE; 4632 background: #EEEEEE;
4711 height: 14px; 4633 height: 14px;
4712 margin: 0px 95px 0px 95px; 4634 margin: 0px 95px 0px 95px;
4713 padding: 3px 3px 11px 3px; 4635 padding: 3px 3px 11px 3px;
4714 } 4636 }
4715 4637
4716 div.diffblock .code-header.cv{ 4638 div.diffblock .code-header.cv {
4717 height: 34px; 4639 height: 34px;
4718 } 4640 }
4719 div.diffblock .code-header-title{ 4641 div.diffblock .code-header-title {
4720 padding: 0px 0px 10px 5px !important; 4642 padding: 0px 0px 10px 5px !important;
4721 margin: 0 !important; 4643 margin: 0 !important;
4722 } 4644 }
4723 div.diffblock .code-header .hash{ 4645 div.diffblock .code-header .hash {
4724 float: left; 4646 float: left;
4725 padding: 2px 0 0 2px; 4647 padding: 2px 0 0 2px;
4726 } 4648 }
4727 div.diffblock .code-header .date{ 4649 div.diffblock .code-header .date {
4728 float:left; 4650 float:left;
4729 text-transform: uppercase; 4651 text-transform: uppercase;
4730 padding: 2px 0px 0px 2px; 4652 padding: 2px 0px 0px 2px;
4731 } 4653 }
4732 div.diffblock .code-header div{ 4654 div.diffblock .code-header div {
4733 margin-left:4px; 4655 margin-left:4px;
4734 font-weight: bold; 4656 font-weight: bold;
4735 font-size: 14px; 4657 font-size: 14px;
4736 } 4658 }
4737 4659
4758 padding: 0px 2px 2px 2px; 4680 padding: 0px 2px 2px 2px;
4759 background-color:#eeeeee; 4681 background-color:#eeeeee;
4760 border-bottom: 1px solid #CCCCCC; 4682 border-bottom: 1px solid #CCCCCC;
4761 } 4683 }
4762 4684
4763 div.diffblock .code-body{ 4685 div.diffblock .code-body {
4764 background: #FFFFFF; 4686 background: #FFFFFF;
4765 } 4687 }
4766 div.diffblock pre.raw{ 4688 div.diffblock pre.raw {
4767 background: #FFFFFF; 4689 background: #FFFFFF;
4768 color:#000000; 4690 color:#000000;
4769 } 4691 }
4770 table.code-difftable{ 4692 table.code-difftable {
4771 border-collapse: collapse; 4693 border-collapse: collapse;
4772 width: 99%; 4694 width: 99%;
4773 } 4695 }
4774 table.code-difftable td { 4696 table.code-difftable td {
4775 padding: 0 !important; 4697 padding: 0 !important;
4776 background: none !important; 4698 background: none !important;
4777 border:0 !important; 4699 border:0 !important;
4778 vertical-align: none !important; 4700 vertical-align: none !important;
4779 } 4701 }
4780 table.code-difftable .context{ 4702 table.code-difftable .context {
4781 background:none repeat scroll 0 0 #DDE7EF; 4703 background:none repeat scroll 0 0 #DDE7EF;
4782 } 4704 }
4783 table.code-difftable .add{ 4705 table.code-difftable .add {
4784 background:none repeat scroll 0 0 #DDFFDD; 4706 background:none repeat scroll 0 0 #DDFFDD;
4785 } 4707 }
4786 table.code-difftable .add ins{ 4708 table.code-difftable .add ins {
4787 background:none repeat scroll 0 0 #AAFFAA; 4709 background:none repeat scroll 0 0 #AAFFAA;
4788 text-decoration:none; 4710 text-decoration:none;
4789 } 4711 }
4790 table.code-difftable .del{ 4712 table.code-difftable .del {
4791 background:none repeat scroll 0 0 #FFDDDD; 4713 background:none repeat scroll 0 0 #FFDDDD;
4792 } 4714 }
4793 table.code-difftable .del del{ 4715 table.code-difftable .del del {
4794 background:none repeat scroll 0 0 #FFAAAA; 4716 background:none repeat scroll 0 0 #FFAAAA;
4795 text-decoration:none; 4717 text-decoration:none;
4796 } 4718 }
4797 4719
4798 /** LINE NUMBERS **/ 4720 /** LINE NUMBERS **/
4799 table.code-difftable .lineno{ 4721 table.code-difftable .lineno {
4800 4722
4801 padding-left:2px; 4723 padding-left:2px;
4802 padding-right:2px; 4724 padding-right:2px;
4803 text-align:right; 4725 text-align:right;
4804 width:32px; 4726 width:32px;
4813 } 4735 }
4814 table.code-difftable .lineno.new { 4736 table.code-difftable .lineno.new {
4815 } 4737 }
4816 table.code-difftable .lineno.old { 4738 table.code-difftable .lineno.old {
4817 } 4739 }
4818 table.code-difftable .lineno a{ 4740 table.code-difftable .lineno a {
4819 color:#747474 !important; 4741 color:#747474 !important;
4820 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; 4742 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4821 letter-spacing:-1px; 4743 letter-spacing:-1px;
4822 text-align:right; 4744 text-align:right;
4823 padding-right: 2px; 4745 padding-right: 2px;
4824 cursor: pointer; 4746 cursor: pointer;
4825 display: block; 4747 display: block;
4826 width: 32px; 4748 width: 32px;
4827 } 4749 }
4828 4750
4829 table.code-difftable .lineno-inline{ 4751 table.code-difftable .lineno-inline {
4830 background:none repeat scroll 0 0 #FFF !important; 4752 background:none repeat scroll 0 0 #FFF !important;
4831 padding-left:2px; 4753 padding-left:2px;
4832 padding-right:2px; 4754 padding-right:2px;
4833 text-align:right; 4755 text-align:right;
4834 width:30px; 4756 width:30px;
4839 /** CODE **/ 4761 /** CODE **/
4840 table.code-difftable .code { 4762 table.code-difftable .code {
4841 display: block; 4763 display: block;
4842 width: 100%; 4764 width: 100%;
4843 } 4765 }
4844 table.code-difftable .code td{ 4766 table.code-difftable .code td {
4845 margin:0; 4767 margin:0;
4846 padding:0; 4768 padding:0;
4847 } 4769 }
4848 table.code-difftable .code pre{ 4770 table.code-difftable .code pre {
4849 margin:0; 4771 margin:0;
4850 padding:0; 4772 padding:0;
4851 height: 17px; 4773 height: 17px;
4852 line-height: 17px; 4774 line-height: 17px;
4853 } 4775 }
4854 4776
4855 4777
4856 .diffblock.margined.comm .line .code:hover{ 4778 .diffblock.margined.comm .line .code:hover {
4857 background-color:#FFFFCC !important; 4779 background-color:#FFFFCC !important;
4858 cursor: pointer !important; 4780 cursor: pointer !important;
4859 background-image:url("../images/icons/comment_add.png") !important; 4781 background-image:url("../images/icons/comment_add.png") !important;
4860 background-repeat:no-repeat !important; 4782 background-repeat:no-repeat !important;
4861 background-position: right !important; 4783 background-position: right !important;
4862 background-position: 0% 50% !important; 4784 background-position: 0% 50% !important;
4863 } 4785 }
4864 .diffblock.margined.comm .line .code.no-comment:hover{ 4786 .diffblock.margined.comm .line .code.no-comment:hover {
4865 background-image: none !important; 4787 background-image: none !important;
4866 cursor: auto !important; 4788 cursor: auto !important;
4867 background-color: inherit !important; 4789 background-color: inherit !important;
4868 } 4790 }
4869 4791