about summary refs log tree commit diff
path: root/other/website/default.css
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-05 13:25:08 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-05 13:25:08 +0000
commitb3499c7f7dd5cfbe783262ce5b3ca44b29666e15 (patch)
treeb24b8ca907015b56997701e66d39e95b00274f54 /other/website/default.css
parent7db0781ff8a796eb35b256c0f1faa008168bbc73 (diff)
downloadzcatch-b3499c7f7dd5cfbe783262ce5b3ca44b29666e15.tar.gz
zcatch-b3499c7f7dd5cfbe783262ce5b3ca44b29666e15.zip
new rewritten page
Diffstat (limited to 'other/website/default.css')
-rw-r--r--other/website/default.css158
1 files changed, 102 insertions, 56 deletions
diff --git a/other/website/default.css b/other/website/default.css
index c27f1a06..b7ae1af9 100644
--- a/other/website/default.css
+++ b/other/website/default.css
@@ -1,64 +1,110 @@
-body {

-	margin-top: 0px;

-	background-image: url();

-	background-repeat: repeat;

-	background-color: #82CDFF;

-	margin-left: 0px;

-	margin-right: 0px;

-	margin-bottom: 0px;

-}

-.brod {

-	color: #666666;

-	font-size: 12px;

-	font-family: Verdana, Arial, Helvetica, sans-serif;

-	line-height: 20px;

-}

-.style6 {

-	font-size: 18px;

-	font-family: Verdana, Arial, Helvetica, sans-serif;

-	color: #627E27;

-	font-weight: bold;

-}

-.style9 {

-	font-size: 18px;

-	font-family: Arial, Helvetica, sans-serif;

-	color: #627E27;

-	font-weight: bold;

-}

-a:link {

-	color: #333333;

-}

-a:visited {

-	color: #333333;

-}

-a:hover {

-	color: #333333;

-}

-a:active {

-	color: #333333;

-}

-.style11 {

-	color: #999999;

-	font-size: 12px;

-	font-family: Verdana, Arial, Helvetica, sans-serif;

-}

-.style16 {
+body {
+	margin-top: 0px;
+	background-image: url(gfx/sun_bg.png);
+	background-repeat: no-repeat;
+	background-color: #82CDFF;
+	margin-left: 0px;
+	margin-right: 0px;
+	margin-bottom: 0px;
+
 	color: #666666;
 	font-size: 12px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	line-height: 20px;
-	font-style: italic;
 }
-

-.style19 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
+
+div#outer
+{
+	margin-left: auto;
+	margin-right: auto;
+	width: 820px;
+}
+
+.page_header {
+	margin-top: 0px;
+	background-image: url(gfx/top_logo_sun.png);
+	background-repeat: no-repeat;
+	padding-left: 370px;
+	margin-left: 0px;
+	margin-right: 0px;
+	margin-bottom: 0px;
+}
+
+.page_body_top {
+	background: url(gfx/main_bg_sun_top.png) no-repeat top left;
+	height: 40px;
+}
+
+.page_body {
+	background: url(gfx/main_bg_sun.png) repeat-y top left;
+	height: auto;
+	padding-top: 40px;
+	padding-left: 70px;
+	padding-right: 70px;
+	padding-bottom: 40px;
+}
+
+
+.page_image {
+	margin-left: 30px;
+	float: right;
+}
+
+.topic {
+	font-size: 18px;
 	color: #627E27;
+	font-weight: bold;
+}
+
+
+.subtopic {
 	font-size: 14px;
+	color: #627E27;
+}
+
+.normal {
+	font-size: 12px;
+}
+
+.date {
+	color: #666666;
+	font-size: 12px;
+	line-height: 20px;
+	font-style: italic;
+	font-weight: normal;
+}
+
+
+.sign {
+	color: #666666;
+	font-size: 12px;
+	line-height: 20px;
+	font-style: italic;
+	text-align: right;
+}
+
+
+a:link {
+	color: #333333;
+}
+a:visited {
+	color: #333333;
+}
+a:hover {
+	color: #333333;
+}
+a:active {
+	color: #333333;
+}
+
+a:link img {
+	border: none;
+}
+
+a:visited img {
+	border: none;
+}
+
+a:hover img {
+	border: none;
 }
-

-.style20 {

-	font-family: Verdana, Arial, Helvetica, sans-serif;

-	color: #000000;

-	font-size: 14px;

-	font-weight: bold;

-}
\ No newline at end of file