/* 
code::-webkit-scrollbar {display:none}
/*代码高亮*/

/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
-----

*/
/*
.cnblogs-markdown .hljs {
font-size:1.0em!important;
  color: #a9b7c6!important;
  background: #282b2e!important;
border:none!important;
border-left: 5px solid #2a9385;
  display: block;
  overflow-x:scroll!important ;
  padding: 0.5em!important;
white-space: pre!important;
}

.cnblogs-markdown .hljs-number,
.cnblogs-markdown .hljs-literal,
.cnblogs-markdown .hljs-symbol,
.cnblogs-markdown .hljs-bullet {
  color: #6897BB!important;
}

.cnblogs-markdown .hljs-keyword,
.cnblogs-markdown .hljs-selector-tag,
.cnblogs-markdown .hljs-deletion {
  color: #cc7832!important;
}

.cnblogs-markdown .hljs-variable,
.cnblogs-markdown .hljs-template-variable,
.cnblogs-markdown .hljs-link {
  color: #629755!important;
}

.cnblogs-markdown .hljs-comment,
.cnblogs-markdown .hljs-quote {
  color: #808080!important;
}

.cnblogs-markdown .hljs-meta {
  color: #bbb529!important;
}

.cnblogs-markdown .hljs-string,
.cnblogs-markdown .hljs-attribute,
.cnblogs-markdown .hljs-addition {
  color: #6A8759!important;
}

.cnblogs-markdown .hljs-section,
.cnblogs-markdown .hljs-title,
.cnblogs-markdown .hljs-type {
  color: #ffc66d!important;
}

.cnblogs-markdown .hljs-name,
.cnblogs-markdown .hljs-selector-id,
.cnblogs-markdown .hljs-selector-class {
  color: #e8bf6a!important;
}

.cnblogs-markdown .hljs-emphasis {
  font-style: italic!important;
}

.cnblogs-markdown .hljs-strong {
  font-weight: bold!important;
}

.hljs-keyword, .hljs-selector-tag, .hljs-built_in, .hljs-name, .hljs-tag {
    color: #d09426;
}
.hljs-attr {
    color: #b1b1b1;
} */



/*代码高亮结束*/

/*
.hljs ol {

list-style: decimal;

margin: 0 0 0 40px!important;

padding: 0

}*/

/* 

.hljs li {

list-style: decimal-leading-zero;

padding: 2px 5px!important;

margin: 0!important;

line-height: 14px;

width: 100%;

box-sizing: border-box

}



.hljs li:nth-of-type(even) {

background-color:rgba(255,255,255,.015);

color: inherit

}
 */



body{
/*背景图片拉伸且不滚动*/
/*background:url(https://blog-static.cnblogs.com/files/zzerx/cnblogsbg.gif);*/
background-repeat: repeat;
    background-size: 130% 100%;
    background-attachment: fixed;
}
#home {
  /*  background-color: #ffffff75;*/
}

a:visited {
    color: #2e97e2;
    text-decoration: none;
}
a:link {
    color: #00a560;
    text-decoration: none;
}

/* 浮动按钮  */

.csdn-side-toolbar {
    position: fixed;
    right: 8px;
    bottom: 160px;
    width: 44px;
    z-index: 1999;
}

.csdn-side-toolbar {
    bottom: 130px !important;
}

.csdn-side-toolbar a.option-box:first-child {
    border-top: 1px solid #e0e0e0;
}
.csdn-side-toolbar a.option-box,.csdn-side-toolbar div.option-box  {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    background-color: #ffffff;
    text-align: center;
    height: 44px;
    cursor: pointer;
}
