您的位置:首页 > Web前端 > CSS

我的Blog的CSS设置…

2004-07-29 09:48 399 查看
body {
font-size : .9em;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
margin : 0px;
}
a:visited,
a:active,
a:link {
color: Navy;
text-decoration : none;
}
a:hover {
border:1px solid #008000; color:#008000; background-color:#D5EAD5
}
h1 {
margin : 0px;
font-size : 1.5em;
}
h1 a:visited,
h1 a:active,
h1 a:link {
color : #000;
}
h1 a:hover {
color : #008000;
text-decoration : none
}
h2 {
margin-top : 10px;
font-size : 1em;
}
h3 {
font-size : 1.2em;
}
h5 {
margin: 0px;
padding: 0px;
}
p {
margin: 10px 0px;
}
div.News
{
font-size: 8pt;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 5px;
padding-left: 10px;
}
.HeaderTitles
{
font-familyXXX: "Trebuchet MS";
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
width: 100%;
}
.HeaderTitles a:visited,
.HeaderTitles a:active,
.HeaderTitles a:link,
.HeaderTitles a:hover
{
color: White;
text-decoration : none;
font-size: .75em;
font-weight: normal;
}

.HeaderBar a:visited,
.HeaderBar a:active,
.HeaderBar a:link
{
color: WhiteSmoke;
text-decoration: none;
font-weight: normal;
}

.BlogStatsBar
{
text-align:right;
font-weight: normal;
font-size: 10pt;
color: #C0C0C0;
border-collapse:collapse
}
p.date img {
vertical-align : middle;
}
p.date {
font-size : 0.9em;
font-weight : bold;
margin-bottom : 0px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 4px;
text-align: right;
}
blockquote {
color:#008000; font-weight:bold
}
div.postTitle a:visited,
div.postTitle a:active,
div.postTitle a:link
{
color: #008000;
text-decoration : none
}
div.post
{
border:1px solid #008000; color:#008000
}
div.postTitle
{
padding-left: 3px;
font-weight: bold;
font-size: 10pt;
padding-bottom: 3px;
padding-top: 3px;
border-bottom: 1px solid #DCDCDC;
background-color: #D5EAD5;color:#008000
}
div.postText
{
padding-right: 10px;
padding-left: 3px;
font-size: 10pt;
padding-bottom: 3px;
padding-top: 3px; color:#008000
}
div.postFoot
{
background-color: #D5EAD5;
border-top: 1px solid #DCDCDC;
font-size: 10pt;
padding-right: 3px;
padding-left: 3px;
padding-bottom: 1px;
padding-top: 1px;
text-align: right; color:#008000
}
#tagline {
font-size : 0.8em;
margin : 0px;
color: White;
}
#leftmenu {
border:1px solid #008000; position : absolute;
left : 0px;
width : 180px;
height:auto;
background-color: #D5EAD5;
padding-top: 5px; color:#008000
}
#leftmenu h3 {
font-size : 0.8em;
margin : 0px;
margin-top : 10px;
padding-bottom: 2px;
padding-left: 3px;
border-top: solid 1px Gainsboro;
}
#leftmenu ul {
list-style: none;
margin : 0px;
padding-left : 5px;
margin-left : 5px;
margin-bottom : 10px;
font-size : 8pt;
}
#leftmenu a
{
padding: 1px;
text-decoration: none; color:#008000; background-color:#D5EAD5
}
#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link
{
color: #008000; background-color: #D5EAD5}
#leftmenu a:hover
{
font-style:normal;
border-style:solid; border-width:1px; color:#008000; background-color:#D5EAD5
}
#main {
margin-left : 180px;
background-color : White;
padding : 10px;
border-left : 1px solid #555;
border-bottom : 4px solid Black;
}
#footer {
margin : 0px;
padding-top : 5px;
text-align : center;
font-size : 9pt;
}
input, textarea
{
font-size: 1.0em;
font-family : Verdana;color:#008000
}
.CommentForm
{
font-size : 10pt;
font-family : Verdana; color:#008000
}
.Button
{
border: 1px solid #008000;
background-color: #D5EAD5;color:#008000
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: