From 639272a0a3ad29ce08a75f5837ee0bd1227d45d1 Mon Sep 17 00:00:00 2001 From: anime Date: Mon, 22 Jan 2007 21:03:56 +0000 Subject: no message --- css/cssfreeside2.css | 86 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 79 insertions(+), 7 deletions(-) (limited to 'css/cssfreeside2.css') diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css index f30530d..3cb6459 100644 --- a/css/cssfreeside2.css +++ b/css/cssfreeside2.css @@ -174,7 +174,7 @@ ul { border-bottom: 1px solid black; border-right: 0; border-left: 0; - text-align: left; + text-align: center; background-image: ; background-repeat: repeat-y; background-position: right; @@ -284,7 +284,7 @@ h4 { color: #336666; padding: 0; margin: 5px; - margin-left: .5em; + margin-left: 1em; } b.h4 { @@ -300,7 +300,7 @@ h5 { color: #336666; padding: 0; margin: 5px; - margin-left: .5em; + margin-left: 10px; } b.h6 { @@ -377,15 +377,18 @@ body { table.tblprod { - width: 950px; + width: 900px; + height: 992px; border-width: thin thin thin thin; border-spacing: 15px; border-style: none; border-color: none gray none gray; border-collapse: collapse; - background-color: ; - margin-left: 30px; + align: center; + background-image: url(../imgs/bk/dkgrysq.gif); + background-repeat: no-repeat; + -moz-border-radius: 30px 30px 30px 30px; } table.tblprod th { border-width: 1px 1px 1px 1px; @@ -402,12 +405,81 @@ table.tblprod th { table.tblprod td { border-width: 1px 1px 1px 1px; padding: 5px 5px 5px 5px; - border-style: none solid none solid; + border-style: none ; + border-color: gray gray gray gray; + background-color: ; + +} + +table.tblprod_insd { + width: 864px; + height: 950px; + border-width: thin thin thin thin; + border-spacing: 15px; + border-style: none; + border-color: none gray none gray; + border-collapse: collapse; + + margin-top: 15px; + background-image: url(../imgs/bk/whitesq.gif); + background-repeat: no-repeat; + -moz-border-radius: 30px 30px 30px 30px; +} +table.tblprod_insd th { + border-width: 1px 1px 1px 1px; + padding: 3px 10px 10px 10px; + border-style: none none none none; + border-color: #999 gray #999 gray; + background-color: none; + -moz-border-radius: 30px 30px 30px 30px; + text-align: left bottom; + border-collapse: seperate; +} + + +table.tblprod_insd td { + border-width: 1px 1px 1px 1px; + padding: 5px 5px 5px 5px; + border-style: none; border-color: gray gray gray gray; background-color: ; } +table.tblprod_insdlist { + width: 800px; + border-width: thin thin thin thin; + border-spacing: 15px; + border-style: none; + border-color: none gray none gray; + border-collapse: collapse; + + margin-top: 10px; + + background-repeat: no-repeat; + +} +table.tblprod_insdlist th { + border-width: 1px 1px 1px 1px; + padding: 3px 10px 10px 10px; + border-style: none none none none; + border-color: #999 gray #999 gray; + background-color: none; + -moz-border-radius: 30px 30px 30px 30px; + text-align: left bottom; + border-collapse: seperate; +} + + +table.tblprod_insdlist td { + border-width: 2px 2px 2px 2px; + padding: 10px 10px 10px 10px; + border-style: none none none solid; + border-color: #fff; + background-color: ; + border-collapse: seperate; + +} table.pgtitle { width: 950px; -- cgit v1.2.1