/* 定制随笔内容####标题设置 */
#cnblogs_post_body h4{
    background-color: #61aeee;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-family: "方正楷体","宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
}
/* 侧边栏标题设置 */
.catListTitle {
margin-top: 21px;
margin-bottom: 10.5px;
text-align: left;
padding: 10px 0 14px 10px;
background-color: #61aeee;
}
/* 枫林阁标题设置 */
#blogTitle h1 {
font-size: 60px;
font-weight: bold;
font-family: "华文行楷";
line-height: 1.5em;
margin-top: 15px;
}
/* 新随笔标题设置 */
#topics .postTitle {
border: 0px;
font-size: 30px;
font-weight: bold;
font-family: "华文行楷";
line-height: 1.5em;
width: 100%;
}

/* 标题领航栏（首页、新随笔、管理）设置 */
#navigator {
font-size: 22px;
font-weight: bold;
font-family: "华文行楷";
line-height: 1.5em;
margin-top: 15px;
}
#navList a:hover {
color: #61aeee;
text-decoration: none;
}
/* 背景图片设置 */
#home {
opacity: 0.80;
margin: 0 auto;
width: 85%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px orangered(100, 100, 100, 0.3);
}
body {
color: #000;
background: url(https://files-cdn.cnblogs.com/files/Hiramunderneath/background.bmp?t=1660274221
) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
/* 鼠标样式设置 */
body {
    cursor: url('https://blog-static.cnblogs.com/files/Hiramunderneath/mouse.ico'), auto;
}



