body {
  font-family: sans-serif;
}
#div_digg{display:none}
#home{
min-width:auto;
}
#header{
position:absolute;
background-color: #282c34;
}
#cnblogs_post_body p,#cnblogs_post_body ol, #cnblogs_post_body ul{
white-space:initial;
}
#cnblogs_post_body h1 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}

/*hide pace circle progress icon*/

.pace-activity {
  display: none!important;
}
#sideBar{
/*display:none;*/
}

#sideBar, .post {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}

#navList li {
  border-bottom: 2px solid;
}

#navList li:hover {
  border-bottom: 2px solid #4281F3;
}

.cnblogs_code {
  background-color: #CEE0E3;
  border: none;
  border-left: 5px solid #8BB4BC;
}

.cnblogs_code_toolbar, .cnblogs_code_toolbar a:link img {
  background-color: #CEE0E3!important;
}

.cnblogs-markdown code {
  border: none!important;
  font-size: inherit!important;
  line-height: 20px!important;
 display:inline!important;
}

.postTitle {
  margin: 20px 0;
}
.post .postTitle{
  padding: 0 20px;
  box-sizing: border-box;
}

#cb_post_title_url {
  font-size: 2em;
}

#tbCommentBody {
  border-color: #ddd;
  height: 150px;
}

#green_channel {
  border: none;
}

#green_channel a {
  background-image: none;
  border-radius: 0;
}

/*blog list*/

.day .postTitle2 {
  color: #3E73A0!important;
}

.day .postTitle2:hover {
  text-decoration: underline;
}


/* .emphasis_block {
  padding: 5px 5px 5px 15px;
  border-left: 5px solid #ddd;
  background-color: #eee;
} */

#cnblogs_post_body h1, #cnblogs_post_body h2, #cnblogs_post_body h3 {
  margin: 20px;
}

.postBody {
  color: black;
}

.postBody a {
  color: #0366d6;
  text-decoration: none !important;
}

/* fix for github */

tbody .d-block div.highlight {
  color: #24292e;
  padding: initial;
/*  margin: 0 0 16px 0;*/
  border-left: none;
}

.postBody div.highlight {
  color: #fff;
  padding: 15px 20px;
  margin: 15px 0;
  border-left: 5px solid #aaa;
}

.postBody div.highlight h1{
font-size: 1em !important;
  font-weight: normal !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#cnblogs_post_body ol, #cnblogs_post_body ul {
  margin-left: 30px;
}
#cnblogs_post_body ol{
padding-left:2em;
margin-left:0;
}


#myposts .PostList {
  border-bottom: none;
}

.diggit {
  position: fixed;
  right: 0;
  bottom: 150px;
}

#digg_tips, .buryit {
  display: none;
}

.feedbackCon {
  background-image: url('https://images.cnblogs.com/cnblogs_com/Wayou/399998/o_speaker_close.png');
  background-size: 30px 30px;
  background-position: 0 10px;
}

.feedbackCon:hover {
  background-image: url('https://images.cnblogs.com/cnblogs_com/Wayou/399998/o_speaker.png');
  background-size: 30px 30px;
  background-position: 0 10px;
}

.fastCom {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background-size: 45px 45px;
  opacity: .5;
  position: fixed;
  right: 0;
  bottom: 105px;
  width: 45px;
  height: 45px;
  background-image: url('https://images.cnblogs.com/cnblogs_com/Wayou/399998/o_speaker_close.png');
}

.fastCom:hover {
  opacity: 1;
  background-image: url('https://images.cnblogs.com/cnblogs_com/Wayou/399998/o_speaker.png');
}

/*diggit shine style*/

.diggit:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 0, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.diggit:hover:after {
  width: 120%;
  background-color: rgba(255, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*wanker*/

.wanker {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #000;
  color: #FFF;
  display: none;
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2014;
}

.wanker-content {
  position: relative;
  margin: 3em auto 0;
  width: 80%;
}

.wanker-content h1 {
  font-size: 4em;
  line-height: .9em;
  margin-bottom: 2em;
}

.wanker-content a {
  color: #e9522f;
}

#myposts .PostList {
  margin: 2px;
  padding: 0;
}

#myposts .PostList a:hover {
  text-decoration: underline;
}

blockquote {
  border: none;
}

#cnblogs_post_body h1, #cnblogs_post_body h2, #cnblogs_post_body h3, #cnblogs_post_body h4 {
  margin-left: 0;
}

.postTitle a:hover {
  color: #0069D6;
}

/* fix for github */

#cnblogs_post_body td.markdown-body, #cnblogs_post_body table.d-block, .cnblogs-post-body table.d-block {
  border: none;
}

#cnblogs_post_body table, .cnblogs-post-body table{
border:none;
}
#cnblogs_post_body table{
overflow-x:auto!important;
word-break:normal;
}

.postBody blockquote {
  min-height: inherit;
background:#fff
}

table.d-block pre code {
  background: transparent!important;
}

#main{
min-width:inherit;
}
#mainContent .forFlow{
max-width:780px;
margin: 0 auto;
}

#mainContent, #mainContent .forFlow{
box-sizing:border-box;
}

#blog-sidecolumn{
/*display:none;*/
}



.pace .pace-progress {
  background: #ff0000!important;
}
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #ff0000, 0 0 5px #ff0000!important;
}

.pace .pace-activity{
 border-top-color: #ff0000!important;
  border-left-color: #ff0000!important;
}

.cnblogs-markdown code, .cnblogs-post-body code{
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace!important;
}
.postBody .markdown-body p code, .postBody .markdown-body p tt{
font-size:85%!important;
}

@media only screen and (max-width: 767px) {
 .blogpost-body img {
max-width:100%!important;
  }
#cnblogs_post_body th, #cnblogs_post_body td, .cnblogs-post-body th, .cnblogs-post-body td{
white-space:initial!important;
}
}


.postBody .markdown-body .highlight pre, .postBody .markdown-body pre{
overflow:auto;
white-space:pre;
}

.post-reading-info{
color: #5d5d5d;
}

.theme-switcher {
  position: absolute;
  top: 5px;
  z-index: 9999;
  right: 10px;
color: #ddd;
}
.theme-switcher .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.theme-switcher .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.theme-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-switcher .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.theme-switcher input:checked + .slider {
  background-color: #2196F3;
}
.theme-switcher input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.theme-switcher input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.theme-switcher .slider.round {
  border-radius: 24px;
}
.theme-switcher .slider.round:before {
  border-radius: 50%;
}

.dark-theme{
background: #2c2c2c;
}
.dark-theme #mainContent{
filter: invert(1);
}
.dark-theme .post{
background: lightgrey;
}


