RSS item title/description is configurable now.
[viewgit.git] / default.css
blob5d04aaa9beff7253aa6f86999259ea6e25878793
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 /* summary template */
64 table.shortlog th.date {
65 width: 15%;
66 white-space: pre;
69 table.shortlog th.author {
70 width: 15%;
73 table.heads th.date {
74 width: 15%;
77 /* commitdiff template */
79 .commitmessage {
80 padding: 0.5em;
81 background-color: #999;
84 .diff .add {
85 color: green;
88 .diff .del {
89 color: red;
92 .diff .pos {
93 color: purple;
96 .diff .etc {
97 color: #999;
100 /* tree template */
101 table.tree th.perm {
102 width: 10%;
105 table.tree th.dl {
106 width: 10%;
109 table.tree .dir {
110 background-color: #ff9;
113 table.tree .dir:hover {
114 background-color: #ff0;
117 /* viewblob template */
118 .file {
119 background-color: #aaa;
120 padding: 0.5em;
121 margin: 0.5em;