##// END OF EJS Templates
hgweb: be consistent with the background highlighting on closed branches (Issue2386)...
Ryan Phillips -
r12353:0c2c969e stable
parent child Browse files
Show More
@@ -1,123 +1,124 b''
1 body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
1 body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
2 a { color:#0000cc; }
2 a { color:#0000cc; }
3 a:hover, a:visited, a:active { color:#880000; }
3 a:hover, a:visited, a:active { color:#880000; }
4 div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
4 div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
5 div.page_header a:visited { color:#0000cc; }
5 div.page_header a:visited { color:#0000cc; }
6 div.page_header a:hover { color:#880000; }
6 div.page_header a:hover { color:#880000; }
7 div.page_nav { padding:8px; }
7 div.page_nav { padding:8px; }
8 div.page_nav a:visited { color:#0000cc; }
8 div.page_nav a:visited { color:#0000cc; }
9 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
9 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
10 div.page_footer { padding:4px 8px; background-color: #d9d8d1; }
10 div.page_footer { padding:4px 8px; background-color: #d9d8d1; }
11 div.page_footer_text { float:left; color:#555555; font-style:italic; }
11 div.page_footer_text { float:left; color:#555555; font-style:italic; }
12 div.page_body { padding:8px; }
12 div.page_body { padding:8px; }
13 div.title, a.title {
13 div.title, a.title {
14 display:block; padding:6px 8px;
14 display:block; padding:6px 8px;
15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;
15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;
16 }
16 }
17 a.title:hover { background-color: #d9d8d1; }
17 a.title:hover { background-color: #d9d8d1; }
18 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
18 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
19 div.log_body { padding:8px 8px 8px 150px; }
19 div.log_body { padding:8px 8px 8px 150px; }
20 .age { white-space:nowrap; }
20 .age { white-space:nowrap; }
21 span.age { position:relative; float:left; width:142px; font-style:italic; }
21 span.age { position:relative; float:left; width:142px; font-style:italic; }
22 div.log_link {
22 div.log_link {
23 padding:0px 8px;
23 padding:0px 8px;
24 font-size:10px; font-family:sans-serif; font-style:normal;
24 font-size:10px; font-family:sans-serif; font-style:normal;
25 position:relative; float:left; width:136px;
25 position:relative; float:left; width:136px;
26 }
26 }
27 div.list_head { padding:6px 8px 4px; border:solid #d9d8d1; border-width:1px 0px 0px; font-style:italic; }
27 div.list_head { padding:6px 8px 4px; border:solid #d9d8d1; border-width:1px 0px 0px; font-style:italic; }
28 a.list { text-decoration:none; color:#000000; }
28 a.list { text-decoration:none; color:#000000; }
29 a.list:hover { text-decoration:underline; color:#880000; }
29 a.list:hover { text-decoration:underline; color:#880000; }
30 table { padding:8px 4px; }
30 table { padding:8px 4px; }
31 th { padding:2px 5px; font-size:12px; text-align:left; }
31 th { padding:2px 5px; font-size:12px; text-align:left; }
32 tr.light:hover, .parity0:hover { background-color:#edece6; }
32 tr.light:hover, .parity0:hover { background-color:#edece6; }
33 tr.dark, .parity1 { background-color:#f6f6f0; }
33 tr.dark, .parity1 { background-color:#f6f6f0; }
34 tr.dark:hover, .parity1:hover { background-color:#edece6; }
34 tr.dark:hover, .parity1:hover { background-color:#edece6; }
35 td { padding:2px 5px; font-size:12px; vertical-align:top; }
35 td { padding:2px 5px; font-size:12px; vertical-align:top; }
36 td.closed { background-color: #99f; }
36 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
37 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
37 td.indexlinks { white-space: nowrap; }
38 td.indexlinks { white-space: nowrap; }
38 td.indexlinks a {
39 td.indexlinks a {
39 padding: 2px 5px; line-height: 10px;
40 padding: 2px 5px; line-height: 10px;
40 border: 1px solid;
41 border: 1px solid;
41 color: #ffffff; background-color: #7777bb;
42 color: #ffffff; background-color: #7777bb;
42 border-color: #aaaadd #333366 #333366 #aaaadd;
43 border-color: #aaaadd #333366 #333366 #aaaadd;
43 font-weight: bold; text-align: center; text-decoration: none;
44 font-weight: bold; text-align: center; text-decoration: none;
44 font-size: 10px;
45 font-size: 10px;
45 }
46 }
46 td.indexlinks a:hover { background-color: #6666aa; }
47 td.indexlinks a:hover { background-color: #6666aa; }
47 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
48 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
48 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
49 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
49 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
50 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
50 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
51 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
51 .linenr { color:#999999; text-decoration:none }
52 .linenr { color:#999999; text-decoration:none }
52 div.rss_logo { float: right; white-space: nowrap; }
53 div.rss_logo { float: right; white-space: nowrap; }
53 div.rss_logo a {
54 div.rss_logo a {
54 padding:3px 6px; line-height:10px;
55 padding:3px 6px; line-height:10px;
55 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
56 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
56 color:#ffffff; background-color:#ff6600;
57 color:#ffffff; background-color:#ff6600;
57 font-weight:bold; font-family:sans-serif; font-size:10px;
58 font-weight:bold; font-family:sans-serif; font-size:10px;
58 text-align:center; text-decoration:none;
59 text-align:center; text-decoration:none;
59 }
60 }
60 div.rss_logo a:hover { background-color:#ee5500; }
61 div.rss_logo a:hover { background-color:#ee5500; }
61 pre { margin: 0; }
62 pre { margin: 0; }
62 span.logtags span {
63 span.logtags span {
63 padding: 0px 4px;
64 padding: 0px 4px;
64 font-size: 10px;
65 font-size: 10px;
65 font-weight: normal;
66 font-weight: normal;
66 border: 1px solid;
67 border: 1px solid;
67 background-color: #ffaaff;
68 background-color: #ffaaff;
68 border-color: #ffccff #ff00ee #ff00ee #ffccff;
69 border-color: #ffccff #ff00ee #ff00ee #ffccff;
69 }
70 }
70 span.logtags span.tagtag {
71 span.logtags span.tagtag {
71 background-color: #ffffaa;
72 background-color: #ffffaa;
72 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
73 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
73 }
74 }
74 span.logtags span.branchtag {
75 span.logtags span.branchtag {
75 background-color: #aaffaa;
76 background-color: #aaffaa;
76 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
77 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
77 }
78 }
78 span.logtags span.inbranchtag {
79 span.logtags span.inbranchtag {
79 background-color: #d5dde6;
80 background-color: #d5dde6;
80 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
81 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
81 }
82 }
82
83
83 /* Graph */
84 /* Graph */
84 div#wrapper {
85 div#wrapper {
85 position: relative;
86 position: relative;
86 margin: 0;
87 margin: 0;
87 padding: 0;
88 padding: 0;
88 margin-top: 3px;
89 margin-top: 3px;
89 }
90 }
90
91
91 canvas {
92 canvas {
92 position: absolute;
93 position: absolute;
93 z-index: 5;
94 z-index: 5;
94 top: -0.9em;
95 top: -0.9em;
95 margin: 0;
96 margin: 0;
96 }
97 }
97
98
98 ul#nodebgs {
99 ul#nodebgs {
99 list-style: none inside none;
100 list-style: none inside none;
100 padding: 0;
101 padding: 0;
101 margin: 0;
102 margin: 0;
102 top: -0.7em;
103 top: -0.7em;
103 }
104 }
104
105
105 ul#graphnodes li, ul#nodebgs li {
106 ul#graphnodes li, ul#nodebgs li {
106 height: 39px;
107 height: 39px;
107 }
108 }
108
109
109 ul#graphnodes {
110 ul#graphnodes {
110 position: absolute;
111 position: absolute;
111 z-index: 10;
112 z-index: 10;
112 top: -0.8em;
113 top: -0.8em;
113 list-style: none inside none;
114 list-style: none inside none;
114 padding: 0;
115 padding: 0;
115 }
116 }
116
117
117 ul#graphnodes li .info {
118 ul#graphnodes li .info {
118 display: block;
119 display: block;
119 font-size: 100%;
120 font-size: 100%;
120 position: relative;
121 position: relative;
121 top: -3px;
122 top: -3px;
122 font-style: italic;
123 font-style: italic;
123 }
124 }
@@ -1,472 +1,475 b''
1 /*** Initial Settings ***/
1 /*** Initial Settings ***/
2 * {
2 * {
3 margin: 0;
3 margin: 0;
4 padding: 0;
4 padding: 0;
5 font-weight: normal;
5 font-weight: normal;
6 font-style: normal;
6 font-style: normal;
7 }
7 }
8
8
9 html {
9 html {
10 font-size: 100%;
10 font-size: 100%;
11 font-family: sans-serif;
11 font-family: sans-serif;
12 }
12 }
13
13
14 body {
14 body {
15 font-size: 77%;
15 font-size: 77%;
16 margin: 15px 50px;
16 margin: 15px 50px;
17 background: #4B4B4C;
17 background: #4B4B4C;
18 }
18 }
19
19
20 a {
20 a {
21 color:#0000cc;
21 color:#0000cc;
22 text-decoration: none;
22 text-decoration: none;
23 }
23 }
24 /*** end of Initial Settings ***/
24 /*** end of Initial Settings ***/
25
25
26
26
27 /** common settings **/
27 /** common settings **/
28 div#container {
28 div#container {
29 background: #FFFFFF;
29 background: #FFFFFF;
30 position: relative;
30 position: relative;
31 color: #666;
31 color: #666;
32 }
32 }
33
33
34 div.page-header {
34 div.page-header {
35 padding: 50px 20px 0;
35 padding: 50px 20px 0;
36 background: #006699 top left repeat-x;
36 background: #006699 top left repeat-x;
37 position: relative;
37 position: relative;
38 }
38 }
39 div.page-header h1 {
39 div.page-header h1 {
40 margin: 10px 0 30px;
40 margin: 10px 0 30px;
41 font-size: 1.8em;
41 font-size: 1.8em;
42 font-weight: bold;
42 font-weight: bold;
43 font-family: osaka,'MS P Gothic', Georgia, serif;
43 font-family: osaka,'MS P Gothic', Georgia, serif;
44 letter-spacing: 1px;
44 letter-spacing: 1px;
45 color: #DDD;
45 color: #DDD;
46 }
46 }
47 div.page-header h1 a {
47 div.page-header h1 a {
48 font-weight: bold;
48 font-weight: bold;
49 color: #FFF;
49 color: #FFF;
50 }
50 }
51 div.page-header a {
51 div.page-header a {
52 text-decoration: none;
52 text-decoration: none;
53 }
53 }
54
54
55 div.page-header form {
55 div.page-header form {
56 position: absolute;
56 position: absolute;
57 margin-bottom: 2px;
57 margin-bottom: 2px;
58 bottom: 0;
58 bottom: 0;
59 right: 20px;
59 right: 20px;
60 }
60 }
61 div.page-header form label {
61 div.page-header form label {
62 color: #DDD;
62 color: #DDD;
63 }
63 }
64 div.page-header form input {
64 div.page-header form input {
65 padding: 2px;
65 padding: 2px;
66 border: solid 1px #DDD;
66 border: solid 1px #DDD;
67 }
67 }
68 div.page-header form dl {
68 div.page-header form dl {
69 overflow: hidden;
69 overflow: hidden;
70 }
70 }
71 div.page-header form dl dt {
71 div.page-header form dl dt {
72 font-size: 1.2em;
72 font-size: 1.2em;
73 }
73 }
74 div.page-header form dl dt,
74 div.page-header form dl dt,
75 div.page-header form dl dd {
75 div.page-header form dl dd {
76 margin: 0 0 0 5px;
76 margin: 0 0 0 5px;
77 float: left;
77 float: left;
78 height: 24px;
78 height: 24px;
79 line-height: 20px;
79 line-height: 20px;
80 }
80 }
81
81
82 ul.page-nav {
82 ul.page-nav {
83 margin: 10px 0 0 0;
83 margin: 10px 0 0 0;
84 list-style-type: none;
84 list-style-type: none;
85 overflow: hidden;
85 overflow: hidden;
86 width: 800px;
86 width: 800px;
87 }
87 }
88 ul.page-nav li {
88 ul.page-nav li {
89 margin: 0 2px 0 0;
89 margin: 0 2px 0 0;
90 float: left;
90 float: left;
91 width: 80px;
91 width: 80px;
92 height: 24px;
92 height: 24px;
93 font-size: 1.1em;
93 font-size: 1.1em;
94 line-height: 24px;
94 line-height: 24px;
95 text-align: center;
95 text-align: center;
96 }
96 }
97 ul.page-nav li.current {
97 ul.page-nav li.current {
98 background: #FFF;
98 background: #FFF;
99 }
99 }
100 ul.page-nav li a {
100 ul.page-nav li a {
101 height: 24px;
101 height: 24px;
102 color: #666;
102 color: #666;
103 background: #DDD;
103 background: #DDD;
104 display: block;
104 display: block;
105 text-decoration: none;
105 text-decoration: none;
106 }
106 }
107 ul.page-nav li a:hover {
107 ul.page-nav li a:hover {
108 color:#333;
108 color:#333;
109 background: #FFF;
109 background: #FFF;
110 }
110 }
111
111
112 ul.submenu {
112 ul.submenu {
113 margin: 10px 0 -10px 20px;
113 margin: 10px 0 -10px 20px;
114 list-style-type: none;
114 list-style-type: none;
115 }
115 }
116 ul.submenu li {
116 ul.submenu li {
117 margin: 0 10px 0 0;
117 margin: 0 10px 0 0;
118 font-size: 1.2em;
118 font-size: 1.2em;
119 display: inline;
119 display: inline;
120 }
120 }
121
121
122 h2 {
122 h2 {
123 margin: 20px 0 10px;
123 margin: 20px 0 10px;
124 height: 30px;
124 height: 30px;
125 line-height: 30px;
125 line-height: 30px;
126 text-indent: 20px;
126 text-indent: 20px;
127 background: #FFF;
127 background: #FFF;
128 font-size: 1.2em;
128 font-size: 1.2em;
129 border-top: dotted 1px #D5E1E6;
129 border-top: dotted 1px #D5E1E6;
130 font-weight: bold;
130 font-weight: bold;
131 }
131 }
132 h2.no-link {
132 h2.no-link {
133 color:#006699;
133 color:#006699;
134 }
134 }
135 h2.no-border {
135 h2.no-border {
136 color: #FFF;
136 color: #FFF;
137 background: #006699;
137 background: #006699;
138 border: 0;
138 border: 0;
139 }
139 }
140 h2 a {
140 h2 a {
141 font-weight:bold;
141 font-weight:bold;
142 color:#006699;
142 color:#006699;
143 }
143 }
144
144
145 div.page-path {
145 div.page-path {
146 text-align: right;
146 text-align: right;
147 padding: 20px 30px 10px 0;
147 padding: 20px 30px 10px 0;
148 border:solid #d9d8d1;
148 border:solid #d9d8d1;
149 border-width:0px 0px 1px;
149 border-width:0px 0px 1px;
150 font-size: 1.2em;
150 font-size: 1.2em;
151 }
151 }
152
152
153 div.page-footer {
153 div.page-footer {
154 margin: 50px 0 0;
154 margin: 50px 0 0;
155 position: relative;
155 position: relative;
156 }
156 }
157 div.page-footer p {
157 div.page-footer p {
158 position: relative;
158 position: relative;
159 left: 20px;
159 left: 20px;
160 bottom: 5px;
160 bottom: 5px;
161 font-size: 1.2em;
161 font-size: 1.2em;
162 }
162 }
163
163
164 ul.rss-logo {
164 ul.rss-logo {
165 position: absolute;
165 position: absolute;
166 top: -10px;
166 top: -10px;
167 right: 20px;
167 right: 20px;
168 height: 20px;
168 height: 20px;
169 list-style-type: none;
169 list-style-type: none;
170 }
170 }
171 ul.rss-logo li {
171 ul.rss-logo li {
172 display: inline;
172 display: inline;
173 }
173 }
174 ul.rss-logo li a {
174 ul.rss-logo li a {
175 padding: 3px 6px;
175 padding: 3px 6px;
176 line-height: 10px;
176 line-height: 10px;
177 border:1px solid;
177 border:1px solid;
178 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
178 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
179 color:#ffffff;
179 color:#ffffff;
180 background-color:#ff6600;
180 background-color:#ff6600;
181 font-weight:bold;
181 font-weight:bold;
182 font-family:sans-serif;
182 font-family:sans-serif;
183 font-size:10px;
183 font-size:10px;
184 text-align:center;
184 text-align:center;
185 text-decoration:none;
185 text-decoration:none;
186 }
186 }
187 div.rss-logo li a:hover {
187 div.rss-logo li a:hover {
188 background-color:#ee5500;
188 background-color:#ee5500;
189 }
189 }
190
190
191 p.normal {
191 p.normal {
192 margin: 20px 0 20px 30px;
192 margin: 20px 0 20px 30px;
193 font-size: 1.2em;
193 font-size: 1.2em;
194 }
194 }
195
195
196 table {
196 table {
197 margin: 10px 0 0 20px;
197 margin: 10px 0 0 20px;
198 width: 95%;
198 width: 95%;
199 border-collapse: collapse;
199 border-collapse: collapse;
200 }
200 }
201 table tr td {
201 table tr td {
202 font-size: 1.1em;
202 font-size: 1.1em;
203 }
203 }
204 table tr td.nowrap {
204 table tr td.nowrap {
205 white-space: nowrap;
205 white-space: nowrap;
206 }
206 }
207 table tr td.closed {
208 background-color: #99f;
209 }
207 /*
210 /*
208 table tr.parity0:hover,
211 table tr.parity0:hover,
209 table tr.parity1:hover {
212 table tr.parity1:hover {
210 background: #D5E1E6;
213 background: #D5E1E6;
211 }
214 }
212 */
215 */
213 table tr.parity0 {
216 table tr.parity0 {
214 background: #F1F6F7;
217 background: #F1F6F7;
215 }
218 }
216 table tr.parity1 {
219 table tr.parity1 {
217 background: #FFFFFF;
220 background: #FFFFFF;
218 }
221 }
219 table tr td {
222 table tr td {
220 padding: 5px 5px;
223 padding: 5px 5px;
221 }
224 }
222 table.annotated tr td {
225 table.annotated tr td {
223 padding: 0px 5px;
226 padding: 0px 5px;
224 }
227 }
225
228
226 span.logtags span {
229 span.logtags span {
227 padding: 2px 6px;
230 padding: 2px 6px;
228 font-weight: normal;
231 font-weight: normal;
229 font-size: 11px;
232 font-size: 11px;
230 border: 1px solid;
233 border: 1px solid;
231 background-color: #ffaaff;
234 background-color: #ffaaff;
232 border-color: #ffccff #ff00ee #ff00ee #ffccff;
235 border-color: #ffccff #ff00ee #ff00ee #ffccff;
233 }
236 }
234 span.logtags span.tagtag {
237 span.logtags span.tagtag {
235 background-color: #ffffaa;
238 background-color: #ffffaa;
236 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
239 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
237 }
240 }
238 span.logtags span.branchtag {
241 span.logtags span.branchtag {
239 background-color: #aaffaa;
242 background-color: #aaffaa;
240 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
243 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
241 }
244 }
242 span.logtags span.inbranchtag {
245 span.logtags span.inbranchtag {
243 background-color: #d5dde6;
246 background-color: #d5dde6;
244 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
247 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
245 }
248 }
246
249
247 div.diff pre {
250 div.diff pre {
248 margin: 10px 0 0 0;
251 margin: 10px 0 0 0;
249 }
252 }
250 div.diff pre span {
253 div.diff pre span {
251 font-family: monospace;
254 font-family: monospace;
252 white-space: pre;
255 white-space: pre;
253 font-size: 1.2em;
256 font-size: 1.2em;
254 padding: 3px 0;
257 padding: 3px 0;
255 }
258 }
256 td.source {
259 td.source {
257 white-space: pre;
260 white-space: pre;
258 font-family: monospace;
261 font-family: monospace;
259 margin: 10px 30px 0;
262 margin: 10px 30px 0;
260 font-size: 1.2em;
263 font-size: 1.2em;
261 font-family: monospace;
264 font-family: monospace;
262 }
265 }
263 div.source div.parity0,
266 div.source div.parity0,
264 div.source div.parity1 {
267 div.source div.parity1 {
265 padding: 1px;
268 padding: 1px;
266 font-size: 1.2em;
269 font-size: 1.2em;
267 }
270 }
268 div.source div.parity0 {
271 div.source div.parity0 {
269 background: #F1F6F7;
272 background: #F1F6F7;
270 }
273 }
271 div.source div.parity1 {
274 div.source div.parity1 {
272 background: #FFFFFF;
275 background: #FFFFFF;
273 }
276 }
274 div.parity0:hover,
277 div.parity0:hover,
275 div.parity1:hover {
278 div.parity1:hover {
276 background: #D5E1E6;
279 background: #D5E1E6;
277 }
280 }
278 .linenr {
281 .linenr {
279 color: #999;
282 color: #999;
280 text-align: right;
283 text-align: right;
281 }
284 }
282 .lineno {
285 .lineno {
283 text-align: right;
286 text-align: right;
284 }
287 }
285 .lineno a {
288 .lineno a {
286 color: #999;
289 color: #999;
287 }
290 }
288 td.linenr {
291 td.linenr {
289 width: 60px;
292 width: 60px;
290 }
293 }
291
294
292 div#powered-by {
295 div#powered-by {
293 position: absolute;
296 position: absolute;
294 width: 75px;
297 width: 75px;
295 top: 15px;
298 top: 15px;
296 right: 20px;
299 right: 20px;
297 font-size: 1.2em;
300 font-size: 1.2em;
298 }
301 }
299 div#powered-by a {
302 div#powered-by a {
300 color: #EEE;
303 color: #EEE;
301 text-decoration: none;
304 text-decoration: none;
302 }
305 }
303 div#powered-by a:hover {
306 div#powered-by a:hover {
304 text-decoration: underline;
307 text-decoration: underline;
305 }
308 }
306 /*
309 /*
307 div#monoblue-corner-top-left {
310 div#monoblue-corner-top-left {
308 position: absolute;
311 position: absolute;
309 top: 0;
312 top: 0;
310 left: 0;
313 left: 0;
311 width: 10px;
314 width: 10px;
312 height: 10px;
315 height: 10px;
313 background: url(./monoblue-corner.png) top left no-repeat !important;
316 background: url(./monoblue-corner.png) top left no-repeat !important;
314 background: none;
317 background: none;
315 }
318 }
316 div#monoblue-corner-top-right {
319 div#monoblue-corner-top-right {
317 position: absolute;
320 position: absolute;
318 top: 0;
321 top: 0;
319 right: 0;
322 right: 0;
320 width: 10px;
323 width: 10px;
321 height: 10px;
324 height: 10px;
322 background: url(./monoblue-corner.png) top right no-repeat !important;
325 background: url(./monoblue-corner.png) top right no-repeat !important;
323 background: none;
326 background: none;
324 }
327 }
325 div#monoblue-corner-bottom-left {
328 div#monoblue-corner-bottom-left {
326 position: absolute;
329 position: absolute;
327 bottom: 0;
330 bottom: 0;
328 left: 0;
331 left: 0;
329 width: 10px;
332 width: 10px;
330 height: 10px;
333 height: 10px;
331 background: url(./monoblue-corner.png) bottom left no-repeat !important;
334 background: url(./monoblue-corner.png) bottom left no-repeat !important;
332 background: none;
335 background: none;
333 }
336 }
334 div#monoblue-corner-bottom-right {
337 div#monoblue-corner-bottom-right {
335 position: absolute;
338 position: absolute;
336 bottom: 0;
339 bottom: 0;
337 right: 0;
340 right: 0;
338 width: 10px;
341 width: 10px;
339 height: 10px;
342 height: 10px;
340 background: url(./monoblue-corner.png) bottom right no-repeat !important;
343 background: url(./monoblue-corner.png) bottom right no-repeat !important;
341 background: none;
344 background: none;
342 }
345 }
343 */
346 */
344 /** end of common settings **/
347 /** end of common settings **/
345
348
346 /** summary **/
349 /** summary **/
347 dl.overview {
350 dl.overview {
348 margin: 0 0 0 30px;
351 margin: 0 0 0 30px;
349 font-size: 1.1em;
352 font-size: 1.1em;
350 overflow: hidden;
353 overflow: hidden;
351 }
354 }
352 dl.overview dt,
355 dl.overview dt,
353 dl.overview dd {
356 dl.overview dd {
354 margin: 5px 0;
357 margin: 5px 0;
355 float: left;
358 float: left;
356 }
359 }
357 dl.overview dt {
360 dl.overview dt {
358 clear: left;
361 clear: left;
359 font-weight: bold;
362 font-weight: bold;
360 width: 150px;
363 width: 150px;
361 }
364 }
362 /** end of summary **/
365 /** end of summary **/
363
366
364 /** chagelog **/
367 /** chagelog **/
365 h3.changelog {
368 h3.changelog {
366 margin: 20px 0 5px 30px;
369 margin: 20px 0 5px 30px;
367 padding: 0 0 2px;
370 padding: 0 0 2px;
368 font-size: 1.4em;
371 font-size: 1.4em;
369 border-bottom: dotted 1px #D5E1E6;
372 border-bottom: dotted 1px #D5E1E6;
370 }
373 }
371 ul.changelog-entry {
374 ul.changelog-entry {
372 margin: 0 0 10px 30px;
375 margin: 0 0 10px 30px;
373 list-style-type: none;
376 list-style-type: none;
374 position: relative;
377 position: relative;
375 }
378 }
376 ul.changelog-entry li span.revdate {
379 ul.changelog-entry li span.revdate {
377 font-size: 1.1em;
380 font-size: 1.1em;
378 }
381 }
379 ul.changelog-entry li.age {
382 ul.changelog-entry li.age {
380 position: absolute;
383 position: absolute;
381 top: -25px;
384 top: -25px;
382 right: 10px;
385 right: 10px;
383 font-size: 1.4em;
386 font-size: 1.4em;
384 color: #CCC;
387 color: #CCC;
385 font-weight: bold;
388 font-weight: bold;
386 font-style: italic;
389 font-style: italic;
387 }
390 }
388 ul.changelog-entry li span.name {
391 ul.changelog-entry li span.name {
389 font-size: 1.2em;
392 font-size: 1.2em;
390 font-weight: bold;
393 font-weight: bold;
391 }
394 }
392 ul.changelog-entry li.description {
395 ul.changelog-entry li.description {
393 margin: 10px 0 0;
396 margin: 10px 0 0;
394 font-size: 1.1em;
397 font-size: 1.1em;
395 }
398 }
396 /** end of changelog **/
399 /** end of changelog **/
397
400
398 /** file **/
401 /** file **/
399 p.files {
402 p.files {
400 margin: 0 0 0 20px;
403 margin: 0 0 0 20px;
401 font-size: 2.0em;
404 font-size: 2.0em;
402 font-weight: bold;
405 font-weight: bold;
403 }
406 }
404 /** end of file **/
407 /** end of file **/
405
408
406 /** changeset **/
409 /** changeset **/
407 h3.changeset {
410 h3.changeset {
408 margin: 20px 0 5px 20px;
411 margin: 20px 0 5px 20px;
409 padding: 0 0 2px;
412 padding: 0 0 2px;
410 font-size: 1.6em;
413 font-size: 1.6em;
411 border-bottom: dotted 1px #D5E1E6;
414 border-bottom: dotted 1px #D5E1E6;
412 }
415 }
413 p.changeset-age {
416 p.changeset-age {
414 position: relative;
417 position: relative;
415 }
418 }
416 p.changeset-age span {
419 p.changeset-age span {
417 position: absolute;
420 position: absolute;
418 top: -25px;
421 top: -25px;
419 right: 10px;
422 right: 10px;
420 font-size: 1.4em;
423 font-size: 1.4em;
421 color: #CCC;
424 color: #CCC;
422 font-weight: bold;
425 font-weight: bold;
423 font-style: italic;
426 font-style: italic;
424 }
427 }
425 p.description {
428 p.description {
426 margin: 10px 30px 0 30px;
429 margin: 10px 30px 0 30px;
427 padding: 10px;
430 padding: 10px;
428 border: solid 1px #CCC;
431 border: solid 1px #CCC;
429 font-size: 1.2em;
432 font-size: 1.2em;
430 }
433 }
431 /** end of changeset **/
434 /** end of changeset **/
432
435
433 /** canvas **/
436 /** canvas **/
434 div#wrapper {
437 div#wrapper {
435 position: relative;
438 position: relative;
436 font-size: 1.2em;
439 font-size: 1.2em;
437 }
440 }
438
441
439 canvas {
442 canvas {
440 position: absolute;
443 position: absolute;
441 z-index: 5;
444 z-index: 5;
442 top: -0.7em;
445 top: -0.7em;
443 }
446 }
444
447
445 ul#nodebgs li.parity0 {
448 ul#nodebgs li.parity0 {
446 background: #F1F6F7;
449 background: #F1F6F7;
447 }
450 }
448
451
449 ul#nodebgs li.parity1 {
452 ul#nodebgs li.parity1 {
450 background: #FFFFFF;
453 background: #FFFFFF;
451 }
454 }
452
455
453 ul#graphnodes {
456 ul#graphnodes {
454 position: absolute;
457 position: absolute;
455 z-index: 10;
458 z-index: 10;
456 top: 7px;
459 top: 7px;
457 list-style: none inside none;
460 list-style: none inside none;
458 }
461 }
459
462
460 ul#nodebgs {
463 ul#nodebgs {
461 list-style: none inside none;
464 list-style: none inside none;
462 }
465 }
463
466
464 ul#graphnodes li, ul#nodebgs li {
467 ul#graphnodes li, ul#nodebgs li {
465 height: 39px;
468 height: 39px;
466 }
469 }
467
470
468 ul#graphnodes li .info {
471 ul#graphnodes li .info {
469 display: block;
472 display: block;
470 position: relative;
473 position: relative;
471 }
474 }
472 /** end of canvas **/
475 /** end of canvas **/
General Comments 0
You need to be logged in to leave comments. Login now