diff options
| -rw-r--r-- | public/stylesheets/ccc.css | 80 |
1 files changed, 48 insertions, 32 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 39f063a..0657876 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -10,12 +10,27 @@ body { | |||
| 10 | color: #535353; | 10 | color: #535353; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | h2 { | 13 | div#header { |
| 14 | font-size: 15px; | 14 | height: 224px; |
| 15 | line-height: 22px; | 15 | } |
| 16 | font-family: Helvetica; | 16 | |
| 17 | div#header img { | ||
| 18 | border: none; | ||
| 17 | } | 19 | } |
| 18 | 20 | ||
| 21 | div#wrapper { | ||
| 22 | position: relative; | ||
| 23 | width: 909px; | ||
| 24 | margin-left: 90px; | ||
| 25 | text-align: left; | ||
| 26 | } | ||
| 27 | |||
| 28 | pre { | ||
| 29 | overflow: auto; | ||
| 30 | } | ||
| 31 | |||
| 32 | /*------------------links-------------------*/ | ||
| 33 | |||
| 19 | a { | 34 | a { |
| 20 | color: #535353; | 35 | color: #535353; |
| 21 | text-decoration: underline; | 36 | text-decoration: underline; |
| @@ -29,23 +44,41 @@ a:hover { | |||
| 29 | color: #F8921E; | 44 | color: #F8921E; |
| 30 | } | 45 | } |
| 31 | 46 | ||
| 32 | pre { | 47 | /*------------------headlines-------------------*/ |
| 33 | overflow: auto; | 48 | |
| 49 | h2 { | ||
| 50 | font-size: 15px; | ||
| 51 | line-height: 20px; | ||
| 52 | font-family: Helvetica; | ||
| 34 | } | 53 | } |
| 35 | 54 | ||
| 36 | div#wrapper { | 55 | div#center_column h2 a { |
| 37 | position: relative; | 56 | color: #535353; |
| 38 | width: 909px; | 57 | text-decoration: none; |
| 39 | margin-left: 90px; | ||
| 40 | text-align: left; | ||
| 41 | } | 58 | } |
| 42 | 59 | ||
| 43 | div#header { | 60 | div#center_column h2 a:hover { |
| 44 | height: 224px; | 61 | color: #8e8e8e; |
| 45 | } | 62 | } |
| 46 | 63 | ||
| 47 | div#header img { | 64 | div#center_column h2.headline { |
| 48 | border: none; | 65 | margin-top: 10px; |
| 66 | border-bottom: 2px solid #cccccc; | ||
| 67 | } | ||
| 68 | |||
| 69 | div.article_partial h2 a { | ||
| 70 | text-decoration: none; | ||
| 71 | } | ||
| 72 | |||
| 73 | h3 { | ||
| 74 | font-size: 13px; | ||
| 75 | text-decoration: none; | ||
| 76 | |||
| 77 | } | ||
| 78 | |||
| 79 | h4 { | ||
| 80 | font-size: 11px; | ||
| 81 | text-decoration: bold; | ||
| 49 | } | 82 | } |
| 50 | 83 | ||
| 51 | /*------------------main-navigation-------------------*/ | 84 | /*------------------main-navigation-------------------*/ |
| @@ -153,20 +186,6 @@ div#center_column { | |||
| 153 | padding-bottom: 40px; | 186 | padding-bottom: 40px; |
| 154 | } | 187 | } |
| 155 | 188 | ||
| 156 | div#center_column h2 a { | ||
| 157 | font-size: 12pt; | ||
| 158 | color: #535353; | ||
| 159 | } | ||
| 160 | |||
| 161 | div#center_column h2 a:hover { | ||
| 162 | color: #8e8e8e; | ||
| 163 | } | ||
| 164 | |||
| 165 | div#center_column h2.headline { | ||
| 166 | margin-top: 8px; | ||
| 167 | border-bottom: 2px solid #cccccc; | ||
| 168 | } | ||
| 169 | |||
| 170 | div#right_column { | 189 | div#right_column { |
| 171 | position: absolute; | 190 | position: absolute; |
| 172 | background-color: #ffffff; | 191 | background-color: #ffffff; |
| @@ -187,9 +206,6 @@ div.article_partial { | |||
| 187 | margin-bottom: 30px; | 206 | margin-bottom: 30px; |
| 188 | } | 207 | } |
| 189 | 208 | ||
| 190 | div.article_partial h2 a { | ||
| 191 | text-decoration: none; | ||
| 192 | } | ||
| 193 | 209 | ||
| 194 | div.article_partial p.excerpt { | 210 | div.article_partial p.excerpt { |
| 195 | color: #404040; | 211 | color: #404040; |
