diff options
| author | hukl <contact@smyck.org> | 2009-07-19 12:26:42 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-07-19 12:26:42 +0200 |
| commit | 03e985f546634b9bfc3053e965477d555c6663a8 (patch) | |
| tree | ef622a72a49a676bc7e89254a073b0ad53e76d90 /public | |
| parent | 144b18c5db61c53028177680295f3fc9d4e8711d (diff) | |
intermediate commit introducing main menu and calendar widget which will get refactored soon. need another feature first
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index bacdbd6..9cd064f 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -29,6 +29,11 @@ div#header { | |||
| 29 | height: 224px; | 29 | height: 224px; |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | div#main_navigation ul { | ||
| 33 | margin-left: 0; | ||
| 34 | padding-left: 0; | ||
| 35 | } | ||
| 36 | |||
| 32 | div#main_navigation li { | 37 | div#main_navigation li { |
| 33 | list-style-type: none; | 38 | list-style-type: none; |
| 34 | } | 39 | } |
| @@ -48,6 +53,17 @@ div#main_navigation a.active { | |||
| 48 | font-size: 22px; | 53 | font-size: 22px; |
| 49 | } | 54 | } |
| 50 | 55 | ||
| 56 | div#frontpage_calendar { | ||
| 57 | } | ||
| 58 | |||
| 59 | div#frontpage_calendar h2 { | ||
| 60 | border-top: 2px solid #000000; | ||
| 61 | border-bottom: 2px dashed #000000; | ||
| 62 | font-size: 18px; | ||
| 63 | padding-top: 2px; | ||
| 64 | padding-bottom: 2px; | ||
| 65 | } | ||
| 66 | |||
| 51 | div.author_and_date { | 67 | div.author_and_date { |
| 52 | font-style: italic; | 68 | font-style: italic; |
| 53 | } | 69 | } |
| @@ -58,10 +74,13 @@ div#left_column { | |||
| 58 | background-position: top right; | 74 | background-position: top right; |
| 59 | background-repeat: no-repeat; | 75 | background-repeat: no-repeat; |
| 60 | left: 0px; | 76 | left: 0px; |
| 61 | width: 185px; | 77 | width: 145px; |
| 62 | min-height: 100px; | 78 | min-height: 100px; |
| 79 | text-align: right; | ||
| 80 | padding-right: 40px; | ||
| 63 | } | 81 | } |
| 64 | 82 | ||
| 83 | |||
| 65 | div#center_column { | 84 | div#center_column { |
| 66 | position: absolute; | 85 | position: absolute; |
| 67 | background-color: #ffffff; | 86 | background-color: #ffffff; |
