changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/static/style-monoblue.css

changeset 53: d25f982fb8a6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 20 Jul 2024 22:31:54 -0400
permissions: -rw-r--r--
description: init vc
1 /*** Initial Settings ***/
2 * {
3  margin: 0;
4  padding: 0;
5  font-weight: normal;
6  font-style: normal;
7 }
8 
9 html {
10  font-size: 100%;
11  font-family: sans-serif;
12 }
13 
14 body {
15  font-size: 77%;
16  margin: 15px 50px;
17  background: #4B4B4C;
18 }
19 
20 a {
21  color:#0000cc;
22  text-decoration: none;
23 }
24 /*** end of Initial Settings ***/
25 
26 
27 /** common settings **/
28 div#container {
29  background: #FFFFFF;
30  position: relative;
31  color: #666;
32 }
33 
34 div.page-header {
35  padding: 50px 20px 0;
36  background: #006699 top left repeat-x;
37  position: relative;
38 }
39  div.page-header h1 {
40  margin: 10px 0 30px;
41  font-size: 1.8em;
42  font-weight: bold;
43  font-family: osaka,'MS P Gothic', Georgia, serif;
44  letter-spacing: 1px;
45  color: #DDD;
46  }
47  div.page-header h1 a {
48  font-weight: bold;
49  color: #FFF;
50  }
51  div.page-header a {
52  text-decoration: none;
53  }
54 
55  div.page-header form {
56  float: right;
57  margin-top: -2px;
58  }
59  div.page-header form label {
60  color: #DDD;
61  }
62  div.page-header form input {
63  padding: 2px;
64  border: solid 1px #DDD;
65  }
66  div.page-header form dl {
67  overflow: hidden;
68  }
69  div.page-header form dl dt {
70  font-size: 1.2em;
71  }
72  div.page-header form dl dt,
73  div.page-header form dl dd {
74  margin: 0 0 0 5px;
75  float: left;
76  height: 24px;
77  line-height: 20px;
78  }
79 
80  ul.page-nav {
81  margin: 10px 0 0 0;
82  list-style-type: none;
83  overflow: hidden;
84  }
85  ul.page-nav li {
86  margin: 0 2px 0 0;
87  float: left;
88  width: 80px;
89  height: 24px;
90  font-size: 1.1em;
91  line-height: 24px;
92  text-align: center;
93  }
94  ul.page-nav li.current {
95  background: #FFF;
96  }
97  ul.page-nav li a {
98  height: 24px;
99  color: #666;
100  background: #DDD;
101  display: block;
102  text-decoration: none;
103  }
104  ul.page-nav li a:hover {
105  color:#333;
106  background: #FFF;
107  }
108 
109 ul.submenu {
110  margin: 10px 0 -10px 20px;
111  list-style-type: none;
112 }
113 ul.submenu li {
114  margin: 0 10px 0 0;
115  font-size: 1.2em;
116  display: inline;
117 }
118 
119 h2 {
120  margin: 20px 0 10px;
121  height: 30px;
122  line-height: 30px;
123  text-indent: 20px;
124  background: #FFF;
125  font-size: 1.2em;
126  border-top: dotted 1px #D5E1E6;
127  font-weight: bold;
128 }
129 h2.no-link {
130  color:#006699;
131 }
132 h2.no-border {
133  color: #FFF;
134  background: #006699;
135  border: 0;
136 }
137 h2 a {
138  font-weight:bold;
139  color:#006699;
140 }
141 
142 div.page-path {
143  text-align: right;
144  padding: 20px 30px 10px 0;
145  border:solid #d9d8d1;
146  border-width:0px 0px 1px;
147  font-size: 1.2em;
148 }
149 
150 div.page-footer {
151  margin: 50px 0 0;
152  position: relative;
153 }
154  div.page-footer p {
155  position: relative;
156  padding-left: 20px;
157  bottom: 5px;
158  font-size: 1.2em;
159  }
160 
161  ul.rss-logo {
162  position: absolute;
163  top: -10px;
164  right: 20px;
165  height: 20px;
166  list-style-type: none;
167  }
168  ul.rss-logo li {
169  display: inline;
170  }
171  ul.rss-logo li a {
172  padding: 3px 6px;
173  line-height: 10px;
174  border:1px solid;
175  border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
176  color:#ffffff;
177  background-color:#ff6600;
178  font-weight:bold;
179  font-family:sans-serif;
180  font-size:10px;
181  text-align:center;
182  text-decoration:none;
183  }
184  div.rss-logo li a:hover {
185  background-color:#ee5500;
186  }
187 
188 p.normal {
189  margin: 20px 0 20px 30px;
190  font-size: 1.2em;
191 }
192 
193 table {
194  margin: 10px 0 0 20px;
195  width: 95%;
196  border-collapse: collapse;
197 }
198 table tr td {
199  font-size: 1.1em;
200 }
201 table tr td.nowrap {
202  white-space: nowrap;
203 }
204 table tr td.closed {
205  background-color: #99f;
206 }
207 /*
208 table tr.parity0:hover,
209 table tr.parity1:hover {
210  background: #D5E1E6;
211 }
212 */
213 table tr.parity0,
214 table td.annotate.parity0 {
215  background: #F1F6F7;
216 }
217 table tr.parity1,
218 table td.annotate.parity1 {
219  background: #FFFFFF;
220 }
221 table tr td {
222  padding: 5px 5px;
223 }
224 table.annotated tr td {
225  padding: 0px 5px;
226 }
227 
228 span.logtags span {
229  padding: 2px 6px;
230  font-weight: normal;
231  font-size: 11px;
232  border: 1px solid;
233  background-color: #ffaaff;
234  border-color: #ffccff #ff00ee #ff00ee #ffccff;
235 }
236 span.logtags span.phasetag {
237  background-color: #dfafff;
238  border-color: #e2b8ff #ce48ff #ce48ff #e2b8ff;
239 }
240 span.logtags span.obsoletetag {
241  background-color: #dddddd;
242  border-color: #e4e4e4 #a3a3a3 #a3a3a3 #e4e4e4;
243 }
244 span.logtags span.instabilitytag {
245  background-color: #ffb1c0;
246  border-color: #ffbbc8 #ff4476 #ff4476 #ffbbc8;
247 }
248 span.logtags span.tagtag {
249  background-color: #ffffaa;
250  border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
251 }
252 span.logtags span.branchtag {
253  background-color: #aaffaa;
254  border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
255 }
256 span.logtags span.inbranchtag {
257  background-color: #d5dde6;
258  border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
259 }
260 span.logtags span.bookmarktag {
261  background-color: #afdffa;
262  border-color: #ccecff #46ace6 #46ace6 #ccecff;
263 }
264 
265 div.diff pre {
266  margin: 10px 0 0 0;
267 }
268 div.diff pre span {
269  font-family: monospace;
270  white-space: pre;
271  font-size: 1.2em;
272 }
273 div.diffblocks { counter-reset: lineno; }
274 div.diffblock { counter-increment: lineno; }
275 span.difflineplus { color:#008800; }
276 span.difflineminus { color:#cc0000; }
277 span.difflineat { color:#990099; }
278 
279 pre.sourcelines {
280  position: relative;
281  counter-reset: lineno;
282  font-size: 1.2em;
283 }
284 pre.sourcelines > span {
285  display: inline-block;
286  box-sizing: border-box;
287  width: 100%;
288  padding: 0 0 0 5em;
289  counter-increment: lineno;
290  vertical-align: top;
291 }
292 div.source > pre.sourcelines > span {
293  padding: 1px 1px 1px 5em;
294 }
295 pre.sourcelines > span:before {
296  -moz-user-select: -moz-none;
297  -khtml-user-select: none;
298  -webkit-user-select: none;
299  -ms-user-select: none;
300  user-select: none;
301  display: inline-block;
302  margin-left: -5em;
303  width: 4em;
304  color: #999;
305  text-align: right;
306  content: counters(lineno,".");
307  float: left;
308 }
309 pre.sourcelines > a {
310  display: inline-block;
311  position: absolute;
312  left: 0px;
313  width: 4em;
314  height: 1em;
315  padding: 0.15em;
316 }
317 pre.sourcelines.stripes > :nth-child(4n+2) { background-color: #F1F6F7; }
318 pre.sourcelines.stripes > :nth-child(4n+4) { background-color: #FFFFFF; }
319 pre.sourcelines.stripes > :nth-child(4n+2):hover,
320 pre.sourcelines.stripes > :nth-child(4n+4):hover,
321 pre.sourcelines.stripes > :nth-child(4n+1):hover + :nth-child(4n+2),
322 pre.sourcelines.stripes > :nth-child(4n+3):hover + :nth-child(4n+4) { background-color: #D5E1E6; }
323 
324 tr:target td,
325 pre.sourcelines > span:target,
326 pre.sourcelines.stripes > span:target {
327  background-color: #bfdfff;
328 }
329 
330 td.source {
331  white-space: pre;
332  margin: 10px 30px 0;
333  font-size: 1.2em;
334  font-family: monospace;
335 }
336 .linenr {
337  color: #999;
338  text-align: right;
339 }
340 .lineno {
341  text-align: right;
342 }
343 .lineno a {
344  color: #999;
345 }
346 td.linenr {
347  width: 60px;
348 }
349 tr.thisrev a { color:#999999; text-decoration: none; }
350 tr.thisrev td.source { color:#009900; }
351 td.annotate {
352  white-space: nowrap;
353 }
354 div.annotate-info {
355  display: none;
356  position: absolute;
357  background-color: #FFFFFF;
358  border: solid 1px #CCC;
359  text-align: left;
360  color: #666;
361  padding: 5px;
362 }
363 div.annotate-info a { color: #0000FF; }
364 td.annotate:hover div.annotate-info { display: inline; }
365 
366 div#powered-by {
367  position: absolute;
368  width: 75px;
369  top: 15px;
370  right: 20px;
371  font-size: 1.2em;
372 }
373 div#powered-by a {
374  color: #EEE;
375  text-decoration: none;
376 }
377 div#powered-by a:hover {
378  text-decoration: underline;
379 }
380 /** end of common settings **/
381 
382 /** summary **/
383 dl.overview {
384  margin: 0 0 0 30px;
385  font-size: 1.1em;
386  overflow: hidden;
387 }
388  dl.overview dt,
389  dl.overview dd {
390  margin: 5px 0;
391  float: left;
392  }
393  dl.overview dt {
394  clear: left;
395  font-weight: bold;
396  width: 150px;
397  }
398 /** end of summary **/
399 
400 /** chagelog **/
401 h3.changelog {
402  margin: 20px 0 5px 30px;
403  padding: 0 0 2px;
404  font-size: 1.4em;
405  border-bottom: dotted 1px #D5E1E6;
406 }
407 ul.changelog-entry {
408  margin: 0 0 10px 30px;
409  list-style-type: none;
410  position: relative;
411 }
412 ul.changelog-entry li span.revdate {
413  font-size: 1.1em;
414 }
415 ul.changelog-entry li.age {
416  position: absolute;
417  top: -25px;
418  right: 10px;
419  font-size: 1.4em;
420  color: #CCC;
421  font-weight: bold;
422  font-style: italic;
423 }
424 ul.changelog-entry li span.name {
425  font-size: 1.2em;
426  font-weight: bold;
427 }
428 ul.changelog-entry li.description {
429  margin: 10px 0 0;
430  font-size: 1.1em;
431 }
432 /** end of changelog **/
433 
434 /** file **/
435 p.files {
436  margin: 0 0 0 20px;
437  font-size: 2.0em;
438  font-weight: bold;
439 }
440 /** end of file **/
441 
442 /** changeset **/
443 h3.changeset {
444  margin: 20px 0 5px 20px;
445  padding: 0 0 2px;
446  font-size: 1.6em;
447  border-bottom: dotted 1px #D5E1E6;
448 }
449 p.changeset-age {
450  position: relative;
451 }
452 p.changeset-age span {
453  position: absolute;
454  top: -25px;
455  right: 10px;
456  font-size: 1.4em;
457  color: #CCC;
458  font-weight: bold;
459  font-style: italic;
460 }
461 p.description {
462  margin: 10px 30px 0 30px;
463  padding: 10px;
464  border: solid 1px #CCC;
465  font-size: 1.2em;
466 }
467 /** end of changeset **/
468 
469 /** canvas **/
470 div#wrapper {
471  position: relative;
472  font-size: 1.1em;
473 }
474 
475 canvas {
476  position: absolute;
477  z-index: 5;
478  top: -0.7em;
479 }
480 
481 ul#graphnodes li.parity0 {
482  background: #F1F6F7;
483 }
484 
485 ul#graphnodes li.parity1 {
486  background: #FFFFFF;
487 }
488 
489 ul#graphnodes {
490  list-style: none inside none;
491  margin: 0;
492  padding: 0;
493 }
494 
495 ul#graphnodes li {
496  height: 37px;
497  overflow: visible;
498  padding-top: 2px;
499 }
500 
501 ul#graphnodes li .fg {
502  position: absolute;
503  z-index: 10;
504 }
505 
506 ul#graphnodes li .info {
507  margin-top: 2px;
508 }
509 /** end of canvas **/
510 
511 /** comparison **/
512 .legend {
513  margin-left: 20px;
514  padding: 1.5% 0 1.5% 0;
515 }
516 
517 .legendinfo {
518  border: 1px solid #999;
519  font-size: 80%;
520  text-align: center;
521  padding: 0.5%;
522 }
523 
524 .equal {
525  background-color: #ffffff;
526 }
527 
528 .delete {
529  background-color: #faa;
530  color: #333;
531 }
532 
533 .insert {
534  background-color: #ffa;
535 }
536 
537 .replace {
538  background-color: #e8e8e8;
539 }
540 
541 .comparison {
542  overflow-x: auto;
543 }
544 
545 .comparison table td {
546  padding: 0px 5px;
547 }
548 
549 .header th {
550  font-weight: bold;
551 }
552 
553 .block {
554  border-top: 1px solid #999;
555 }
556 /** end of comparison **/
557 
558 .breadcrumb a:hover {
559  text-decoration:underline;
560 }
561 
562 .scroll-loading {
563  -webkit-animation: change_color 1s linear 0s infinite alternate;
564  -moz-animation: change_color 1s linear 0s infinite alternate;
565  -o-animation: change_color 1s linear 0s infinite alternate;
566  animation: change_color 1s linear 0s infinite alternate;
567 }
568 
569 @-webkit-keyframes change_color {
570  from { background-color: #A0CEFF; } to { }
571 }
572 @-moz-keyframes change_color {
573  from { background-color: #A0CEFF; } to { }
574 }
575 @-o-keyframes change_color {
576  from { background-color: #A0CEFF; } to { }
577 }
578 @keyframes change_color {
579  from { background-color: #A0CEFF; } to { }
580 }
581 
582 .scroll-loading-error {
583  background-color: #FFCCCC !important;
584 }
585 
586 #doc {
587  margin: 0 30px;
588 }