






#clockdiv {
    /* left, center, right */
    text-align: center;
}

#home {
margin: 0 auto;
opacity: 0.8;
width: 65%;
min-width: 1080px;
background-color: #fff;
padding: 30px;
margin-top: 50px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#lnkBlogLogo {
background-color: 
#008000; 
background-color: 
rgba(0, 0, 0, 1); 
width: 
20px; 
height: 
120px; 
display: 
block; 
position: 
absolute; 
left: 
0px; 
}
(1, 6863)
#footer {
text-align: 
center; 
border-top: 
2px solid #008000; 
border-top-color: 
black; 
margin-top: 
50px; 
margin-left: 
25px; 
padding-top: 
10px; 
padding-bottom: 
10px; 
}

/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

.postBody blockquote {
    background: url() no-repeat -75px -20px #f0f0f0;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px 50px;
}

#comment_nav {
    border-radius: 25px;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(0, 0, 0, 1);
}

div.commentform textarea.comment_textarea {
    border-radius: 25px;
    line-height: 1.6;
}


































































        body {
            margin: 0;
            font-family: 'Lato', sans-serif;
background: url(//images.cnblogs.com/cnblogs_com/wang2217/1640307/o_200201132728323402.jpg) fixed;
        }

        .overlay {
            height: 0%;
            width: 100%;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: rgb(0,0,0);
            background-color: rgba(0,0,0, 0.9);
            overflow-y: hidden;
            transition: 0.5s;
        }

        .overlay-content {
            position: relative;
            top: 25%;
            width: 100%;
            text-align: center;
            margin-top: 30px;
        }

        .overlay a {
            padding: 8px;
            text-decoration: none;
            font-size: 36px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

        .overlay p {
            padding: 8px;
            text-decoration: none;
            font-size: 36px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            .overlay a:hover, .overlay a:focus {
                color: #f1f1f1;
            }

        .overlay .closebtn {
            position: absolute;
            top: 20px;
            right: 45px;
            font-size: 60px;
        }

        @media screen and (max-height: 450px) {
            .overlay {
                overflow-y: auto;
            }

                .overlay a {
                    font-size: 20px
                }

                .overlay .closebtn {
                    font-size: 40px;
                    top: 15px;
                    right: 35px;
                }
        }