body {
        /*飞机图标*/
	cursor: url('https://files.cnblogs.com/files/blogs/687597/plant11.ico'), auto;
        background-color: #1b7195;
        }
a:hover { 
        /*飞机图标在link上改变样式*/
        cursor: url('https://files.cnblogs.com/files/blogs/687597/blue_cursor.ico'),auto; 
        }
#navigator {
        /*导航栏的上下边框*/
        font-size: 13px;
        border-bottom: 1px solid #809d9d;
        border-top: 1px solid #809d9d;
}
#navList a:link, #navList a:visited, #navList a:active {
        /*辉太狼字体的颜色*/
        color: #2f3d42 !important;}
#navList a:hover{
        color: black !important;}

#header {}
#main {}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
        /*标题大小*/
        font-size: 20px;
}
#sideBar {
        /*左侧边框*/
        border-left:2.5px solid #ededed;
        /*内边距*/
        padding:0 0 0 10px;
        }
#sidebar_postarchive, .catListView,#sidebar_postcategory,.catListEssay,.catListLink,#sidebar_search,#sidebar_news{
        /*背景主题色外，右侧边框还有部分色块需要单独设置*/
        background-color: #f0f8ff;
}
#home{
        /*背景主题色*/
        background-color: aliceblue;
}
.navbar-custom{
        /*最头部导航栏*/
        display: block;
        background-color: aliceblue;
        height: 40px;
        padding-top: 10px;
}
.cnblogs_code_toolbar{
        /*禁用复制按钮*/
        display: none;
}
.postBody blockquote{
        /*禁用‘引用标签’的‘引用’背景图*/
        background: none;
        /*行高比例*/
        line-height: 1.1em;
}
.postBody blockquote p{}
#cnblogs_ch,#cnblogs_c1,#cnblogs_c2,#cnblogs_c3,#under_post_card1,#under_post_card2{
        /*禁用底部广告*/
        display: none;
}
#MySignature > p{
        /*转载声明*/
        text-indent: 0px;
        
}
.entrylistItem{
        /* 标签分类列表，上下margin */
        margin: 0;
}
.entrylist > .entrylistTitle{
        /* 标签分类列表，标题空白 */
        display: none;
}
.navbar-branding{
        /*博客园logo*/
        margin-left: 30px;
}
/* 荧光标题 */
#Header1_HeaderTitle{
    color: #21759b;
    font-family: 'Monoton', cursive;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 0 0 8px #00FF00,0 0 15px #FFFF00;
}