Add a newline before appending "Signed-off-by: " line
[git/gitweb.git] / gitweb / gitweb.css
blob47c1ade87edbe4727c088435385dd66ecfe13fec
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 color: #000000;
123 a.list:hover {
124 text-decoration: underline;
125 color: #880000;
128 a.text {
129 text-decoration: none;
130 color: #0000cc;
133 a.text:visited {
134 text-decoration: none;
135 color: #880000;
138 a.text:hover {
139 text-decoration: underline;
140 color: #880000;
143 table {
144 padding: 8px 4px;
147 table.project_list {
148 border-spacing: 0;
151 table.diff_tree {
152 border-spacing: 0;
153 font-family: monospace;
156 table.blame {
157 border-collapse: collapse;
160 th {
161 padding: 2px 5px;
162 font-size: 12px;
163 text-align: left;
166 tr.light:hover {
167 background-color: #edece6;
170 tr.dark {
171 background-color: #f6f6f0;
174 tr.dark2 {
175 background-color: #f6f6f0;
178 tr.dark:hover {
179 background-color: #edece6;
182 td {
183 padding: 2px 5px;
184 font-size: 12px;
185 vertical-align: top;
188 td.link, td.selflink {
189 padding: 2px 5px;
190 font-family: sans-serif;
191 font-size: 10px;
194 td.selflink {
195 padding-right: 0px;
198 td.sha1 {
199 font-family: monospace;
202 td.error {
203 color: red;
204 background-color: yellow;
207 td.current_head {
208 text-decoration: underline;
211 table.diff_tree span.file_status.new {
212 color: #008000;
215 table.diff_tree span.file_status.deleted {
216 color: #c00000;
219 table.diff_tree span.file_status.moved,
220 table.diff_tree span.file_status.mode_chnge {
221 color: #777777;
224 /* age2: 60*60*24*2 <= age */
225 table.project_list td.age2, table.blame td.age2 {
226 font-style: italic;
229 /* age1: 60*60*2 <= age < 60*60*24*2 */
230 table.project_list td.age1 {
231 color: #009900;
232 font-style: italic;
235 table.blame td.age1 {
236 color: #009900;
237 background: transparent;
240 /* age0: age < 60*60*2 */
241 table.project_list td.age0 {
242 color: #009900;
243 font-style: italic;
244 font-weight: bold;
247 table.blame td.age0 {
248 color: #009900;
249 background: transparent;
250 font-weight: bold;
253 td.pre, div.pre, div.diff {
254 font-family: monospace;
255 font-size: 12px;
256 white-space: pre;
259 td.mode {
260 font-family: monospace;
263 div.diff.add {
264 color: #008800;
267 div.diff.rem {
268 color: #cc0000;
271 div.diff.chunk_header {
272 color: #990099;
275 div.diff_info {
276 font-family: monospace;
277 color: #000099;
278 background-color: #edece6;
279 font-style: italic;
282 div.index_include {
283 border: solid #d9d8d1;
284 border-width: 0px 0px 1px;
285 padding: 12px 8px;
288 div.search {
289 margin: 4px 8px;
290 position: absolute;
291 top: 56px;
292 right: 12px
295 td.linenr {
296 text-align: right;
299 a.linenr {
300 color: #999999;
301 text-decoration: none
304 a.rss_logo {
305 float: right;
306 padding: 3px 0px;
307 width: 35px;
308 line-height: 10px;
309 border: 1px solid;
310 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
311 color: #ffffff;
312 background-color: #ff6600;
313 font-weight: bold;
314 font-family: sans-serif;
315 font-size: 10px;
316 text-align: center;
317 text-decoration: none;
320 a.rss_logo:hover {
321 background-color: #ee5500;
324 span.tag {
325 padding: 0px 4px;
326 font-size: 10px;
327 font-weight: normal;
328 background-color: #ffffaa;
329 border: 1px solid;
330 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
333 span.atnight {
334 color: #cc0000;
337 span.match {
338 color: #e00000;