about summary refs log tree commit diff
path: root/other/website/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'other/website/default.css')
-rw-r--r--other/website/default.css110
1 files changed, 0 insertions, 110 deletions
diff --git a/other/website/default.css b/other/website/default.css
deleted file mode 100644
index b7ae1af9..00000000
--- a/other/website/default.css
+++ /dev/null
@@ -1,110 +0,0 @@
-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;
-}
-
-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;
-}