#home {
width:90%;
background-color: rgba(255,255,255,0.3);
padding: 50px;
margin:0px 0px 0px 0px;
//box-shadow: 5px 5px 10px rgba(100, 100, 100, 0.3);
}
#main{
background-color: rgba(255,255,255,0.5);
}
body {
color: black;
background: url(https://images.cnblogs.com/cnblogs_com/asdfsag/1345689/o_200906084324timg.jpg) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 14px;
min-height: 100%;
}

#navigator {
    background-color: rgba(255,182,193,0.5);
}

#blogTitle h1 {
font-size: 35px;
font-weight: bold;
font-family: "Comic Sans MS";
line-height: 1.5em;
margin-top: 20px;
color: #515151;
}
#blogTitle h2 {
font-size: 18px;
font-weight: bold;
font-family: sans-serif,NospzGothicMoe,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
line-height: 1.5em;
margin-left:600px;
color: rgba(0,0,255,0.3);
text-shadow:2px 2px 2px rgba(255,0,0,0.3);
//text-shadow:0 0 1em rgba(255,0,0,0.1), 0 0 0.7em rgba(255,0,0,0.1), 0 0 0.5em rgba(255,0,0,0.1), 0 0 0.2em rgba(255,0,0,0.1)
}
#blog-calendar{
font-size: 12px;
font-weight: bold;
font-family: Tempus Sans ITC;
line-height: 1.5em;
color: brown;
}
#sideBarMain{
font-size: 15px;
}

#main{

}
.day{

}

#mainContent{
width:75%;
background-color: rgba(255,255,255,0.3);
}
#sideBar{
background-color: rgba(255,255,255,0.3);
}

.postTitle{
font-size:18px;
}

.cnblogs_code{
background-color: rgba(255,255,255,0.5);
}

.cnblogs_code div{
background-color: rgba(255,255,255,0);
}

:not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not([class*="language-"]):not([highlighted]):not(.hljs) {
background-color: rgba(255,255,255,0);
}

.cnblogs-markdown pre code, .cnblogs-post-body pre code {
background-color: rgba(255,255,255,0.5);
}

.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, 

.cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color:rgba(255,255,255,0.5)!important;
}

.cnblogs_code pre{
font-family: Courier New!important;
//font-weight:600;
font-size: 14px!important;
line-height: 22px!important;
word-break: break-all;
//white-space:pre-line;
}
.cnblogs_code span{
font-family: Courier New!important;
//font-weight:600;
font-size: 14px!important;
line-height: 22px!important;
word-break: break-all;
//white-space:pre-line;
}



.postTitle a:hover {
  margin-left: 10px;
  color: red;
  transition: all 0.15s
}


.heimu{
    background-color:black;
    color:black;
    transition: all 0.15s;
}

.heimu:hover{
    color:white;
}