<style>

/*全局样式*/
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    background:no-repeat fixed;
    background-image: url("https://images.cnblogs.com/cnblogs_com/treetop/1320054/o_48.jpg");
    background-size:cover;
    transition: all 1s linear 0s;
    color:#000;
    font-family: "微软雅黑","verdana","ms song","宋体","Arial", "Helvetica", "sans-serif";
    font-size: 15px;
    min-height: 101%;
    width:75em;
    margin-left:auto;
    margin-right:auto;
    z-index:0;
}
/* 滚动条默认显示样式 */
::-webkit-scrollbar-thumb{
   background-color:#03a9f4;
   height:50px;
   outline-offset:-2px;
   outline:2px solid #cddc39;
   -webkit-border-radius:4px;
   border: 2px solid #fff;
}
/* 鼠标点击滚动条显示样式 */
::-webkit-scrollbar-thumb:hover{
   background-color:#00bcd4;
   height:50px;
   -webkit-border-radius:4px;
}
/* 滚动条模块大小 */
::-webkit-scrollbar{
   width:10px;
   height:10px;
}
/* 滚动框背景样式 */
::-webkit-scrollbar-track-piece{
   background-color:#fff;
   -webkit-border-radius:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
ul {
    word-break: break-all;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
a:link {
    color:#ffeb00;
	text-decoration: none;
    transition: all 0.4s linear 0s;
}
a:visited {
    color:#ffeb00;
	text-decoration: none;
    transition: all 0.4s linear 0s;
}
a:hover {
    color: #7B68EE;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    transition: all 0.4s linear 0s;
}
a:active {
    color: black;
    text-decoration: none;
}
.clear {
    clear: both;
}


/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/
#home {
    margin: 0 auto;
    width:95%;
    min-width: 60em;
}
#header {
    padding-bottom: 0.4em;
    margin-top: 0.8em;
}
#blogTitle {
    height: 7em;
    clear: both;
    border:1px solid #000;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 12px;
    -webkit-box-shadow:5px 2px 6px #000;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
    //box-shadow: 0px 0px 30px 2px #ffeb00;
    text-shadow: 6px 5px 3px #999;
}
#blogTitle h1 {
    font-size: 300%;
    font-weight: bold;
    margin-left: 1em;
    margin-top: 0.4em;
    width: 50%;
    float: left;
}
#blogTitle h2 {
    margin-left: 6em;
    line-height: 1.5em;
    width: 50%;
    float: left;
    text-shadow:-1px 0 #ddd,1px #ddd,1px 0 #ddd,-1px #ddd;
}
#blogLogo {
    float: right;
}
#navigator {
    margin-top:0.3em;
    height: 2em;
    clear:both;
    border:1px solid #999;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    //-webkit-box-shadow:5px 2px 6px #000;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
    box-shadow: 0px 0px 30px 2px #ffeb00;
    background:#FFF;
    opacity: 0.60;
}
#navList {
    min-height: 1.5em;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
#navList li {
    float: left;
}
#navList a {
    display: block;
    padding-left:0.5em;
    padding-right:0.5em;
    line-height:2em;
    float: left;
    text-align: center;
    border-right: 1px solid #999;
}


.blogStats {
    float: right;
    font-size:0.8em;
    color: #000;
    margin-top: 0.9em;
    margin-right: 0.2em;
    text-align: right;
}
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
#main{
    width: 100%;
    min-width: 70em;
    text-align: left;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 30px 0px #ffeb00;
    border-radius: 10px;
}
#mainContent .forFlow{
    margin-left: 13em;
    float: none; 
    width: 80%;
}
#sideBar{
    width: 18%;
}
#mainContent {
    min-height: 18em;
    padding: 0px 0px 10px 0;
    *padding-top:10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    
    float: right;
    margin-left: -26em;
    width: 100%
}
.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.dayTitle {
    width: 100%;
	text-shadow: 3px 2px 1px #999;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 90%;
    margin-top: 3px;
    margin-bottom: 10px;
    clear:both;
    border-bottom: 2px solid #e9f3e8;
    text-align:center;
}

.postTitle {
    font-size: 150%;
    font-weight: bold;
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear:both;
    text-shadow: 3px 2px 1px #999;
}
.postTitle a:hover {
	padding:10px;
	text-shadow: -13px 5px 3px #999;
	color:#7B68EE;
}

.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear:both;
    padding: 10px 0;
}
.postDesc {
    float: right;
    width: 100%;
    clear:both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
}


/*****主页文章列表结束**************************/

#night{
   background-image:url(https://images2017.cnblogs.com/blog/841250/201709/841250-20170914132057500-1294518696.png);
   background-repeat:no-repeat; 
  background-size:100% 100%;
   -moz-background-size:100% 100%;
    width: 136px;
    height: 136px;
    position: fixed;
    right: 100px;
    top: -65px;
    cursor: pointer;
    transition: all 0.7s linear 0s;

}
//点击烟花
	.firworks{
		width: 6px;
		height: 6px;
		position: absolute;
	}

</style>