summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-07-12 17:26:10 +0200
committerhukl <contact@smyck.org>2009-07-12 17:26:10 +0200
commit990b21cce8238a0da0a260b2b3e366bf1e4a65f6 (patch)
treeb1c6783d45cd0dbf5cb1f9ebba992ef17df954ab
parent983681760ce7ce0982b767374bce27ddb40737b8 (diff)
new header image and css - work in progress
-rw-r--r--public/images/header.jpgbin0 -> 66929 bytes
-rw-r--r--public/stylesheets/ccc.css63
2 files changed, 63 insertions, 0 deletions
diff --git a/public/images/header.jpg b/public/images/header.jpg
new file mode 100644
index 0000000..591ce76
--- /dev/null
+++ b/public/images/header.jpg
Binary files differ
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 @@
1body {
2 margin: 0;
3 padding: 0;
4 text-align: center;
5 font-family: Verdana, sans-serif;
6 font-size: 10pt;
7}
8
9a {
10 color: #000000;
11}
12
13a:visited {
14 color: #000000;
15}
16
17a:hover {
18 color: #ff9600;
19}
20
21div#wrapper {
22 position: relative;
23 width: 909px;
24 margin: 0 auto;
25 text-align: left;
26}
27
28div#header {
29 height: 224px;
30}
31
32div.author_and_date {
33 font-style: italic;
34}
35
36div#left_column {
37 position: absolute;
38 background-color: #f1f1f1;
39 left: 0px;
40 width: 177px;
41 height: 100px;
42}
43
44div#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
53div#center_column h2 a {
54 font-size: 12pt;
55}
56
57div#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