author | Shunichi Fuji <palglowr@gmail.com> | 2007-11-03 08:36:09 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-11-03 08:36:09 (UTC) |
commit | df203a293e3ac19245f8761cf7c5808f8735f917 (patch) (unidiff) | |
tree | 5867453725c6b51ab102a70d98a3d3c11085e6a0 | |
parent | 0c8e184e9cbf4d3a1e907de9125f6d8210c169d6 (diff) | |
download | cgit-df203a293e3ac19245f8761cf7c5808f8735f917.zip cgit-df203a293e3ac19245f8761cf7c5808f8735f917.tar.gz cgit-df203a293e3ac19245f8761cf7c5808f8735f917.tar.bz2 |
Fix typo in css
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,431 +1,431 @@ | |||
1 | body, table { | 1 | body, table { |
2 | padding: 0em; | 2 | padding: 0em; |
3 | margin: 0em; | 3 | margin: 0em; |
4 | } | 4 | } |
5 | 5 | ||
6 | body { | 6 | body { |
7 | font-family: sans; | 7 | font-family: sans; |
8 | font-size: 10pt; | 8 | font-size: 10pt; |
9 | color: #333; | 9 | color: #333; |
10 | background: white; | 10 | background: white; |
11 | padding-left: 4px; | 11 | padding-left: 4px; |
12 | } | 12 | } |
13 | 13 | ||
14 | table { | 14 | table { |
15 | border-collapse: collapse; | 15 | border-collapse: collapse; |
16 | } | 16 | } |
17 | 17 | ||
18 | h2 { | 18 | h2 { |
19 | font-size: 120%; | 19 | font-size: 120%; |
20 | font-weight: bold; | 20 | font-weight: bold; |
21 | margin-top: 0em; | 21 | margin-top: 0em; |
22 | margin-bottom: 0.25em; | 22 | margin-bottom: 0.25em; |
23 | } | 23 | } |
24 | 24 | ||
25 | h3 { | 25 | h3 { |
26 | margin-top: 0em; | 26 | margin-top: 0em; |
27 | font-size: 100%; | 27 | font-size: 100%; |
28 | font-weight: normal; | 28 | font-weight: normal; |
29 | } | 29 | } |
30 | 30 | ||
31 | h4 { | 31 | h4 { |
32 | margin-top: 1.5em; | 32 | margin-top: 1.5em; |
33 | margin-bottom: 0.1em; | 33 | margin-bottom: 0.1em; |
34 | font-size: 100%; | 34 | font-size: 100%; |
35 | font-weight: bold; | 35 | font-weight: bold; |
36 | } | 36 | } |
37 | 37 | ||
38 | a { | 38 | a { |
39 | color: #600; | 39 | color: #600; |
40 | text-decoration: none; | 40 | text-decoration: none; |
41 | } | 41 | } |
42 | 42 | ||
43 | a:hover { | 43 | a:hover { |
44 | background-color: #ddd; | 44 | background-color: #ddd; |
45 | text-decoration: none; | 45 | text-decoration: none; |
46 | } | 46 | } |
47 | 47 | ||
48 | table.list { | 48 | table.list { |
49 | border: none; | 49 | border: none; |
50 | border-collapse: collapse; | 50 | border-collapse: collapse; |
51 | } | 51 | } |
52 | 52 | ||
53 | table.list tr { | 53 | table.list tr { |
54 | background: white; | 54 | background: white; |
55 | } | 55 | } |
56 | 56 | ||
57 | table.list tr:hover { | 57 | table.list tr:hover { |
58 | background: #f8f8f8; | 58 | background: #f8f8f8; |
59 | } | 59 | } |
60 | 60 | ||
61 | table.list tr.nohover:hover { | 61 | table.list tr.nohover:hover { |
62 | background: white; | 62 | background: white; |
63 | } | 63 | } |
64 | 64 | ||
65 | table.list th { | 65 | table.list th { |
66 | font-weight: bold; | 66 | font-weight: bold; |
67 | border-bottom: solid 1px #777; | 67 | border-bottom: solid 1px #777; |
68 | padding: 0.1em 0.5em 0.1em 0.5em; | 68 | padding: 0.1em 0.5em 0.1em 0.5em; |
69 | vertical-align: baseline; | 69 | vertical-align: baseline; |
70 | } | 70 | } |
71 | 71 | ||
72 | table.list td { | 72 | table.list td { |
73 | border: none; | 73 | border: none; |
74 | padding: 0.1em 0.5em 0.1em 0.5em; | 74 | padding: 0.1em 0.5em 0.1em 0.5em; |
75 | } | 75 | } |
76 | 76 | ||
77 | img { | 77 | img { |
78 | border: none; | 78 | border: none; |
79 | } | 79 | } |
80 | 80 | ||
81 | div#sidebar { | 81 | div#sidebar { |
82 | vertical-align: top; | 82 | vertical-align: top; |
83 | width: 162px; | 83 | width: 162px; |
84 | padding: 0px 0px 0px 0px; | 84 | padding: 0px 0px 0px 0px; |
85 | margin: 4px; | 85 | margin: 4px; |
86 | float: left; | 86 | float: left; |
87 | } | 87 | } |
88 | 88 | ||
89 | div#logo { | 89 | div#logo { |
90 | margin: 0px; | 90 | margin: 0px; |
91 | padding: 4px 0px 4px 0px; | 91 | padding: 4px 0px 4px 0px; |
92 | text-align: center; | 92 | text-align: center; |
93 | background-color: #ccc; | 93 | background-color: #ccc; |
94 | border-top: solid 1px #eee; | 94 | border-top: solid 1px #eee; |
95 | border-left: solid 1px #eee; | 95 | border-left: solid 1px #eee; |
96 | border-right: solid 1px #aaa; | 96 | border-right: solid 1px #aaa; |
97 | border-bottom: solid 1px #aaa; | 97 | border-bottom: solid 1px #aaa; |
98 | } | 98 | } |
99 | 99 | ||
100 | div#sidebar div.infobox { | 100 | div#sidebar div.infobox { |
101 | margin: 0px 0px 0pax 0px; | 101 | margin: 0px 0px 0px 0px; |
102 | padding: 0.5em; | 102 | padding: 0.5em; |
103 | text-align: left; | 103 | text-align: left; |
104 | background-color: #ccc; | 104 | background-color: #ccc; |
105 | border-top: solid 1px #eee; | 105 | border-top: solid 1px #eee; |
106 | border-left: solid 1px #eee; | 106 | border-left: solid 1px #eee; |
107 | border-right: solid 1px #aaa; | 107 | border-right: solid 1px #aaa; |
108 | border-bottom: solid 1px #aaa; | 108 | border-bottom: solid 1px #aaa; |
109 | } | 109 | } |
110 | 110 | ||
111 | div#sidebar div.infobox h1 { | 111 | div#sidebar div.infobox h1 { |
112 | font-size: 11pt; | 112 | font-size: 11pt; |
113 | font-weight: bold; | 113 | font-weight: bold; |
114 | margin: 0px; | 114 | margin: 0px; |
115 | } | 115 | } |
116 | 116 | ||
117 | div#sidebar div.infobox a.menu { | 117 | div#sidebar div.infobox a.menu { |
118 | display: block; | 118 | display: block; |
119 | background-color: #ccc; | 119 | background-color: #ccc; |
120 | padding: 0.1em 0.5em; | 120 | padding: 0.1em 0.5em; |
121 | text-decoration: none; | 121 | text-decoration: none; |
122 | } | 122 | } |
123 | 123 | ||
124 | div#sidebar div.infobox a.menu:hover { | 124 | div#sidebar div.infobox a.menu:hover { |
125 | background-color: #bbb; | 125 | background-color: #bbb; |
126 | text-decoration: none; | 126 | text-decoration: none; |
127 | } | 127 | } |
128 | 128 | ||
129 | div#sidebar div.infobox select { | 129 | div#sidebar div.infobox select { |
130 | width: 100%; | 130 | width: 100%; |
131 | border: solid 1px #aaa; | 131 | border: solid 1px #aaa; |
132 | background-color: #bbb; | 132 | background-color: #bbb; |
133 | margin: 2px 0px 0px 0px; | 133 | margin: 2px 0px 0px 0px; |
134 | padding: 0px; | 134 | padding: 0px; |
135 | } | 135 | } |
136 | 136 | ||
137 | div#sidebar div.infobox input.txt { | 137 | div#sidebar div.infobox input.txt { |
138 | width: 100%; | 138 | width: 100%; |
139 | border: solid 1px #aaa; | 139 | border: solid 1px #aaa; |
140 | background-color: #bbb; | 140 | background-color: #bbb; |
141 | margin: 2px 0px 0px 0px; | 141 | margin: 2px 0px 0px 0px; |
142 | padding: 0; | 142 | padding: 0; |
143 | } | 143 | } |
144 | 144 | ||
145 | table#grid { | 145 | table#grid { |
146 | margin: 0px; | 146 | margin: 0px; |
147 | } | 147 | } |
148 | 148 | ||
149 | td#content { | 149 | td#content { |
150 | vertical-align: top; | 150 | vertical-align: top; |
151 | padding: 1em 2em 1em 1em; | 151 | padding: 1em 2em 1em 1em; |
152 | border: none; | 152 | border: none; |
153 | } | 153 | } |
154 | 154 | ||
155 | div#summary { | 155 | div#summary { |
156 | vertical-align: top; | 156 | vertical-align: top; |
157 | margin-bottom: 1em; | 157 | margin-bottom: 1em; |
158 | } | 158 | } |
159 | 159 | ||
160 | table#downloads { | 160 | table#downloads { |
161 | float: right; | 161 | float: right; |
162 | border-collapse: collapse; | 162 | border-collapse: collapse; |
163 | border: solid 1px #777; | 163 | border: solid 1px #777; |
164 | margin-left: 0.5em; | 164 | margin-left: 0.5em; |
165 | margin-bottom: 0.5em; | 165 | margin-bottom: 0.5em; |
166 | } | 166 | } |
167 | 167 | ||
168 | table#downloads th { | 168 | table#downloads th { |
169 | background-color: #ccc; | 169 | background-color: #ccc; |
170 | } | 170 | } |
171 | 171 | ||
172 | div#blob { | 172 | div#blob { |
173 | border: solid 1px black; | 173 | border: solid 1px black; |
174 | } | 174 | } |
175 | 175 | ||
176 | div.error { | 176 | div.error { |
177 | color: red; | 177 | color: red; |
178 | font-weight: bold; | 178 | font-weight: bold; |
179 | margin: 1em 2em; | 179 | margin: 1em 2em; |
180 | } | 180 | } |
181 | 181 | ||
182 | a.ls-blob, a.ls-dir, a.ls-mod { | 182 | a.ls-blob, a.ls-dir, a.ls-mod { |
183 | font-family: monospace; | 183 | font-family: monospace; |
184 | } | 184 | } |
185 | 185 | ||
186 | td.ls-size { | 186 | td.ls-size { |
187 | text-align: right; | 187 | text-align: right; |
188 | } | 188 | } |
189 | 189 | ||
190 | td.ls-size { | 190 | td.ls-size { |
191 | font-family: monospace; | 191 | font-family: monospace; |
192 | } | 192 | } |
193 | 193 | ||
194 | td.ls-mode { | 194 | td.ls-mode { |
195 | font-family: monospace; | 195 | font-family: monospace; |
196 | } | 196 | } |
197 | 197 | ||
198 | table.blob { | 198 | table.blob { |
199 | margin-top: 0.5em; | 199 | margin-top: 0.5em; |
200 | border-top: solid 1px black; | 200 | border-top: solid 1px black; |
201 | } | 201 | } |
202 | 202 | ||
203 | table.blob td.no { | 203 | table.blob td.no { |
204 | border-right: solid 1px black; | 204 | border-right: solid 1px black; |
205 | color: black; | 205 | color: black; |
206 | background-color: #eee; | 206 | background-color: #eee; |
207 | text-align: right; | 207 | text-align: right; |
208 | } | 208 | } |
209 | 209 | ||
210 | table.blob td.no a { | 210 | table.blob td.no a { |
211 | color: black; | 211 | color: black; |
212 | } | 212 | } |
213 | 213 | ||
214 | table.blob td.no a:hover { | 214 | table.blob td.no a:hover { |
215 | color: black; | 215 | color: black; |
216 | text-decoration: none; | 216 | text-decoration: none; |
217 | } | 217 | } |
218 | 218 | ||
219 | table.blob td.txt { | 219 | table.blob td.txt { |
220 | white-space: pre; | 220 | white-space: pre; |
221 | font-family: monospace; | 221 | font-family: monospace; |
222 | padding-left: 0.5em; | 222 | padding-left: 0.5em; |
223 | } | 223 | } |
224 | 224 | ||
225 | table.nowrap td { | 225 | table.nowrap td { |
226 | white-space: nowrap; | 226 | white-space: nowrap; |
227 | } | 227 | } |
228 | 228 | ||
229 | table.commit-info { | 229 | table.commit-info { |
230 | border-collapse: collapse; | 230 | border-collapse: collapse; |
231 | margin-top: 1.5em; | 231 | margin-top: 1.5em; |
232 | } | 232 | } |
233 | 233 | ||
234 | table.commit-info th { | 234 | table.commit-info th { |
235 | text-align: left; | 235 | text-align: left; |
236 | font-weight: normal; | 236 | font-weight: normal; |
237 | padding: 0.1em 1em 0.1em 0.1em; | 237 | padding: 0.1em 1em 0.1em 0.1em; |
238 | vertical-align: top; | 238 | vertical-align: top; |
239 | } | 239 | } |
240 | 240 | ||
241 | table.commit-info td { | 241 | table.commit-info td { |
242 | font-weight: normal; | 242 | font-weight: normal; |
243 | padding: 0.1em 1em 0.1em 0.1em; | 243 | padding: 0.1em 1em 0.1em 0.1em; |
244 | } | 244 | } |
245 | 245 | ||
246 | div.commit-subject { | 246 | div.commit-subject { |
247 | font-weight: bold; | 247 | font-weight: bold; |
248 | font-size: 125%; | 248 | font-size: 125%; |
249 | margin: 1.5em 0em 0.5em 0em; | 249 | margin: 1.5em 0em 0.5em 0em; |
250 | padding: 0em; | 250 | padding: 0em; |
251 | } | 251 | } |
252 | 252 | ||
253 | div.commit-msg { | 253 | div.commit-msg { |
254 | white-space: pre; | 254 | white-space: pre; |
255 | font-family: monospace; | 255 | font-family: monospace; |
256 | } | 256 | } |
257 | 257 | ||
258 | div.diffstat-header { | 258 | div.diffstat-header { |
259 | font-weight: bold; | 259 | font-weight: bold; |
260 | padding-top: 1.5em; | 260 | padding-top: 1.5em; |
261 | } | 261 | } |
262 | 262 | ||
263 | table.diffstat { | 263 | table.diffstat { |
264 | border-collapse: collapse; | 264 | border-collapse: collapse; |
265 | border: solid 1px #aaa; | 265 | border: solid 1px #aaa; |
266 | background-color: #eee; | 266 | background-color: #eee; |
267 | } | 267 | } |
268 | 268 | ||
269 | table.diffstat th { | 269 | table.diffstat th { |
270 | font-weight: normal; | 270 | font-weight: normal; |
271 | text-align: left; | 271 | text-align: left; |
272 | text-decoration: underline; | 272 | text-decoration: underline; |
273 | padding: 0.1em 1em 0.1em 0.1em; | 273 | padding: 0.1em 1em 0.1em 0.1em; |
274 | font-size: 100%; | 274 | font-size: 100%; |
275 | } | 275 | } |
276 | 276 | ||
277 | table.diffstat td { | 277 | table.diffstat td { |
278 | padding: 0.2em 0.2em 0.1em 0.1em; | 278 | padding: 0.2em 0.2em 0.1em 0.1em; |
279 | font-size: 100%; | 279 | font-size: 100%; |
280 | border: none; | 280 | border: none; |
281 | } | 281 | } |
282 | 282 | ||
283 | table.diffstat td.mode { | 283 | table.diffstat td.mode { |
284 | white-space: nowrap; | 284 | white-space: nowrap; |
285 | } | 285 | } |
286 | 286 | ||
287 | table.diffstat td span.modechange { | 287 | table.diffstat td span.modechange { |
288 | padding-left: 1em; | 288 | padding-left: 1em; |
289 | color: red; | 289 | color: red; |
290 | } | 290 | } |
291 | 291 | ||
292 | table.diffstat td.add a { | 292 | table.diffstat td.add a { |
293 | color: green; | 293 | color: green; |
294 | } | 294 | } |
295 | 295 | ||
296 | table.diffstat td.del a { | 296 | table.diffstat td.del a { |
297 | color: red; | 297 | color: red; |
298 | } | 298 | } |
299 | 299 | ||
300 | table.diffstat td.upd a { | 300 | table.diffstat td.upd a { |
301 | color: blue; | 301 | color: blue; |
302 | } | 302 | } |
303 | 303 | ||
304 | table.diffstat td.graph { | 304 | table.diffstat td.graph { |
305 | width: 500px; | 305 | width: 500px; |
306 | vertical-align: middle; | 306 | vertical-align: middle; |
307 | } | 307 | } |
308 | 308 | ||
309 | table.diffstat td.graph table { | 309 | table.diffstat td.graph table { |
310 | border: none; | 310 | border: none; |
311 | } | 311 | } |
312 | 312 | ||
313 | table.diffstat td.graph td { | 313 | table.diffstat td.graph td { |
314 | padding: 0px; | 314 | padding: 0px; |
315 | border: 0px; | 315 | border: 0px; |
316 | height: 7pt; | 316 | height: 7pt; |
317 | } | 317 | } |
318 | 318 | ||
319 | table.diffstat td.graph td.add { | 319 | table.diffstat td.graph td.add { |
320 | background-color: #5c5; | 320 | background-color: #5c5; |
321 | } | 321 | } |
322 | 322 | ||
323 | table.diffstat td.graph td.rem { | 323 | table.diffstat td.graph td.rem { |
324 | background-color: #c55; | 324 | background-color: #c55; |
325 | } | 325 | } |
326 | 326 | ||
327 | div.diffstat-summary { | 327 | div.diffstat-summary { |
328 | color: #888; | 328 | color: #888; |
329 | padding-top: 0.5em; | 329 | padding-top: 0.5em; |
330 | } | 330 | } |
331 | 331 | ||
332 | table.diff { | 332 | table.diff { |
333 | width: 100%; | 333 | width: 100%; |
334 | } | 334 | } |
335 | 335 | ||
336 | table.diff td { | 336 | table.diff td { |
337 | font-family: monospace; | 337 | font-family: monospace; |
338 | white-space: pre; | 338 | white-space: pre; |
339 | } | 339 | } |
340 | 340 | ||
341 | table.diff td div.head { | 341 | table.diff td div.head { |
342 | font-weight: bold; | 342 | font-weight: bold; |
343 | margin-top: 1em; | 343 | margin-top: 1em; |
344 | background-color: #eee; | 344 | background-color: #eee; |
345 | } | 345 | } |
346 | 346 | ||
347 | table.diff td div.hunk { | 347 | table.diff td div.hunk { |
348 | color: #009; | 348 | color: #009; |
349 | } | 349 | } |
350 | 350 | ||
351 | table.diff td div.add { | 351 | table.diff td div.add { |
352 | color: green; | 352 | color: green; |
353 | } | 353 | } |
354 | 354 | ||
355 | table.diff td div.del { | 355 | table.diff td div.del { |
356 | color: red; | 356 | color: red; |
357 | } | 357 | } |
358 | 358 | ||
359 | .sha1 { | 359 | .sha1 { |
360 | font-family: monospace; | 360 | font-family: monospace; |
361 | font-size: 90%; | 361 | font-size: 90%; |
362 | } | 362 | } |
363 | 363 | ||
364 | .left { | 364 | .left { |
365 | text-align: left; | 365 | text-align: left; |
366 | } | 366 | } |
367 | 367 | ||
368 | .right { | 368 | .right { |
369 | text-align: right; | 369 | text-align: right; |
370 | } | 370 | } |
371 | 371 | ||
372 | table.list td.repogroup { | 372 | table.list td.repogroup { |
373 | font-style: italic; | 373 | font-style: italic; |
374 | color: #888; | 374 | color: #888; |
375 | } | 375 | } |
376 | 376 | ||
377 | a.button { | 377 | a.button { |
378 | font-size: 80%; | 378 | font-size: 80%; |
379 | color: #aaa; | 379 | color: #aaa; |
380 | background-color: #eee; | 380 | background-color: #eee; |
381 | border: solid 1px #aaa; | 381 | border: solid 1px #aaa; |
382 | padding: 0em 0.5em; | 382 | padding: 0em 0.5em; |
383 | margin: 0.1em 0.25em; | 383 | margin: 0.1em 0.25em; |
384 | } | 384 | } |
385 | 385 | ||
386 | a.button:hover { | 386 | a.button:hover { |
387 | text-decoration: none; | 387 | text-decoration: none; |
388 | color: #333; | 388 | color: #333; |
389 | background-color: #ccc; | 389 | background-color: #ccc; |
390 | } | 390 | } |
391 | 391 | ||
392 | a.primary { | 392 | a.primary { |
393 | font-size: 100%; | 393 | font-size: 100%; |
394 | } | 394 | } |
395 | 395 | ||
396 | a.secondary { | 396 | a.secondary { |
397 | font-size: 90%; | 397 | font-size: 90%; |
398 | } | 398 | } |
399 | 399 | ||
400 | td.toplevel-repo { | 400 | td.toplevel-repo { |
401 | 401 | ||
402 | } | 402 | } |
403 | 403 | ||
404 | table.list td.sublevel-repo { | 404 | table.list td.sublevel-repo { |
405 | padding-left: 1.5em; | 405 | padding-left: 1.5em; |
406 | } | 406 | } |
407 | 407 | ||
408 | span.age-mins { | 408 | span.age-mins { |
409 | font-weight: bold; | 409 | font-weight: bold; |
410 | color: #080; | 410 | color: #080; |
411 | } | 411 | } |
412 | 412 | ||
413 | span.age-hours { | 413 | span.age-hours { |
414 | color: #080; | 414 | color: #080; |
415 | } | 415 | } |
416 | 416 | ||
417 | span.age-days { | 417 | span.age-days { |
418 | color: #040; | 418 | color: #040; |
419 | } | 419 | } |
420 | 420 | ||
421 | span.age-weeks { | 421 | span.age-weeks { |
422 | color: #444; | 422 | color: #444; |
423 | } | 423 | } |
424 | 424 | ||
425 | span.age-months { | 425 | span.age-months { |
426 | color: #888; | 426 | color: #888; |
427 | } | 427 | } |
428 | 428 | ||
429 | span.age-years { | 429 | span.age-years { |
430 | color: #bbb; | 430 | color: #bbb; |
431 | } | 431 | } |