Show tree/blob path in nav.
[viewgit.git] / default.css
blob0c6d2e78e99242df9f26fc7efa2af1e1e1f794e5
1 body {
2 color: black;
3 background-color: white;
6 h1 {
7 font-size: 130%;
10 h1 a {
11 text-decoration: none;
14 table {
15 width: 100%;
16 border-collapse: collapse;
17 font-size: 90%;
20 table tr td {
23 table tbody tr:hover {
24 background-color: #ccc;
27 table th {
28 text-align: left;
29 border-bottom: 1px solid black;
32 .nav {
33 font-size: 80%;
34 padding: 0.5em;
35 background-color: #999;
36 border: 1px solid black;
39 .pagenav {
40 font-size: 80%;
41 padding-top: 0.3em;
44 /* summary template */
46 table.shortlog th.date {
47 width: 15%;
48 white-space: pre;
51 table.shortlog th.author {
52 width: 15%;
55 table.heads th.date {
56 width: 15%;
59 /* commitdiff template */
61 .commitmessage {
62 padding: 0.5em;
63 background-color: #999;
66 .diff .add {
67 color: green;
70 .diff .del {
71 color: red;
74 .diff .pos {
75 color: purple;
78 .diff .etc {
79 color: #999;
82 /* tree template */
83 table.tree th.perm {
84 width: 10%;
87 table.tree th.dl {
88 width: 10%;
91 table.tree .dir {
92 background-color: #ff9;
95 table.tree .dir:hover {
96 background-color: #ff0;
99 /* viewblob template */
100 .file {
101 background-color: #aaa;
102 padding: 0.5em;
103 margin: 0.5em;