html,body{
    font-family: "PT Serif", 'Times New Roman', Times, serif !important;
    font-size: 15px;
    background: rgba(243, 242, 238, 1)
}

.postBody {
    display: inline-block;
    *display: inline;
    margin: 20px;
    padding: 40px 40px 50px 50px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0) inset; 
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0) inset;
    position: relative;
    *zoom: 1;
}

.postBody:before {
    -webkit-transform: skew(-15deg) rotate(-6deg);
    -moz-transform: skew(-15deg) rotate(-6deg);
    transform: skew(-15deg) rotate(-6deg);
    left: 15px;
}
.postBody:after {
    -webkit-transform: skew(15deg) rotate(6deg);
    -moz-transform: skew(15deg) rotate(6deg);
    transform: skew(15deg) rotate(6deg);
    right: 15px;
}

.postBody:before, .curved_box:after {
    width: 70%;
    height: 55%;
    content: ' ';

    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);

    position: absolute;
    bottom: 10px;
    z-index: -1;    
}
.dayTitle{
    margin: 12px 0px 0px 0px;
    text-align: right;
}
.dayTitle a{
    color:rgba(0, 0, 0, 0.27);
}
.postTitle{
    margin: 12px 0px 0px 0px;
    text-decoration: none;
}
.postTitle h2 a:hover{
    color: #CC0033;
}
.entrylistItemPostDesc{
    font-size:10px;
}

.entrylistTitle{
    padding: 0px 20px 3px 0px;
}

.postfoot{
    font-size:12px;
}
.postDesc{
   display: none;
}
.postCon{
    display: none;
}
.postSeparator{
    display: none;
}
#top_nav{
   display: none;
}
a.c_b_p_desc_readmore{
   display: none;
}
#comment_form{
   display: none;
}
#comment_form_container{
   display: none;
}
#green_channel{
   display: none;
}
#div_digg{
   display: none;
}
#author_profile_info.author_profile_info{
   display: none;
}
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {display:none;!important}


.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    /*padding: 1.6em 3em !important;*/
    padding: 0.5em !important; 
    font-size: 14px !important;
    /*背景颜色*/
    background: #454545 !important;
    /*,:;{}的颜色*/
    color: #FFF;
    /*max-height: 700px;*/
}
 
.hljs,
.hljs-tag,
.hljs-subst {
    color: #f8f8f2;
}
 
.hljs-strong,
.hljs-emphasis {
    color: #a8a8a2;
/*makedown行间代码样式     font-size: 1em !important; */
.cnblogs-markdown code {
    color: #c7254e;
    border: none !important;
    font-size: 0.5em !important;
    background-color: #f9f2f4 !important;
    font-family: sans-serif !important;
}
}
 
.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
    /*属性值颜色*/
    color: #ae81ff;
}
 
.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
    /*标记符号颜色*/
   color: #a6e22e;
}
 
.hljs-strong {
    font-weight: bold;
}
 
.hljs-emphasis {
    font-style: italic;
}
 
.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
    color: #f92672;
}
 
.hljs-symbol,
.hljs-attribute {
    /*属性颜色*/
    color: #66d9ef;
}
 
.hljs-params,
.hljs-class .hljs-title {
    color: #f8f8f2;
}
 
.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
    color: #e6db74;
}

/* 文章标题样式(这个不是markdown里的标题) */
#topics .postTitle a {
    color: #000;
    font-size: 20px;
    margin: 0px 10px 10px 10px;
}

/* 普通文字样式 */
#cnblogs_post_body p {
    margin: 18px auto;
    color: #000;
    font-family: "PT Serif", 'Times New Roman', Times, serif !important;
    font-size: 14px;
    text-indent: 0;
}

/* 标题样式 */
#cnblogs_post_body h1 {
    font-family: "PT Serif", 'Times New Roman', Times, serif !important;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 12px;
    padding: 8px 100px 8px 8px;
    border-left: none;
    border-top: 3px solid #fe6600;
    background-color: #F3F4F7;
}

#cnblogs_post_body h2 {
    font-family: "PT Serif", 'Times New Roman', Times, serif !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 12px;
    padding: 8px 100px 8px 8px;
    border-left: 3px solid #fe6600;
    border-top: none;
    background-color: #F3F4F7;
}

#cnblogs_post_body h3 {
    font-family: "PT Serif", 'Times New Roman', Times, serif !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 12px;
    padding: 8px 100px 8px 8px;
    border-left: 3px solid #fe6600;
    border-top: none;
    background-color: #F3F4F7;
}

#cnblogs_post_body h4 {
    font-family: "PT Serif", 'Times New Roman', Times, serif !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 12px;
    padding: 8px 100px 8px 8px;
    border-left: 3px solid #fe6600;
    border-top: none;
    background-color: #F3F4F7;
}
/* 标题样式设置结束 */
/*侧边栏的展开与收回*/
#fry_append {
    left: 0%;
    width: 46px;
    top: 18%;
    opacity: 0.3377; 
    z-index: 98;
    font-size: 15px;
    margin: 10px 0 0;
    padding: 5px;
    position: fixed;
    float: left;
    box-shadow: 0px 0px 15px 5px #0000 inset;
   /*
   background: url(https://www.cnblogs.com/images/cnblogs_com/cainiao-chuanqi/1532380/t_%e5%9b%bd%e6%97%97.jpg) no-repeat; 
}
//调节div的位置。。。
//这部分大家可以随意发挥。。。
*/
#fry_append div:first-of-type {
    margin-top: 5px;
}

#fry_append div {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    color:#000;

}