summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 3ed0c22..c16f3f2 100644
--- a/cgit.css
+++ b/cgit.css
@@ -9,55 +9,64 @@ body {
9 9
10h2 { 10h2 {
11 font-size: normal; 11 font-size: normal;
12 font-weight: bold; 12 font-weight: bold;
13 margin-bottom: 0.1em; 13 margin-bottom: 0.1em;
14} 14}
15 15
16 16
17table.list { 17table.list {
18 border: solid 1px black; 18 border: solid 1px black;
19 border-collapse: collapse; 19 border-collapse: collapse;
20 border: solid 1px #aaa; 20 border: solid 1px #aaa;
21} 21}
22 22
23table.list th { 23table.list th {
24 text-align: left; 24 text-align: left;
25 font-weight: bold; 25 font-weight: bold;
26 background: #ddd; 26 background: #ddd;
27 border-bottom: solid 1px #aaa; 27 border-bottom: solid 1px #aaa;
28 padding: 0.1em 0.5em 0.1em; 28 padding: 0.1em 0.5em 0.1em;
29 vertical-align: baseline; 29 vertical-align: baseline;
30} 30}
31table.list td { 31table.list td {
32 border: none; 32 border: none;
33 padding: 0.1em 0.5em; 33 padding: 0.1em 1em 0.1em 0.5em;
34 background: white; 34 background: white;
35} 35}
36 36
37img { 37img {
38 border: none; 38 border: none;
39} 39}
40 40
41 41
42div#header { 42div#header {
43 background-color: #ddd; 43 background-color: #ddd;
44 padding: 0.25em 0.25em 0.25em 0.5em; 44 padding: 0.25em 0.25em 0.25em 0.5em;
45 font-size: 150%; 45 font-size: 150%;
46 font-weight: bold; 46 font-weight: bold;
47 border: solid 1px #aaa; 47 border: solid 1px #aaa;
48 vertical-align: middle; 48 vertical-align: middle;
49} 49}
50 50
51div#header img#logo { 51div#header img#logo {
52 float: right; 52 float: right;
53} 53}
54 54
55div#content { 55div#content {
56 margin: 0.5em 0.5em; 56 margin: 0.5em 0.5em;
57} 57}
58 58
59div.error { 59div.error {
60 color: red; 60 color: red;
61 font-weight: bold; 61 font-weight: bold;
62 margin: 1em 2em; 62 margin: 1em 2em;
63} \ No newline at end of file 63}
64div.ls-dir a {
65 font-weight: bold;
66}
67th.filesize, td.filesize {
68 text-align: right;
69}
70th.filemode, td.filemode {
71 text-align: center;
72}