Commit c2b6ef3db10ffc28e09a90a24ab803a86e8f861a
- Diff rendering mode:
- inline
- side by side
public/images/banner.png
(343 / 204)
Binary files differ
public/images/header.png
(1 / 1)
Binary files differ
public/stylesheets/style.css
(7 / 8)
|   | |||
| 1 | 1 | body{ | |
| 2 | background: #e6e6e6; | ||
| 2 | background: #7799bb; | ||
| 3 | 3 | font-family: arial; | |
| 4 | 4 | border: none; | |
| 5 | 5 | } | |
| … | … | ||
| 33 | 33 | } | |
| 34 | 34 | ||
| 35 | 35 | #content a{ | |
| 36 | color: #f86300; | ||
| 36 | color:#ffffff; | ||
| 37 | 37 | text-decoration: none; | |
| 38 | 38 | font-style: normal; | |
| 39 | font-family: monospace; | ||
| 40 | 39 | } | |
| 41 | 40 | ||
| 42 | 41 | #sidebar{ | |
| 43 | background: #f86300; | ||
| 42 | background: #aabb44; | ||
| 44 | 43 | background-repeat: repeat; | |
| 45 | 44 | width: 21%; | |
| 46 | 45 | float: right; | |
| … | … | ||
| 53 | 53 | border: none; | |
| 54 | 54 | } | |
| 55 | 55 | #sidebar a:hover{ | |
| 56 | color: #FFFFFF; | ||
| 56 | color: #7799bb; | ||
| 57 | 57 | text-decoration: none; | |
| 58 | 58 | border: none; | |
| 59 | 59 | } | |
| 60 | #menu_link { border-color:#c9532c; | ||
| 60 | #menu_link { border-color:#bbbbaa; | ||
| 61 | 61 | border-style:solid; | |
| 62 | 62 | border-width:1px; | |
| 63 | background-color:#ff9933; | ||
| 63 | background-color:#ddeecc; | ||
| 64 | 64 | width: 150px; | |
| 65 | 65 | height:23px; | |
| 66 | 66 | margin-top:5px; | |
| … | … | ||
| 72 | 72 | background: #000000; | |
| 73 | 73 | width: 100%; | |
| 74 | 74 | color: #808080; | |
| 75 | font-size:11px; | ||
| 75 | font-size:11px; | ||
| 76 | 76 | } | |
| 77 | 77 | ||
| 78 | 78 | #footer a{ |

