]> asedeno.scripts.mit.edu Git - git.git/blob - gitweb/gitweb.css
gitweb: [commit view] Do not suppress commitdiff link in root commit
[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 }
10
11 a {
12         color: #0000cc;
13 }
14
15 a:hover, a:visited, a:active {
16         color: #880000;
17 }
18
19 div.page_header {
20         height: 25px;
21         padding: 8px;
22         font-size: 18px;
23         font-weight: bold;
24         background-color: #d9d8d1;
25 }
26
27 div.page_header a:visited, a.header {
28         color: #0000cc;
29 }
30
31 div.page_header a:hover {
32         color: #880000;
33 }
34
35 div.page_nav {
36         padding: 8px;
37 }
38
39 div.page_nav a:visited {
40         color: #0000cc;
41 }
42
43 div.page_path {
44         padding: 8px;
45         font-weight: bold;
46         border: solid #d9d8d1;
47         border-width: 0px 0px 1px;
48 }
49
50 div.page_footer {
51         height: 17px;
52         padding: 4px 8px;
53         background-color: #d9d8d1;
54 }
55
56 div.page_footer_text {
57         float: left;
58         color: #555555;
59         font-style: italic;
60 }
61
62 div.page_body {
63         padding: 8px;
64         font-family: monospace;
65 }
66
67 div.title, a.title {
68         display: block;
69         padding: 6px 8px;
70         font-weight: bold;
71         background-color: #edece6;
72         text-decoration: none;
73         color: #000000;
74 }
75
76 a.title:hover {
77         background-color: #d9d8d1;
78 }
79
80 div.title_text {
81         padding: 6px 0px;
82         border: solid #d9d8d1;
83         border-width: 0px 0px 1px;
84         font-family: monospace;
85 }
86
87 div.log_body {
88         padding: 8px 8px 8px 150px;
89 }
90
91 span.age {
92         position: relative;
93         float: left;
94         width: 142px;
95         font-style: italic;
96 }
97
98 div.page_body span.signoff {
99         color: #888888;
100 }
101
102 div.log_link {
103         padding: 0px 8px;
104         font-size: 10px;
105         font-family: sans-serif;
106         font-style: normal;
107         position: relative;
108         float: left;
109         width: 136px;
110 }
111
112 div.list_head {
113         padding: 6px 8px 4px;
114         border: solid #d9d8d1;
115         border-width: 1px 0px 0px;
116         font-style: italic;
117 }
118
119 div.author_date {
120         padding: 8px;
121         border: solid #d9d8d1;
122         border-width: 0px 0px 1px 0px;
123         font-style: italic;
124 }
125
126 a.list {
127         text-decoration: none;
128         color: #000000;
129 }
130
131 a.subject, a.name {
132         font-weight: bold;
133 }
134
135 table.tags a.subject {
136         font-weight: normal;
137 }
138
139 a.list:hover {
140         text-decoration: underline;
141         color: #880000;
142 }
143
144 a.text {
145         text-decoration: none;
146         color: #0000cc;
147 }
148
149 a.text:visited {
150         text-decoration: none;
151         color: #880000;
152 }
153
154 a.text:hover {
155         text-decoration: underline;
156         color: #880000;
157 }
158
159 table {
160         padding: 8px 4px;
161 }
162
163 table.project_list {
164         border-spacing: 0;
165 }
166
167 table.diff_tree {
168         border-spacing: 0;
169         font-family: monospace;
170 }
171
172 table.blame {
173         border-collapse: collapse;
174 }
175
176 table.blame td {
177         padding: 0px 5px;
178         font-size: 12px;
179         vertical-align: top;
180 }
181
182 th {
183         padding: 2px 5px;
184         font-size: 12px;
185         text-align: left;
186 }
187
188 tr.light:hover {
189         background-color: #edece6;
190 }
191
192 tr.dark {
193         background-color: #f6f6f0;
194 }
195
196 tr.dark2 {
197         background-color: #f6f6f0;
198 }
199
200 tr.dark:hover {
201         background-color: #edece6;
202 }
203
204 td {
205         padding: 2px 5px;
206         font-size: 12px;
207         vertical-align: top;
208 }
209
210 td.link, td.selflink {
211         padding: 2px 5px;
212         font-family: sans-serif;
213         font-size: 10px;
214 }
215
216 td.selflink {
217         padding-right: 0px;
218 }
219
220 td.sha1 {
221         font-family: monospace;
222 }
223
224 td.error {
225         color: red;
226         background-color: yellow;
227 }
228
229 td.current_head {
230         text-decoration: underline;
231 }
232
233 table.diff_tree span.file_status.new {
234         color: #008000;
235 }
236
237 table.diff_tree span.file_status.deleted {
238         color: #c00000;
239 }
240
241 table.diff_tree span.file_status.moved,
242 table.diff_tree span.file_status.mode_chnge {
243         color: #777777;
244 }
245
246 table.diff_tree span.file_status.copied {
247   color: #70a070;
248 }
249
250 /* age2: 60*60*24*2 <= age */
251 table.project_list td.age2, table.blame td.age2 {
252         font-style: italic;
253 }
254
255 /* age1: 60*60*2 <= age < 60*60*24*2 */
256 table.project_list td.age1 {
257         color: #009900;
258         font-style: italic;
259 }
260
261 table.blame td.age1 {
262         color: #009900;
263         background: transparent;
264 }
265
266 /* age0: age < 60*60*2 */
267 table.project_list td.age0 {
268         color: #009900;
269         font-style: italic;
270         font-weight: bold;
271 }
272
273 table.blame td.age0 {
274         color: #009900;
275         background: transparent;
276         font-weight: bold;
277 }
278
279 td.pre, div.pre, div.diff {
280         font-family: monospace;
281         font-size: 12px;
282         white-space: pre;
283 }
284
285 td.mode {
286         font-family: monospace;
287 }
288
289 div.diff a.list {
290         text-decoration: none;
291 }
292
293 div.diff a.list:hover {
294         text-decoration: underline;
295 }
296
297 div.diff.to_file a.list,
298 div.diff.to_file,
299 div.diff.add {
300         color: #008800;
301 }
302
303 div.diff.from_file a.list,
304 div.diff.from_file,
305 div.diff.rem {
306         color: #cc0000;
307 }
308
309 div.diff.chunk_header {
310         color: #990099;
311 }
312
313 div.diff.incomplete {
314         color: #cccccc;
315 }
316
317 div.diff_info {
318         font-family: monospace;
319         color: #000099;
320         background-color: #edece6;
321         font-style: italic;
322 }
323
324 div.index_include {
325         border: solid #d9d8d1;
326         border-width: 0px 0px 1px;
327         padding: 12px 8px;
328 }
329
330 div.search {
331         margin: 4px 8px;
332         position: absolute;
333         top: 56px;
334         right: 12px
335 }
336
337 td.linenr {
338         text-align: right;
339 }
340
341 a.linenr {
342         color: #999999;
343         text-decoration: none
344 }
345
346 a.rss_logo {
347         float: right;
348         padding: 3px 0px;
349         width: 35px;
350         line-height: 10px;
351         border: 1px solid;
352         border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
353         color: #ffffff;
354         background-color: #ff6600;
355         font-weight: bold;
356         font-family: sans-serif;
357         font-size: 10px;
358         text-align: center;
359         text-decoration: none;
360 }
361
362 a.rss_logo:hover {
363         background-color: #ee5500;
364 }
365
366 span.refs span {
367         padding: 0px 4px;
368         font-size: 10px;
369         font-weight: normal;
370         border: 1px solid;
371         background-color: #ffaaff;
372         border-color: #ffccff #ff00ee #ff00ee #ffccff;
373 }
374
375 span.refs span.ref {
376         background-color: #aaaaff;
377         border-color: #ccccff #0033cc #0033cc #ccccff;
378 }
379
380 span.refs span.tag {
381         background-color: #ffffaa;
382         border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
383 }
384
385 span.refs span.head {
386         background-color: #aaffaa;
387         border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
388 }
389
390 span.atnight {
391         color: #cc0000;
392 }
393
394 span.match {
395         color: #e00000;
396 }