pre, code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}*/

span.pln {
    color: #48484C;
}

span.str {
    color: #DD1144;
}

span.kwd {
    color: #1E347B;
}

span.com {
    color: #93A1A1;
}

span.typ {
    color: teal;
}

span.lit {
    color: #195F91;
}

span.pun {
    color: #93A1A1;
}

span.opn {
    color: #93A1A1;
}

span.clo {
    color: #93A1A1;
}

span.tag {
    color: #008;
}

span.atn {
    color: teal;
}

span.atv {
    color: #DD1144;
}

span.dec {
    color: teal;
}

span.var {
    color: teal;
}

span.fun {
    color: #DC322F;
}

/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
    background-color: #F7F7F9;
    padding: 10px;
    border: 1px solid #E1E1E8;
}

pre.prettyprint.linenums {
    box-shadow: 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset;
}

/* Specify class=linenums on a pre to get line numbering */
pre.prettyprint.linenums ol.linenums {
    color: #1E347B;
    padding-left: 30px !important;
    margin-top: 0;
    margin-bottom: 0;
}

pre.prettyprint.linenums ol.linenums li {
    color: #BEBEC5;
    line-height: 18px;
    padding-left: 12px !important;
}

pre.prettyprint.linenums ol.linenums li.L0,
pre.prettyprint.linenums ol.linenums li.L1,
pre.prettyprint.linenums ol.linenums li.L2,
pre.prettyprint.linenums ol.linenums li.L3,
pre.prettyprint.linenums ol.linenums li.L4,
pre.prettyprint.linenums ol.linenums li.L5,
pre.prettyprint.linenums ol.linenums li.L6,
pre.prettyprint.linenums ol.linenums li.L7,
pre.prettyprint.linenums ol.linenums li.L8,
pre.prettyprint.linenums ol.linenums li.L9 {
    list-style-type: decimal !important;
}

/*为知笔记的目录样式
.wiz_toc_layer {
	background: #F9F9F5;
	padding: 20px 25px;
}

.wiz_toc{
	text-decoration: none;
	display: inline-block;
	line-height: 27px;
}

.wiz_toc:hover{
	text-decoration: underline;
}

.wiz_toc.h1{
	margin-left: 0;
}

.wiz_toc.h2{
	margin-left: 20px;
}

.wiz_toc.h3{
	margin-left: 40px;
}

.wiz_toc.h4{
	margin-left: 60px;
}

.wiz_toc.h5{
	margin-left: 80px;
}

.wiz_toc.h6{
	margin-left: 100px;
}*/

/*为知笔记的目录样式:不可见*/
.wiz_toc_layer {
	background: #F9F9F5;
	padding: 20px 25px;
	display: none;
}

.wiz_toc{
	text-decoration: none;
	display: inline-block;
	line-height: 27px;
	display: none;
}

.wiz_toc:hover{
	text-decoration: underline;
	display: none;
}

.wiz_toc h1{
	margin-left: 0;
	display: none;
}

.wiz_toc h2{
	margin-left: 20px;
	display: none;
}

.wiz_toc h3{
	margin-left: 40px;
	display: none;
}

.wiz_toc h4{
	margin-left: 60px;
	display: none;
}

.wiz_toc h5{
	margin-left: 80px;
	display: none;
}

.wiz_toc h6{
	margin-left: 100px;
	display: none;
}

/*向上，向下 按钮*/
#toTop:hover,
#toBottom:hover {
    background-position: left top;
}

#toTop,
#toBottom {
    zoom: 0;
    width: 57px;
    height: 57px;
    right: 10px;
    overflow: hidden;
    position: fixed;
    cursor: pointer;
}

#toTop {
    background: url(https://files.cnblogs.com/files/qianzi067/o_o_toTop.gif) no-repeat -70px top;
    bottom: 20%;
}

#toBottom {
    background: url(https://files.cnblogs.com/files/qianzi067/o_o_toTop.gif) no-repeat -70px top;
    /*图片水平翻转*/
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    /*IE*/
    bottom: 5%;
}