/* ============================导航目录======================================*/
.scroller-offset1 {text-indent: 0  !important;} 
.scroller-offset2 {text-indent: 1.5em !important;}
.scroller-offset3 {text-indent: 3em !important;}
.scroller-offset4 {text-indent: 4.5em !important;}
.scroller-offset5 {text-indent: 6em !important;}
.scroller-offset6 {text-indent: 7.5em !important;}
.nav .active {background-color:#f5f5f5 !important;}
.nav{overflow:scroll !important;height: 500px}
/* ============================页面设计======================================*/
#left {
    float: right;
}
#right {
    float: left;
}
.navbar {
    display: none;
}
/* ============================代码块添加复制=================================*/
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  display:none;
}
.cnblogs-markdown pre:hover > span {
  display:block;
}
.cnblogs-markdown pre > .copyed {
  background: #67c23a;
}

/* =============================================================*/
