diff options
| author | evelyn <evelyn@eyelyn.local> | 2009-11-08 20:57:31 +0100 |
|---|---|---|
| committer | evelyn <evelyn@eyelyn.local> | 2009-11-08 20:57:31 +0100 |
| commit | 26fa33a54a32532732375b2475104da7959bdd49 (patch) | |
| tree | 8646390f10ed83e25ff99cc945f206ea410c7640 /public | |
| parent | 69ba58f34dae66d8bb2ccbb7e64f5537a532f06c (diff) | |
background color white
menu color, size, uppercase
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index d2b52be..6d4b55b 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | body { | 1 | body { |
| 2 | background-color: #FFFFFF; | ||
| 2 | margin: 0; | 3 | margin: 0; |
| 3 | padding: 0; | 4 | padding: 0; |
| 4 | text-align: center; | 5 | text-align: center; |
| @@ -48,6 +49,7 @@ div#header img { | |||
| 48 | div.main_navigation ul { | 49 | div.main_navigation ul { |
| 49 | margin-left: 0; | 50 | margin-left: 0; |
| 50 | padding-left: 0; | 51 | padding-left: 0; |
| 52 | line-height: 18px; | ||
| 51 | } | 53 | } |
| 52 | 54 | ||
| 53 | div.main_navigation li { | 55 | div.main_navigation li { |
| @@ -64,16 +66,16 @@ div.main_navigation a:hover { | |||
| 64 | } | 66 | } |
| 65 | 67 | ||
| 66 | div.main_navigation a.active { | 68 | div.main_navigation a.active { |
| 67 | color: #535353; | 69 | color: #000000; |
| 68 | text-decoration: underline; | 70 | text-decoration: none; |
| 69 | text-transform: lowercase; | 71 | text-transform: uppercase; |
| 70 | font-size: 14px; | 72 | font-size: 14px; |
| 71 | } | 73 | } |
| 72 | 74 | ||
| 73 | div.main_navigation a.inactive { | 75 | div.main_navigation a.inactive { |
| 74 | color: #535353; | 76 | color: #CCCCCC; |
| 75 | text-transform: lowercase; | 77 | text-transform: lowercase; |
| 76 | font-size: 14px; | 78 | font-size: 13px; |
| 77 | } | 79 | } |
| 78 | 80 | ||
| 79 | div#frontpage_calendar { | 81 | div#frontpage_calendar { |
