?
Current Path : /home1/savoy/public_html/savoyglobal.net/sibs_draft/assets/css/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/sibs_draft/assets/css/template.css |
/* Document : template Created on : 10 Jun, 2010, 4:52:46 PM Author : iserver Description: Purpose of the stylesheet follows. */ /* TODO customize this sample style Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */ root { display: block; } .curved { -moz-border-radius:10px; -webkit-border-radius:10px; behavior:url(border-radius.htc); width:800px; border: #0099FF solid 1px; background-color: #FFFFFF; } .header { -moz-border-radius:20px; -webkit-border-radius:20px; behavior:url(border-radius.htc); margin-top:15px; width:775px; height:125px; background-image:url(../images/header.jpg); background-repeat: no-repeat; background-position: center; background-color: #FFFFFF; border: #0099FF solid 1px; } .content { -moz-border-radius:20px; -webkit-border-radius:20px; behavior:url(border-radius.htc); margin-top:15px; margin-bottom:15px; width:775px; border: #0099FF solid 1px; } .content-full { -moz-border-radius:20px; -webkit-border-radius:20px; behavior:url(border-radius.htc); margin-top:15px; width:710px; margin-bottom:15px; border: #CCCCCC solid 1px; background-color: #FFFFFF; vertical-align:middle; overflow:auto; } .content-header { width:710px; height:60; } .left { width:320px; min-height: 20px; float:left; border-right:#ccc solid 1px; border-bottom:#F7F7F7 solid 0px; text-align: left; padding-left: 20px; } .right { width:320px; min-height: 20px; float:left; border-bottom:#F7F7F7 solid 0px; text-align: left; padding-left: 20px; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; }