##// END OF EJS Templates
Fixed: Alternate theme lacking right border if no sidebar present (#4069)....
Jean-Philippe Lang -
r2955:0176430f5c69
parent child
Show More
@@ -1,70 +1,70
1 @import url(../../../stylesheets/application.css);
1 @import url(../../../stylesheets/application.css);
2
2
3 body, #wrapper { background-color:#EEEEEE; }
3 body, #wrapper { background-color:#EEEEEE; }
4 #header, #top-menu { margin: 0px 10px 0px 11px; }
4 #header, #top-menu { margin: 0px 10px 0px 11px; }
5 #main { background: #EEEEEE; margin: 8px 10px 0px 10px; }
5 #main { background: #EEEEEE; margin: 8px 10px 0px 10px; }
6 #content { background: #fff; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; }
6 #content, #main.nosidebar #content { background: #fff; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; }
7 #footer { background-color:#EEEEEE; border: 0px; }
7 #footer { background-color:#EEEEEE; border: 0px; }
8
8
9 /* Headers */
9 /* Headers */
10 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
10 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
11
11
12 /* Menu */
12 /* Menu */
13 #main-menu li a { background-color: #507AAA; font-weight: bold;}
13 #main-menu li a { background-color: #507AAA; font-weight: bold;}
14 #main-menu li a:hover { background: #507AAA; text-decoration: underline; }
14 #main-menu li a:hover { background: #507AAA; text-decoration: underline; }
15 #main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; }
15 #main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; }
16
16
17 /* Tables */
17 /* Tables */
18 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
18 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
19 table.list thead th {
19 table.list thead th {
20 border-width: 1px;
20 border-width: 1px;
21 border-style: solid;
21 border-style: solid;
22 border-top-color: #d7d7d7;
22 border-top-color: #d7d7d7;
23 border-right-color: #d7d7d7;
23 border-right-color: #d7d7d7;
24 border-left-color: #d7d7d7;
24 border-left-color: #d7d7d7;
25 border-bottom-color: #999999;
25 border-bottom-color: #999999;
26 }
26 }
27
27
28 /* Issues grid styles by priorities (provided by Wynn Netherland) */
28 /* Issues grid styles by priorities (provided by Wynn Netherland) */
29 table.list tr.issue a { color: #666; }
29 table.list tr.issue a { color: #666; }
30
30
31 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
31 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
32 tr.odd.priority-5 { background: #ffc4c4; }
32 tr.odd.priority-5 { background: #ffc4c4; }
33 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
33 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
34 tr.even.priority-5 { background: #ffd4d4; }
34 tr.even.priority-5 { background: #ffd4d4; }
35 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
35 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
36 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
36 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
37
37
38 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
38 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
39 tr.odd.priority-4 { background: #ffc4c4; }
39 tr.odd.priority-4 { background: #ffc4c4; }
40 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
40 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
41 tr.even.priority-4 { background: #ffd4d4; }
41 tr.even.priority-4 { background: #ffd4d4; }
42 tr.priority-4 a { color: #900; }
42 tr.priority-4 a { color: #900; }
43 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
43 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
44
44
45 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
45 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
46 tr.odd.priority-3 { background: #fee; }
46 tr.odd.priority-3 { background: #fee; }
47 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
47 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
48 tr.even.priority-3 { background: #fff2f2; }
48 tr.even.priority-3 { background: #fff2f2; }
49 tr.priority-3 a { color: #900; }
49 tr.priority-3 a { color: #900; }
50 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
50 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
51
51
52 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
52 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
53 tr.odd.priority-1 { background: #eaf7ff; }
53 tr.odd.priority-1 { background: #eaf7ff; }
54 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
54 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
55 tr.even.priority-1 { background: #f2faff; }
55 tr.even.priority-1 { background: #f2faff; }
56 tr.priority-1 a { color: #559; }
56 tr.priority-1 a { color: #559; }
57 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
57 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
58
58
59 /* Buttons */
59 /* Buttons */
60 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
60 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
61 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
61 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
62
62
63 /* Fields */
63 /* Fields */
64 input[type="text"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
64 input[type="text"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
65 input[type="text"], input[type="password"] { padding: 3px; }
65 input[type="text"], input[type="password"] { padding: 3px; }
66 input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
66 input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
67 option { border-bottom: 1px dotted #d7d7d7; }
67 option { border-bottom: 1px dotted #d7d7d7; }
68
68
69 /* Misc */
69 /* Misc */
70 .box { background-color: #fcfcfc; }
70 .box { background-color: #fcfcfc; }
General Comments 0
You need to be logged in to leave comments. Login now