#home {
  opacity: 0.80;
  margin: 0 auto;
  width: 85%;
  height:95%;
  min-width: 950px;
  background-color: #fff;
  padding: 30px;
  padding-top: 0;
  margin-top: 30px;
  margin-bottom: 50px;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
#blogTitle .title{
  float: right;
  font-size: 60px;
  font-weight: bold;
  font-family: "Comic Sans MS";
  line-height: 1.5em;
  margin-top: 20px;
  color: #515151;
}
#blogTitle .subtitle{
  float: right;
  border-radius: 250px;
  background: url("https://www.cnblogs.com/images/cnblogs_com/minun/1575824/t_235.jpg");
  width: 100px;
  height: 100px;
}
body {
  color: #000;
  background: url(https://i.loli.net/2019/10/30/ji3HCE5ORZ7opsy.png) fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
  font-size: 12px;
  min-height: 101%;
}

#navList a:hover {
  color: #4C9ED9;
  text-decoration: none;
}

#navList a {
  display: block;
  width: 5em;
  height: 22px;
  float: left;
  text-align: center;
  padding-top: 18px;
}

#navigator {
  font-size: 15px;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  height: 50px;
  clear: both;
  margin-top: 25px;
}

.catListTitle {
  margin-top: 21px;
  margin-bottom: 10.5px;
  text-align: left;
  border-left: 10px solid rgba(82, 168, 236, 0.8);
  padding: 10px 0 14px 10px;
  background-color: #f5f5f5;
}

/*.day{
  margin: 40px;
  margin-top: 50px;
  margin-bottom: 50px;

  padding: 20px;
  background: 
  border: 1px solid black;
}
*/
#main #mainContent .day {
  height:150px;
  width: 825px;
  position: relative;
  margin: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 40px 20px;
  box-shadow: rgba(0,0,0,0.1) 0px 15px 35px 0px, rgba(0,0,0,0.07) 0px 3px 10px 0px;
  border-radius: 16px;
  background-color: #fff;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  transform-style: preserve-3d;

  border: 1px solid black;
}
#main #mainContent .day:hover{
  transform:scale(1.09);
}

#navigator{
  background: #fff;
  text-align: center;
}
#navigator a{
  font-size: 13pt;
  font-family: "Comic Sans MS";
  /*text-align: auto;*/
  text-align: center;
}

/*
 代码高亮开始，使用了一个叫Monokai Sublime的黑色主题皮肤，直接拿过来还不行，有一些样式冲突，还要自己稍微改一些地方
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}

/*黑色主题皮肤结束*/
#google_ad_c1, #google_ad_c2 {display:none;}
.c_ad_block {
    display: none !important;
}

#ad_t2{
   display: none !important;
}