]> gitweb.ps.run Git - ps-cgit/blob - cgit.css
Include cgit.conf in Makefile
[ps-cgit] / cgit.css
1 body {
2         font-family: arial;
3         font-size: 11pt;
4         background: white;
5 }
6
7 body, table {
8         padding: 0em;
9         margin: 0em;
10 }
11
12 table {
13       border-collapse: collapse;
14 }
15
16 h2 {
17         font-size: 120%;
18         font-weight: bold;
19         margin-top: 0em;
20         margin-bottom: 0.25em;
21 }
22
23 h3 {
24         margin-top: 0em;
25         font-size: 100%;
26         font-weight: normal;
27 }
28
29 h4 {
30         margin-top: 1.5em;
31         margin-bottom: 0.1em;
32         font-size: 100%;
33         font-weight: bold;
34 }
35
36 a {
37         color: blue;
38         text-decoration: none;
39 }
40
41 a:hover {
42         text-decoration: underline;
43 }
44
45 table.list {
46         border: none;
47         border-collapse: collapse;
48 }
49
50 table.list tr {
51         background: white;
52 }
53
54 table.list tr:hover {
55         background: #eee;
56 }
57
58 table.list tr.nohover:hover {
59         background: white;
60 }
61
62 table.list th {
63         font-weight: normal;
64         border-bottom: solid 1px #777;
65         padding: 0.1em 0.5em 0.1em 0.5em;
66         vertical-align: baseline;
67 }
68
69 table.list td {
70         border: none;
71         padding: 0.1em 0.5em 0.1em 0.5em;
72 }
73
74 img {
75         border: none;
76 }
77
78 table#layout {
79         width: 100%;
80         border-collapse: collapse;
81         margin: 0px;
82 }
83
84 td#header, td#logo {
85         color: #666;
86         background-color: #ddd;
87         border-bottom: solid 1px #000;
88 }
89
90 td#header {
91         font-size: 150%;
92         font-weight: bold;
93         padding: 0.2em 0.5em;
94         vertical-align: text-bottom;
95 }
96
97 td#logo {
98         text-align: right;
99         vertical-align: middle;
100         padding-right: 0.5em;
101 }
102
103 td#crumb, td#search {
104         color: #ccc;
105         border-top: solid 3px #555;
106         background-color: #666;
107         border-bottom: solid 1px #333;
108         padding: 2px 1em;
109 }
110
111 td#crumb {
112         font-weight: bold;
113 }
114
115 td#crumb a {
116         color: #ccc;
117 }
118
119 td#crumb a:hover {
120         color: #eee;
121 }
122
123 td#search {
124         text-align: right;
125         vertical-align: center;
126         padding-right: 0.5em;
127 }
128
129 td#search form {
130         margin: 0px;
131         padding: 0px;
132 }
133
134 td#search input {
135         font-size: 9pt;
136         padding: 0px;
137         width: 10em;
138         border: solid 1px #333;
139         color: #333;
140         background-color: #fff;
141 }
142
143 td#summary {
144         vertical-align: top;
145         padding-bottom: 1em;
146 }
147
148 td#archivelist {
149         padding-bottom: 1em;
150 }
151
152 td#archivelist table {
153         float: right;
154         border-collapse: collapse;
155         border: solid 1px #777;
156 }
157
158 td#archivelist table th {
159         background-color: #ccc;
160 }
161
162 td#content {
163         padding: 1em 0.5em;
164 }
165
166 div#blob {
167         border: solid 1px black;
168 }
169
170 div.error {
171         color: red;
172         font-weight: bold;
173         margin: 1em 2em;
174 }
175
176 td.ls-blob, td.ls-dir, td.ls-mod {
177         font-family: monospace;
178 }
179
180 div.ls-dir a {
181         font-weight: bold;
182 }
183
184 th.filesize, td.filesize {
185         text-align: right;
186 }
187
188 td.filesize {
189         font-family: monospace;
190 }
191
192 td.links {
193         font-size: 80%;
194         padding-left: 2em;
195 }
196
197 td.filemode {
198         font-family: monospace;
199 }
200
201 td.blob {
202         white-space: pre;
203         font-family: monospace;
204         background-color: white;
205 }
206
207 table.nowrap td {
208         white-space: nowrap;
209 }
210
211 table.commit-info {
212         border-collapse: collapse;
213         margin-top: 1.5em;
214 }
215
216 table.commit-info th {
217         text-align: left;
218         font-weight: normal;
219         padding: 0.1em 1em 0.1em 0.1em;
220 }
221
222 table.commit-info td {
223         font-weight: normal;
224         padding: 0.1em 1em 0.1em 0.1em;
225 }
226
227 div.commit-subject {
228         font-weight: bold;
229         font-size: 125%;
230         margin: 1.5em 0em 0.5em 0em;
231         padding: 0em;
232 }
233
234 div.commit-msg {
235         white-space: pre;
236         font-family: monospace;
237 }
238
239 table.diffstat {
240         border-collapse: collapse;
241         margin-top: 1.5em;
242         width: 100%;
243         border: solid 1px #aaa;
244         background-color: #eee;
245 }
246
247 table.diffstat tr:hover {
248         background-color: #ccc;
249 }
250
251 table.diffstat th {
252         font-weight: normal;
253         text-align: left;
254         text-decoration: underline;
255         padding: 0.1em 1em 0.1em 0.1em;
256         font-size: 100%;
257 }
258
259 table.diffstat td {
260         padding: 0.2em 0.2em 0.1em 0.1em;
261         font-size: 100%;
262         border: none;
263 }
264
265 table.diffstat td span.modechange {
266         padding-left: 1em;
267         color: red;
268 }
269
270 table.diffstat td.add a {
271         color: green;
272 }
273
274 table.diffstat td.del a {
275         color: red;
276 }
277
278 table.diffstat td.upd a {
279         color: blue;
280 }
281
282 table.diffstat td.graph {
283         width: 75%;
284         vertical-align: center;
285 }
286
287 table.diffstat td.graph table {
288         border: none;
289 }
290
291 table.diffstat td.graph td {
292         padding: 0px;
293         border: 0px;
294         height: 7pt;
295 }
296
297 table.diffstat td.graph td.add {
298         background-color: #5c5;
299 }
300
301 table.diffstat td.graph td.rem {
302         background-color: #c55;
303 }
304
305 table.diffstat td.graph td.none {
306         background-color: none;
307 }
308
309 div.diffstat-summary {
310         color: #888;
311         padding-top: 0.5em;
312 }
313
314 table.diff td {
315         font-family: monospace;
316         white-space: pre;
317 }
318
319 table.diff td div.head {
320         font-weight: bold;
321         padding-top: 1em;
322 }
323
324 table.diff td div.hunk {
325         color: #009;
326 }
327
328 table.diff td div.add {
329         color: green;
330 }
331
332 table.diff td div.del {
333         color: red;
334 }
335
336 .sha1 {
337         font-family: courier;
338         font-size: 90%;
339 }
340
341 .left {
342         text-align: left;
343 }
344
345 .right {
346         text-align: right;
347 }