X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=css%2Fcssfreeside2.css;h=bf7e3ee0ac97447dc2f60e7292ffa6fa17d98636;hb=0ea4b54c165600a01642810ebe6f9349f0740c49;hp=df788264220702fe455db9197550ec8717e0b6bc;hpb=5b2fa487151a619d7baeb3c24d568813388139ad;p=www.git diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css index df78826..bf7e3ee 100644 --- a/css/cssfreeside2.css +++ b/css/cssfreeside2.css @@ -1,6 +1,3 @@ -/* CSS Document */ - - #header1 { clear: both; margin: 0; @@ -12,7 +9,6 @@ text-align: left; } - } #cornernav { margin: 5px; @@ -55,6 +51,33 @@ text-align: right; } +#header_extra { + clear: both; + margin: 0; + padding-top: .25em; + padding-bottom: .5em; + /* background: #959494; */ + background: #F08B08; + border-bottom: 1px solid black; + /*border-top: 1px solid black;*/ + border-right: 0; + border-left: 0; + text-align: center; +/* font-size: 24px; */ + + font: Verdana, Arial, sans-serif; + font-weight: bold; + font-size: 20px; + + } + +#header_extra a:link { + + font: Verdana, Arial, sans-serif; + font-weight: bold; + font-size: 20px; + + } #nav { color: #000000; @@ -123,7 +146,6 @@ td { line-height: 1.3em; -letter-spacing: 0.02em; word-spacing: 1px; } @@ -143,8 +165,10 @@ ul.indented { padding: 0; padding-left: 2em; padding-right: 10px; - margin: 10px; + /* margin: 10px; */ margin-left: 1.8em; + margin-top: 0px; + padding-top: 0px; } ol { @@ -245,7 +269,6 @@ a:link, a:visited { color: #800080; text-decoration: underline; font-weight: normal; - letter-spacing: 1px; word-spacing: normal; } @@ -369,14 +392,12 @@ p { margin: 0; margin-left: 20px; margin-right: 10px; - letter-spacing: 0.02em; word-spacing: 1px; } b { color: #000000; - letter-spacing: 0.02em; word-spacing: 1px; } @@ -913,3 +934,37 @@ table.selfserv td { padding: 2px; } +table.support-plans { + padding-left: 32px; +} + +table.support-plans th { + background-color:#FFFFFF; + border-style:none; + text-align: center; + padding: 10px; +} + +table.support-plans td { + background-color:#FFFFFF; + text-align: center; + border-top: none; + border-left: none; + border-right: none; + border-bottom: 1px solid #CCCCCC; +} + +table.support-plans .yes { + color: #008000; + font-size: 26px; +} + +table.support-plans .smyes { + color: #004000; + font-weight: bold; +} + +table.support-plans .no { + color: #800000; + font-size: 20px; +}