diff options
| author | hukl <hukl@eyelyn.local> | 2009-11-10 22:47:16 +0100 |
|---|---|---|
| committer | hukl <hukl@eyelyn.local> | 2009-11-10 22:47:16 +0100 |
| commit | a150d9893e85d8f0e026b926768986f744f16eee (patch) | |
| tree | 06849734b6e4762ef687290ea5ad7e8e8860b9d8 | |
| parent | 2c9a87cb04556e0ed4deaa2e17869dfb1ef8f2c9 (diff) | |
link fixes
| -rw-r--r-- | public/stylesheets/ccc.css | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index c1e5d57..148fced 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -10,22 +10,22 @@ body { | |||
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | h2 { | 12 | h2 { |
| 13 | font-size: 16px; | 13 | font-size: 15px; |
| 14 | line-height: 22px; | 14 | line-height: 22px; |
| 15 | font-family: Helvetica; | 15 | font-family: Helvetica; |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | a { | 18 | a { |
| 19 | color: #F8921E; | 19 | color: #535353; |
| 20 | text-decoration: none; | 20 | text-decoration: underline; |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | a:visited { | 23 | a:visited { |
| 24 | color: #000000; | 24 | color: #535353; |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | a:hover { | 27 | a:hover { |
| 28 | color: #ff9600; | 28 | color: #535353; |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | pre { | 31 | pre { |
| @@ -47,6 +47,8 @@ div#header img { | |||
| 47 | border: none; | 47 | border: none; |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | /*------------------main-navigation-------------------*/ | ||
| 51 | |||
| 50 | div.main_navigation ul { | 52 | div.main_navigation ul { |
| 51 | margin-left: 0; | 53 | margin-left: 0; |
| 52 | padding-left: 0; | 54 | padding-left: 0; |
| @@ -62,8 +64,8 @@ div.main_navigation a { | |||
| 62 | font-size: 14px; | 64 | font-size: 14px; |
| 63 | } | 65 | } |
| 64 | 66 | ||
| 65 | div.main_navigation a:hover { | 67 | div.main_navigation a.inactive:hover { |
| 66 | color: #535353; | 68 | color: #F8921E; |
| 67 | } | 69 | } |
| 68 | 70 | ||
| 69 | div.main_navigation a.active { | 71 | div.main_navigation a.active { |
| @@ -79,11 +81,14 @@ div.main_navigation a.inactive { | |||
| 79 | font-size: 13px; | 81 | font-size: 13px; |
| 80 | } | 82 | } |
| 81 | 83 | ||
| 84 | /*------------------calendar-featured-tags-------------------*/ | ||
| 85 | |||
| 82 | div#frontpage_calendar { | 86 | div#frontpage_calendar { |
| 83 | margin-top: 30px; | 87 | margin-top: 30px; |
| 84 | } | 88 | } |
| 85 | 89 | ||
| 86 | div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { | 90 | div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { |
| 91 | color: #CCCCCC; | ||
| 87 | border-top: 2px solid #CCCCCC; | 92 | border-top: 2px solid #CCCCCC; |
| 88 | border-bottom: 2px solid #CCCCCC; | 93 | border-bottom: 2px solid #CCCCCC; |
| 89 | font-size: 16px; | 94 | font-size: 16px; |
| @@ -116,6 +121,7 @@ div#featured_articles li a:hover { | |||
| 116 | color: #ff9600; | 121 | color: #ff9600; |
| 117 | } | 122 | } |
| 118 | 123 | ||
| 124 | /*--------------------------------------------------------------*/ | ||
| 119 | 125 | ||
| 120 | div.author_and_date { | 126 | div.author_and_date { |
| 121 | font-style: italic; | 127 | font-style: italic; |
| @@ -151,6 +157,10 @@ div#center_column h2 a { | |||
| 151 | color: #535353; | 157 | color: #535353; |
| 152 | } | 158 | } |
| 153 | 159 | ||
| 160 | div#center_column h2 a:hover { | ||
| 161 | color: #8e8e8e; | ||
| 162 | } | ||
| 163 | |||
| 154 | div#center_column h2.headline { | 164 | div#center_column h2.headline { |
| 155 | margin-top: 8px; | 165 | margin-top: 8px; |
| 156 | border-bottom: 2px solid #cccccc; | 166 | border-bottom: 2px solid #cccccc; |
| @@ -161,7 +171,7 @@ div#right_column { | |||
| 161 | background-color: #ffffff; | 171 | background-color: #ffffff; |
| 162 | padding-left: 70px; | 172 | padding-left: 70px; |
| 163 | left: 675px; | 173 | left: 675px; |
| 164 | width: 145px; | 174 | width: 155px; |
| 165 | height: 100px; | 175 | height: 100px; |
| 166 | } | 176 | } |
| 167 | 177 | ||
