⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 blog.css

📁 本程序基于 asp.net 2.0 +sql server 2
💻 CSS
字号:
body
{
    left: 50%;
    margin-left: -390px;
    width: 775px;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-family: 宋体;
    font-size: 10pt;
}
LI
{
    line-height: 180%;
    list-style-type: none;
    left: -17px;
    position: relative;
}
.block
{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 5px;
    width: 99%;
    font-weight: bold;
    font-size: 10pt;
    height: 20px;
    text-align: left;
    text-decoration: underline;
}
.top
{
    background-image: url(top.jpg);
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
}
.toptitle
{
    left: 450px;
    position: relative;
    top: 30px;
    font-size: 18pt;
    color: #ffffff;
}
.center
{
 width:770px;   
}

.mainblog
{
    width: 67%;
    float: right;
    padding-top: 10px;
    background-image:url(right.jpg);
}
#mainblog
{
        padding-top: 100px;
}
.leftblog
{
    background-image: url(left.jpg);
    width: 31%;
    float: left;
    font-size: 10pt;
    padding-left: 5px;
    background-color: #f5f5f5;
    color: #AFB98C;
}
.footblog
{    
    background-image: url(foot.jpg);
    width: 770px;
    height: 50px;
    font-size: 10pt;
    padding-top: 15px;
    text-align: center;
    border-top: #ffffff thin solid;
}
.readblog
{    margin-top: 20px;
    padding-bottom: 10px;
    width: 90%;
    word-wrap:break-word; 
    word-break:break-all;
    line-height :1.5;    
    border-bottom: #dcdcdc 1px solid;

}

/* 此处为每篇blog显示所使用的id */
.title
{
    font-weight: bold;
    font-size: 11pt;
    color: #336600;
    font-family: 宋体;
}
.head
{
    font-size: 10pt;
    color: #a9a9a9;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
}
.content
{
    padding-top: 15px;
     padding-bottom: 15px;
    font-size: 10pt;
    line-height: 170%;
    color: #000000;
}
.foot
{
    font-size: 10pt;
    color: #a9a9a9;
    text-align: right;
    margin-top:10px;
    padding-top: 10px;
}
.reply
{
    border-right: #696969 1px dotted;
    border-top: #696969 1px dotted;
    border-left: #696969 1px dotted;
    border-bottom: #696969 1px dotted;
    padding-left: 50px;
    margin-right: 50px;
}
/*顶部图片下面的导航*/

A
{
    text-decoration: none;
}
/*日历控件*/
#rili
{
    padding-left: 3px;
}
/*对个性宣言做了绝对定位,如果个性宣言
较长,则主要调整top 值即可正确对位*/
#intro
{
    left: 260px;
    position: absolute;
    top: 130px;
    font-size: 12pt;
    width: 500px;
    background-color: transparent;
    border-top: #339900 1px solid;
    border-bottom: #339900 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
#xuanyan
{
    visibility: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -