summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 008cff8..1d90057 100644
--- a/cgit.css
+++ b/cgit.css
@@ -104,385 +104,385 @@ table.tabs td.form select {
104 104
105div.path { 105div.path {
106 margin: 0px; 106 margin: 0px;
107 padding: 5px 2em 2px 2em; 107 padding: 5px 2em 2px 2em;
108 color: #000; 108 color: #000;
109 background-color: #eee; 109 background-color: #eee;
110} 110}
111 111
112div.content { 112div.content {
113 margin: 0px; 113 margin: 0px;
114 padding: 2em; 114 padding: 2em;
115 border-bottom: solid 3px #ccc; 115 border-bottom: solid 3px #ccc;
116} 116}
117 117
118 118
119table.list { 119table.list {
120 width: 100%; 120 width: 100%;
121 border: none; 121 border: none;
122 border-collapse: collapse; 122 border-collapse: collapse;
123} 123}
124 124
125table.list tr { 125table.list tr {
126 background: white; 126 background: white;
127} 127}
128 128
129table.list tr.logheader { 129table.list tr.logheader {
130 background: #eee; 130 background: #eee;
131} 131}
132 132
133table.list tr:hover { 133table.list tr:hover {
134 background: #eee; 134 background: #eee;
135} 135}
136 136
137table.list tr.nohover:hover { 137table.list tr.nohover:hover {
138 background: white; 138 background: white;
139} 139}
140 140
141table.list th { 141table.list th {
142 font-weight: bold; 142 font-weight: bold;
143 /* color: #888; 143 /* color: #888;
144 border-top: dashed 1px #888; 144 border-top: dashed 1px #888;
145 border-bottom: dashed 1px #888; 145 border-bottom: dashed 1px #888;
146 */ 146 */
147 padding: 0.1em 0.5em 0.05em 0.5em; 147 padding: 0.1em 0.5em 0.05em 0.5em;
148 vertical-align: baseline; 148 vertical-align: baseline;
149} 149}
150 150
151table.list td { 151table.list td {
152 border: none; 152 border: none;
153 padding: 0.1em 0.5em 0.1em 0.5em; 153 padding: 0.1em 0.5em 0.1em 0.5em;
154} 154}
155 155
156table.list td.commitgraph { 156table.list td.commitgraph {
157 font-family: monospace; 157 font-family: monospace;
158 white-space: pre; 158 white-space: pre;
159} 159}
160 160
161table.list td.commitgraph .column1 { 161table.list td.commitgraph .column1 {
162 color: #a00; 162 color: #a00;
163} 163}
164 164
165table.list td.commitgraph .column2 { 165table.list td.commitgraph .column2 {
166 color: #0a0; 166 color: #0a0;
167} 167}
168 168
169table.list td.commitgraph .column3 { 169table.list td.commitgraph .column3 {
170 color: #aa0; 170 color: #aa0;
171} 171}
172 172
173table.list td.commitgraph .column4 { 173table.list td.commitgraph .column4 {
174 color: #00a; 174 color: #00a;
175} 175}
176 176
177table.list td.commitgraph .column5 { 177table.list td.commitgraph .column5 {
178 color: #a0a; 178 color: #a0a;
179} 179}
180 180
181table.list td.commitgraph .column6 { 181table.list td.commitgraph .column6 {
182 color: #0aa; 182 color: #0aa;
183} 183}
184 184
185table.list td.logsubject { 185table.list td.logsubject {
186 font-family: monospace; 186 font-family: monospace;
187 font-weight: bold; 187 font-weight: bold;
188} 188}
189 189
190table.list td.logmsg { 190table.list td.logmsg {
191 font-family: monospace; 191 font-family: monospace;
192 white-space: pre; 192 white-space: pre;
193 padding: 0 0.5em; 193 padding: 0 0.5em;
194} 194}
195 195
196table.list td a { 196table.list td a {
197 color: black; 197 color: black;
198} 198}
199 199
200table.list td a.ls-dir { 200table.list td a.ls-dir {
201 font-weight: bold; 201 font-weight: bold;
202 color: #00f; 202 color: #00f;
203} 203}
204 204
205table.list td a:hover { 205table.list td a:hover {
206 color: #00f; 206 color: #00f;
207} 207}
208 208
209img { 209img {
210 border: none; 210 border: none;
211} 211}
212 212
213input#switch-btn { 213input#switch-btn {
214 margin: 2px 0px 0px 0px; 214 margin: 2px 0px 0px 0px;
215} 215}
216 216
217td#sidebar input.txt { 217td#sidebar input.txt {
218 width: 100%; 218 width: 100%;
219 margin: 2px 0px 0px 0px; 219 margin: 2px 0px 0px 0px;
220} 220}
221 221
222table#grid { 222table#grid {
223 margin: 0px; 223 margin: 0px;
224} 224}
225 225
226td#content { 226td#content {
227 vertical-align: top; 227 vertical-align: top;
228 padding: 1em 2em 1em 1em; 228 padding: 1em 2em 1em 1em;
229 border: none; 229 border: none;
230} 230}
231 231
232div#summary { 232div#summary {
233 vertical-align: top; 233 vertical-align: top;
234 margin-bottom: 1em; 234 margin-bottom: 1em;
235} 235}
236 236
237table#downloads { 237table#downloads {
238 float: right; 238 float: right;
239 border-collapse: collapse; 239 border-collapse: collapse;
240 border: solid 1px #777; 240 border: solid 1px #777;
241 margin-left: 0.5em; 241 margin-left: 0.5em;
242 margin-bottom: 0.5em; 242 margin-bottom: 0.5em;
243} 243}
244 244
245table#downloads th { 245table#downloads th {
246 background-color: #ccc; 246 background-color: #ccc;
247} 247}
248 248
249div#blob { 249div#blob {
250 border: solid 1px black; 250 border: solid 1px black;
251} 251}
252 252
253div.error { 253div.error {
254 color: red; 254 color: red;
255 font-weight: bold; 255 font-weight: bold;
256 margin: 1em 2em; 256 margin: 1em 2em;
257} 257}
258 258
259a.ls-blob, a.ls-dir, a.ls-mod { 259a.ls-blob, a.ls-dir, a.ls-mod {
260 font-family: monospace; 260 font-family: monospace;
261} 261}
262 262
263td.ls-size { 263td.ls-size {
264 text-align: right; 264 text-align: right;
265 font-family: monospace; 265 font-family: monospace;
266 width: 10em; 266 width: 10em;
267} 267}
268 268
269td.ls-mode { 269td.ls-mode {
270 font-family: monospace; 270 font-family: monospace;
271 width: 10em; 271 width: 10em;
272} 272}
273 273
274table.blob { 274table.blob {
275 margin-top: 0.5em; 275 margin-top: 0.5em;
276 border-top: solid 1px black; 276 border-top: solid 1px black;
277} 277}
278 278
279table.blob td.lines { 279table.blob td.lines {
280 margin: 0; padding: 0 0 0 0.5em; 280 margin: 0; padding: 0 0 0 0.5em;
281 vertical-align: top; 281 vertical-align: top;
282 color: black; 282 color: black;
283} 283}
284 284
285table.blob td.linenumbers { 285table.blob td.linenumbers {
286 margin: 0; padding: 0 0.5em 0 0.5em; 286 margin: 0; padding: 0 0.5em 0 0.5em;
287 vertical-align: top; 287 vertical-align: top;
288 text-align: right; 288 text-align: right;
289 border-right: 1px solid gray; 289 border-right: 1px solid gray;
290} 290}
291 291
292table.blob pre { 292table.blob pre {
293 padding: 0; margin: 0; 293 padding: 0; margin: 0;
294} 294}
295 295
296table.blob a.no { 296table.blob a.no, table.ssdiff a.no {
297 color: gray; 297 color: gray;
298 text-align: right; 298 text-align: right;
299 text-decoration: none; 299 text-decoration: none;
300} 300}
301 301
302table.blob a.no a:hover { 302table.blob a.no a:hover {
303 color: black; 303 color: black;
304} 304}
305 305
306table.bin-blob { 306table.bin-blob {
307 margin-top: 0.5em; 307 margin-top: 0.5em;
308 border: solid 1px black; 308 border: solid 1px black;
309} 309}
310 310
311table.bin-blob th { 311table.bin-blob th {
312 font-family: monospace; 312 font-family: monospace;
313 white-space: pre; 313 white-space: pre;
314 border: solid 1px #777; 314 border: solid 1px #777;
315 padding: 0.5em 1em; 315 padding: 0.5em 1em;
316} 316}
317 317
318table.bin-blob td { 318table.bin-blob td {
319 font-family: monospace; 319 font-family: monospace;
320 white-space: pre; 320 white-space: pre;
321 border-left: solid 1px #777; 321 border-left: solid 1px #777;
322 padding: 0em 1em; 322 padding: 0em 1em;
323} 323}
324 324
325table.nowrap td { 325table.nowrap td {
326 white-space: nowrap; 326 white-space: nowrap;
327} 327}
328 328
329table.commit-info { 329table.commit-info {
330 border-collapse: collapse; 330 border-collapse: collapse;
331 margin-top: 1.5em; 331 margin-top: 1.5em;
332} 332}
333 333
334table.commit-info th { 334table.commit-info th {
335 text-align: left; 335 text-align: left;
336 font-weight: normal; 336 font-weight: normal;
337 padding: 0.1em 1em 0.1em 0.1em; 337 padding: 0.1em 1em 0.1em 0.1em;
338 vertical-align: top; 338 vertical-align: top;
339} 339}
340 340
341table.commit-info td { 341table.commit-info td {
342 font-weight: normal; 342 font-weight: normal;
343 padding: 0.1em 1em 0.1em 0.1em; 343 padding: 0.1em 1em 0.1em 0.1em;
344} 344}
345 345
346div.commit-subject { 346div.commit-subject {
347 font-weight: bold; 347 font-weight: bold;
348 font-size: 125%; 348 font-size: 125%;
349 margin: 1.5em 0em 0.5em 0em; 349 margin: 1.5em 0em 0.5em 0em;
350 padding: 0em; 350 padding: 0em;
351} 351}
352 352
353div.commit-msg { 353div.commit-msg {
354 white-space: pre; 354 white-space: pre;
355 font-family: monospace; 355 font-family: monospace;
356} 356}
357 357
358div.notes-header { 358div.notes-header {
359 font-weight: bold; 359 font-weight: bold;
360 padding-top: 1.5em; 360 padding-top: 1.5em;
361} 361}
362 362
363div.notes { 363div.notes {
364 white-space: pre; 364 white-space: pre;
365 font-family: monospace; 365 font-family: monospace;
366 border: solid 1px #ee9; 366 border: solid 1px #ee9;
367 background-color: #ffd; 367 background-color: #ffd;
368 padding: 0.3em 2em 0.3em 1em; 368 padding: 0.3em 2em 0.3em 1em;
369 float: left; 369 float: left;
370} 370}
371 371
372div.notes-footer { 372div.notes-footer {
373 clear: left; 373 clear: left;
374} 374}
375 375
376div.diffstat-header { 376div.diffstat-header {
377 font-weight: bold; 377 font-weight: bold;
378 padding-top: 1.5em; 378 padding-top: 1.5em;
379} 379}
380 380
381table.diffstat { 381table.diffstat {
382 border-collapse: collapse; 382 border-collapse: collapse;
383 border: solid 1px #aaa; 383 border: solid 1px #aaa;
384 background-color: #eee; 384 background-color: #eee;
385} 385}
386 386
387table.diffstat th { 387table.diffstat th {
388 font-weight: normal; 388 font-weight: normal;
389 text-align: left; 389 text-align: left;
390 text-decoration: underline; 390 text-decoration: underline;
391 padding: 0.1em 1em 0.1em 0.1em; 391 padding: 0.1em 1em 0.1em 0.1em;
392 font-size: 100%; 392 font-size: 100%;
393} 393}
394 394
395table.diffstat td { 395table.diffstat td {
396 padding: 0.2em 0.2em 0.1em 0.1em; 396 padding: 0.2em 0.2em 0.1em 0.1em;
397 font-size: 100%; 397 font-size: 100%;
398 border: none; 398 border: none;
399} 399}
400 400
401table.diffstat td.mode { 401table.diffstat td.mode {
402 white-space: nowrap; 402 white-space: nowrap;
403} 403}
404 404
405table.diffstat td span.modechange { 405table.diffstat td span.modechange {
406 padding-left: 1em; 406 padding-left: 1em;
407 color: red; 407 color: red;
408} 408}
409 409
410table.diffstat td.add a { 410table.diffstat td.add a {
411 color: green; 411 color: green;
412} 412}
413 413
414table.diffstat td.del a { 414table.diffstat td.del a {
415 color: red; 415 color: red;
416} 416}
417 417
418table.diffstat td.upd a { 418table.diffstat td.upd a {
419 color: blue; 419 color: blue;
420} 420}
421 421
422table.diffstat td.graph { 422table.diffstat td.graph {
423 width: 500px; 423 width: 500px;
424 vertical-align: middle; 424 vertical-align: middle;
425} 425}
426 426
427table.diffstat td.graph table { 427table.diffstat td.graph table {
428 border: none; 428 border: none;
429} 429}
430 430
431table.diffstat td.graph td { 431table.diffstat td.graph td {
432 padding: 0px; 432 padding: 0px;
433 border: 0px; 433 border: 0px;
434 height: 7pt; 434 height: 7pt;
435} 435}
436 436
437table.diffstat td.graph td.add { 437table.diffstat td.graph td.add {
438 background-color: #5c5; 438 background-color: #5c5;
439} 439}
440 440
441table.diffstat td.graph td.rem { 441table.diffstat td.graph td.rem {
442 background-color: #c55; 442 background-color: #c55;
443} 443}
444 444
445div.diffstat-summary { 445div.diffstat-summary {
446 color: #888; 446 color: #888;
447 padding-top: 0.5em; 447 padding-top: 0.5em;
448} 448}
449 449
450table.diff { 450table.diff {
451 width: 100%; 451 width: 100%;
452} 452}
453 453
454table.diff td { 454table.diff td {
455 font-family: monospace; 455 font-family: monospace;
456 white-space: pre; 456 white-space: pre;
457} 457}
458 458
459table.diff td div.head { 459table.diff td div.head {
460 font-weight: bold; 460 font-weight: bold;
461 margin-top: 1em; 461 margin-top: 1em;
462 color: black; 462 color: black;
463} 463}
464 464
465table.diff td div.hunk { 465table.diff td div.hunk {
466 color: #009; 466 color: #009;
467} 467}
468 468
469table.diff td div.add { 469table.diff td div.add {
470 color: green; 470 color: green;
471} 471}
472 472
473table.diff td div.del { 473table.diff td div.del {
474 color: red; 474 color: red;
475} 475}
476 476
477.sha1 { 477.sha1 {
478 font-family: monospace; 478 font-family: monospace;
479 font-size: 90%; 479 font-size: 90%;
480} 480}
481 481
482.left { 482.left {
483 text-align: left; 483 text-align: left;
484} 484}
485 485
486.right { 486.right {
487 text-align: right; 487 text-align: right;
488} 488}