diff options
Diffstat (limited to 'other/website/new_default.css')
| -rw-r--r-- | other/website/new_default.css | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/other/website/new_default.css b/other/website/new_default.css deleted file mode 100644 index a2f338d3..00000000 --- a/other/website/new_default.css +++ /dev/null @@ -1,89 +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; -} - -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; -} - -p { - line-height: 20px; -} - -.topic { - font-size: 18px; - color: #627E27; - font-weight: bold; -} - - -.date { - color: #666666; - font-size: 12px; - line-height: 20px; - font-style: italic; -} - - -.sign { - color: #666666; - font-size: 12px; - line-height: 20px; - font-style: italic; - text-align: right; -} - -a:link img { - border: none; -} - -a:visited img { - border: none; -} - -a:hover img { - border: none; -} |