comparison rhodecode/public/css/style.css @ 3098:a5f0bc867edc rhodecode-0.0.1.5.0

merge with beta
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 13 Dec 2012 22:54:21 +0100
parents 1f7b8c73c94a c222599da9a7
children 3259dc7caea4
comparison
equal deleted inserted replaced
2909:52b1c6de19c2 3098:a5f0bc867edc
59 a:hover { 59 a:hover {
60 color: #316293; 60 color: #316293;
61 text-decoration: underline; 61 text-decoration: underline;
62 } 62 }
63 63
64 h1,h2,h3,h4,h5,h6 { 64 h1,h2,h3,h4,h5,h6,
65 div.h1,div.h2,div.h3,div.h4,div.h5,div.h6 {
65 color: #292929; 66 color: #292929;
66 font-weight: 700; 67 font-weight: 700;
67 } 68 }
68 69
69 h1 { 70 h1,div.h1 {
70 font-size: 22px; 71 font-size: 22px;
71 } 72 }
72 73
73 h2 { 74 h2,div.h2 {
74 font-size: 20px; 75 font-size: 20px;
75 } 76 }
76 77
77 h3 { 78 h3,div.h3 {
78 font-size: 18px; 79 font-size: 18px;
79 } 80 }
80 81
81 h4 { 82 h4,div.h4 {
82 font-size: 16px; 83 font-size: 16px;
83 } 84 }
84 85
85 h5 { 86 h5,div.h5 {
86 font-size: 14px; 87 font-size: 14px;
87 } 88 }
88 89
89 h6 { 90 h6,div.h6 {
90 font-size: 11px; 91 font-size: 11px;
91 } 92 }
92 93
93 ul.circle { 94 ul.circle {
94 list-style-type: circle; 95 list-style-type: circle;
350 .ie9 #header #header-inner.hover 351 .ie9 #header #header-inner.hover
351 { 352 {
352 z-index: auto !important; 353 z-index: auto !important;
353 } 354 }
354 355
355 .header-pos-fix{ 356 .header-pos-fix, .anchor{
356 margin-top: -44px; 357 margin-top: -46px;
357 padding-top: 44px; 358 padding-top: 46px;
358 } 359 }
359 360
360 #header #header-inner #home a { 361 #header #header-inner #home a {
361 height: 40px; 362 height: 40px;
362 width: 46px; 363 width: 46px;
538 top: auto; 539 top: auto;
539 } 540 }
540 541
541 #header #header-inner #quick li ul ul { 542 #header #header-inner #quick li ul ul {
542 right: 200px; 543 right: 200px;
543 max-height: 275px; 544 max-height: 290px;
544 overflow: auto; 545 overflow: auto;
545 overflow-x: hidden; 546 overflow-x: hidden;
546 white-space: normal; 547 white-space: normal;
547 } 548 }
548 549
621 { 622 {
622 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px; 623 background: #FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
623 width: 167px; 624 width: 167px;
624 margin: 0; 625 margin: 0;
625 padding: 12px 9px 7px 24px; 626 padding: 12px 9px 7px 24px;
627 }
628
629 #header #header-inner #quick li ul li a.defaults,#header #header-inner #quick li ul li a.defaults:hover
630 {
631 background: #FFF url("../images/icons/wrench.png") no-repeat 4px 9px;
632 width: 167px;
633 margin: 0;
634 padding: 12px 9px 7px 24px;
626 } 635 }
627 636
628 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover 637 #header #header-inner #quick li ul li a.settings,#header #header-inner #quick li ul li a.settings:hover
629 { 638 {
630 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px; 639 background: #FFF url("../images/icons/cog.png") no-repeat 4px 9px;
677 } 686 }
678 687
679 #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover 688 #header #header-inner #quick li ul li a.pull_request,#header #header-inner #quick li ul li a.pull_request:hover
680 { 689 {
681 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px 690 background: #FFF url("../images/icons/arrow_join.png") no-repeat 4px
691 9px;
692 width: 167px;
693 margin: 0;
694 padding: 12px 9px 7px 24px;
695 }
696
697 #header #header-inner #quick li ul li a.compare_request,#header #header-inner #quick li ul li a.compare_request:hover
698 {
699 background: #FFF url("../images/icons/arrow_inout.png") no-repeat 4px
682 9px; 700 9px;
683 width: 167px; 701 width: 167px;
684 margin: 0; 702 margin: 0;
685 padding: 12px 9px 7px 24px; 703 padding: 12px 9px 7px 24px;
686 } 704 }
1141 margin: 0; 1159 margin: 0;
1142 padding: 11px 22px 12px; 1160 padding: 11px 22px 12px;
1143 text-decoration: none; 1161 text-decoration: none;
1144 } 1162 }
1145 1163
1146 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6 1164 #content div.box h1,#content div.box h2,#content div.box h3,#content div.box h4,#content div.box h5,#content div.box h6,
1165 #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
1166
1147 { 1167 {
1148 clear: both; 1168 clear: both;
1149 overflow: hidden; 1169 overflow: hidden;
1150 border-bottom: 1px solid #DDD; 1170 border-bottom: 1px solid #DDD;
1151 margin: 10px 20px; 1171 margin: 10px 20px;
1613 1633
1614 #content div.box table th { 1634 #content div.box table th {
1615 background: #eee; 1635 background: #eee;
1616 border-bottom: 1px solid #ddd; 1636 border-bottom: 1px solid #ddd;
1617 padding: 5px 0px 5px 5px; 1637 padding: 5px 0px 5px 5px;
1638 text-align: left;
1618 } 1639 }
1619 1640
1620 #content div.box table th.left { 1641 #content div.box table th.left {
1621 text-align: left; 1642 text-align: left;
1622 } 1643 }
2304 font-size: 14px; 2325 font-size: 14px;
2305 font-weight: bold; 2326 font-weight: bold;
2306 height: 30px; 2327 height: 30px;
2307 } 2328 }
2308 2329
2330 #journal .journal_user.deleted {
2331 color: #747474;
2332 font-size: 14px;
2333 font-weight: normal;
2334 height: 30px;
2335 font-style: italic;
2336 }
2337
2338
2309 #journal .journal_icon { 2339 #journal .journal_icon {
2310 clear: both; 2340 clear: both;
2311 float: left; 2341 float: left;
2312 padding-right: 4px; 2342 padding-right: 4px;
2313 padding-top: 3px; 2343 padding-top: 3px;
2492 float: left; 2522 float: left;
2493 text-align: center; 2523 text-align: center;
2494 font-size: 9px; 2524 font-size: 9px;
2495 padding: 2px 0px 2px 0px; 2525 padding: 2px 0px 2px 0px;
2496 } 2526 }
2527 /*new binary*/
2528 .cs_files .changes .bin1 {
2529 background-color: #BBFFBB;
2530 float: left;
2531 text-align: center;
2532 font-size: 9px;
2533 padding: 2px 0px 2px 0px;
2534 }
2535
2536 /*deleted binary*/
2537 .cs_files .changes .bin2 {
2538 background-color: #FF8888;
2539 float: left;
2540 text-align: center;
2541 font-size: 9px;
2542 padding: 2px 0px 2px 0px;
2543 }
2544
2545 /*mod binary*/
2546 .cs_files .changes .bin3 {
2547 background-color: #DDDDDD;
2548 float: left;
2549 text-align: center;
2550 font-size: 9px;
2551 padding: 2px 0px 2px 0px;
2552 }
2553
2554 /*rename file*/
2555 .cs_files .changes .bin4 {
2556 background-color: #6D99FF;
2557 float: left;
2558 text-align: center;
2559 font-size: 9px;
2560 padding: 2px 0px 2px 0px;
2561 }
2562
2497 2563
2498 .cs_files .cs_added,.cs_files .cs_A { 2564 .cs_files .cs_added,.cs_files .cs_A {
2499 background: url("../images/icons/page_white_add.png") no-repeat scroll 2565 background: url("../images/icons/page_white_add.png") no-repeat scroll
2500 3px; 2566 3px;
2501 height: 16px; 2567 height: 16px;
2526 overflow: hidden; 2592 overflow: hidden;
2527 } 2593 }
2528 2594
2529 #graph_nodes { 2595 #graph_nodes {
2530 float: left; 2596 float: left;
2531 margin-right: -6px; 2597 margin-right: 0px;
2532 margin-top: 0px; 2598 margin-top: 0px;
2533 } 2599 }
2534 2600
2535 #graph_content { 2601 #graph_content {
2536 width: 80%; 2602 width: 80%;
2546 #graph_content #rev_range_container { 2612 #graph_content #rev_range_container {
2547 float: left; 2613 float: left;
2548 margin: 0px 0px 0px 3px; 2614 margin: 0px 0px 0px 3px;
2549 } 2615 }
2550 2616
2617 #graph_content #rev_range_clear {
2618 float: left;
2619 margin: 0px 0px 0px 3px;
2620 }
2621
2551 #graph_content .container { 2622 #graph_content .container {
2552 border-bottom: 1px solid #DDD; 2623 border-bottom: 1px solid #DDD;
2553 height: 56px; 2624 height: 56px;
2554 overflow: hidden; 2625 overflow: hidden;
2555 } 2626 }
2594 } 2665 }
2595 2666
2596 #graph_content .container .mid .message a:hover{ 2667 #graph_content .container .mid .message a:hover{
2597 text-decoration: none; 2668 text-decoration: none;
2598 } 2669 }
2599 #content #graph_content .message .revision-link, 2670
2600 #changeset_content .container .message .revision-link 2671 .revision-link
2601 { 2672 {
2602 color:#3F6F9F; 2673 color:#3F6F9F;
2603 font-weight: bold !important; 2674 font-weight: bold !important;
2604 } 2675 }
2605 2676
2606 #content #graph_content .message .issue-tracker-link, 2677 .issue-tracker-link{
2607 #changeset_content .container .message .issue-tracker-link{
2608 color:#3F6F9F; 2678 color:#3F6F9F;
2609 font-weight: bold !important; 2679 font-weight: bold !important;
2610 } 2680 }
2611 2681
2612 .changeset-status-container{ 2682 .changeset-status-container{
2982 visibility: hidden; 3052 visibility: hidden;
2983 position: absolute; 3053 position: absolute;
2984 z-index: 2; 3054 z-index: 2;
2985 } 3055 }
2986 3056
2987 .yui-tt { 3057 #tip-box {
2988 visibility: hidden;
2989 position: absolute; 3058 position: absolute;
2990 color: #666; 3059
2991 background-color: #FFF; 3060 background-color: #FFF;
2992 border: 2px solid #003367; 3061 border: 2px solid #003367;
2993 font: 100% sans-serif; 3062 font: 100% sans-serif;
2994 width: auto; 3063 width: auto;
2995 opacity: 1px; 3064 opacity: 1px;
2996 padding: 8px; 3065 padding: 8px;
3066
2997 white-space: pre-wrap; 3067 white-space: pre-wrap;
2998 -webkit-border-radius: 8px 8px 8px 8px; 3068 -webkit-border-radius: 8px 8px 8px 8px;
2999 -khtml-border-radius: 8px 8px 8px 8px; 3069 -khtml-border-radius: 8px 8px 8px 8px;
3000 -moz-border-radius: 8px 8px 8px 8px; 3070 -moz-border-radius: 8px 8px 8px 8px;
3001 border-radius: 8px 8px 8px 8px; 3071 border-radius: 8px 8px 8px 8px;
3002 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 3072 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3003 } 3073 -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3074 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3075 }
3076
3077 .hl-tip-box {
3078 visibility: hidden;
3079 position: absolute;
3080 color: #666;
3081 background-color: #FFF;
3082 border: 2px solid #003367;
3083 font: 100% sans-serif;
3084 width: auto;
3085 opacity: 1px;
3086 padding: 8px;
3087 white-space: pre-wrap;
3088 -webkit-border-radius: 8px 8px 8px 8px;
3089 -khtml-border-radius: 8px 8px 8px 8px;
3090 -moz-border-radius: 8px 8px 8px 8px;
3091 border-radius: 8px 8px 8px 8px;
3092 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3093 }
3094
3004 3095
3005 .mentions-container{ 3096 .mentions-container{
3006 width: 90% !important; 3097 width: 90% !important;
3007 } 3098 }
3008 .mentions-container .yui-ac-content{ 3099 .mentions-container .yui-ac-content{
3103 width: 20px; 3194 width: 20px;
3104 cursor: pointer; 3195 cursor: pointer;
3105 display: block; 3196 display: block;
3106 float: right; 3197 float: right;
3107 margin-top: 2px; 3198 margin-top: 2px;
3199 }
3200
3201 .locking_locked{
3202 background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px;
3203 height: 16px;
3204 width: 20px;
3205 cursor: pointer;
3206 display: block;
3207 float: right;
3208 margin-top: 2px;
3209 }
3210
3211 .locking_unlocked{
3212 background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px;
3213 height: 16px;
3214 width: 20px;
3215 cursor: pointer;
3216 display: block;
3217 float: right;
3218 margin-top: 2px;
3108 } 3219 }
3109 3220
3110 .currently_following { 3221 .currently_following {
3111 padding-left: 10px; 3222 padding-left: 10px;
3112 padding-bottom: 5px; 3223 padding-bottom: 5px;
3894 padding-left: 3px; 4005 padding-left: 3px;
3895 } 4006 }
3896 4007
3897 4008
3898 .group_members_wrap{ 4009 .group_members_wrap{
3899 4010 min-height: 85px;
4011 padding-left: 20px;
3900 } 4012 }
3901 4013
3902 .group_members .group_member{ 4014 .group_members .group_member{
3903 height: 30px; 4015 height: 30px;
3904 padding:0px 0px 0px 10px; 4016 padding:0px 0px 0px 0px;
3905 } 4017 }
3906 4018
3907 .reviewers_member{ 4019 .reviewers_member{
3908 height: 15px; 4020 height: 15px;
3909 padding:0px 0px 0px 10px; 4021 padding:0px 0px 0px 10px;
4014 -webkit-border-radius: 3px; 4126 -webkit-border-radius: 3px;
4015 -moz-border-radius: 3px; 4127 -moz-border-radius: 3px;
4016 border-radius: 3px; 4128 border-radius: 3px;
4017 } 4129 }
4018 4130
4131 div.readme .readme_box table {
4132 display: table;
4133 border-collapse: separate;
4134 border-spacing: 2px;
4135 border-color: gray;
4136 width: auto !important;
4137 }
4138
4019 4139
4020 /** RST STYLE **/ 4140 /** RST STYLE **/
4021 4141
4022 4142
4023 div.rst-block { 4143 div.rst-block {
4543 border-bottom: 1px solid #CCCCCC; 4663 border-bottom: 1px solid #CCCCCC;
4544 background: #EEEEEE; 4664 background: #EEEEEE;
4545 padding:10px 0 10px 0; 4665 padding:10px 0 10px 0;
4546 height: 14px; 4666 height: 14px;
4547 } 4667 }
4668
4669 div.diffblock .code-header.banner{
4670 border-bottom: 1px solid #CCCCCC;
4671 background: #EEEEEE;
4672 height: 14px;
4673 margin: 0px 95px 0px 95px;
4674 padding: 3px 3px 11px 3px;
4675 }
4676
4548 div.diffblock .code-header.cv{ 4677 div.diffblock .code-header.cv{
4549 height: 34px; 4678 height: 34px;
4550 } 4679 }
4551 div.diffblock .code-header-title{ 4680 div.diffblock .code-header-title{
4552 padding: 0px 0px 10px 5px !important; 4681 padding: 0px 0px 10px 5px !important;
4564 div.diffblock .code-header div{ 4693 div.diffblock .code-header div{
4565 margin-left:4px; 4694 margin-left:4px;
4566 font-weight: bold; 4695 font-weight: bold;
4567 font-size: 14px; 4696 font-size: 14px;
4568 } 4697 }
4698
4699 div.diffblock .parents {
4700 float: left;
4701 height: 26px;
4702 width:100px;
4703 font-size: 10px;
4704 font-weight: 400;
4705 vertical-align: middle;
4706 padding: 0px 2px 2px 2px;
4707 background-color:#eeeeee;
4708 border-bottom: 1px solid #CCCCCC;
4709 }
4710
4711 div.diffblock .children {
4712 float: right;
4713 height: 26px;
4714 width:100px;
4715 font-size: 10px;
4716 font-weight: 400;
4717 vertical-align: middle;
4718 text-align: right;
4719 padding: 0px 2px 2px 2px;
4720 background-color:#eeeeee;
4721 border-bottom: 1px solid #CCCCCC;
4722 }
4723
4569 div.diffblock .code-body{ 4724 div.diffblock .code-body{
4570 background: #FFFFFF; 4725 background: #FFFFFF;
4571 } 4726 }
4572 div.diffblock pre.raw{ 4727 div.diffblock pre.raw{
4573 background: #FFFFFF; 4728 background: #FFFFFF;