diff options
| author | hukl <contact@smyck.org> | 2009-07-12 17:26:10 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-07-12 17:26:10 +0200 |
| commit | 990b21cce8238a0da0a260b2b3e366bf1e4a65f6 (patch) | |
| tree | b1c6783d45cd0dbf5cb1f9ebba992ef17df954ab /public/stylesheets/ccc.css | |
| parent | 983681760ce7ce0982b767374bce27ddb40737b8 (diff) | |
new header image and css - work in progress
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css new file mode 100644 index 0000000..ff0044d --- /dev/null +++ b/public/stylesheets/ccc.css | |||
| @@ -0,0 +1,63 @@ | |||
| 1 | body { | ||
| 2 | margin: 0; | ||
| 3 | padding: 0; | ||
| 4 | text-align: center; | ||
| 5 | font-family: Verdana, sans-serif; | ||
| 6 | font-size: 10pt; | ||
| 7 | } | ||
| 8 | |||
| 9 | a { | ||
| 10 | color: #000000; | ||
| 11 | } | ||
| 12 | |||
| 13 | a:visited { | ||
| 14 | color: #000000; | ||
| 15 | } | ||
| 16 | |||
| 17 | a:hover { | ||
| 18 | color: #ff9600; | ||
| 19 | } | ||
| 20 | |||
| 21 | div#wrapper { | ||
| 22 | position: relative; | ||
| 23 | width: 909px; | ||
| 24 | margin: 0 auto; | ||
| 25 | text-align: left; | ||
| 26 | } | ||
| 27 | |||
| 28 | div#header { | ||
| 29 | height: 224px; | ||
| 30 | } | ||
| 31 | |||
| 32 | div.author_and_date { | ||
| 33 | font-style: italic; | ||
| 34 | } | ||
| 35 | |||
| 36 | div#left_column { | ||
| 37 | position: absolute; | ||
| 38 | background-color: #f1f1f1; | ||
| 39 | left: 0px; | ||
| 40 | width: 177px; | ||
| 41 | height: 100px; | ||
| 42 | } | ||
| 43 | |||
| 44 | div#center_column { | ||
| 45 | position: absolute; | ||
| 46 | background-color: #ffffff; | ||
| 47 | left: 177px; | ||
| 48 | width: 528px; | ||
| 49 | padding-left: 15px; | ||
| 50 | padding-right: 15px; | ||
| 51 | } | ||
| 52 | |||
| 53 | div#center_column h2 a { | ||
| 54 | font-size: 12pt; | ||
| 55 | } | ||
| 56 | |||
| 57 | div#right_column { | ||
| 58 | position: absolute; | ||
| 59 | background-color: #f1f1f1; | ||
| 60 | left: 735px; | ||
| 61 | width: 174px; | ||
| 62 | height: 100px; | ||
| 63 | } \ No newline at end of file | ||
