/* 定制公告栏音乐插件的样式 */
.aplayer {
    font-family: Arial,Helvetica,sans-serif;  /*音乐插件字体*/
    margin: 0px;  /*音乐插件与公告栏左边的边距，0px就是直接抵到公告栏左边的边上*/
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}

/*******************博客导航栏 *********************/
#header{display:none;}
#myNavList {
    position:relative;
    top:40px;
}
#myNavList ul {
    margin: 0;
    padding: 0;
    list-style-type: none; /*去除li前的标注*/
    background-color: gray;
    overflow: hidden; /*隐藏溢出的部分，保持一行*/
}

#myNavList li {
    float: left; /*左浮动*/
}

#myNavList li a, .dropbtn {
    display: inline-block; /*设置成块*/
    color: white;
    font-size:150%;
    font-family:algerian,courier;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
}

#myNavList li a:hover, .dropdown:hover .dropbtn {
    /*鼠标移上去，改变背景颜色*/
    background-color: blue;
    color: white;
    font-size:200%;
    font-family:algerian,courier;

}

#myNavList .dropdown {
    /*display:inline-block将对象呈递为内联对象，
    但是对象的内容作为块对象呈递。旁边的内联对象
    会被呈递在同一行内，允许空格。*/
    display: inline-block;
}

#myNavList .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#myNavList .dropdown-content a {
    display: block;
    color: black;
    padding: 8px 10px;
    text-decoration:none;
}

#myNavList .dropdown-content a:hover {
    background-color: #a1a1a1;
}

#myNavList .dropdown:hover .dropdown-content{
    display: block;
}


/* 定制生成博客目录的CSS样式 */
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    /*
    将div的位置固定到距离top:150px，right:0px的位置，
    这样div就会处在最右边的位置，距离顶部150px，
    当然这两个值你可以自己改。
    */
    top:150px;
    right:10px;
    width: auto;
    height: auto;
}
#sideBarTab{
    float:left;
    width:25px;
    box-shadow: 0 0 8px #877788;
    border:1px solid #00DDC00;
    border-right:none;
    text-align:center;
    background:rgb(0, 220, 0);
}
#sideBarContents{
    float:left;
    overflow:auto;
    overflow-x:hidden;!important;
    width:200px;
    min-height:101px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none;
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}

/*******************红包推广*********************/
#alipay-reward {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 100px;
    height: 150px;
    z-index: 9999;
    -webkit-animation: scaleDraw 5s ease-in-out infinite;
    animation: scaleDraw 5s ease-in-out infinite;
}

#weixin-reward {
    position: fixed;
    right: 15px;
    bottom: 170px;
    width: 100px;
    height: 100px;
    z-index: 9999;
    -webkit-animation: scaleDraw 5s ease-in-out infinite;
    animation: scaleDraw 5s ease-in-out infinite;
}

/*******************博客名副标题 *********************/
#blogTitle h2 {
    float: center;
    font-size: 20px;
    font-family: "楷体","楷体_GB2312";
    color:#000000;
    margin-top: 10px;
    margin-left: 30px;
    width: 50%;
    margin-left: 10em;
    float: center;
    text-align: center
    letter-spacing:15px;
}


/************** 文章题目样式 ***********************/
.postTitle {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5em;
    width: 100%;
    clear: both;
}
.postTitle a{
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5em;
    width: 100%;
    clear: both;
}

/************** 主体内容样式 ***********************/
.postBody {
    padding: 20px 40px;
}

#cnblogs_post_body {
    font-size: 15px;
}

/************文章中一级标题：字体、背景************/
#cnblogs_post_body h1
{
    background: #2B6695;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}
/************文章中二级标题：字体、背景************/
#cnblogs_post_body h2
{
    background: #2B6600;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
/************文章中三级标题：字体、背景************/
#cnblogs_post_body h3
{
    background: #808080;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
    text-shadow: 2px 2px 3px #222222;
}
/************文章正文字体************/
#cnblogs_post_body
{
    color: black;
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 13px;
}



/********************引言样式*************************/
blockquote {
    border-left: 5px solid #FF3300;
}

blockquote strong {
    color: red;
    font-size: 18px;
}



/*************** 个性签名 *************************/
#MySignature {
    box-shadow: 8px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 17px;
    border-left: solid 5px #FF3300;
    background: #F3F3F3;
    border-radius: 10px 10px 50% 10px;
    line-height: 2.4;
    margin: 40px 0;
}

#MySignature a {
    text-decoration: none;
    color: #4183c4;
    font-weight: bold;
}

#MySignature a:hover {
    text-decoration: underline;
    color: #f60;
}

#MySignature span {
    color: #f60;
}



/********************** 上一篇下一篇 *************************/
#post_next_prev {
    font-size: 20px;
    color: #535353;
}



/************************评论********************************/
/* 推荐及反对 */
#div_digg {
    padding: 5px;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 460px;
    border: 0px solid #D9DBE1;
    background-color: #FFFFFF;
    opacity: 0.8;
    width: 60px;
    float: left;
    margin-bottom: 10px;
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    border: 2px solid red;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    z-index: 1;
}

clockdiv {
    position: absolute;
    z-index: 9999999999999999999999999999999999999999999999999999;
}

/* ignore反对 */
.buryit {
    display: none;
}
/*评论列表*/
#blog-comments-placeholder {
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
}

.feedback_area_title {
    background: url(//www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png) no-repeat left center #fff;
    border: 1px solid #FF3300;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
    padding: 15px 50px;
}

/******************** 提交评论按钮 *******************************/
#btn_comment_submit {
    border: solid 1px #fd6d0dd1 !important;
    width: 90px;
    height: 40px;
    color: #fff !important;
    background-color: #fd6d0dd1 !important;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}



/********************隐藏广告******************************/
#c_ad_block, #ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}

/*******************隐藏搜索框*****************************/
#widget_my_google, #google_q{
    display: none;
}

/*****************************侧边栏公告***********************/
#blog-news > img {
    /*头像*/
    display: block;
    margin: auto;
    border-radius: 50%;
}

.clockdiv{
    text-align: center;
}

#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 1.8;
}

#profile_block > a:link {
    color: #F60;
}
/*公告结束*/



/****************************侧边评论**********************************/
li.recent_comment_body {
    line-height: 30px;
}


/********************************* 禁用下划线 *************************/
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}


/**********************sideBar博客侧边栏容器**********************************/
#sideBarMain h3, .newsItem h3 {
    font-size: 1.2em;
    height: 50px;
    line-height: 50px;
    text-indent: 0.5em;
    background: url(https://images.cnblogs.com/cnblogs_com/mehome/1593798/o_titlebg.png) no-repeat left center #fff;
    padding: 0 0 0 50px;
    margin-bottom: 0;
    border: 1px solid #FF3300;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
}
.newsItem, .catListComment, .catListEssay, .catListView, .catListFeedback,
#blog-calendar, #sidebar_postcategory, #sidebar_postarchive, #sidebar_search {
    border-radius: 10px;
    box-shadow: 1px 2px 3px #A7A8AD;
    background-color: #fff;
}
#sideBarMain ul {
    background-color: #fff;
    padding: 15px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#sideBarMain li {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}View Code