X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=css%2Fcssfreeside2.css;h=25bc935fff991b07ebcace074c3c035b2d34a9c1;hb=f64c0142720f9a9bf0ec20c7e766a5b429effcee;hp=79de37bd1629ec9d31bc880f793a616b5e4b064f;hpb=564547e249f1ebb0329f11175b3c3716bdb495b8;p=www.git diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css index 79de37b..25bc935 100644 --- a/css/cssfreeside2.css +++ b/css/cssfreeside2.css @@ -934,3 +934,78 @@ 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; +} + +table.comparison th { + background-color:#FFFFFF; + border-right: 1px solid #999999; + border-bottom: 1px solid #DDDDDD; + padding-top: 8px; + vertical-align: middle; +/* + border-style:none; + padding: 10px; +*/ +} + +table.comparison td { + background-color:#FFFFFF; + text-align: center; + border-top: none; + border-left: none; + border-bottom: 1px solid #DDDDDD; + border-right: 1px solid #999999; +} + +table.comparison .yes { + color: #008000; + font-size: 26px; +} + +table.comparison .smyes { + color: #004000; + font-weight: bold; +} + +table.comparison .no { + color: #800000; + font-size: 20px; +} + +table.comparison .maybe { + color: #CCCC00; + font-weight: bold; +}