#home{
    filter:alpha(opacity=100);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.55;
}

body{
    background-image:url(https://images.cnblogs.com/cnblogs_com/Hero-of-someone/1094939/o_night.jpg);
    background-size:cover;
    background-attachment:fixed;
}
#blog_nav_sitehome{
    display:none;
}

#home {
    box-shadow: 0 0 10px rgb(0, 0, 0);
    margin: 0 auto;
    width: 70%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
   // box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 a {
    color: #6a6a6a;
}
#blogTitle h1 a:hover {
    color: #e4135d;
}

#blogTitle h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 60px;
    clear: both;
    margin-top: 25px;
}

#navList {
    font-size: 18px;
}

#navList a:hover {
    color: #e4135d;
}

.catListTitle {
    font-size: 2.35em;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #e4135d;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
}

.postTitl2 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
}

#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #e4135d;
    transition: all 0.4s linear 0s;
}
.postTitle {
    border-left: 3px solid #e4135d;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.content, .wrapper:before {
    box-sizing: border-box;
    display: block;
    font-size: 2em;
    padding: 1em;
    width: 11em;
    height: 3em;
    position: fixed;
    top: 92%;
    left: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.content {
    font-weight: bold;
    text-align: center;
    z-index: 1000;
    background: #000;
    color: #fff;
    mix-blend-mode: darken;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
    position: relative;
    height: 100vh;
    padding: 1em;
}

.wrapper {
    clip: rect(auto auto auto auto);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrapper:before {
    content: " ";
    padding: 2em 6em;
    mix-blend-mode: lighten;
}

.one {
    background-image: url(https://unsplash.it/1920/1080?image=812);
    opacity: 0.75;
}
.one .wrapper:before {
    background: #e4135d;
    mix-blend-mode: difference;
}


.cnblogs-markdown .hljs {
    font-family:"Ubuntu Mono"!important;
    font-size: 18px!important;
    line-height: 1.2!important;
    padding: 10px!important;
    background:#e0e0e0!important;
    color:white;
    border-radius: 12px!important;
    width:90%;
    background-color: #232929!important;
}
.hljs-meta-keyword{color:#ec5a7f!important;}
.hljs-meta-string{color:#ec5a7f!important;}
.hljs-keyword{color:#28fffb!important;}
.hljs-string{color:#ec5a7f!important;}
.hljs-literal{color:#ccccff!important;}
.hljs-number{color:white!important;}
.hljs-built_in{color:white!important;}
.hljs-title{color:#50ff00!important;}


#footer {
    color: #e4135d;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 25px;
    padding-top: 10px;
    margin-bottom: 10px;
}

#sideBar a:hover {
    color: #e4135d;
    text-decoration: underline;
}