::selection {
    background:#F60;
    color:white;
}

::-moz-selection {
    background:#F60;
    color:white;
}

::-webkit-selection {
    background:#F60;
    color:white;
}

body{
background-image: url(https://wrongwaycn.github.com/bootstrap/docs/assets/img/grid-18px-masked.png);
background-repeat: repeat-x;
}

.post{background:none;}

.dayTitle{border-bottom:0px;}

.input_my_zzk{width: 154px;}
.postTitle a{text-shadow:0 1px 0 rgba(161, 175, 185, 0.5);color:black;}
.postTitle a:link{color:#F60;}
.postTitle a:visited{color:#F60;}
.postTitle a:hover{color:#0069D6;}
.postTitle a:active{color:#F60;}
.postSeparator{border-bottom:1px dotted #6466B3;}
#sideBarMain ul{margin:0px;}
.catListTitle{font-size:13px;color:black;margin-bottom:-7px;}
#profile_block{margin-top:15px;}

/*找找看、谷歌搜索按钮样式*/
input.btn_my_zzk{
-webkit-border-radius:2px;
-webkit-user-select:none;
background-color:whiteSmoke;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius:2px;
color:#666;
cursor:default;
font-size:11px;
height:24px;
min-width:54px;
text-align:center;
}

/*head*/
#header{box-shadow:0 3px 6px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;}
#blogTitle{margin-right:145px!important;}
#blogTitle h2{margin-left:30px!important;color:white!important;}

/*代码高亮*/
.cnblogs_code{border-radius:6px;padding:5px 10px;}
.cnblogs_code pre{text-shadow:0 1px 0 white;}

/*日期*/
.CalTitle{background:whiteSmoke;}
.CalNextPrev{text-align:center;}
.CalTitle{border-bottom:1px solid whiteSmoke;}

/*自定义DIV*/
.lsm_footer{
position: fixed;
bottom: 0px;
width: 100%;
box-shadow:0 -6px -3px rgba(139, 139, 139, 0.31), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.lsm_footer_t1 {
padding:5px;margin-left:20px;background:url(https://zmingcx.com/wp-content/themes/HotNewspro/images/bulletin.gif) no-repeat left;padding-left:30px;
color:white;
z-index: 1002;
position: relative;
}
.lsm_footer_t2 {
opacity: 0.8;
position: absolute;
background-color:black;
height: 28px;
top: 0px;
width: 100%;
}