
/* 设置签名格式 定制css样式 */
#AllanboltSignature
{ 
border-top: #e0e0e0 1px dashed;
border-right: #e0e0e0 1px dashed;
border-bottom: #e0e0e0 1px dashed;
border-left: #e0e0e0 1px dashed;
padding-top: 12px;
padding-right: 12px;
padding-bottom: 12px;
padding-left: 70px;
font-family: 微软雅黑;
font-size:16px;
background: url(https://images.cnblogs.com/cnblogs_com/qiuhom-1874/1555676/o_200713081351o_users_two_warning_48.png) #e5f1f4 no-repeat 1% 50%;
}
#AllanboltSignature div
{
line-height: 25px;
}

/*隐藏博文右下角的"反对"按钮*/

.buryit {
    display: none;
}

.comment_bury {
    display: none;
}


/* 不显示底部广告*/
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}

div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}

/*颜色*/
.CalTitle{
   background: #ffffff;
}

.catListTitle{
    background: #ffffff;
}
.catListTitle {
    background: #ffffff;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: rgba(37, 177, 80, 0.61);
    font-size: 1.3em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 6px;
    text-indent: 0.6em;
    text-shadow: 0px 0px rgba(0, 0, 0, 0.3);
}
.postTitle {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.postBody {
    padding: 5px 2px 5px 5px;
    line-height: 1.8;
    color: #000;
    border-bottom: 1px solid #000;
   font-size: 18px;
}


.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #35aad8;
    transition: all 0.4s linear 0s;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #35aad8;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #dc5d1e;
    text-decoration: none;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 15px 0;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: underline;
}

.day .postTitle a {
    padding-left: 10px;
}
.day {
   background: #ffffff;
}

#EntryTag {
    margin-top: 20px;
    font-size: 13pt;
    color: #808080;
}

/*评论信息样式*/

.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
  color: #35aad8;
  font-weight: normal;
}
.louzhu {
  color: #cd4900;
}
.feedbackCon {
  border-bottom: 1px solid #d51919;
}
