summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/cgit.css b/cgit.css
index d2c0d0b..63acd78 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,196 +1,199 @@
1body { 1body {
2 font-family: arial; 2 font-family: arial;
3 font-size: normal; 3 font-size: normal;
4 background: white; 4 background: white;
5 padding: 0em; 5 padding: 0em;
6 margin: 0.5em 1em; 6 margin: 0em;
7} 7}
8 8
9 9
10h2 { 10h2 {
11 font-size: 120%; 11 font-size: 120%;
12 font-weight: bold; 12 font-weight: bold;
13 margin-bottom: 0.5em; 13 margin-bottom: 0.5em;
14} 14}
15 15
16a { 16a {
17 color: blue; 17 color: blue;
18 text-decoration: none; 18 text-decoration: none;
19} 19}
20 20
21a:hover { 21a:hover {
22 text-decoration: underline; 22 text-decoration: underline;
23} 23}
24 24
25table.list { 25table.list {
26 border: none; 26 border: none;
27 border-collapse: collapse; 27 border-collapse: collapse;
28} 28}
29table.list tr { 29table.list tr {
30 background: white; 30 background: white;
31} 31}
32table.list tr:hover { 32table.list tr:hover {
33 background: #eee; 33 background: #eee;
34} 34}
35table.list tr.nohover:hover { 35table.list tr.nohover:hover {
36 background: white; 36 background: white;
37} 37}
38table.list th { 38table.list th {
39 font-weight: normal; 39 font-weight: normal;
40 border-bottom: solid 1px #777; 40 border-bottom: solid 1px #777;
41 padding: 0.1em 0.5em 0.1em 0.5em; 41 padding: 0.1em 0.5em 0.1em 0.5em;
42 vertical-align: baseline; 42 vertical-align: baseline;
43} 43}
44table.list td { 44table.list td {
45 border: none; 45 border: none;
46 padding: 0.1em 0.5em 0.1em 0.5em; 46 padding: 0.1em 0.5em 0.1em 0.5em;
47} 47}
48img { 48img {
49 border: none; 49 border: none;
50} 50}
51 51table#layout {
52div#header { 52 width: 100%;
53 border-collapse: collapse;
54 margin: 0px;
55}
56td#header {
53 background-color: #ddd; 57 background-color: #ddd;
54 padding: 0.25em 0.25em 0.25em 0.5em; 58 padding: 0.25em 0.25em 0.25em 0.5em;
55 font-size: 150%; 59 font-size: 150%;
56 font-weight: bold; 60 font-weight: bold;
57 border: solid 1px #aaa; 61 border-bottom: solid 1px #aaa;
58 vertical-align: middle; 62 vertical-align: middle;
59 margin-bottom: 2em;
60} 63}
61div#header img#logo { 64td#header img#logo {
62 float: right; 65 float: right;
63} 66}
64 67
65div#header input { 68td#header input {
66 float: right; 69 float: right;
67 margin: 0.25em 1em; 70 margin: 0.25em 1em;
68} 71}
69div#header a { 72td#header a {
70 color: black; 73 color: black;
71} 74}
72 75
73div#content { 76td#content {
74 margin: 0.5em 0.5em; 77 padding: 1em 0.5em;
75} 78}
76 79
77div#blob { 80div#blob {
78 border: solid 1px black; 81 border: solid 1px black;
79} 82}
80 83
81div.error { 84div.error {
82 color: red; 85 color: red;
83 font-weight: bold; 86 font-weight: bold;
84 margin: 1em 2em; 87 margin: 1em 2em;
85} 88}
86div.ls-blob, div.ls-dir { 89div.ls-blob, div.ls-dir {
87 font-family: monospace; 90 font-family: monospace;
88} 91}
89div.ls-dir a { 92div.ls-dir a {
90 font-weight: bold; 93 font-weight: bold;
91} 94}
92th.filesize, td.filesize { 95th.filesize, td.filesize {
93 text-align: right; 96 text-align: right;
94} 97}
95td.filesize { 98td.filesize {
96 font-family: monospace; 99 font-family: monospace;
97} 100}
98td.filemode { 101td.filemode {
99 font-family: monospace; 102 font-family: monospace;
100} 103}
101 104
102td.blob { 105td.blob {
103 white-space: pre; 106 white-space: pre;
104 font-family: monospace; 107 font-family: monospace;
105 background-color: white; 108 background-color: white;
106} 109}
107 110
108table.nowrap td { 111table.nowrap td {
109 white-space: nowrap; 112 white-space: nowrap;
110} 113}
111 114
112table.commit-info { 115table.commit-info {
113 border-collapse: collapse; 116 border-collapse: collapse;
114 margin-top: 1.5em; 117 margin-top: 1.5em;
115} 118}
116table.commit-info th { 119table.commit-info th {
117 text-align: left; 120 text-align: left;
118 font-weight: normal; 121 font-weight: normal;
119 padding: 0.1em 1em 0.1em 0.1em; 122 padding: 0.1em 1em 0.1em 0.1em;
120} 123}
121table.commit-info td { 124table.commit-info td {
122 font-weight: normal; 125 font-weight: normal;
123 padding: 0.1em 1em 0.1em 0.1em; 126 padding: 0.1em 1em 0.1em 0.1em;
124} 127}
125div.commit-subject { 128div.commit-subject {
126 font-weight: bold; 129 font-weight: bold;
127 font-size: 125%; 130 font-size: 125%;
128 margin: 1.5em 0em 0.5em 0em; 131 margin: 1.5em 0em 0.5em 0em;
129 padding: 0em; 132 padding: 0em;
130} 133}
131div.commit-msg { 134div.commit-msg {
132 white-space: pre; 135 white-space: pre;
133 font-family: monospace; 136 font-family: monospace;
134} 137}
135table.diffstat { 138table.diffstat {
136 border-collapse: collapse; 139 border-collapse: collapse;
137 margin-top: 1.5em; 140 margin-top: 1.5em;
138} 141}
139table.diffstat th { 142table.diffstat th {
140 font-weight: normal; 143 font-weight: normal;
141 text-align: left; 144 text-align: left;
142 text-decoration: underline; 145 text-decoration: underline;
143 padding: 0.1em 1em 0.1em 0.1em; 146 padding: 0.1em 1em 0.1em 0.1em;
144 font-size: 100%; 147 font-size: 100%;
145} 148}
146table.diffstat td { 149table.diffstat td {
147 padding: 0.1em 1em 0.1em 0.1em; 150 padding: 0.1em 1em 0.1em 0.1em;
148 font-size: 100%; 151 font-size: 100%;
149} 152}
150table.diffstat td span.modechange { 153table.diffstat td span.modechange {
151 padding-left: 1em; 154 padding-left: 1em;
152 color: red; 155 color: red;
153} 156}
154table.diffstat td.add a { 157table.diffstat td.add a {
155 color: green; 158 color: green;
156} 159}
157table.diffstat td.del a { 160table.diffstat td.del a {
158 color: red; 161 color: red;
159} 162}
160table.diffstat td.upd a { 163table.diffstat td.upd a {
161 color: blue; 164 color: blue;
162} 165}
163table.diffstat td.summary { 166table.diffstat td.summary {
164 /* border-top: solid 1px black; */ 167 /* border-top: solid 1px black; */
165 color: #888; 168 color: #888;
166 padding-top: 0.5em; 169 padding-top: 0.5em;
167} 170}
168 171
169table.diff td { 172table.diff td {
170 border: solid 1px black; 173 border: solid 1px black;
171 font-family: monospace; 174 font-family: monospace;
172 white-space: pre; 175 white-space: pre;
173} 176}
174 177
175table.diff td div.hunk { 178table.diff td div.hunk {
176 background: #ccc; 179 background: #ccc;
177} 180}
178 181
179table.diff td div.add { 182table.diff td div.add {
180 color: green; 183 color: green;
181} 184}
182 185
183table.diff td div.del { 186table.diff td div.del {
184 color: red; 187 color: red;
185} 188}
186 189
187.sha1 { 190.sha1 {
188 font-family: courier; 191 font-family: courier;
189 font-size: 90%; 192 font-size: 90%;
190} 193}
191.left { 194.left {
192 text-align: left; 195 text-align: left;
193} 196}
194.right { 197.right {
195 text-align: right; 198 text-align: right;
196} 199}