summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 8bd6bf4..30fde03 100644
--- a/cgit.css
+++ b/cgit.css
@@ -154,100 +154,112 @@ table#downloads {
154 border: solid 1px #777; 154 border: solid 1px #777;
155 margin-left: 0.5em; 155 margin-left: 0.5em;
156 margin-bottom: 0.5em; 156 margin-bottom: 0.5em;
157} 157}
158 158
159table#downloads th { 159table#downloads th {
160 background-color: #ccc; 160 background-color: #ccc;
161} 161}
162 162
163td#content { 163td#content {
164 padding: 1em 0.5em; 164 padding: 1em 0.5em;
165} 165}
166 166
167div#blob { 167div#blob {
168 border: solid 1px black; 168 border: solid 1px black;
169} 169}
170 170
171div.error { 171div.error {
172 color: red; 172 color: red;
173 font-weight: bold; 173 font-weight: bold;
174 margin: 1em 2em; 174 margin: 1em 2em;
175} 175}
176 176
177td.ls-blob, td.ls-dir, td.ls-mod { 177td.ls-blob, td.ls-dir, td.ls-mod {
178 font-family: monospace; 178 font-family: monospace;
179} 179}
180 180
181div.ls-dir a { 181div.ls-dir a {
182 font-weight: bold; 182 font-weight: bold;
183} 183}
184 184
185th.filesize, td.filesize { 185th.filesize, td.filesize {
186 text-align: right; 186 text-align: right;
187} 187}
188 188
189td.filesize { 189td.filesize {
190 font-family: monospace; 190 font-family: monospace;
191} 191}
192 192
193td.links { 193td.links {
194 font-size: 80%; 194 font-size: 80%;
195 padding-left: 2em; 195 padding-left: 2em;
196} 196}
197 197
198td.filemode { 198td.filemode {
199 font-family: monospace; 199 font-family: monospace;
200} 200}
201 201
202td.blob { 202table.blob {
203 margin-top: 0.5em;
204 border-top: solid 1px black;
205}
206
207table.blob td.no {
208 border-right: solid 1px black;
209 color: black;
210 background-color: #eee;
211 text-align: right;
212}
213
214table.blob td.txt {
203 white-space: pre; 215 white-space: pre;
204 font-family: monospace; 216 font-family: monospace;
205 background-color: white; 217 padding-left: 0.5em;
206} 218}
207 219
208table.nowrap td { 220table.nowrap td {
209 white-space: nowrap; 221 white-space: nowrap;
210} 222}
211 223
212table.commit-info { 224table.commit-info {
213 border-collapse: collapse; 225 border-collapse: collapse;
214 margin-top: 1.5em; 226 margin-top: 1.5em;
215} 227}
216 228
217table.commit-info th { 229table.commit-info th {
218 text-align: left; 230 text-align: left;
219 font-weight: normal; 231 font-weight: normal;
220 padding: 0.1em 1em 0.1em 0.1em; 232 padding: 0.1em 1em 0.1em 0.1em;
221} 233}
222 234
223table.commit-info td { 235table.commit-info td {
224 font-weight: normal; 236 font-weight: normal;
225 padding: 0.1em 1em 0.1em 0.1em; 237 padding: 0.1em 1em 0.1em 0.1em;
226} 238}
227 239
228div.commit-subject { 240div.commit-subject {
229 font-weight: bold; 241 font-weight: bold;
230 font-size: 125%; 242 font-size: 125%;
231 margin: 1.5em 0em 0.5em 0em; 243 margin: 1.5em 0em 0.5em 0em;
232 padding: 0em; 244 padding: 0em;
233} 245}
234 246
235div.commit-msg { 247div.commit-msg {
236 white-space: pre; 248 white-space: pre;
237 font-family: monospace; 249 font-family: monospace;
238} 250}
239 251
240div.diffstat-header { 252div.diffstat-header {
241 font-weight: bold; 253 font-weight: bold;
242 padding-top: 1.5em; 254 padding-top: 1.5em;
243} 255}
244 256
245table.diffstat { 257table.diffstat {
246 border-collapse: collapse; 258 border-collapse: collapse;
247 width: 100%; 259 width: 100%;
248 border: solid 1px #aaa; 260 border: solid 1px #aaa;
249 background-color: #eee; 261 background-color: #eee;
250} 262}
251 263
252table.diffstat tr:hover { 264table.diffstat tr:hover {
253 background-color: #ccc; 265 background-color: #ccc;