]> Lady’s Gitweb - Gitweb/blob - gitweb.css
gitweb: Separate search regexp from search text
[Gitweb] / gitweb.css
1 body {
2 font-family: sans-serif;
3 font-size: small;
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 span.cntrl {
20 border: dashed #aaaaaa;
21 border-width: 1px;
22 padding: 0px 2px 0px 2px;
23 margin: 0px 2px 0px 2px;
24 }
25
26 img.logo {
27 float: right;
28 border-width: 0px;
29 }
30
31 div.page_header {
32 height: 25px;
33 padding: 8px;
34 font-size: 150%;
35 font-weight: bold;
36 background-color: #d9d8d1;
37 }
38
39 div.page_header a:visited, a.header {
40 color: #0000cc;
41 }
42
43 div.page_header a:hover {
44 color: #880000;
45 }
46
47 div.page_nav {
48 padding: 8px;
49 }
50
51 div.page_nav a:visited {
52 color: #0000cc;
53 }
54
55 div.page_path {
56 padding: 8px;
57 font-weight: bold;
58 border: solid #d9d8d1;
59 border-width: 0px 0px 1px;
60 }
61
62 div.page_footer {
63 height: 17px;
64 padding: 4px 8px;
65 background-color: #d9d8d1;
66 }
67
68 div.page_footer_text {
69 float: left;
70 color: #555555;
71 font-style: italic;
72 }
73
74 div.page_body {
75 padding: 8px;
76 font-family: monospace;
77 }
78
79 div.title, a.title {
80 display: block;
81 padding: 6px 8px;
82 font-weight: bold;
83 background-color: #edece6;
84 text-decoration: none;
85 color: #000000;
86 }
87
88 a.title:hover {
89 background-color: #d9d8d1;
90 }
91
92 div.title_text {
93 padding: 6px 0px;
94 border: solid #d9d8d1;
95 border-width: 0px 0px 1px;
96 font-family: monospace;
97 }
98
99 div.log_body {
100 padding: 8px 8px 8px 150px;
101 }
102
103 span.age {
104 position: relative;
105 float: left;
106 width: 142px;
107 font-style: italic;
108 }
109
110 span.signoff {
111 color: #888888;
112 }
113
114 div.log_link {
115 padding: 0px 8px;
116 font-size: 70%;
117 font-family: sans-serif;
118 font-style: normal;
119 position: relative;
120 float: left;
121 width: 136px;
122 }
123
124 div.list_head {
125 padding: 6px 8px 4px;
126 border: solid #d9d8d1;
127 border-width: 1px 0px 0px;
128 font-style: italic;
129 }
130
131 div.author_date {
132 padding: 8px;
133 border: solid #d9d8d1;
134 border-width: 0px 0px 1px 0px;
135 font-style: italic;
136 }
137
138 a.list {
139 text-decoration: none;
140 color: #000000;
141 }
142
143 a.subject, a.name {
144 font-weight: bold;
145 }
146
147 table.tags a.subject {
148 font-weight: normal;
149 }
150
151 a.list:hover {
152 text-decoration: underline;
153 color: #880000;
154 }
155
156 a.text {
157 text-decoration: none;
158 color: #0000cc;
159 }
160
161 a.text:visited {
162 text-decoration: none;
163 color: #880000;
164 }
165
166 a.text:hover {
167 text-decoration: underline;
168 color: #880000;
169 }
170
171 table {
172 padding: 8px 4px;
173 }
174
175 table.project_list {
176 border-spacing: 0;
177 }
178
179 table.diff_tree {
180 border-spacing: 0;
181 font-family: monospace;
182 }
183
184 table.combined.diff_tree td {
185 padding-right: 24px;
186 }
187
188 table.combined.diff_tree td.link {
189 padding: 0px 2px;
190 }
191
192 table.combined.diff_tree td.nochange a {
193 color: #6666ff;
194 }
195
196 table.combined.diff_tree td.nochange a:hover,
197 table.combined.diff_tree td.nochange a:visited {
198 color: #d06666;
199 }
200
201 table.blame {
202 border-collapse: collapse;
203 }
204
205 table.blame td {
206 padding: 0px 5px;
207 font-size: 100%;
208 vertical-align: top;
209 }
210
211 th {
212 padding: 2px 5px;
213 font-size: 100%;
214 text-align: left;
215 }
216
217 tr.light:hover {
218 background-color: #edece6;
219 }
220
221 tr.dark {
222 background-color: #f6f6f0;
223 }
224
225 tr.dark2 {
226 background-color: #f6f6f0;
227 }
228
229 tr.dark:hover {
230 background-color: #edece6;
231 }
232
233 td {
234 padding: 2px 5px;
235 font-size: 100%;
236 vertical-align: top;
237 }
238
239 td.link, td.selflink {
240 padding: 2px 5px;
241 font-family: sans-serif;
242 font-size: 70%;
243 }
244
245 td.selflink {
246 padding-right: 0px;
247 }
248
249 td.sha1 {
250 font-family: monospace;
251 }
252
253 td.error {
254 color: red;
255 background-color: yellow;
256 }
257
258 td.current_head {
259 text-decoration: underline;
260 }
261
262 table.diff_tree span.file_status.new {
263 color: #008000;
264 }
265
266 table.diff_tree span.file_status.deleted {
267 color: #c00000;
268 }
269
270 table.diff_tree span.file_status.moved,
271 table.diff_tree span.file_status.mode_chnge {
272 color: #777777;
273 }
274
275 table.diff_tree span.file_status.copied {
276 color: #70a070;
277 }
278
279 /* age2: 60*60*24*2 <= age */
280 table.project_list td.age2, table.blame td.age2 {
281 font-style: italic;
282 }
283
284 /* age1: 60*60*2 <= age < 60*60*24*2 */
285 table.project_list td.age1 {
286 color: #009900;
287 font-style: italic;
288 }
289
290 table.blame td.age1 {
291 color: #009900;
292 background: transparent;
293 }
294
295 /* age0: age < 60*60*2 */
296 table.project_list td.age0 {
297 color: #009900;
298 font-style: italic;
299 font-weight: bold;
300 }
301
302 table.blame td.age0 {
303 color: #009900;
304 background: transparent;
305 font-weight: bold;
306 }
307
308 td.pre, div.pre, div.diff {
309 font-family: monospace;
310 font-size: 12px;
311 white-space: pre;
312 }
313
314 td.mode {
315 font-family: monospace;
316 }
317
318 /* styling of diffs (patchsets): commitdiff and blobdiff views */
319 div.diff.header,
320 div.diff.extended_header {
321 white-space: normal;
322 }
323
324 div.diff.header {
325 font-weight: bold;
326
327 background-color: #edece6;
328
329 margin-top: 4px;
330 padding: 4px 0px 2px 0px;
331 border: solid #d9d8d1;
332 border-width: 1px 0px 1px 0px;
333 }
334
335 div.diff.header a.path {
336 text-decoration: underline;
337 }
338
339 div.diff.extended_header,
340 div.diff.extended_header a.path,
341 div.diff.extended_header a.hash {
342 color: #777777;
343 }
344
345 div.diff.extended_header .info {
346 color: #b0b0b0;
347 }
348
349 div.diff.extended_header {
350 background-color: #f6f5ee;
351 padding: 2px 0px 2px 0px;
352 }
353
354 div.diff a.list,
355 div.diff a.path,
356 div.diff a.hash {
357 text-decoration: none;
358 }
359
360 div.diff a.list:hover,
361 div.diff a.path:hover,
362 div.diff a.hash:hover {
363 text-decoration: underline;
364 }
365
366 div.diff.to_file a.path,
367 div.diff.to_file {
368 color: #007000;
369 }
370
371 div.diff.add {
372 color: #008800;
373 }
374
375 div.diff.from_file a.path,
376 div.diff.from_file {
377 color: #aa0000;
378 }
379
380 div.diff.rem {
381 color: #cc0000;
382 }
383
384 div.diff.chunk_header a,
385 div.diff.chunk_header {
386 color: #990099;
387 }
388
389 div.diff.chunk_header {
390 border: dotted #ffe0ff;
391 border-width: 1px 0px 0px 0px;
392 margin-top: 2px;
393 }
394
395 div.diff.chunk_header span.chunk_info {
396 background-color: #ffeeff;
397 }
398
399 div.diff.chunk_header span.section {
400 color: #aa22aa;
401 }
402
403 div.diff.incomplete {
404 color: #cccccc;
405 }
406
407 div.diff.nodifferences {
408 font-weight: bold;
409 color: #600000;
410 }
411
412 div.index_include {
413 border: solid #d9d8d1;
414 border-width: 0px 0px 1px;
415 padding: 12px 8px;
416 }
417
418 div.search {
419 font-size: 100%;
420 font-weight: normal;
421 margin: 4px 8px;
422 position: absolute;
423 top: 56px;
424 right: 12px
425 }
426
427 td.linenr {
428 text-align: right;
429 }
430
431 a.linenr {
432 color: #999999;
433 text-decoration: none
434 }
435
436 a.rss_logo {
437 float: right;
438 padding: 3px 0px;
439 width: 35px;
440 line-height: 10px;
441 border: 1px solid;
442 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
443 color: #ffffff;
444 background-color: #ff6600;
445 font-weight: bold;
446 font-family: sans-serif;
447 font-size: 70%;
448 text-align: center;
449 text-decoration: none;
450 }
451
452 a.rss_logo:hover {
453 background-color: #ee5500;
454 }
455
456 span.refs span {
457 padding: 0px 4px;
458 font-size: 70%;
459 font-weight: normal;
460 border: 1px solid;
461 background-color: #ffaaff;
462 border-color: #ffccff #ff00ee #ff00ee #ffccff;
463 }
464
465 span.refs span.ref {
466 background-color: #aaaaff;
467 border-color: #ccccff #0033cc #0033cc #ccccff;
468 }
469
470 span.refs span.tag {
471 background-color: #ffffaa;
472 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
473 }
474
475 span.refs span.head {
476 background-color: #aaffaa;
477 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
478 }
479
480 span.atnight {
481 color: #cc0000;
482 }
483
484 span.match {
485 color: #e00000;
486 }
This page took 0.455837 seconds and 5 git commands to generate.