summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 3579598..382964a 100644
--- a/cgit.css
+++ b/cgit.css
@@ -4,24 +4,32 @@ body {
4 background: white; 4 background: white;
5 padding: 0em; 5 padding: 0em;
6 margin: 0.5em; 6 margin: 0.5em;
7} 7}
8 8
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
16a {
17 color: blue;
18 text-decoration: none;
19}
20
21a:hover {
22 text-decoration: underline;
23}
16 24
17table.list { 25table.list {
18 border: solid 1px black; 26 border: solid 1px black;
19 border-collapse: collapse; 27 border-collapse: collapse;
20 border: solid 1px #aaa; 28 border: solid 1px #aaa;
21} 29}
22 30
23table.list th { 31table.list th {
24 font-weight: bold; 32 font-weight: bold;
25 background: #ddd; 33 background: #ddd;
26 border-bottom: solid 1px #aaa; 34 border-bottom: solid 1px #aaa;
27 padding: 0.1em 0.5em 0.1em 0.5em; 35 padding: 0.1em 0.5em 0.1em 0.5em;
@@ -37,25 +45,24 @@ img {
37 border: none; 45 border: none;
38} 46}
39 47
40 48
41div#header { 49div#header {
42 background-color: #ddd; 50 background-color: #ddd;
43 padding: 0.25em 0.25em 0.25em 0.5em; 51 padding: 0.25em 0.25em 0.25em 0.5em;
44 font-size: 150%; 52 font-size: 150%;
45 font-weight: bold; 53 font-weight: bold;
46 border: solid 1px #aaa; 54 border: solid 1px #aaa;
47 vertical-align: middle; 55 vertical-align: middle;
48} 56}
49
50div#header img#logo { 57div#header img#logo {
51 float: right; 58 float: right;
52} 59}
53 60
54div#content { 61div#content {
55 margin: 0.5em 0.5em; 62 margin: 0.5em 0.5em;
56} 63}
57 64
58div#blob { 65div#blob {
59 border: solid 1px black; 66 border: solid 1px black;
60} 67}
61 68