summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2008-05-03 09:07:41 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2008-05-03 09:07:41 (UTC)
commitaa3c4486b41b8b13d0f52477f033837fc8bb9524 (patch) (unidiff)
tree9ab3b6b2b3b27ce4d3d5bdb7bd42c870aec8ed54 /cgit.css
parentc6078b8b006bcb0671a3c1bc21dd1a2c01035a2e (diff)
downloadcgit-aa3c4486b41b8b13d0f52477f033837fc8bb9524.zip
cgit-aa3c4486b41b8b13d0f52477f033837fc8bb9524.tar.gz
cgit-aa3c4486b41b8b13d0f52477f033837fc8bb9524.tar.bz2
Add footer with page creation time and cgit version on all pages
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index d57722c..fac5f85 100644
--- a/cgit.css
+++ b/cgit.css
@@ -66,384 +66,390 @@ table.tabs {
66 border-collapse: collapse; 66 border-collapse: collapse;
67 margin-top: 2em; 67 margin-top: 2em;
68 margin-bottom: 0px; 68 margin-bottom: 0px;
69 width: 100%; 69 width: 100%;
70} 70}
71 71
72table.tabs td { 72table.tabs td {
73 padding: 0px 1em; 73 padding: 0px 1em;
74 vertical-align: bottom; 74 vertical-align: bottom;
75} 75}
76 76
77table.tabs td a { 77table.tabs td a {
78 padding: 2px 0.75em; 78 padding: 2px 0.75em;
79 color: #777; 79 color: #777;
80 font-size: 110%; 80 font-size: 110%;
81} 81}
82 82
83table.tabs td a.active { 83table.tabs td a.active {
84 color: #000; 84 color: #000;
85 background-color: #ccc; 85 background-color: #ccc;
86} 86}
87 87
88table.tabs td.form { 88table.tabs td.form {
89 text-align: right; 89 text-align: right;
90} 90}
91 91
92table.tabs td.form form { 92table.tabs td.form form {
93 padding-bottom: 2px; 93 padding-bottom: 2px;
94 font-size: 90%; 94 font-size: 90%;
95} 95}
96 96
97table.tabs td.form input, 97table.tabs td.form input,
98table.tabs td.form select { 98table.tabs td.form select {
99 font-size: 90%; 99 font-size: 90%;
100} 100}
101 101
102div.content { 102div.content {
103 margin: 0px; 103 margin: 0px;
104 padding: 2em; 104 padding: 2em;
105 border-top: solid 3px #ccc; 105 border-top: solid 3px #ccc;
106 border-bottom: solid 3px #ccc; 106 border-bottom: solid 3px #ccc;
107} 107}
108 108
109 109
110table.list { 110table.list {
111 width: 100%; 111 width: 100%;
112 border: none; 112 border: none;
113 border-collapse: collapse; 113 border-collapse: collapse;
114} 114}
115 115
116table.list tr { 116table.list tr {
117 background: white; 117 background: white;
118} 118}
119 119
120table.list tr:hover { 120table.list tr:hover {
121 background: #eee; 121 background: #eee;
122} 122}
123 123
124table.list tr.nohover:hover { 124table.list tr.nohover:hover {
125 background: white; 125 background: white;
126} 126}
127 127
128table.list th { 128table.list th {
129 font-weight: bold; 129 font-weight: bold;
130 /* color: #888; 130 /* color: #888;
131 border-top: dashed 1px #888; 131 border-top: dashed 1px #888;
132 border-bottom: dashed 1px #888; 132 border-bottom: dashed 1px #888;
133 */ 133 */
134 padding: 0.1em 0.5em 0.05em 0.5em; 134 padding: 0.1em 0.5em 0.05em 0.5em;
135 vertical-align: baseline; 135 vertical-align: baseline;
136} 136}
137 137
138table.list td { 138table.list td {
139 border: none; 139 border: none;
140 padding: 0.1em 0.5em 0.1em 0.5em; 140 padding: 0.1em 0.5em 0.1em 0.5em;
141} 141}
142 142
143table.list td a { 143table.list td a {
144 color: black; 144 color: black;
145} 145}
146 146
147table.list td a:hover { 147table.list td a:hover {
148 color: #00f; 148 color: #00f;
149} 149}
150 150
151img { 151img {
152 border: none; 152 border: none;
153} 153}
154 154
155input#switch-btn { 155input#switch-btn {
156 margin: 2px 0px 0px 0px; 156 margin: 2px 0px 0px 0px;
157} 157}
158 158
159td#sidebar input.txt { 159td#sidebar input.txt {
160 width: 100%; 160 width: 100%;
161 margin: 2px 0px 0px 0px; 161 margin: 2px 0px 0px 0px;
162} 162}
163 163
164table#grid { 164table#grid {
165 margin: 0px; 165 margin: 0px;
166} 166}
167 167
168td#content { 168td#content {
169 vertical-align: top; 169 vertical-align: top;
170 padding: 1em 2em 1em 1em; 170 padding: 1em 2em 1em 1em;
171 border: none; 171 border: none;
172} 172}
173 173
174div#summary { 174div#summary {
175 vertical-align: top; 175 vertical-align: top;
176 margin-bottom: 1em; 176 margin-bottom: 1em;
177} 177}
178 178
179table#downloads { 179table#downloads {
180 float: right; 180 float: right;
181 border-collapse: collapse; 181 border-collapse: collapse;
182 border: solid 1px #777; 182 border: solid 1px #777;
183 margin-left: 0.5em; 183 margin-left: 0.5em;
184 margin-bottom: 0.5em; 184 margin-bottom: 0.5em;
185} 185}
186 186
187table#downloads th { 187table#downloads th {
188 background-color: #ccc; 188 background-color: #ccc;
189} 189}
190 190
191div#blob { 191div#blob {
192 border: solid 1px black; 192 border: solid 1px black;
193} 193}
194 194
195div.error { 195div.error {
196 color: red; 196 color: red;
197 font-weight: bold; 197 font-weight: bold;
198 margin: 1em 2em; 198 margin: 1em 2em;
199} 199}
200 200
201a.ls-blob, a.ls-dir, a.ls-mod { 201a.ls-blob, a.ls-dir, a.ls-mod {
202 font-family: monospace; 202 font-family: monospace;
203} 203}
204 204
205td.ls-size { 205td.ls-size {
206 text-align: right; 206 text-align: right;
207 font-family: monospace; 207 font-family: monospace;
208 width: 10em; 208 width: 10em;
209} 209}
210 210
211td.ls-mode { 211td.ls-mode {
212 font-family: monospace; 212 font-family: monospace;
213 width: 10em; 213 width: 10em;
214} 214}
215 215
216table.blob { 216table.blob {
217 margin-top: 0.5em; 217 margin-top: 0.5em;
218 border-top: solid 1px black; 218 border-top: solid 1px black;
219} 219}
220 220
221table.blob td.no { 221table.blob td.no {
222 border-right: solid 1px black; 222 border-right: solid 1px black;
223 color: black; 223 color: black;
224 background-color: #eee; 224 background-color: #eee;
225 text-align: right; 225 text-align: right;
226} 226}
227 227
228table.blob td.no a { 228table.blob td.no a {
229 color: black; 229 color: black;
230} 230}
231 231
232table.blob td.no a:hover { 232table.blob td.no a:hover {
233 color: black; 233 color: black;
234 text-decoration: none; 234 text-decoration: none;
235} 235}
236 236
237table.blob td.txt { 237table.blob td.txt {
238 white-space: pre; 238 white-space: pre;
239 font-family: monospace; 239 font-family: monospace;
240 padding-left: 0.5em; 240 padding-left: 0.5em;
241} 241}
242 242
243table.nowrap td { 243table.nowrap td {
244 white-space: nowrap; 244 white-space: nowrap;
245} 245}
246 246
247table.commit-info { 247table.commit-info {
248 border-collapse: collapse; 248 border-collapse: collapse;
249 margin-top: 1.5em; 249 margin-top: 1.5em;
250} 250}
251 251
252table.commit-info th { 252table.commit-info th {
253 text-align: left; 253 text-align: left;
254 font-weight: normal; 254 font-weight: normal;
255 padding: 0.1em 1em 0.1em 0.1em; 255 padding: 0.1em 1em 0.1em 0.1em;
256 vertical-align: top; 256 vertical-align: top;
257} 257}
258 258
259table.commit-info td { 259table.commit-info td {
260 font-weight: normal; 260 font-weight: normal;
261 padding: 0.1em 1em 0.1em 0.1em; 261 padding: 0.1em 1em 0.1em 0.1em;
262} 262}
263 263
264div.commit-subject { 264div.commit-subject {
265 font-weight: bold; 265 font-weight: bold;
266 font-size: 125%; 266 font-size: 125%;
267 margin: 1.5em 0em 0.5em 0em; 267 margin: 1.5em 0em 0.5em 0em;
268 padding: 0em; 268 padding: 0em;
269} 269}
270 270
271div.commit-msg { 271div.commit-msg {
272 white-space: pre; 272 white-space: pre;
273 font-family: monospace; 273 font-family: monospace;
274} 274}
275 275
276div.diffstat-header { 276div.diffstat-header {
277 font-weight: bold; 277 font-weight: bold;
278 padding-top: 1.5em; 278 padding-top: 1.5em;
279} 279}
280 280
281table.diffstat { 281table.diffstat {
282 border-collapse: collapse; 282 border-collapse: collapse;
283 border: solid 1px #aaa; 283 border: solid 1px #aaa;
284 background-color: #eee; 284 background-color: #eee;
285} 285}
286 286
287table.diffstat th { 287table.diffstat th {
288 font-weight: normal; 288 font-weight: normal;
289 text-align: left; 289 text-align: left;
290 text-decoration: underline; 290 text-decoration: underline;
291 padding: 0.1em 1em 0.1em 0.1em; 291 padding: 0.1em 1em 0.1em 0.1em;
292 font-size: 100%; 292 font-size: 100%;
293} 293}
294 294
295table.diffstat td { 295table.diffstat td {
296 padding: 0.2em 0.2em 0.1em 0.1em; 296 padding: 0.2em 0.2em 0.1em 0.1em;
297 font-size: 100%; 297 font-size: 100%;
298 border: none; 298 border: none;
299} 299}
300 300
301table.diffstat td.mode { 301table.diffstat td.mode {
302 white-space: nowrap; 302 white-space: nowrap;
303} 303}
304 304
305table.diffstat td span.modechange { 305table.diffstat td span.modechange {
306 padding-left: 1em; 306 padding-left: 1em;
307 color: red; 307 color: red;
308} 308}
309 309
310table.diffstat td.add a { 310table.diffstat td.add a {
311 color: green; 311 color: green;
312} 312}
313 313
314table.diffstat td.del a { 314table.diffstat td.del a {
315 color: red; 315 color: red;
316} 316}
317 317
318table.diffstat td.upd a { 318table.diffstat td.upd a {
319 color: blue; 319 color: blue;
320} 320}
321 321
322table.diffstat td.graph { 322table.diffstat td.graph {
323 width: 500px; 323 width: 500px;
324 vertical-align: middle; 324 vertical-align: middle;
325} 325}
326 326
327table.diffstat td.graph table { 327table.diffstat td.graph table {
328 border: none; 328 border: none;
329} 329}
330 330
331table.diffstat td.graph td { 331table.diffstat td.graph td {
332 padding: 0px; 332 padding: 0px;
333 border: 0px; 333 border: 0px;
334 height: 7pt; 334 height: 7pt;
335} 335}
336 336
337table.diffstat td.graph td.add { 337table.diffstat td.graph td.add {
338 background-color: #5c5; 338 background-color: #5c5;
339} 339}
340 340
341table.diffstat td.graph td.rem { 341table.diffstat td.graph td.rem {
342 background-color: #c55; 342 background-color: #c55;
343} 343}
344 344
345div.diffstat-summary { 345div.diffstat-summary {
346 color: #888; 346 color: #888;
347 padding-top: 0.5em; 347 padding-top: 0.5em;
348} 348}
349 349
350table.diff { 350table.diff {
351 width: 100%; 351 width: 100%;
352} 352}
353 353
354table.diff td { 354table.diff td {
355 font-family: monospace; 355 font-family: monospace;
356 white-space: pre; 356 white-space: pre;
357} 357}
358 358
359table.diff td div.head { 359table.diff td div.head {
360 font-weight: bold; 360 font-weight: bold;
361 margin-top: 1em; 361 margin-top: 1em;
362 color: black; 362 color: black;
363} 363}
364 364
365table.diff td div.hunk { 365table.diff td div.hunk {
366 color: #009; 366 color: #009;
367} 367}
368 368
369table.diff td div.add { 369table.diff td div.add {
370 color: green; 370 color: green;
371} 371}
372 372
373table.diff td div.del { 373table.diff td div.del {
374 color: red; 374 color: red;
375} 375}
376 376
377.sha1 { 377.sha1 {
378 font-family: monospace; 378 font-family: monospace;
379 font-size: 90%; 379 font-size: 90%;
380} 380}
381 381
382.left { 382.left {
383 text-align: left; 383 text-align: left;
384} 384}
385 385
386.right { 386.right {
387 text-align: right; 387 text-align: right;
388} 388}
389 389
390table.list td.repogroup { 390table.list td.repogroup {
391 font-style: italic; 391 font-style: italic;
392 color: #888; 392 color: #888;
393} 393}
394 394
395a.button { 395a.button {
396 font-size: 80%; 396 font-size: 80%;
397 padding: 0em 0.5em; 397 padding: 0em 0.5em;
398} 398}
399 399
400a.primary { 400a.primary {
401 font-size: 100%; 401 font-size: 100%;
402} 402}
403 403
404a.secondary { 404a.secondary {
405 font-size: 90%; 405 font-size: 90%;
406} 406}
407 407
408td.toplevel-repo { 408td.toplevel-repo {
409 409
410} 410}
411 411
412table.list td.sublevel-repo { 412table.list td.sublevel-repo {
413 padding-left: 1.5em; 413 padding-left: 1.5em;
414} 414}
415 415
416div.pager { 416div.pager {
417 text-align: center; 417 text-align: center;
418 margin: 1em 0em 0em 0em; 418 margin: 1em 0em 0em 0em;
419} 419}
420 420
421div.pager a { 421div.pager a {
422 color: #777; 422 color: #777;
423 margin: 0em 0.5em; 423 margin: 0em 0.5em;
424} 424}
425 425
426span.age-mins { 426span.age-mins {
427 font-weight: bold; 427 font-weight: bold;
428 color: #080; 428 color: #080;
429} 429}
430 430
431span.age-hours { 431span.age-hours {
432 color: #080; 432 color: #080;
433} 433}
434 434
435span.age-days { 435span.age-days {
436 color: #040; 436 color: #040;
437} 437}
438 438
439span.age-weeks { 439span.age-weeks {
440 color: #444; 440 color: #444;
441} 441}
442 442
443span.age-months { 443span.age-months {
444 color: #888; 444 color: #888;
445} 445}
446 446
447span.age-years { 447span.age-years {
448 color: #bbb; 448 color: #bbb;
449} 449}
450div.footer {
451 margin-top: 0.5em;
452 text-align: center;
453 font-size: 80%;
454 color: #ccc;
455}