Changeset 258:1e42d6d85aac
- Timestamp:
- 01/30/10 19:26:01 (7 weeks ago)
- Author:
- rgrp <http://rufuspollock.org>
- Branch:
- default
- Message:
-
[css,img][m]: new 'scroll' background for site.
- small commit but big effort (all due to LF who designed the background!)
- Location:
- shakespeare/public
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r239
|
r258
|
|
| | 1 | /** |
| | 2 | * Mods to basic 'kforge' theme |
| | 3 | */ |
| | 4 | |
| | 5 | /* change background */ |
| | 6 | body { |
| | 7 | background: url('/img/background_scroll.jpg'); |
| | 8 | } |
| | 9 | |
| | 10 | /* get rid of color so background comes through */ |
| | 11 | #navigation li a, |
| | 12 | #navigation li a:link, |
| | 13 | #navigation li a:visited, |
| | 14 | .box .rtop, .box .rbottom, |
| | 15 | #footer |
| | 16 | { |
| | 17 | background-color: transparent; |
| | 18 | } |
| | 19 | |
| 1 | 20 | #top { margin-top: 0.4em; } |
| 2 | 21 | /* mess with standard ckan theme to remove second submenu for time being */ |
| … |
… |
|
| 5 | 24 | #main { margin-top: 0.5em; } |
| 6 | 25 | #primary { margin-top: 1.2em; } |
| | 26 | |
| | 27 | /** |
| | 28 | * Minor generic additions |
| | 29 | */ |
| 7 | 30 | |
| 8 | 31 | p.error { |