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
@@ -194,256 +194,262 @@ div#blob {
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}