apply --reverse: tie it all together.
[alt-git.git] / gitweb / gitweb.css
blob9013895857b76ea879e58ea90f2885d6744d1127
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 border: solid #d9d8d1;
46 border-width: 0px 0px 1px;
49 div.page_footer {
50 height: 17px;
51 padding: 4px 8px;
52 background-color: #d9d8d1;
55 div.page_footer_text {
56 float: left;
57 color: #555555;
58 font-style: italic;
61 div.page_body {
62 padding: 8px;
63 font-family: monospace;
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;
75 a.title:hover {
76 background-color: #d9d8d1;
79 div.title_text {
80 padding: 6px 0px;
81 border: solid #d9d8d1;
82 border-width: 0px 0px 1px;
83 font-family: monospace;
86 div.log_body {
87 padding: 8px 8px 8px 150px;
90 span.age {
91 position: relative;
92 float: left;
93 width: 142px;
94 font-style: italic;
97 div.page_body span.signoff {
98 color: #888888;
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 table.diff_tree span.file_status.copied {
230 color: #70a070;
233 /* age2: 60*60*24*2 <= age */
234 table.project_list td.age2, table.blame td.age2 {
235 font-style: italic;
238 /* age1: 60*60*2 <= age < 60*60*24*2 */
239 table.project_list td.age1 {
240 color: #009900;
241 font-style: italic;
244 table.blame td.age1 {
245 color: #009900;
246 background: transparent;
249 /* age0: age < 60*60*2 */
250 table.project_list td.age0 {
251 color: #009900;
252 font-style: italic;
253 font-weight: bold;
256 table.blame td.age0 {
257 color: #009900;
258 background: transparent;
259 font-weight: bold;
262 td.pre, div.pre, div.diff {
263 font-family: monospace;
264 font-size: 12px;
265 white-space: pre;
268 td.mode {
269 font-family: monospace;
272 div.diff.add {
273 color: #008800;
276 div.diff.rem {
277 color: #cc0000;
280 div.diff.chunk_header {
281 color: #990099;
284 div.diff_info {
285 font-family: monospace;
286 color: #000099;
287 background-color: #edece6;
288 font-style: italic;
291 div.index_include {
292 border: solid #d9d8d1;
293 border-width: 0px 0px 1px;
294 padding: 12px 8px;
297 div.search {
298 margin: 4px 8px;
299 position: absolute;
300 top: 56px;
301 right: 12px
304 td.linenr {
305 text-align: right;
308 a.linenr {
309 color: #999999;
310 text-decoration: none
313 a.rss_logo {
314 float: right;
315 padding: 3px 0px;
316 width: 35px;
317 line-height: 10px;
318 border: 1px solid;
319 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
320 color: #ffffff;
321 background-color: #ff6600;
322 font-weight: bold;
323 font-family: sans-serif;
324 font-size: 10px;
325 text-align: center;
326 text-decoration: none;
329 a.rss_logo:hover {
330 background-color: #ee5500;
333 span.refs span {
334 padding: 0px 4px;
335 font-size: 10px;
336 font-weight: normal;
337 border: 1px solid;
338 background-color: #ffaaff;
339 border-color: #ffccff #ff00ee #ff00ee #ffccff;
342 span.refs span.ref {
343 background-color: #aaaaff;
344 border-color: #ccccff #0033cc #0033cc #ccccff;
347 span.refs span.tag {
348 background-color: #ffffaa;
349 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
352 span.refs span.head {
353 background-color: #aaffaa;
354 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
357 span.atnight {
358 color: #cc0000;
361 span.match {
362 color: #e00000;