body{
   /*background-image:url("https://img2018.cnblogs.com/blog/1357696/201907/1357696-20190702130859245-249974333.png");*/
    background-image: url("https://img2018.cnblogs.com/blog/1357696/201907/1357696-20190702113212278-2060322729.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
}
canvas#fireworks {
    position: absolute;
}
#navList a:hover {
    background-color: #ff9a57;
}
#topicList{
  background:#fff;
  border: 2px solid #82ceeb;
  border-radius: 6px;
  padding: 10px 11px 10px 10px;
  margin-bottom:10px;
  margin-right:5px;
  width:73%;
}
.day{
  box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
}
.day:hover{
  box-shadow:0px 0px 4px 0px rgba(85,118,230, 1);
}
#leftcontentcontainer a:hover{
    color: rgba(85,118,230, 1);
}
/*时间控件部分*/
#calendar .Cal {
    line-height: 2.2em;
   border:1px solid #ccc;
   background: #fff;
}
/*侧边栏*/
div#sideBar {
    background: #FFF;
    margin-top: 10px;
    border-radius: 6px;
    padding:5px 5px;
    float:none;
}
/*头部导航*/
#navigator {
    height: 20px;
    clear: both;
    background: #816d65;
    padding: 10px;
}