stagit.css - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
stagit.css (1723B)
---
1 body {
2 font-family: monospace;
3 color: #000;
4 background-color: #fff;
5 }
6 img {
7 border: 0;
8 }
9
10 h1, h2, h3, h4, h5, h6 {
11 font-size: 1em;
12 margin: 0;
13 }
14
15 img, h1, h2 {
16 vertical-align: middle;
17 }
18
19 a:target {
20 background-color: #ccc;
21 }
22
23 a.d,
24 a.h,
25 a.i,
26 a.line {
27 text-decoration: none;
28 }
29
30 #blob a {
31 color: #777;
32 border-right: 3px solid #aaa;
33 padding: 0 5px 0 0;
34 }
35
36 #blob a:hover {
37 color: blue;
38 text-decoration: none;
39 }
40
41 table thead td {
42 font-weight: bold;
43 }
44
45 table td {
46 padding: 0 0.4em;
47 }
48
49 #content table td {
50 white-space: nowrap;
51 vertical-align: top;
52 }
53
54 #branches tr:hover td,
55 #tags tr:hover td,
56 #index tr:hover td,
57 #log tr:hover td,
58 #files tr:hover td {
59 background-color: #eee;
60 }
61
62 #index tr td:nth-child(2),
63 #tags tr td:nth-child(3),
64 #branches tr td:nth-child(3),
65 #log tr td:nth-child(2) {
66 white-space: normal;
67 }
68
69 td.num {
70 text-align: right;
71 }
72
73 .desc {
74 color: #777;
75 }
76
77 hr {
78 border: 0;
79 border-top: 3px solid #aaa;
80 height: 3px;
81 }
82
83 #content hr {
84 display: none;
85 }
86
87 pre {
88 font-family: monospace;
89 }
90
91 pre a.h {
92 color: #00a;
93 }
94
95 .A,
96 span.i,
97 pre a.i {
98 color: #070;
99 }
100
101 .D,
102 span.d,
103 pre a.d {
104 color: #e00;
105 }
106
107 pre a.h:hover,
108 pre a.i:hover,
109 pre a.d:hover {
110 text-decoration: none;
111 }
112
113 /*@media (prefers-color-scheme: dark) {
114 body {
115 background-color: #000;
116 color: #ccc;
117 }
118 hr {
119 border-color: #222;
120 }
121 a {
122 color: #00abff;
123 }
124 a:target {
125 background-color: #222;
126 }
127 #blob a {
128 color: #555;
129 border-color: #222;
130 }
131 #blob a:hover {
132 color: #00abff;
133 }
134 pre a.h {
135 color: #00abff;
136 }
137 .A,
138 span.i,
139 pre a.i {
140 color: #0e0;
141 }
142 .D,
143 span.d,
144 pre a.d {
145 color: #e00;
146 }
147 #branches tr:hover td,
148 #tags tr:hover td,
149 #index tr:hover td,
150 #log tr:hover td,
151 #files tr:hover td {
152 background-color: #111;
153 }
154 }*/