Refer to correct auth_lib path in config comments.
[viewgit.git] / default.css
blob9ba7da676039e7e50278b195cc1a51b1882c5f2d
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: 80%;
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 .notices {
33 font-size: 80%;
34 padding-left: 1em;
35 margin: 0;
38 .notices p {
39 margin: 0;
40 padding: 0;
43 .notices .error {
44 background-color: #f77;
47 .notices .info {
48 background-color: #ff7;
51 .notices .warning {
52 background-color: #fc7;
55 .nav {
56 font-size: 80%;
57 padding: 0.5em;
60 .nav a {
61 text-decoration: none;
64 .pagenav {
65 margin-top: 0.3em;
66 padding-top: 0.5em;
67 padding-bottom: 0.5em;
68 font-size: 80%;
69 border-top: 1px solid #333;
70 border-bottom: 1px solid #333;
73 .pagenav a {
74 text-decoration: none;
77 .pagenav a:hover {
78 text-decoration: underline;
81 .pagenav .cur {
82 font-weight: bold;
85 .search {
86 display: inline;
89 .ad {
90 font-size: 60%;
91 position: absolute;
92 top: 0;
93 right: 0;
96 span.label {
97 font-size: 80%;
98 padding-left: 0.5em;
99 padding-right: 0.5em;
100 margin-left: 0.5em;
101 font-weight: bold;
104 span.head {
105 background-color: #afa;
106 border-right: 1px solid #090;
107 border-bottom: 1px solid #090;
110 span.remote {
111 background-color: #faf;
112 border-right: 1px solid #909;
113 border-bottom: 1px solid #909;
116 span.tag {
117 background-color: #ffa;
118 border-right: 1px solid #990;
119 border-bottom: 1px solid #990;
122 /* summary template */
124 table.shortlog th.date {
125 width: 15%;
126 white-space: pre;
129 table.shortlog th.author {
130 width: 15%;
133 table.heads th.date {
134 width: 15%;
137 /* commitdiff template */
139 .commitmessage {
140 padding: 0.5em;
141 background-color: #999;
144 .diff .add {
145 color: green;
148 .diff .del {
149 color: red;
152 .diff .pos {
153 color: purple;
156 .diff .etc {
157 color: #999;
160 /* tree template */
161 table.tree th.perm {
162 width: 10%;
165 table.tree th.dl {
166 width: 10%;
169 table.tree .dir {
170 background-color: #ff9;
173 table.tree .dir:hover {
174 background-color: #ff0;
177 /* viewblob template */
178 .file {
179 background-color: #ddd;
180 padding: 0.5em;
181 margin: 0.5em;