Code

f58a418fab20d3a274f0e3fd74118c848ae62b89
[git.git] / gitweb / gitweb.css
1 body {
2         font-family: sans-serif;
3         font-size: 12px;
4         border: solid #d9d8d1;
5         border-width: 1px;
6         margin: 10px;
7         background-color: #ffffff;
8         color: #000000;
9 }
11 a {
12         color: #0000cc;
13 }
15 a:hover, a:visited, a:active {
16         color: #880000;
17 }
19 div.page_header {
20         height: 25px;
21         padding: 8px;
22         font-size: 18px;
23         font-weight: bold;
24         background-color: #d9d8d1;
25 }
27 div.page_header a:visited, a.header {
28         color: #0000cc;
29 }
31 div.page_header a:hover {
32         color: #880000;
33 }
35 div.page_nav {
36         padding: 8px;
37 }
39 div.page_nav a:visited {
40         color: #0000cc;
41 }
43 div.page_path {
44         padding: 8px;
45         border: solid #d9d8d1;
46         border-width: 0px 0px 1px;
47 }
49 div.page_footer {
50         height: 17px;
51         padding: 4px 8px;
52         background-color: #d9d8d1;
53 }
55 div.page_footer_text {
56         float: left;
57         color: #555555;
58         font-style: italic;
59 }
61 div.page_body {
62         padding: 8px;
63         font-family: monospace;
64 }
66 div.title, a.title {
67         display: block;
68         padding: 6px 8px;
69         font-weight: bold;
70         background-color: #edece6;
71         text-decoration: none;
72         color: #000000;
73 }
75 a.title:hover {
76         background-color: #d9d8d1;
77 }
79 div.title_text {
80         padding: 6px 0px;
81         border: solid #d9d8d1;
82         border-width: 0px 0px 1px;
83         font-family: monospace;
84 }
86 div.log_body {
87         padding: 8px 8px 8px 150px;
88 }
90 span.age {
91         position: relative;
92         float: left;
93         width: 142px;
94         font-style: italic;
95 }
97 div.page_body span.signoff {
98         color: #888888;
99 }
101 div.log_link {
102         padding: 0px 8px;
103         font-size: 10px;
104         font-family: sans-serif;
105         font-style: normal;
106         position: relative;
107         float: left;
108         width: 136px;
111 div.list_head {
112         padding: 6px 8px 4px;
113         border: solid #d9d8d1;
114         border-width: 1px 0px 0px;
115         font-style: italic;
118 a.list {
119         text-decoration: none;
120         font-weight: bold;
121         color: #000000;
124 table.tags a.list {
125         font-weight: normal;
128 a.list:hover {
129         text-decoration: underline;
130         color: #880000;
133 a.text {
134         text-decoration: none;
135         color: #0000cc;
138 a.text:visited {
139         text-decoration: none;
140         color: #880000;
143 a.text:hover {
144         text-decoration: underline;
145         color: #880000;
148 table {
149         padding: 8px 4px;
152 table.project_list {
153         border-spacing: 0;
156 table.diff_tree {
157         border-spacing: 0;
158         font-family: monospace;
161 table.blame {
162         border-collapse: collapse;
165 th {
166         padding: 2px 5px;
167         font-size: 12px;
168         text-align: left;
171 tr.light:hover {
172         background-color: #edece6;
175 tr.dark {
176         background-color: #f6f6f0;
179 tr.dark2 {
180         background-color: #f6f6f0;
183 tr.dark:hover {
184         background-color: #edece6;
187 td {
188         padding: 2px 5px;
189         font-size: 12px;
190         vertical-align: top;
193 td.link, td.selflink {
194         padding: 2px 5px;
195         font-family: sans-serif;
196         font-size: 10px;
199 td.selflink {
200         padding-right: 0px;
203 td.sha1 {
204         font-family: monospace;
207 td.error {
208         color: red;
209         background-color: yellow;
212 td.current_head {
213         text-decoration: underline;
216 table.diff_tree span.file_status.new {
217         color: #008000;
220 table.diff_tree span.file_status.deleted {
221         color: #c00000;
224 table.diff_tree span.file_status.moved,
225 table.diff_tree span.file_status.mode_chnge {
226         color: #777777;
229 /* age2: 60*60*24*2 <= age */
230 table.project_list td.age2, table.blame td.age2 {
231         font-style: italic;
234 /* age1: 60*60*2 <= age < 60*60*24*2 */
235 table.project_list td.age1 {
236         color: #009900;
237         font-style: italic;
240 table.blame td.age1 {
241         color: #009900;
242         background: transparent;
245 /* age0: age < 60*60*2 */
246 table.project_list td.age0 {
247         color: #009900;
248         font-style: italic;
249         font-weight: bold;
252 table.blame td.age0 {
253         color: #009900;
254         background: transparent;
255         font-weight: bold;
258 td.pre, div.pre, div.diff {
259         font-family: monospace;
260         font-size: 12px;
261         white-space: pre;
264 td.mode {
265         font-family: monospace;
268 div.diff.add {
269         color: #008800;
272 div.diff.rem {
273         color: #cc0000;
276 div.diff.chunk_header {
277         color: #990099;
280 div.diff_info {
281         font-family: monospace;
282         color: #000099;
283         background-color: #edece6;
284         font-style: italic;
287 div.index_include {
288         border: solid #d9d8d1;
289         border-width: 0px 0px 1px;
290         padding: 12px 8px;
293 div.search {
294         margin: 4px 8px;
295         position: absolute;
296         top: 56px;
297         right: 12px
300 td.linenr {
301         text-align: right;
304 a.linenr {
305         color: #999999;
306         text-decoration: none
309 a.rss_logo {
310         float: right;
311         padding: 3px 0px;
312         width: 35px;
313         line-height: 10px;
314         border: 1px solid;
315         border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
316         color: #ffffff;
317         background-color: #ff6600;
318         font-weight: bold;
319         font-family: sans-serif;
320         font-size: 10px;
321         text-align: center;
322         text-decoration: none;
325 a.rss_logo:hover {
326         background-color: #ee5500;
329 span.tag {
330         padding: 0px 4px;
331         font-size: 10px;
332         font-weight: normal;
333         background-color: #ffffaa;
334         border: 1px solid;
335         border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
338 span.atnight {
339         color: #cc0000;
342 span.match {
343         color: #e00000;