Code

Merge branch 'js/lsfix'
[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 }
65 div.title, a.title {
66         display: block;
67         padding: 6px 8px;
68         font-weight: bold;
69         background-color: #edece6;
70         text-decoration: none;
71         color: #000000;
72 }
74 a.title:hover {
75         background-color: #d9d8d1;
76 }
78 div.title_text {
79         padding: 6px 0px;
80         border: solid #d9d8d1;
81         border-width: 0px 0px 1px;
82 }
84 div.log_body {
85         padding: 8px 8px 8px 150px;
86 }
88 span.age {
89         position: relative;
90         float: left;
91         width: 142px;
92         font-style: italic;
93 }
95 div.page_body span.signoff {
96         color: #888888;
97 }
99 div.log_link {
100         padding: 0px 8px;
101         font-size: 10px;
102         font-family: sans-serif;
103         font-style: normal;
104         position: relative;
105         float: left;
106         width: 136px;
109 div.list_head {
110         padding: 6px 8px 4px;
111         border: solid #d9d8d1;
112         border-width: 1px 0px 0px;
113         font-style: italic;
116 a.list {
117         text-decoration: none;
118         color: #000000;
121 a.list:hover {
122         text-decoration: underline;
123         color: #880000;
126 a.text {
127         text-decoration: none;
128         color: #0000cc;
131 a.text:visited {
132         text-decoration: none;
133         color: #880000;
136 a.text:hover {
137         text-decoration: underline;
138         color: #880000;
141 table {
142         padding: 8px 4px;
145 table.project_list, table.diff_tree {
146         border-spacing: 0;
149 table.blame {
150         border-collapse: collapse;
153 th {
154         padding: 2px 5px;
155         font-size: 12px;
156         text-align: left;
159 tr.light:hover {
160         background-color: #edece6;
163 tr.dark {
164         background-color: #f6f6f0;
167 tr.dark:hover {
168         background-color: #edece6;
171 td {
172         padding: 2px 5px;
173         font-size: 12px;
174         vertical-align: top;
177 td.link {
178         padding: 2px 5px;
179         font-family: sans-serif;
180         font-size: 10px;
183 td.sha1 {
184         font-family: monospace;
187 td.error {
188         color: red;
189         background-color: yellow;
192 table.diff_tree span.file_status.new {
193         color: #008000;
196 table.diff_tree span.file_status.deleted {
197         color: #c00000;
200 table.diff_tree span.file_status.moved,
201 table.diff_tree span.file_status.mode_chnge {
202         color: #777777;
205 /* age2: 60*60*24*2 <= age */
206 table.project_list td.age2, table.blame td.age2 {
207         font-style: italic;
210 /* age1: 60*60*2 <= age < 60*60*24*2 */
211 table.project_list td.age1 {
212         color: #009900;
213         font-style: italic;
216 table.blame td.age1 {
217         color: #009900;
218         background: transparent;
221 /* age0: age < 60*60*2 */
222 table.project_list td.age0 {
223         color: #009900;
224         font-style: italic;
225         font-weight: bold;
228 table.blame td.age0 {
229         color: #009900;
230         background: transparent;
231         font-weight: bold;
234 td.pre, div.pre, div.diff {
235         font-family: monospace;
236         font-size: 12px;
237         white-space: pre;
240 td.mode {
241         font-family: monospace;
244 div.diff.add {
245         color: #008800;
248 div.diff.rem {
249         color: #cc0000;
252 div.diff.chunk_header {
253         color: #990099;
256 div.diff_info {
257         font-family: monospace;
258         color: #000099;
259         background-color: #edece6;
260         font-style: italic;
263 div.index_include {
264         border: solid #d9d8d1;
265         border-width: 0px 0px 1px;
266         padding: 12px 8px;
269 div.search {
270         margin: 4px 8px;
271         position: absolute;
272         top: 56px;
273         right: 12px
276 td.linenr {
277         text-align: right;
280 a.linenr {
281         color: #999999;
282         text-decoration: none
285 a.rss_logo {
286         float: right;
287         padding: 3px 0px;
288         width: 35px;
289         line-height: 10px;
290         border: 1px solid;
291         border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
292         color: #ffffff;
293         background-color: #ff6600;
294         font-weight: bold;
295         font-family: sans-serif;
296         font-size: 10px;
297         text-align: center;
298         text-decoration: none;
301 a.rss_logo:hover {
302         background-color: #ee5500;
305 span.tag {
306         padding: 0px 4px;
307         font-size: 10px;
308         font-weight: normal;
309         background-color: #ffffaa;
310         border: 1px solid;
311         border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
314 span.atnight {
315         color: #cc0000;
318 span.match {
319         color: #e00000;