/*整体*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
body {
    background-color : rgba(255,255,255,0.5);
    background: url(https://images.cnblogs.com/cnblogs_com/yuanshen/1501423/o_5726f20069401b69ab013e3c.jpg) no-repeat;
    /* background: url(https://images.cnblogs.com/cnblogs_com/yuanshen/1501423/o_20190810161958.jpg) no-repeat; */
    /*background: url(https://images.cnblogs.com/cnblogs_com/yuanshen/1501423/o_5678d4dc69401b02b669e154.jpg) no-repeat;*/
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.9;

    place-items: center;
    font-family: Roboto, sans-serif;
}
/*主体*/
#home {
    border-radius: 8px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 20px;
    background: url();
    background-color: rgba(255, 255, 255, 0.9);
}
a:hover {
    color: #000;
    opacity: 0.5;
}
/*大标题*/
#Header1_HeaderTitle {
    color: #000;
}
#header h1 a:hover {
    color: #000;
    opacity: 0.5;
}
/*小标题*/
#blogTitle h2 {
    color: #fff;
    opacity: 0.3;
}
#blogTitle h2:hover {
    color: #000;
    opacity: 0.3;
}
/*大列表*/
#navList a:link, #navList a:visited, #navList a:active {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#navList a:hover {
    opacity: 0.5;
}
/*小列表*/
.blogStats {
    color: #aaa;
}
/*题目*/
.postTitle a:hover{
    color: #000;
    opacity: 0.5;
}
/*底部版权*/
#footer {
    background: url();
    color: #000;
}
/*广告*/
#cnblogs_c1 {
    display: none;
}
#cnblogs_c2 {
    display: none;
}
#cnblogs_c3 {
    display: none;
}
#cnblogs_c4 {
    display: none;
}
#cnblogs_c5 {
    display: none;
}
#cnblogs_c6 {
    display: none;
}

#snow{
    position: fixed;
    bottom: 0px;
    right: 0px;
    /*background: #0085ff; */
    /*color: #e0e0e0;*/
    border: 0px solid #ff8500;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
#hiddenbut{
    position: fixed;
    bottom: 20px;
    right: 0px;
    /* background: #0085ff; */
    border: 0px solid #ff8500;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
#ihavebug{
    position: fixed;
    bottom: 40px;
    right: 0px;
    /* background: #0085ff; */
    border: 0px solid #ff8500;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
#changepic{
    position: fixed;
    bottom: 60px;
    right: 0px;
    /* background: #0085ff; */
    border: 0px solid #ff8500;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
#lightning{
    position: fixed;
    bottom: 80px;
    right: 0px;
    /* background: #0085ff; */
    border: 0px solid #ff8500;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
#rightbut{
    position: fixed;
    bottom: 80px;
    right: 0px;
    /* background: #0085ff; */
    border: 0px solid #ff8500;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
#leftbut{
    position: fixed;
    bottom: 100px;
    right: 0px;
    /* background: #0085ff; */
    border: 0px solid #ff8500;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}

/*分页后的分页样式*/
.pager {
    display: inline-block;
    font-size: 16px;
    font-weight: 300 !important;
    color: #fff;
    background-color: inherit !important;
    border-radius: 6px;
}
