现在的位置: 首页 > 综合 > 正文

修改后的Blog样式

2013年10月07日 ⁄ 综合 ⁄ 共 578字 ⁄ 字号 评论关闭

div
{
    font-size: 12px;
}
.posttitle

 padding: 5px 0px 5px 0px;
}

a.posttitle:link, a.posttitle:visited
{
 text-decoration: underline;
 color:#006bad;
 font-size:12px;
 background-color: #FFFFFF;
 font-weight: bold;
}
a.posttitle:hover
{
 text-decoration: underline;
 color:#330066;
 font-size:12px;
 background-color: #FFFFFF;
 font-weight: bold;
}
.postlist
{
    font-size: 12px;
    color: gray;
}
.itemdesc
{
    margin-top: 20px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
.listitem
{
    font-size: 12px;
    font-family: Tahoma;
}
li.listitem {
 padding-left: 0;
 padding-right: 0;
 margin: 5px;
 text-align: left;
}

抱歉!评论已关闭.