#mom{position:fixed;top:0;left:0;z-index:-13} /*把代码雨置于最底层*/
html
{
background:black;
background-attachment:fixed;
}
body
{
 background: none;
}
#blogTitle h1 a /*你的博客名*/
{
    color: whitesmoke;
    font-family: "微软雅黑";
    font-size: 260%;

    text-shadow:
      0 0 7px #fff,
      /* 0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa, */
      1px 1px 15px #0fa;


}
.postTitle {

    font-size: 14px;
    font-weight: bold;
    padding: 0 100px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid black; /* 博客小标题 */

  
}
{
    color: white;
    font-family: "微软雅黑";
    font-size: 120%;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 10px;
    width: 70%;
    float: left;
    display: inline;
    letter-spacing: 1px;
}
#navigator
{
    background-color: #0000001a;
    height: 60px;
    margin-top: 40px;
}
#main 
{
    width: auto;
    background: #fffc; /* 10% 透明背景*/
}
#topics .postTitle
{
    font-size: 200%;
    padding: 0;
    padding-bottom: 0.5em;
    border: 0;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active
{
    color: black; /* 文章标题*/
}
border-left: 5px solid black; /* 文章标题左边的长条*/
.day /* 个人主页文章之间空隙减小 */
{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}
#mainContent
{
    background: #fff0; /* 导航菜单半透明*/
}

.postTitle 
{
    font-size: 18px;/*让个人主页随笔的标题更大*/
}
.postSeparator 
{
    clear: both;
    height: 1px;
    clear: both;
    float: right;
    margin: 0 auto 2em auto;
}
 /*缩小评论输入框*/
div.commentform textarea
{
    height: 100px;
}
.c_ad_block /*关闭下方广告*/

.commentform/*关闭下方广告*/
{
    /* display: none; */
}
.under-post-card{
    display: none;
}
/* 侧边广告 */
.sidebar_c3{
    display:none;
}
/* 侧边广告 */
