blame.c: whitespace and formatting clean-up.
[git.git] / gitweb / gitweb.css
blob668e69af1eeaa978a541e0883ae8e9796b83f72e
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;
11 a {
12 color: #0000cc;
15 a:hover, a:visited, a:active {
16 color: #880000;
19 div.page_header {
20 height: 25px;
21 padding: 8px;
22 font-size: 18px;
23 font-weight: bold;
24 background-color: #d9d8d1;
27 div.page_header a:visited, a.header {
28 color: #0000cc;
31 div.page_header a:hover {
32 color: #880000;
35 div.page_nav {
36 padding: 8px;
39 div.page_nav a:visited {
40 color: #0000cc;
43 div.page_path {
44 padding: 8px;
45 font-weight: bold;
46 border: solid #d9d8d1;
47 border-width: 0px 0px 1px;
50 div.page_footer {
51 height: 17px;
52 padding: 4px 8px;
53 background-color: #d9d8d1;
56 div.page_footer_text {
57 float: left;
58 color: #555555;
59 font-style: italic;
62 div.page_body {
63 padding: 8px;
64 font-family: monospace;
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;
76 a.title:hover {
77 background-color: #d9d8d1;
80 div.title_text {
81 padding: 6px 0px;
82 border: solid #d9d8d1;
83 border-width: 0px 0px 1px;
84 font-family: monospace;
87 div.log_body {
88 padding: 8px 8px 8px 150px;
91 span.age {
92 position: relative;
93 float: left;
94 width: 142px;
95 font-style: italic;
98 div.page_body span.signoff {
99 color: #888888;
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;
112 div.list_head {
113 padding: 6px 8px 4px;
114 border: solid #d9d8d1;
115 border-width: 1px 0px 0px;
116 font-style: italic;
119 div.author_date {
120 padding: 8px;
121 border: solid #d9d8d1;
122 border-width: 0px 0px 1px 0px;
123 font-style: italic;
126 a.list {
127 text-decoration: none;
128 color: #000000;
131 a.subject, a.name {
132 font-weight: bold;
135 table.tags a.subject {
136 font-weight: normal;
139 a.list:hover {
140 text-decoration: underline;
141 color: #880000;
144 a.text {
145 text-decoration: none;
146 color: #0000cc;
149 a.text:visited {
150 text-decoration: none;
151 color: #880000;
154 a.text:hover {
155 text-decoration: underline;
156 color: #880000;
159 table {
160 padding: 8px 4px;
163 table.project_list {
164 border-spacing: 0;
167 table.diff_tree {
168 border-spacing: 0;
169 font-family: monospace;
172 table.blame {
173 border-collapse: collapse;
176 table.blame td {
177 padding: 0px 5px;
178 font-size: 12px;
179 vertical-align: top;
182 th {
183 padding: 2px 5px;
184 font-size: 12px;
185 text-align: left;
188 tr.light:hover {
189 background-color: #edece6;
192 tr.dark {
193 background-color: #f6f6f0;
196 tr.dark2 {
197 background-color: #f6f6f0;
200 tr.dark:hover {
201 background-color: #edece6;
204 td {
205 padding: 2px 5px;
206 font-size: 12px;
207 vertical-align: top;
210 td.link, td.selflink {
211 padding: 2px 5px;
212 font-family: sans-serif;
213 font-size: 10px;
216 td.selflink {
217 padding-right: 0px;
220 td.sha1 {
221 font-family: monospace;
224 td.error {
225 color: red;
226 background-color: yellow;
229 td.current_head {
230 text-decoration: underline;
233 table.diff_tree span.file_status.new {
234 color: #008000;
237 table.diff_tree span.file_status.deleted {
238 color: #c00000;
241 table.diff_tree span.file_status.moved,
242 table.diff_tree span.file_status.mode_chnge {
243 color: #777777;
246 table.diff_tree span.file_status.copied {
247 color: #70a070;
250 /* age2: 60*60*24*2 <= age */
251 table.project_list td.age2, table.blame td.age2 {
252 font-style: italic;
255 /* age1: 60*60*2 <= age < 60*60*24*2 */
256 table.project_list td.age1 {
257 color: #009900;
258 font-style: italic;
261 table.blame td.age1 {
262 color: #009900;
263 background: transparent;
266 /* age0: age < 60*60*2 */
267 table.project_list td.age0 {
268 color: #009900;
269 font-style: italic;
270 font-weight: bold;
273 table.blame td.age0 {
274 color: #009900;
275 background: transparent;
276 font-weight: bold;
279 td.pre, div.pre, div.diff {
280 font-family: monospace;
281 font-size: 12px;
282 white-space: pre;
285 td.mode {
286 font-family: monospace;
289 div.diff a.list {
290 text-decoration: none;
293 div.diff a.list:hover {
294 text-decoration: underline;
297 div.diff.to_file a.list,
298 div.diff.to_file,
299 div.diff.add {
300 color: #008800;
303 div.diff.from_file a.list,
304 div.diff.from_file,
305 div.diff.rem {
306 color: #cc0000;
309 div.diff.chunk_header {
310 color: #990099;
313 div.diff.incomplete {
314 color: #cccccc;
317 div.diff_info {
318 font-family: monospace;
319 color: #000099;
320 background-color: #edece6;
321 font-style: italic;
324 div.index_include {
325 border: solid #d9d8d1;
326 border-width: 0px 0px 1px;
327 padding: 12px 8px;
330 div.search {
331 margin: 4px 8px;
332 position: absolute;
333 top: 56px;
334 right: 12px
337 td.linenr {
338 text-align: right;
341 a.linenr {
342 color: #999999;
343 text-decoration: none
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;
362 a.rss_logo:hover {
363 background-color: #ee5500;
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;
375 span.refs span.ref {
376 background-color: #aaaaff;
377 border-color: #ccccff #0033cc #0033cc #ccccff;
380 span.refs span.tag {
381 background-color: #ffffaa;
382 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
385 span.refs span.head {
386 background-color: #aaffaa;
387 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
390 span.atnight {
391 color: #cc0000;
394 span.match {
395 color: #e00000;