body
{
background: linear-gradient(to left bottom, hsl(184, 100%, 85%) 0%,#005e93 100%);
background-attachment: fixed;
font-size:14px;
}
body,
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs,
#navList a,
#blogTitle h1 a, 
#blogTitle h2,
.postBody,
.postTitle,
.notice,
input
{
 font-family:'Segoe Script','Segoe UI',cursive,Arial,'Microsoft Yahei',sans-serif !important;
}
#home
{
width:90%;
}
#mainContent
{
width:75%;
}
#sideBar
{
margin-left:0;
}
#blogTitle h1
{
font-size: 3em;
margin-left: 0; 
width:100%;
}
#blogTitle h2
{
margin-top: 0; 
margin-left: 6em;
font-size: 20px;
}
#under_post_news{
display:none;
}
.blogStats
{
visibility:visible;
color:#999;
}
@media only screen and (max-width: 767px) {
#home,
#mainContent 
{
    width: auto !important;
}
}
.notice
{
margin-top:1em;
}
.postBody
{
font-size:1.2em;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs
{
font-size: 14px!important;
}
#cnblogs_post_body p
{
    word-break: break-word;
}
.cnblogs-markdown code, .cnblogs-post-body code
{
color: #e96900;
font-size:1em!important;
background-color: #f8f8f8!important;
border: 1px solid #dce3ec!important
}