westdc-zf1/htdocs/css/about.css

85 lines
2.1 KiB
CSS
Raw Normal View History

2012-03-22 11:44:06 +00:00
#sidebar{float:left;margin:0;padding:0;width:160px;_margin-right:-3px;float:left;border-right:2px solid #ddd;background:#ddd;border-radius:5px;overflow:hidden;}
#sidebar li{margin:5px 0 5px 30px;}
#sidebar li.title{margin:0;padding:5px 40px;background-color:#ECA965;}
#leftnavi li{margin:5px 0 5px 20px;font-size:9pt;border:1px #93bee2 solid;background-color:#e8f4ff;width:100px;height:22px;padding:0 10px 0 10px;}
#content{margin-left:160px;}
#content p{text-indent: 20px;}
2012-03-27 13:03:38 +00:00
#content ul li{list-style:disc;margin-left:50px;}
2009-03-06 03:20:46 +00:00
.logo{float:right;margin-left:10px;margin-bottom:15px;text-align:center;}
.preface
{
margin-left: 20px;
margin-right: 150px;
margin-top:10px;
padding: 5px;
border: 1px solid gray;
}
2012-03-22 11:44:06 +00:00
2009-03-06 03:20:46 +00:00
h2 a, h2 a:visited{padding-right:20px;color:#808080;background-image:url(../images/extlink.gif);
background-repeat:no-repeat; background-position:right center;}
2012-03-27 13:03:38 +00:00
h3{font-size:130%;line-height: 30px;margin:0 0 5px 5px;font-weight:bold;}
2009-03-06 03:20:46 +00:00
.center
{
font-size: 12px;
font-weight: bold;
margin-bottom: 20px;
2012-03-22 11:44:06 +00:00
}
#contactUs,h2
{
font-size: 150%;
padding-left: 60px;
background: url(../images/right_03.gif) no-repeat bottom left;
line-height: 35px;
margin:0 0 20px 10px;
}
#contactUs{margin-left:180px;}
.note
{
color:Navy;
padding-bottom:5px;
margin-bottom:0px;
}
.title{
font-weight: bold;
padding: 0px 10px 0px;
font-size: 105%;
}
#online{
float:left;
width:450px;
}
#offline{
float:left;
background:#eee;
margin:10px;
padding:5px;
width:300px;
}
dd {float:left;padding-top:5px;margin-left:5px;}
dt {clear:both;float:left;width:150px;padding-top:5px;}
label {
display: block;
vertical-align: bottom;
float:left;
}
label.required { background:url(/images/req-asterisk.gif) right no-repeat; padding-right:26px; }
#message{
width:400px;padding-top:10px;
border:1px dotted;
color:red;
}
input,select,textarea,button {
font:1em Tahoma;
color:#444444;
width:80%;
border-width: 1px;
border-style: solid;
border-color: #444;
}
#submitbutton{width:100px;}
ul{list-style-type: none;}