/*
* @Author: fanny
* @Date:   2017-03-16 21:02:05
* @Last Modified by:   fanny
* @Last Modified time: 2017-03-16 22:50:09
*/
html{ background-color: #f0f0f0;color: #03abc5; font-family: PingFangSC-Regular, "Microsoft YaHei",sans-serif; }
body{ background-image: url(https://images.cnblogs.com/cnblogs_com/tuofeng/966776/o_bg.jpg);padding-top: 100px;padding-bottom: 40px; min-width:980px; }
a:link,a:visited{color:#31abcd;}
a:hover{color:#3196cd;text-decoration: underline;}
#home{ width:70%;min-width:980px; font-family: 'microsoft yahei';background-color: #f0f0f0;border-radius: 10px;box-shadow: 0px 0px 20px rgba(0,0,0,.8);border: 1px solid #666;}
#header{position: fixed;left: 0;right: 0;top: 0;}
#blogTitle{height: 60px;float: left;background-color: rgba(39,39,39,.8);color: #777;}
#blogTitle h1,#blogTitle h2{float: left; width: auto;margin-left: 1.5em;}
#blogTitle h2{margin-left: 1em;margin-right: 1em;line-height: 5.2;font-size: 90%;}
#blogTitle h1{color: #03abc5;height: 60px;line-height: 60px;margin-top: 0;}
#navigator {
    background-color: rgba(39, 39, 39, 0.8);
    clear: none;
    position: relative;
    left: 0;
    right: 0;
    padding-right: 1.5em;
}
#navList a{font-size: 1em;}
#main {min-width: none;}
#footer {
    border-top: 1px solid rgba(49, 171, 205, 0.5);
    padding-top: 20px;
    margin-bottom: 20px;
    color: #31abcd;
}
.catListTitle {
    background: #31abcd;
    border-bottom: 1px solid #3196cd;
}
/* 左侧日历 */
.CalTodayDay {
    color: #31abcd;
    background-color: #e0e0e0;
}
/*左侧搜索样式*/
.input_my_zzk{
    border: 1px solid #31abcd;
    border-radius: 6px;
    outline: none;
    height: 24px;
    line-height: 24px;
    padding: 2px 6px;
    color: #3196cd;
    width: 110px;
}
.input_my_zzk:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
input.btn_my_zzk {
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #3196cd;
    border-radius: 4px;
    background-color: #31abcd;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}
input.btn_my_zzk:hover{
    background-color: #32b6d9;
}
/*常用链接*/
.sidebar-block ul li a{
    font-size: 14px;
}
/* 左侧功能菜单样式 */
.catListEssay ul li a:hover, .catListLink ul li a:hover, .catListNoteBook ul li a:hover, .catListTag ul li a:hover, .catListPostCategory ul li a:hover, .catListPostArchive ul li a:hover, .catListImageCategory ul li a:hover, .catListView ul li a:hover, .catListFeedback ul li a:hover, .catListArticleArchive ul li a:hover, .catListComment ul li a:hover {
    text-decoration: underline;
}
/* 左侧标签样式 */
#sidebar_toptags ul li{
    color:#333;
}
#sidebar_toptags li a{
    margin-right: .4em;
}
/* 文章正文格式 */
.postTitle a:link, .postTitle a:visited, .postTitle a:active{color:#3196cd;transition: all 0.4s linear 0s;}
.postTitle a:hover {
    color: #31abcd;
    text-decoration: none;
    margin-left: 10px;
}
/* 文章内图片显示 */
#cnblogs_post_body img {
    max-width: 650px;
}
/* markdown 样式 */
#cnblogs_post_body h1, #cnblogs_post_body h2, #cnblogs_post_body h3, #cnblogs_post_body h4, #cnblogs_post_body h5 {
    padding-bottom: 0.3em;
    border-bottom: 1px solid #eaecef;
}
#cnblogs_post_body ol {
    padding-left: 1em;
}

#cnblogs_post_body blockquote {
    background: none;
    border: 0 none;
    padding: 0 1em;
    color: #6a737d;
    border-left: 0.25em solid #dfe2e5;
}

.cnblogs-markdown code {
    font-family: sans-serif!important;
    font-size: 12px!important;
    padding: 0 5px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
    background-color: rgba(27,31,35,0.05);
    border-radius: 3px;
    border: .5px solid #ccc!important;
}
/* js代码块 */
#cnblogs_post_body .hljs {
    padding: 16px!important;
    background: #f6f8fa!important;
    border: 0 none!important;
    font-family: SFMono-Regular, Consolas, sans-serif!important;
    font-size: 14px!important;
}
/* 关键字 */
.hljs-keyword, .hljs-selector-tag, .hljs-built_in, .hljs-name, .hljs-tag {
    color: #d73a49;
}
/* 注释 */
.hljs-comment, .hljs-quote, .hljs-variable {
    color: #6a737d;
}
span.op {
    color: #d73a49;
}
span.at {
    color: #6f42c1;
}