Allow browsing of tags/branches.
[viewgit.git] / default.css
blob25bebd888c9e146fd6e894f019ef750b52aa6f59
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 .cur {
45 font-weight: bold;
48 /* summary template */
50 table.shortlog th.date {
51 width: 15%;
52 white-space: pre;
55 table.shortlog th.author {
56 width: 15%;
59 table.heads th.date {
60 width: 15%;
63 /* commitdiff template */
65 .commitmessage {
66 padding: 0.5em;
67 background-color: #999;
70 .diff .add {
71 color: green;
74 .diff .del {
75 color: red;
78 .diff .pos {
79 color: purple;
82 .diff .etc {
83 color: #999;
86 /* tree template */
87 table.tree th.perm {
88 width: 10%;
91 table.tree th.dl {
92 width: 10%;
95 table.tree .dir {
96 background-color: #ff9;
99 table.tree .dir:hover {
100 background-color: #ff0;
103 /* viewblob template */
104 .file {
105 background-color: #aaa;
106 padding: 0.5em;
107 margin: 0.5em;