diff options
| author | evelyn <evelyn@eyelyn.local> | 2009-11-08 21:55:40 +0100 |
|---|---|---|
| committer | evelyn <evelyn@eyelyn.local> | 2009-11-08 21:55:40 +0100 |
| commit | 3fabf2b3447fd437904c679d68a6868c8ff8f4f9 (patch) | |
| tree | 71cad5de61e81c1f44adb0c701bae1f6b714120c | |
| parent | 37deabafd64d2f8c8c6edceeca5da62ce4c38738 (diff) | |
link color
calendar margin-top
| -rw-r--r-- | public/stylesheets/ccc.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 6d4b55b..c1e5d57 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -3,7 +3,7 @@ body { | |||
| 3 | margin: 0; | 3 | margin: 0; |
| 4 | padding: 0; | 4 | padding: 0; |
| 5 | text-align: center; | 5 | text-align: center; |
| 6 | font-family: Verdana, sans-serif; | 6 | font-family: Verdana, Helvetica, Arial, sans-serif; |
| 7 | font-size: 11px; | 7 | font-size: 11px; |
| 8 | line-height: 16px; | 8 | line-height: 16px; |
| 9 | color: #535353; | 9 | color: #535353; |
| @@ -16,7 +16,8 @@ h2 { | |||
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | a { | 18 | a { |
| 19 | color: #000000; | 19 | color: #F8921E; |
| 20 | text-decoration: none; | ||
| 20 | } | 21 | } |
| 21 | 22 | ||
| 22 | a:visited { | 23 | a:visited { |
| @@ -68,8 +69,8 @@ div.main_navigation a:hover { | |||
| 68 | div.main_navigation a.active { | 69 | div.main_navigation a.active { |
| 69 | color: #000000; | 70 | color: #000000; |
| 70 | text-decoration: none; | 71 | text-decoration: none; |
| 71 | text-transform: uppercase; | 72 | text-transform: lowercase; |
| 72 | font-size: 14px; | 73 | font-size: 13px; |
| 73 | } | 74 | } |
| 74 | 75 | ||
| 75 | div.main_navigation a.inactive { | 76 | div.main_navigation a.inactive { |
| @@ -79,6 +80,7 @@ div.main_navigation a.inactive { | |||
| 79 | } | 80 | } |
| 80 | 81 | ||
| 81 | div#frontpage_calendar { | 82 | div#frontpage_calendar { |
| 83 | margin-top: 30px; | ||
| 82 | } | 84 | } |
| 83 | 85 | ||
| 84 | div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { | 86 | div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { |
