Include a small (optional) link to homepage.
[viewgit.git] / default.css
blob67fe316652a39b56fab9f81c577acbb51fac9b0a
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;
37 .nav a {
38 text-decoration: none;
41 .pagenav {
42 margin-top: 0.3em;
43 padding-top: 0.5em;
44 padding-bottom: 0.5em;
45 font-size: 80%;
46 border-top: 1px solid #333;
47 border-bottom: 1px solid #333;
50 .pagenav a {
51 text-decoration: none;
54 .pagenav a:hover {
55 text-decoration: underline;
58 .pagenav .cur {
59 font-weight: bold;
62 .ad {
63 font-size: 60%;
64 position: absolute;
65 top: 0;
66 right: 0;
69 /* summary template */
71 table.shortlog th.date {
72 width: 15%;
73 white-space: pre;
76 table.shortlog th.author {
77 width: 15%;
80 table.heads th.date {
81 width: 15%;
84 /* commitdiff template */
86 .commitmessage {
87 padding: 0.5em;
88 background-color: #999;
91 .diff .add {
92 color: green;
95 .diff .del {
96 color: red;
99 .diff .pos {
100 color: purple;
103 .diff .etc {
104 color: #999;
107 /* tree template */
108 table.tree th.perm {
109 width: 10%;
112 table.tree th.dl {
113 width: 10%;
116 table.tree .dir {
117 background-color: #ff9;
120 table.tree .dir:hover {
121 background-color: #ff0;
124 /* viewblob template */
125 .file {
126 background-color: #ddd;
127 padding: 0.5em;
128 margin: 0.5em;