summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2011-02-19 13:51:00 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2011-02-19 13:51:00 (UTC)
commit979c460e7f71d153ae79da67b8b21c3412f0fe02 (patch) (unidiff)
tree6da9ffb66ed0a68205e6644cb7e2b4652d6684be /cgit.css
parentfb9e6d1594a24fe4e551fd57a9c91fd18b14806e (diff)
parent0141b9f889bbaa1fe474f9a98dd377138ac73054 (diff)
downloadcgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.zip
cgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.tar.gz
cgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.tar.bz2
Merge branch 'br/misc'
* br/misc: Use transparent background for the cgit logo ssdiff: anchors for ssdiff implement repo.logo and repo.logo-link
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 008cff8..1d90057 100644
--- a/cgit.css
+++ b/cgit.css
@@ -200,193 +200,193 @@ table.list td a {
200table.list td a.ls-dir { 200table.list td a.ls-dir {
201 font-weight: bold; 201 font-weight: bold;
202 color: #00f; 202 color: #00f;
203} 203}
204 204
205table.list td a:hover { 205table.list td a:hover {
206 color: #00f; 206 color: #00f;
207} 207}
208 208
209img { 209img {
210 border: none; 210 border: none;
211} 211}
212 212
213input#switch-btn { 213input#switch-btn {
214 margin: 2px 0px 0px 0px; 214 margin: 2px 0px 0px 0px;
215} 215}
216 216
217td#sidebar input.txt { 217td#sidebar input.txt {
218 width: 100%; 218 width: 100%;
219 margin: 2px 0px 0px 0px; 219 margin: 2px 0px 0px 0px;
220} 220}
221 221
222table#grid { 222table#grid {
223 margin: 0px; 223 margin: 0px;
224} 224}
225 225
226td#content { 226td#content {
227 vertical-align: top; 227 vertical-align: top;
228 padding: 1em 2em 1em 1em; 228 padding: 1em 2em 1em 1em;
229 border: none; 229 border: none;
230} 230}
231 231
232div#summary { 232div#summary {
233 vertical-align: top; 233 vertical-align: top;
234 margin-bottom: 1em; 234 margin-bottom: 1em;
235} 235}
236 236
237table#downloads { 237table#downloads {
238 float: right; 238 float: right;
239 border-collapse: collapse; 239 border-collapse: collapse;
240 border: solid 1px #777; 240 border: solid 1px #777;
241 margin-left: 0.5em; 241 margin-left: 0.5em;
242 margin-bottom: 0.5em; 242 margin-bottom: 0.5em;
243} 243}
244 244
245table#downloads th { 245table#downloads th {
246 background-color: #ccc; 246 background-color: #ccc;
247} 247}
248 248
249div#blob { 249div#blob {
250 border: solid 1px black; 250 border: solid 1px black;
251} 251}
252 252
253div.error { 253div.error {
254 color: red; 254 color: red;
255 font-weight: bold; 255 font-weight: bold;
256 margin: 1em 2em; 256 margin: 1em 2em;
257} 257}
258 258
259a.ls-blob, a.ls-dir, a.ls-mod { 259a.ls-blob, a.ls-dir, a.ls-mod {
260 font-family: monospace; 260 font-family: monospace;
261} 261}
262 262
263td.ls-size { 263td.ls-size {
264 text-align: right; 264 text-align: right;
265 font-family: monospace; 265 font-family: monospace;
266 width: 10em; 266 width: 10em;
267} 267}
268 268
269td.ls-mode { 269td.ls-mode {
270 font-family: monospace; 270 font-family: monospace;
271 width: 10em; 271 width: 10em;
272} 272}
273 273
274table.blob { 274table.blob {
275 margin-top: 0.5em; 275 margin-top: 0.5em;
276 border-top: solid 1px black; 276 border-top: solid 1px black;
277} 277}
278 278
279table.blob td.lines { 279table.blob td.lines {
280 margin: 0; padding: 0 0 0 0.5em; 280 margin: 0; padding: 0 0 0 0.5em;
281 vertical-align: top; 281 vertical-align: top;
282 color: black; 282 color: black;
283} 283}
284 284
285table.blob td.linenumbers { 285table.blob td.linenumbers {
286 margin: 0; padding: 0 0.5em 0 0.5em; 286 margin: 0; padding: 0 0.5em 0 0.5em;
287 vertical-align: top; 287 vertical-align: top;
288 text-align: right; 288 text-align: right;
289 border-right: 1px solid gray; 289 border-right: 1px solid gray;
290} 290}
291 291
292table.blob pre { 292table.blob pre {
293 padding: 0; margin: 0; 293 padding: 0; margin: 0;
294} 294}
295 295
296table.blob a.no { 296table.blob a.no, table.ssdiff a.no {
297 color: gray; 297 color: gray;
298 text-align: right; 298 text-align: right;
299 text-decoration: none; 299 text-decoration: none;
300} 300}
301 301
302table.blob a.no a:hover { 302table.blob a.no a:hover {
303 color: black; 303 color: black;
304} 304}
305 305
306table.bin-blob { 306table.bin-blob {
307 margin-top: 0.5em; 307 margin-top: 0.5em;
308 border: solid 1px black; 308 border: solid 1px black;
309} 309}
310 310
311table.bin-blob th { 311table.bin-blob th {
312 font-family: monospace; 312 font-family: monospace;
313 white-space: pre; 313 white-space: pre;
314 border: solid 1px #777; 314 border: solid 1px #777;
315 padding: 0.5em 1em; 315 padding: 0.5em 1em;
316} 316}
317 317
318table.bin-blob td { 318table.bin-blob td {
319 font-family: monospace; 319 font-family: monospace;
320 white-space: pre; 320 white-space: pre;
321 border-left: solid 1px #777; 321 border-left: solid 1px #777;
322 padding: 0em 1em; 322 padding: 0em 1em;
323} 323}
324 324
325table.nowrap td { 325table.nowrap td {
326 white-space: nowrap; 326 white-space: nowrap;
327} 327}
328 328
329table.commit-info { 329table.commit-info {
330 border-collapse: collapse; 330 border-collapse: collapse;
331 margin-top: 1.5em; 331 margin-top: 1.5em;
332} 332}
333 333
334table.commit-info th { 334table.commit-info th {
335 text-align: left; 335 text-align: left;
336 font-weight: normal; 336 font-weight: normal;
337 padding: 0.1em 1em 0.1em 0.1em; 337 padding: 0.1em 1em 0.1em 0.1em;
338 vertical-align: top; 338 vertical-align: top;
339} 339}
340 340
341table.commit-info td { 341table.commit-info td {
342 font-weight: normal; 342 font-weight: normal;
343 padding: 0.1em 1em 0.1em 0.1em; 343 padding: 0.1em 1em 0.1em 0.1em;
344} 344}
345 345
346div.commit-subject { 346div.commit-subject {
347 font-weight: bold; 347 font-weight: bold;
348 font-size: 125%; 348 font-size: 125%;
349 margin: 1.5em 0em 0.5em 0em; 349 margin: 1.5em 0em 0.5em 0em;
350 padding: 0em; 350 padding: 0em;
351} 351}
352 352
353div.commit-msg { 353div.commit-msg {
354 white-space: pre; 354 white-space: pre;
355 font-family: monospace; 355 font-family: monospace;
356} 356}
357 357
358div.notes-header { 358div.notes-header {
359 font-weight: bold; 359 font-weight: bold;
360 padding-top: 1.5em; 360 padding-top: 1.5em;
361} 361}
362 362
363div.notes { 363div.notes {
364 white-space: pre; 364 white-space: pre;
365 font-family: monospace; 365 font-family: monospace;
366 border: solid 1px #ee9; 366 border: solid 1px #ee9;
367 background-color: #ffd; 367 background-color: #ffd;
368 padding: 0.3em 2em 0.3em 1em; 368 padding: 0.3em 2em 0.3em 1em;
369 float: left; 369 float: left;
370} 370}
371 371
372div.notes-footer { 372div.notes-footer {
373 clear: left; 373 clear: left;
374} 374}
375 375
376div.diffstat-header { 376div.diffstat-header {
377 font-weight: bold; 377 font-weight: bold;
378 padding-top: 1.5em; 378 padding-top: 1.5em;
379} 379}
380 380
381table.diffstat { 381table.diffstat {
382 border-collapse: collapse; 382 border-collapse: collapse;
383 border: solid 1px #aaa; 383 border: solid 1px #aaa;
384 background-color: #eee; 384 background-color: #eee;
385} 385}
386 386
387table.diffstat th { 387table.diffstat th {
388 font-weight: normal; 388 font-weight: normal;
389 text-align: left; 389 text-align: left;
390 text-decoration: underline; 390 text-decoration: underline;
391 padding: 0.1em 1em 0.1em 0.1em; 391 padding: 0.1em 1em 0.1em 0.1em;
392 font-size: 100%; 392 font-size: 100%;