comparison pylons_app/public/css/monoblue_custom.css @ 219:64e1125fc479

html + css changes, added icons and etc.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 25 May 2010 19:18:12 +0200
parents 5b8d00d40bd4
children 710e7a75bb6b
comparison
equal deleted inserted replaced
218:58b46f9194c3 219:64e1125fc479
4 background: #DBD4C6; 4 background: #DBD4C6;
5 font-family: sans-serif; 5 font-family: sans-serif;
6 } 6 }
7 7
8 a { 8 a {
9 color: #0000cc; 9 color: #556CB5;
10 text-decoration: none; 10 text-decoration: none;
11 } 11 }
12 a:HOVER{ 12 a:HOVER{
13 text-decoration: underline; 13 text-decoration: underline;
14 } 14 }
15
15 /*** end of Initial Settings ***/ 16 /*** end of Initial Settings ***/
16 17
18 /*** ***/
19 .table_disp {
20 border-left: 0px solid #666666;
21 border-bottom: 1px solid #666666;
22 border-right: 1px solid #666666;
23 padding: 0px;
24 margin: 0px;
25 border-spacing: 0px;
26 }
27
28 .table_disp .header {
29 border-top: 1px solid #666666;
30 background-color: #556CB5;
31 font-weight: bold;
32 color: white;
33 vertical-align: middle;
34 padding: 3px 5px;
35 text-align: left;
36 font-size: 0.9em;
37 }
38
39 .table_disp .header td {
40 padding: 4px;
41 vertical-align: middle;
42 border-top: 1px solid #AAAAAA;
43 border-bottom: 2px solid #666666;
44 }
45 .table_disp td {
46 border-left: 1px solid #AAAAAA;
47 padding-left: 2px;
48 padding-right: 0px;
49 }
50
51 table tr.parity0:hover,table tr.parity1:hover {
52 background: #D5E1E6;
53 }
54
55 table tr.parity0 {
56 background: #EAEAE9;
57 }
58
59 table tr.parity1 {
60 background: #FFFFFF;
61 }
62
63
64 /*** ***/
65
17 /** common settings **/ 66 /** common settings **/
67 .add_icon{
68 background: url("/images/icons/add.png") no-repeat scroll 3px;
69 height: 16px;
70 padding-left: 20px;
71 padding-top: 0px;
72 text-align: left;
73
74 }
75 .edit_icon{
76 background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
77 height: 16px;
78 padding-left: 20px;
79 padding-top: 0px;
80 text-align: left;
81 }
82
83 .delete_icon{
84 background: url("/images/icons/delete.png") no-repeat scroll 3px;
85 height: 16px;
86 padding-left: 20px;
87 padding-top: 0px;
88 text-align: left;
89
90 }
91
92 .action_button{
93 border:0px;
94 display: block;
95 }
96 .action_button:hover{
97 border:0px;
98 font-style:italic;
99 cursor: pointer;
100 }
101
18 div#main { 102 div#main {
19 padding: 5px; 103 padding: 5px;
20 } 104 }
21 105
22 div#container { 106 div#container {
119 color: #333; 203 color: #333;
120 background: #FFF; 204 background: #FFF;
121 } 205 }
122 206
123 ul.submenu { 207 ul.submenu {
124 margin: 10px 0 -10px 20px; 208 margin: 5px 0px -20px 0px;
125 list-style-type: none; 209 list-style-type: none;
126 } 210 }
127 211
128 ul.submenu li { 212 ul.submenu li {
129 margin: 0 10px 0 0; 213 margin: 0 10px 0 0;
130 font-size: 1.2em; 214 font-size: 0.9em;
215 font-weight:bold;
131 display: inline; 216 display: inline;
217 }
218 ul.submenu .repos {
219 background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
220 height: 16px;
221 padding-left: 20px;
222 padding-top: 0px;
223 text-align: left;
224
225 }
226 ul.submenu .users {
227 background: url("/images/icons/user_edit.png") no-repeat scroll 3px;
228 height: 16px;
229 padding-left: 20px;
230 padding-top: 0px;
231 text-align: left;
232 }
233 ul.submenu .permissions {
234 background: url("/images/icons/folder_key.png") no-repeat scroll 3px;
235 height: 16px;
236 padding-left: 20px;
237 padding-top: 0px;
238 text-align: left;
239 }
240
241 ul.submenu .current_submenu {
242 border-bottom: 2px solid #556CB5;
132 } 243 }
133 244
134 h2 { 245 h2 {
135 margin: 20px 0 10px; 246 margin: 20px 0 10px;
136 height: 30px; 247 height: 30px;
138 text-indent: 20px; 249 text-indent: 20px;
139 background: #FFF; 250 background: #FFF;
140 font-size: 1.2em; 251 font-size: 1.2em;
141 border-top: dotted 1px #D5E1E6; 252 border-top: dotted 1px #D5E1E6;
142 font-weight: bold; 253 font-weight: bold;
254 color:#556CB5;
143 } 255 }
144 256
145 h2.no-link { 257 h2.no-link {
146 color: #006699; 258 color: #006699;
147 } 259 }
213 p.normal { 325 p.normal {
214 margin: 20px 0 20px 30px; 326 margin: 20px 0 20px 30px;
215 font-size: 1.2em; 327 font-size: 1.2em;
216 } 328 }
217 329
218 table tr.parity0:hover,table tr.parity1:hover {
219 background: #D5E1E6;
220 }
221
222 table tr.parity0 {
223 background: #EAEAE9;
224 }
225
226 table tr.parity1 {
227 background: #FFFFFF;
228 }
229
230 span.logtags span { 330 span.logtags span {
231 background-repeat: no-repeat; 331 background-repeat: no-repeat;
232 height: 16px; 332 height: 16px;
233 padding-left: 20px; 333 padding-left: 20px;
234 padding-top: 0px; 334 padding-top: 0px;
334 clear: left; 434 clear: left;
335 font-weight: bold; 435 font-weight: bold;
336 width: 150px; 436 width: 150px;
337 } 437 }
338 438
439 #clone_url{
440 border: 0px;
441 }
339 /** end of summary **/ 442 /** end of summary **/
340 443
341 /** chagelog **/ 444 /** chagelog **/
342 h3.changelog { 445 h3.changelog {
343 margin: 20px 0 5px 30px; 446 margin: 20px 0 5px 30px;
649 height: 16px; 752 height: 16px;
650 padding-left: 20px; 753 padding-left: 20px;
651 text-align: left; 754 text-align: left;
652 } 755 }
653 756
654 .current_submenu {
655 border-bottom: 2px solid;
656 }
657
658 #repos_list { 757 #repos_list {
659 border: 1px solid #556CB5; 758 border: 1px solid #556CB5;
660 background: #FFFFFF; 759 background: #FFFFFF;
661 } 760 }