Fixed links on the /index action and broken times in the shortlog.
[catagits/Gitalist.git] / root / static / css / site.css
CommitLineData
4cb0a92e 1/* XXX Colours. Lots of colours. */
b3ad9e63 2#body {
b4b4d0fd 3 margin: 1em;
b3ad9e63 4}
5
109ce668 6#commit-nav {
b4b4d0fd 7 padding-bottom: 4px;
8 border-bottom: solid 1px #ccc;
9 font-style: italic;
10}
11
12thead, tfoot {
13 color: #ddd;
14 font-size: small;
15 font-weight: bold;
109ce668 16}
b3ad9e63 17
18/* /commit page */
19.commit-message {
b4b4d0fd 20 font-family: monospace;
47495599 21}
22div.commit-message {
b4b4d0fd 23 background-color: #ddd;
24 padding: 5px;
b3ad9e63 25}
26.commit-info dt {
b4b4d0fd 27 font-weight: bold;
b3ad9e63 28}
29.commit-info dd {
b4b4d0fd 30 font-family: monospace;
b3ad9e63 31}
32
33.filename {
34 font-family: monospace;
35}
36.action-list {
37 font-size: smaller;
38}
c8870bd3 39
40.path {
b4b4d0fd 41 border-bottom: solid 1px #ddd;
42 padding: 3px 0;
43 font-weight: bold;
c8870bd3 44}
0ee97fec 45
46/* /heads */
47.heads .head {
b4b4d0fd 48 font-weight: bold;
0ee97fec 49}
50.heads .current {
b4b4d0fd 51 text-decoration: underline;
0ee97fec 52}
4cb0a92e 53table.heads {
54 width: 50%;
55}
f5da8e7a 56
57/* /blob */
58pre.blob {
b4b4d0fd 59 background-color: #333;
60 color: #ddd;
61 border-left: solid 3px #c33;
62 padding: 5px;
63 padding-left: 15px;
64 margin: 10px 15px;
f5da8e7a 65}