changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / static/style.css

changeset 53: d25f982fb8a6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 20 Jul 2024 22:31:54 -0400
permissions: -rwxr-xr-x
description: init vc
1 body { background-color: #232220; color: antiquewhite; }
2 h2 { font-family: mono; }
3 
4 a { text-decoration:none; color: #2B944B; font-weight: bold; }
5 a:visited { color: chocolate; }
6 a:hover { color: #E7600E; text-decoration:underline overline; }
7 .age { white-space:nowrap; color: #87606C;}
8 .date { white-space:nowrap; color: #232436; font-weight: bold;}
9 .indexlinks { white-space:nowrap; }
10 .parity0 { background-color: antiquewhite; color: #111111; font-family: mono; }
11 .parity1 { background-color: antiquewhite; color: #111111; font-family: mono;}
12 .lineno { width: 60px; color: black; font-size: x-small;
13  text-align: left;
14  display: inline-table; }
15 .author { color: #9470FF; }
16 .plusline { color: green; }
17 .minusline { color: red; }
18 .atline { color: purple; }
19 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
20 tr.thisrev a { color:#999999; text-decoration: none; text-style: oblique; }
21 tr.thisrev pre { color:#009900; }
22 td.annotate {
23  white-space: nowrap;
24 }
25 div.annotate-info {
26  display: none;
27  position: absolute;
28  background-color: #FFFFFF;
29  border: 1px solid #888;
30  text-align: left;
31  color: #000000;
32  padding: 5px;
33 }
34 div.annotate-info a { color: #0000FF; }
35 td.annotate:hover div.annotate-info { display: inline; }
36 div.buttons { background-color: black; padding: 10px; }
37 .buttons a {
38  background-color: #D64F53;
39  padding: 2pt;
40  color: wheat;
41  font-family: mono;
42  font-weight: bold;
43 
44 }
45 .navigate a {
46  background-color: #ccc;
47  padding: 2pt;
48  font-family: mono;
49  color: black;
50 }
51 
52 .metatag {
53  background-color: #000000;
54  color: #FFFF;
55  text-align: right;
56  font-weight: bolder;
57 }
58 
59 /* Common */
60 pre { margin: 0; }
61 
62 .logo {
63  bottom:0;
64  right:0;
65  position:fixed;
66 }
67 
68 /* Changelog/Filelog entries */
69 .logEntry { width: 100%; }
70 .logEntry .age { width: 15%; }
71 .logEntry th.label { width: 16em; }
72 .logEntry th { font-weight: normal; text-align: right; vertical-align: top; }
73 .logEntry th.age, .logEntry th.firstline { font-weight: bold; }
74 .logEntry th.firstline { text-align: left; width: inherit; }
75 
76 /* Shortlog entries */
77 .slogEntry { width: 100%; }
78 .slogEntry .age { width: 8em; font-style: italic; }
79 .slogEntry td { text-align: left; vertical-align: top; }
80 .slogEntry td.author { width: 15em; font-weight: bold;}
81 
82 /* Tag entries */
83 #tagEntries { list-style: none; margin: 0; padding: 0; }
84 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
85 
86 /* Changeset entry */
87 #changesetEntry { }
88 #changesetEntry th { font-weight: normal; background-color: #382738; color: #E8CEBD; text-align: right; }
89 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
90 
91 /* File diff view */
92 #filediffEntry { }
93 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
94 
95 /* Graph */
96 div#wrapper {
97  position: relative;
98  margin: 0;
99  padding: 0;
100 }
101 
102 canvas {
103  position: absolute;
104  z-index: 5;
105  top: -0.6em;
106  margin: 0;
107 }
108 
109 ul#graphnodes {
110  list-style: none inside none;
111  padding: 0;
112  margin: 0;
113 }
114 
115 ul#graphnodes li {
116  height: 37px;
117  overflow: visible;
118  padding-top: 2px;
119 }
120 
121 ul#graphnodes li .fg {
122  position: absolute;
123  z-index: 10;
124 }
125 
126 ul#graphnodes li .info {
127  font-size: 70%;
128 }