/* 博客签名 */
#MySignature { 
    border:solid 1px #E5E5E5;
    padding:10px;
    background:#FFFEFE url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) no-repeat scroll 15px 50%;
    padding-left:80px;
}
#MySignature div{
    line-height: 25px;
}

.CalTodayDay{
    background-color: lightskyblue;
    color: black;
    
}

h1 {
    
}

/* 针对手机设备（屏幕宽度小于等于 767px） */
@media screen and (max-width: 767px) {
.post{
}
}

/* 针对电脑设备（屏幕宽度大于 768px） */
@media screen and (min-width: 768px) {
.post{
  width: 80%;
  margin: 0 auto;
}
}

cnblogs_code pre {
font-family: Courier New!important;
font-size: 15px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

cnblogs_code span {
font-family: Courier New!important;
font-size: 15px!important;
line-height: 1.5!important;
}


.postTitle{
  font-size: medium;
}

.postText{
  font-size: medium;
}

#rightmenu{
  font-size: medium!important;
}

#post_next_prev{
  font-size: medium!important
}

.cnblogs-markdown .hljs {
    font-size: 15px !important;
}

#sideBar {
  margin-top:-15px;
  width:230px;
  min-height:200px;
  padding:0 0 0 5px;
  float:left;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  overflow:hidden
}
#sideBar a {
  color:#757575
}
#sideBar a:hover {
  color:#21759b;
  text-decoration:underline
}