##// END OF EJS Templates
monoblue: add a margin for help text container
av6 -
r26153:8aa6fb6d default
parent child Browse files
Show More
@@ -1,516 +1,520 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 float: right;
56 float: right;
57 margin-top: -2px;
57 margin-top: -2px;
58 }
58 }
59 div.page-header form label {
59 div.page-header form label {
60 color: #DDD;
60 color: #DDD;
61 }
61 }
62 div.page-header form input {
62 div.page-header form input {
63 padding: 2px;
63 padding: 2px;
64 border: solid 1px #DDD;
64 border: solid 1px #DDD;
65 }
65 }
66 div.page-header form dl {
66 div.page-header form dl {
67 overflow: hidden;
67 overflow: hidden;
68 }
68 }
69 div.page-header form dl dt {
69 div.page-header form dl dt {
70 font-size: 1.2em;
70 font-size: 1.2em;
71 }
71 }
72 div.page-header form dl dt,
72 div.page-header form dl dt,
73 div.page-header form dl dd {
73 div.page-header form dl dd {
74 margin: 0 0 0 5px;
74 margin: 0 0 0 5px;
75 float: left;
75 float: left;
76 height: 24px;
76 height: 24px;
77 line-height: 20px;
77 line-height: 20px;
78 }
78 }
79
79
80 ul.page-nav {
80 ul.page-nav {
81 margin: 10px 0 0 0;
81 margin: 10px 0 0 0;
82 list-style-type: none;
82 list-style-type: none;
83 overflow: hidden;
83 overflow: hidden;
84 }
84 }
85 ul.page-nav li {
85 ul.page-nav li {
86 margin: 0 2px 0 0;
86 margin: 0 2px 0 0;
87 float: left;
87 float: left;
88 width: 80px;
88 width: 80px;
89 height: 24px;
89 height: 24px;
90 font-size: 1.1em;
90 font-size: 1.1em;
91 line-height: 24px;
91 line-height: 24px;
92 text-align: center;
92 text-align: center;
93 }
93 }
94 ul.page-nav li.current {
94 ul.page-nav li.current {
95 background: #FFF;
95 background: #FFF;
96 }
96 }
97 ul.page-nav li a {
97 ul.page-nav li a {
98 height: 24px;
98 height: 24px;
99 color: #666;
99 color: #666;
100 background: #DDD;
100 background: #DDD;
101 display: block;
101 display: block;
102 text-decoration: none;
102 text-decoration: none;
103 }
103 }
104 ul.page-nav li a:hover {
104 ul.page-nav li a:hover {
105 color:#333;
105 color:#333;
106 background: #FFF;
106 background: #FFF;
107 }
107 }
108
108
109 ul.submenu {
109 ul.submenu {
110 margin: 10px 0 -10px 20px;
110 margin: 10px 0 -10px 20px;
111 list-style-type: none;
111 list-style-type: none;
112 }
112 }
113 ul.submenu li {
113 ul.submenu li {
114 margin: 0 10px 0 0;
114 margin: 0 10px 0 0;
115 font-size: 1.2em;
115 font-size: 1.2em;
116 display: inline;
116 display: inline;
117 }
117 }
118
118
119 h2 {
119 h2 {
120 margin: 20px 0 10px;
120 margin: 20px 0 10px;
121 height: 30px;
121 height: 30px;
122 line-height: 30px;
122 line-height: 30px;
123 text-indent: 20px;
123 text-indent: 20px;
124 background: #FFF;
124 background: #FFF;
125 font-size: 1.2em;
125 font-size: 1.2em;
126 border-top: dotted 1px #D5E1E6;
126 border-top: dotted 1px #D5E1E6;
127 font-weight: bold;
127 font-weight: bold;
128 }
128 }
129 h2.no-link {
129 h2.no-link {
130 color:#006699;
130 color:#006699;
131 }
131 }
132 h2.no-border {
132 h2.no-border {
133 color: #FFF;
133 color: #FFF;
134 background: #006699;
134 background: #006699;
135 border: 0;
135 border: 0;
136 }
136 }
137 h2 a {
137 h2 a {
138 font-weight:bold;
138 font-weight:bold;
139 color:#006699;
139 color:#006699;
140 }
140 }
141
141
142 div.page-path {
142 div.page-path {
143 text-align: right;
143 text-align: right;
144 padding: 20px 30px 10px 0;
144 padding: 20px 30px 10px 0;
145 border:solid #d9d8d1;
145 border:solid #d9d8d1;
146 border-width:0px 0px 1px;
146 border-width:0px 0px 1px;
147 font-size: 1.2em;
147 font-size: 1.2em;
148 }
148 }
149
149
150 div.page-footer {
150 div.page-footer {
151 margin: 50px 0 0;
151 margin: 50px 0 0;
152 position: relative;
152 position: relative;
153 }
153 }
154 div.page-footer p {
154 div.page-footer p {
155 position: relative;
155 position: relative;
156 padding-left: 20px;
156 padding-left: 20px;
157 bottom: 5px;
157 bottom: 5px;
158 font-size: 1.2em;
158 font-size: 1.2em;
159 }
159 }
160
160
161 ul.rss-logo {
161 ul.rss-logo {
162 position: absolute;
162 position: absolute;
163 top: -10px;
163 top: -10px;
164 right: 20px;
164 right: 20px;
165 height: 20px;
165 height: 20px;
166 list-style-type: none;
166 list-style-type: none;
167 }
167 }
168 ul.rss-logo li {
168 ul.rss-logo li {
169 display: inline;
169 display: inline;
170 }
170 }
171 ul.rss-logo li a {
171 ul.rss-logo li a {
172 padding: 3px 6px;
172 padding: 3px 6px;
173 line-height: 10px;
173 line-height: 10px;
174 border:1px solid;
174 border:1px solid;
175 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
175 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
176 color:#ffffff;
176 color:#ffffff;
177 background-color:#ff6600;
177 background-color:#ff6600;
178 font-weight:bold;
178 font-weight:bold;
179 font-family:sans-serif;
179 font-family:sans-serif;
180 font-size:10px;
180 font-size:10px;
181 text-align:center;
181 text-align:center;
182 text-decoration:none;
182 text-decoration:none;
183 }
183 }
184 div.rss-logo li a:hover {
184 div.rss-logo li a:hover {
185 background-color:#ee5500;
185 background-color:#ee5500;
186 }
186 }
187
187
188 p.normal {
188 p.normal {
189 margin: 20px 0 20px 30px;
189 margin: 20px 0 20px 30px;
190 font-size: 1.2em;
190 font-size: 1.2em;
191 }
191 }
192
192
193 table {
193 table {
194 margin: 10px 0 0 20px;
194 margin: 10px 0 0 20px;
195 width: 95%;
195 width: 95%;
196 border-collapse: collapse;
196 border-collapse: collapse;
197 }
197 }
198 table tr td {
198 table tr td {
199 font-size: 1.1em;
199 font-size: 1.1em;
200 }
200 }
201 table tr td.nowrap {
201 table tr td.nowrap {
202 white-space: nowrap;
202 white-space: nowrap;
203 }
203 }
204 table tr td.closed {
204 table tr td.closed {
205 background-color: #99f;
205 background-color: #99f;
206 }
206 }
207 /*
207 /*
208 table tr.parity0:hover,
208 table tr.parity0:hover,
209 table tr.parity1:hover {
209 table tr.parity1:hover {
210 background: #D5E1E6;
210 background: #D5E1E6;
211 }
211 }
212 */
212 */
213 table tr.parity0 {
213 table tr.parity0 {
214 background: #F1F6F7;
214 background: #F1F6F7;
215 }
215 }
216 table tr.parity1 {
216 table tr.parity1 {
217 background: #FFFFFF;
217 background: #FFFFFF;
218 }
218 }
219 table tr td {
219 table tr td {
220 padding: 5px 5px;
220 padding: 5px 5px;
221 }
221 }
222 table.annotated tr td {
222 table.annotated tr td {
223 padding: 0px 5px;
223 padding: 0px 5px;
224 }
224 }
225
225
226 span.logtags span {
226 span.logtags span {
227 padding: 2px 6px;
227 padding: 2px 6px;
228 font-weight: normal;
228 font-weight: normal;
229 font-size: 11px;
229 font-size: 11px;
230 border: 1px solid;
230 border: 1px solid;
231 background-color: #ffaaff;
231 background-color: #ffaaff;
232 border-color: #ffccff #ff00ee #ff00ee #ffccff;
232 border-color: #ffccff #ff00ee #ff00ee #ffccff;
233 }
233 }
234 span.logtags span.tagtag {
234 span.logtags span.tagtag {
235 background-color: #ffffaa;
235 background-color: #ffffaa;
236 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
236 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
237 }
237 }
238 span.logtags span.branchtag {
238 span.logtags span.branchtag {
239 background-color: #aaffaa;
239 background-color: #aaffaa;
240 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
240 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
241 }
241 }
242 span.logtags span.inbranchtag {
242 span.logtags span.inbranchtag {
243 background-color: #d5dde6;
243 background-color: #d5dde6;
244 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
244 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
245 }
245 }
246 span.logtags span.bookmarktag {
246 span.logtags span.bookmarktag {
247 background-color: #afdffa;
247 background-color: #afdffa;
248 border-color: #ccecff #46ace6 #46ace6 #ccecff;
248 border-color: #ccecff #46ace6 #46ace6 #ccecff;
249 }
249 }
250
250
251 div.diff pre {
251 div.diff pre {
252 margin: 10px 0 0 0;
252 margin: 10px 0 0 0;
253 }
253 }
254 div.diff pre span {
254 div.diff pre span {
255 font-family: monospace;
255 font-family: monospace;
256 white-space: pre;
256 white-space: pre;
257 font-size: 1.2em;
257 font-size: 1.2em;
258 padding: 3px 0;
258 padding: 3px 0;
259 }
259 }
260 span.difflineplus { color:#008800; }
260 span.difflineplus { color:#008800; }
261 span.difflineminus { color:#cc0000; }
261 span.difflineminus { color:#cc0000; }
262 span.difflineat { color:#990099; }
262 span.difflineat { color:#990099; }
263
263
264 td.source {
264 td.source {
265 white-space: pre;
265 white-space: pre;
266 margin: 10px 30px 0;
266 margin: 10px 30px 0;
267 font-size: 1.2em;
267 font-size: 1.2em;
268 font-family: monospace;
268 font-family: monospace;
269 }
269 }
270 div.source div.parity0,
270 div.source div.parity0,
271 div.source div.parity1 {
271 div.source div.parity1 {
272 padding: 1px;
272 padding: 1px;
273 font-size: 1.2em;
273 font-size: 1.2em;
274 }
274 }
275 div.source div.parity0 {
275 div.source div.parity0 {
276 background: #F1F6F7;
276 background: #F1F6F7;
277 }
277 }
278 div.source div.parity1 {
278 div.source div.parity1 {
279 background: #FFFFFF;
279 background: #FFFFFF;
280 }
280 }
281 div.parity0:hover,
281 div.parity0:hover,
282 div.parity1:hover {
282 div.parity1:hover {
283 background: #D5E1E6;
283 background: #D5E1E6;
284 }
284 }
285 .linenr {
285 .linenr {
286 color: #999;
286 color: #999;
287 text-align: right;
287 text-align: right;
288 }
288 }
289 .lineno {
289 .lineno {
290 text-align: right;
290 text-align: right;
291 }
291 }
292 .lineno a {
292 .lineno a {
293 color: #999;
293 color: #999;
294 }
294 }
295 td.linenr {
295 td.linenr {
296 width: 60px;
296 width: 60px;
297 }
297 }
298
298
299 div#powered-by {
299 div#powered-by {
300 position: absolute;
300 position: absolute;
301 width: 75px;
301 width: 75px;
302 top: 15px;
302 top: 15px;
303 right: 20px;
303 right: 20px;
304 font-size: 1.2em;
304 font-size: 1.2em;
305 }
305 }
306 div#powered-by a {
306 div#powered-by a {
307 color: #EEE;
307 color: #EEE;
308 text-decoration: none;
308 text-decoration: none;
309 }
309 }
310 div#powered-by a:hover {
310 div#powered-by a:hover {
311 text-decoration: underline;
311 text-decoration: underline;
312 }
312 }
313 /** end of common settings **/
313 /** end of common settings **/
314
314
315 /** summary **/
315 /** summary **/
316 dl.overview {
316 dl.overview {
317 margin: 0 0 0 30px;
317 margin: 0 0 0 30px;
318 font-size: 1.1em;
318 font-size: 1.1em;
319 overflow: hidden;
319 overflow: hidden;
320 }
320 }
321 dl.overview dt,
321 dl.overview dt,
322 dl.overview dd {
322 dl.overview dd {
323 margin: 5px 0;
323 margin: 5px 0;
324 float: left;
324 float: left;
325 }
325 }
326 dl.overview dt {
326 dl.overview dt {
327 clear: left;
327 clear: left;
328 font-weight: bold;
328 font-weight: bold;
329 width: 150px;
329 width: 150px;
330 }
330 }
331 /** end of summary **/
331 /** end of summary **/
332
332
333 /** chagelog **/
333 /** chagelog **/
334 h3.changelog {
334 h3.changelog {
335 margin: 20px 0 5px 30px;
335 margin: 20px 0 5px 30px;
336 padding: 0 0 2px;
336 padding: 0 0 2px;
337 font-size: 1.4em;
337 font-size: 1.4em;
338 border-bottom: dotted 1px #D5E1E6;
338 border-bottom: dotted 1px #D5E1E6;
339 }
339 }
340 ul.changelog-entry {
340 ul.changelog-entry {
341 margin: 0 0 10px 30px;
341 margin: 0 0 10px 30px;
342 list-style-type: none;
342 list-style-type: none;
343 position: relative;
343 position: relative;
344 }
344 }
345 ul.changelog-entry li span.revdate {
345 ul.changelog-entry li span.revdate {
346 font-size: 1.1em;
346 font-size: 1.1em;
347 }
347 }
348 ul.changelog-entry li.age {
348 ul.changelog-entry li.age {
349 position: absolute;
349 position: absolute;
350 top: -25px;
350 top: -25px;
351 right: 10px;
351 right: 10px;
352 font-size: 1.4em;
352 font-size: 1.4em;
353 color: #CCC;
353 color: #CCC;
354 font-weight: bold;
354 font-weight: bold;
355 font-style: italic;
355 font-style: italic;
356 }
356 }
357 ul.changelog-entry li span.name {
357 ul.changelog-entry li span.name {
358 font-size: 1.2em;
358 font-size: 1.2em;
359 font-weight: bold;
359 font-weight: bold;
360 }
360 }
361 ul.changelog-entry li.description {
361 ul.changelog-entry li.description {
362 margin: 10px 0 0;
362 margin: 10px 0 0;
363 font-size: 1.1em;
363 font-size: 1.1em;
364 }
364 }
365 /** end of changelog **/
365 /** end of changelog **/
366
366
367 /** file **/
367 /** file **/
368 p.files {
368 p.files {
369 margin: 0 0 0 20px;
369 margin: 0 0 0 20px;
370 font-size: 2.0em;
370 font-size: 2.0em;
371 font-weight: bold;
371 font-weight: bold;
372 }
372 }
373 /** end of file **/
373 /** end of file **/
374
374
375 /** changeset **/
375 /** changeset **/
376 h3.changeset {
376 h3.changeset {
377 margin: 20px 0 5px 20px;
377 margin: 20px 0 5px 20px;
378 padding: 0 0 2px;
378 padding: 0 0 2px;
379 font-size: 1.6em;
379 font-size: 1.6em;
380 border-bottom: dotted 1px #D5E1E6;
380 border-bottom: dotted 1px #D5E1E6;
381 }
381 }
382 p.changeset-age {
382 p.changeset-age {
383 position: relative;
383 position: relative;
384 }
384 }
385 p.changeset-age span {
385 p.changeset-age span {
386 position: absolute;
386 position: absolute;
387 top: -25px;
387 top: -25px;
388 right: 10px;
388 right: 10px;
389 font-size: 1.4em;
389 font-size: 1.4em;
390 color: #CCC;
390 color: #CCC;
391 font-weight: bold;
391 font-weight: bold;
392 font-style: italic;
392 font-style: italic;
393 }
393 }
394 p.description {
394 p.description {
395 margin: 10px 30px 0 30px;
395 margin: 10px 30px 0 30px;
396 padding: 10px;
396 padding: 10px;
397 border: solid 1px #CCC;
397 border: solid 1px #CCC;
398 font-size: 1.2em;
398 font-size: 1.2em;
399 }
399 }
400 /** end of changeset **/
400 /** end of changeset **/
401
401
402 /** canvas **/
402 /** canvas **/
403 div#wrapper {
403 div#wrapper {
404 position: relative;
404 position: relative;
405 font-size: 1.2em;
405 font-size: 1.2em;
406 }
406 }
407
407
408 canvas {
408 canvas {
409 position: absolute;
409 position: absolute;
410 z-index: 5;
410 z-index: 5;
411 top: -0.7em;
411 top: -0.7em;
412 }
412 }
413
413
414 ul#nodebgs li.parity0 {
414 ul#nodebgs li.parity0 {
415 background: #F1F6F7;
415 background: #F1F6F7;
416 }
416 }
417
417
418 ul#nodebgs li.parity1 {
418 ul#nodebgs li.parity1 {
419 background: #FFFFFF;
419 background: #FFFFFF;
420 }
420 }
421
421
422 ul#graphnodes {
422 ul#graphnodes {
423 position: absolute;
423 position: absolute;
424 z-index: 10;
424 z-index: 10;
425 top: 7px;
425 top: 7px;
426 list-style: none inside none;
426 list-style: none inside none;
427 }
427 }
428
428
429 ul#nodebgs {
429 ul#nodebgs {
430 list-style: none inside none;
430 list-style: none inside none;
431 }
431 }
432
432
433 ul#graphnodes li, ul#nodebgs li {
433 ul#graphnodes li, ul#nodebgs li {
434 height: 39px;
434 height: 39px;
435 }
435 }
436
436
437 ul#graphnodes li .info {
437 ul#graphnodes li .info {
438 display: block;
438 display: block;
439 position: relative;
439 position: relative;
440 }
440 }
441 /** end of canvas **/
441 /** end of canvas **/
442
442
443 /** comparison **/
443 /** comparison **/
444 .legend {
444 .legend {
445 margin-left: 20px;
445 margin-left: 20px;
446 padding: 1.5% 0 1.5% 0;
446 padding: 1.5% 0 1.5% 0;
447 }
447 }
448
448
449 .legendinfo {
449 .legendinfo {
450 border: 1px solid #999;
450 border: 1px solid #999;
451 font-size: 80%;
451 font-size: 80%;
452 text-align: center;
452 text-align: center;
453 padding: 0.5%;
453 padding: 0.5%;
454 }
454 }
455
455
456 .equal {
456 .equal {
457 background-color: #ffffff;
457 background-color: #ffffff;
458 }
458 }
459
459
460 .delete {
460 .delete {
461 background-color: #faa;
461 background-color: #faa;
462 color: #333;
462 color: #333;
463 }
463 }
464
464
465 .insert {
465 .insert {
466 background-color: #ffa;
466 background-color: #ffa;
467 }
467 }
468
468
469 .replace {
469 .replace {
470 background-color: #e8e8e8;
470 background-color: #e8e8e8;
471 }
471 }
472
472
473 .comparison {
473 .comparison {
474 overflow-x: auto;
474 overflow-x: auto;
475 }
475 }
476
476
477 .comparison table td {
477 .comparison table td {
478 padding: 0px 5px;
478 padding: 0px 5px;
479 }
479 }
480
480
481 .header th {
481 .header th {
482 font-weight: bold;
482 font-weight: bold;
483 }
483 }
484
484
485 .block {
485 .block {
486 border-top: 1px solid #999;
486 border-top: 1px solid #999;
487 }
487 }
488 /** end of comparison **/
488 /** end of comparison **/
489
489
490 .breadcrumb a:hover {
490 .breadcrumb a:hover {
491 text-decoration:underline;
491 text-decoration:underline;
492 }
492 }
493
493
494 .scroll-loading {
494 .scroll-loading {
495 -webkit-animation: change_color 1s linear 0s infinite alternate;
495 -webkit-animation: change_color 1s linear 0s infinite alternate;
496 -moz-animation: change_color 1s linear 0s infinite alternate;
496 -moz-animation: change_color 1s linear 0s infinite alternate;
497 -o-animation: change_color 1s linear 0s infinite alternate;
497 -o-animation: change_color 1s linear 0s infinite alternate;
498 animation: change_color 1s linear 0s infinite alternate;
498 animation: change_color 1s linear 0s infinite alternate;
499 }
499 }
500
500
501 @-webkit-keyframes change_color {
501 @-webkit-keyframes change_color {
502 from { background-color: #A0CEFF; } to { }
502 from { background-color: #A0CEFF; } to { }
503 }
503 }
504 @-moz-keyframes change_color {
504 @-moz-keyframes change_color {
505 from { background-color: #A0CEFF; } to { }
505 from { background-color: #A0CEFF; } to { }
506 }
506 }
507 @-o-keyframes change_color {
507 @-o-keyframes change_color {
508 from { background-color: #A0CEFF; } to { }
508 from { background-color: #A0CEFF; } to { }
509 }
509 }
510 @keyframes change_color {
510 @keyframes change_color {
511 from { background-color: #A0CEFF; } to { }
511 from { background-color: #A0CEFF; } to { }
512 }
512 }
513
513
514 .scroll-loading-error {
514 .scroll-loading-error {
515 background-color: #FFCCCC !important;
515 background-color: #FFCCCC !important;
516 }
516 }
517
518 #doc {
519 margin: 0 30px;
520 }
General Comments 0
You need to be logged in to leave comments. Login now