diff options
| author | hukl <contact@smyck.org> | 2009-10-19 19:34:49 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-19 19:34:49 +0200 |
| commit | 191eb515543f7a408a4fb3e3d585d2cd031fb880 (patch) | |
| tree | f3fbb7baf8514eca3b7f9c4b17e07844a8e67b96 /public/stylesheets/ccc.css | |
| parent | b17fc81bbbbbedb346795935d12c6e163257fa55 (diff) | |
first set of css updates
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 44 |
1 files changed, 40 insertions, 4 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 9c6688e..a77a68d 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -3,7 +3,15 @@ body { | |||
| 3 | padding: 0; | 3 | padding: 0; |
| 4 | text-align: center; | 4 | text-align: center; |
| 5 | font-family: Verdana, sans-serif; | 5 | font-family: Verdana, sans-serif; |
| 6 | font-size: 9pt; | 6 | font-size: 11px; |
| 7 | line-height: 16px; | ||
| 8 | color: #535353; | ||
| 9 | } | ||
| 10 | |||
| 11 | h2 { | ||
| 12 | font-size: 16px; | ||
| 13 | line-height: 22px; | ||
| 14 | font-family: Helvetica; | ||
| 7 | } | 15 | } |
| 8 | 16 | ||
| 9 | a { | 17 | a { |
| @@ -54,14 +62,21 @@ div#main_navigation a:hover { | |||
| 54 | 62 | ||
| 55 | div#main_navigation a.active { | 63 | div#main_navigation a.active { |
| 56 | color: #535353; | 64 | color: #535353; |
| 65 | text-transform: uppercase; | ||
| 66 | } | ||
| 67 | |||
| 68 | div#main_navigation a.inactive { | ||
| 69 | color: #535353; | ||
| 70 | text-transform: lowercase; | ||
| 71 | font-size: 14px; | ||
| 57 | } | 72 | } |
| 58 | 73 | ||
| 59 | div#frontpage_calendar { | 74 | div#frontpage_calendar { |
| 60 | } | 75 | } |
| 61 | 76 | ||
| 62 | div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { | 77 | div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { |
| 63 | border-top: 2px solid #000000; | 78 | border-top: 2px solid #CCCCCC; |
| 64 | border-bottom: 2px dashed #000000; | 79 | border-bottom: 2px solid #CCCCCC; |
| 65 | font-size: 16px; | 80 | font-size: 16px; |
| 66 | padding-top: 2px; | 81 | padding-top: 2px; |
| 67 | padding-bottom: 2px; | 82 | padding-bottom: 2px; |
| @@ -69,11 +84,15 @@ div#frontpage_calendar h2, div#tags h2, div#featured_articles h2 { | |||
| 69 | 84 | ||
| 70 | div#frontpage_calendar ul, div#tags ul, div#featured_articles ul { | 85 | div#frontpage_calendar ul, div#tags ul, div#featured_articles ul { |
| 71 | padding: 0px; | 86 | padding: 0px; |
| 87 | font-size: 11px; | ||
| 88 | } | ||
| 89 | |||
| 90 | div#frontpage_calendar li { | ||
| 91 | margin-bottom: 20px; | ||
| 72 | } | 92 | } |
| 73 | 93 | ||
| 74 | div#frontpage_calendar li, div#tags li, div#featured_articles li { | 94 | div#frontpage_calendar li, div#tags li, div#featured_articles li { |
| 75 | list-style-type: none; | 95 | list-style-type: none; |
| 76 | margin-bottom: 20px; | ||
| 77 | } | 96 | } |
| 78 | 97 | ||
| 79 | div#frontpage_calendar li a, div#tags li a, div#featured_articles li a { | 98 | div#frontpage_calendar li a, div#tags li a, div#featured_articles li a { |
| @@ -91,6 +110,8 @@ div#featured_articles li a:hover { | |||
| 91 | 110 | ||
| 92 | div.author_and_date { | 111 | div.author_and_date { |
| 93 | font-style: italic; | 112 | font-style: italic; |
| 113 | padding-left: 15px; | ||
| 114 | font-family: Georgia; | ||
| 94 | } | 115 | } |
| 95 | 116 | ||
| 96 | div#left_column { | 117 | div#left_column { |
| @@ -118,6 +139,11 @@ div#center_column { | |||
| 118 | 139 | ||
| 119 | div#center_column h2 a { | 140 | div#center_column h2 a { |
| 120 | font-size: 12pt; | 141 | font-size: 12pt; |
| 142 | color: #535353; | ||
| 143 | } | ||
| 144 | |||
| 145 | div#center_column h2.headline { | ||
| 146 | border-bottom: 2px solid #cccccc; | ||
| 121 | } | 147 | } |
| 122 | 148 | ||
| 123 | div#right_column { | 149 | div#right_column { |
| @@ -136,6 +162,10 @@ div.teaser_ruler { | |||
| 136 | margin-top: 30px; | 162 | margin-top: 30px; |
| 137 | } | 163 | } |
| 138 | 164 | ||
| 165 | div.article_partial { | ||
| 166 | margin-bottom: 30px; | ||
| 167 | } | ||
| 168 | |||
| 139 | div.article_partial h2 a { | 169 | div.article_partial h2 a { |
| 140 | text-decoration: none; | 170 | text-decoration: none; |
| 141 | } | 171 | } |
| @@ -144,6 +174,12 @@ div.article_partial p.excerpt { | |||
| 144 | color: #404040; | 174 | color: #404040; |
| 145 | } | 175 | } |
| 146 | 176 | ||
| 177 | div#center_column div.body, | ||
| 178 | div#center_column div.abstract { | ||
| 179 | font-size: 11px; | ||
| 180 | line-height: 16px; | ||
| 181 | } | ||
| 182 | |||
| 147 | div#search { | 183 | div#search { |
| 148 | position: absolute; | 184 | position: absolute; |
| 149 | top: 145px; | 185 | top: 145px; |
