#home{
opacity: 1;
background:#eee;
filter:alpha(opacity=80);
z-index:-1;
}

.pager {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #373738;
    border-radius: 6px;
}

.pager a {
    box-shadow: 0 1px 3px #000000;
    border: 1px solid #797979;
    background: #25292d;
    color: white;
    transition: all 0.4s linear 0s;
}

#MySignature {
    margin-top: 24px;
    padding: 20px;
    border-left: 8px solid #282b2e;
    /* border-radius: 4px; */
    background-color: #bdbdbd;
    box-shadow: 0 0 1px #d9d9d9;
    font-size: 1.25rem;
}

.postTitle {
    border-left: 3px solid #000000;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #282b2e;
}

.CalTodayDay {
    background: #282b2e !important;
    color: #FFF;
    font-weight: bold;
}

#navigator {
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
}


#mouseindiv {
    position: fixed;/*
    border: 1px solid #000;
    background-color: #000;*/
    width: 146px;
    height: 100000px;
    position: fixed;
    top: 0px;
    left: 0px;
    /* right: 300px; */
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
}

#mouseindivup {
    position: fixed;/*
    border: 1px solid #000;
    background-color: #000;*/
    width: 1011px;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 146px;
    /* right: 300px; */
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
}

#mouseindivr {
    position: fixed;/*
    border: 1px solid #000;
    background-color: #000;*/
    width: 146px;
    height: 100000px;
    position: fixed;
    top: 0px;
    /* left: 0px; */
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
}

/*修改公告栏背景色*/
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #eee;
}

/*边栏*/
#sideBar {
    width: 259px;
}
/*ad*/
#ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb{
    display: none !important;
}
body {
/*随机图片*/
background: #eee url(https://img2018.cnblogs.com/blog/1443857/201904/1443857-20190406184117497-245821665.jpg) fixed;
background-size:1500px;
/*
背景：
https://www.cnblogs.com/images/cnblogs_com/sjrb/1390067/o_87c01ec7gy1fri8svp33pj21kn0vv7wi.jpg
https://img2018.cnblogs.com/blog/1443857/201902/1443857-20190202200511810-467256720.jpg
*/
/*随机：
https://acg.toubiec.cn/random
https://api.dujin.org/pic/
https://img.xjh.me/random_img.php?type=bg&ctype=acg&return=302
https://api.mtyqx.cn/tapi/random.php/*挂了？*/
https://www.loli.ci/pic.php
https://uploadbeta.com/api/pictures/random/?key=%E6%8E%A8%E5%A5%B3%E9%83%8E/*别用*/
*/
}



/** 鼠标样式 **/



/*评论带头像，且支持旋转*/
.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
 
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}

/*
.feedbackCon clearfix{
        background: white;
}*/


/*头像类*/
.tx:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
.tx{
  width: 224px;
  height: 224px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  overflow: hidden;

-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}








#sideBar{margin:0 auto;text-align:center;}


/*响应式界面begin*/
@media screen and (max-width:1200px) {
body{
background:#eee;
}
}

@media screen and (max-width:1200px) and (min-width:900px) {
body{
background:#eee;
}
}

@media screen and (max-width:12000px) and (min-width:1200px) {
body {
cursor: url(https://img2018.cnblogs.com/blog/1443857/201901/1443857-20190126174958301-263112719.png), default;
cursor: url(https://img2018.cnblogs.com/blog/1443857/201901/1443857-20190126174958301-263112719.png), pointer;
}
a:hover{cursor:url(https://img2018.cnblogs.com/blog/1443857/201901/1443857-20190126175002760-567124281.png), pointer;}
}

/*响应式界面end*/

/*代码高亮*/
.syntaxhighlighter .bold {
    font-weight:unset !important;
}
.syntaxhighlighter .line {
    background-color: rgb(40, 43, 46)!important;
}
.syntaxhighlighter .line.alt2 {
    background-color: rgb(40, 43, 46)!important;
}
.syntaxhighlighter .line.alt1 {
    background-color: rgb(40, 43, 46)!important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
    color: rgb(129, 142, 150)!important;
}
.syntaxhighlighter .keyword {
    color: rgb(147, 199, 99)!important;
    font-weight: unset !important;
}
.syntaxhighlighter .preprocessor {
    color: rgb(85, 113, 130) !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
    color: rgb(224, 226, 228)!important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
    color: rgb(147, 199, 99)!important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
    color: rgb(236, 118, 0)!important;
}
.syntaxhighlighter .functions {
    color: rgb(140, 187, 173)!important;
}
.syntaxhighlighter .gutter .line {
    border-right: 2px solid rgb(147, 199, 99)!important;
}
.syntaxhighlighter.collapsed .toolbar {
    background: rgb(40, 43, 46)!important;
    border: none !important;
    border-radius: 5px !important;
}
.syntaxhighlighter.collapsed .toolbar a {
    color: rgb(147, 199, 99)!important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
    color: /*rgb(78, 109, 48)*/#f58ea8 !important;
}
.syntaxhighlighter {
    border-radius: 5px;
}

/*第一种高亮结束，第二种高亮开始*/
.cnblogs_code div {
    background: #282b2e;
}
.cnblogs_code {
    background: #282b2e;
    border: none;
    font-family: consolas !important;
    color: #fff;
}
.cnblogs_code_toolbar {
    background: #282b2e !important;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #282b2e !important;
    border: none!important;
}
.cnblogs_code pre {
    font-family: consolas !important;
    padding-left: 3px;
    color: rgb(224, 226, 228);
}
.cnblogs_code span[style="color: #000000;"] , .cnblogs_code span[style="color: #ff0000;"]{
    color: rgb(224, 226, 228) !important;
}
.cnblogs_code span[style="color: #0000ff;"]{
    color: rgb(147, 199, 99)!important;
}
.cnblogs_code span[style="color: #800080;"]{
    color: #ffd740 !important;
}
.cnblogs_code span[style="color: #800000;"]{
    color: rgb(236, 118, 0)!important;
}
.cnblogs_code span[style="color: #008000;"]{
    color: rgb(129, 142, 150)!important;
}
.cnblogs_code span[style="color: #008080;"]{
    color: #afafaf!important;
    margin-right: 5px;
}
.cnblogs_code_collapse {
    border: none;
    background: #282b2e;
    color: rgb(147, 199, 99);
}
.cnblogs_code > pre {
    border: none !important;
}
.cnblogs_code > textarea {
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
}

.cnblogs_code {
    background: #282b2e;
    /* border-radius: 5px; */
    border: none;
    font-family: consolas !important;
    color: #fff;
    border-left: 8px solid #808080;
}
/*代码高亮结束*/

.pager {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #373738;
    border-radius: 6px;
}