html{
font-size:14px;
}
body{
padding-left: 10%;
padding-right: 10%;
 background-image:url(https://images.cnblogs.com/cnblogs_com/rockyxiang/1701497/o_200415122705page_bg.jpg); 
        background-repeat: repeat; 
}
ul {
      list-style-type: none;
padding-left: 20px;
}
 a { text-decoration: none;

 } 

#blogTitle{
margin-top: -16rem;
    float: left;
    padding: 50px;
}



#Header1_HeaderTitle{
color: #ffffff;
font-size: 2.5rem;
text-shadow: black 0.1em 0.1em 0.2em;
}

#navigator{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
background-color: #FF5722;
    padding-top: 10px;
    padding-bottom: 10px;
height:30px;
}

#navList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
margin: 0;
line-height: 30px;
}
#navList li{
padding-left:20px;
padding-right:20px;
}
#navigator .blogStats{
display:none;
}

#navList a{
color:#ffffff;
}
#navList a:hover{
color:#ffffff;
    font-size: 1.1rem;
}


#main{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
background-color: #ffffff;
    padding-left: 30px;
}

#sideBar{
    width: 300px;
    padding: 20px;
}

#mainContent{
-webkit-flex: 1;
    flex: 1;
}


.day .postTitle{

    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
font-size: 1.5rem;



border-left: 1px solid rgba(0, 0, 0, 0.5);
 border-top: 1px solid rgba(0, 0, 0, 0.5);
border-right: 1px solid rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 6px 6px 6px #c3c1c1;
 -webkit-box-shadow: 6px 6px 6px #c3c1c1;
box-shadow: 6px 6px 6px #c3c1c1

}
.day .postTitle a{
color:#000000;
}

.day .postTitle a:hover{
text-decoration: underline;
}

.day .postCon{
    background: #ffffff;
    padding: 20px;
border-left: 1px solid rgba(0, 0, 0, 0.5);
border-right: 1px solid rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 6px 6px 6px #c3c1c1;
 -webkit-box-shadow: 6px 6px 6px #c3c1c1;
box-shadow: 6px 6px 6px #c3c1c1;
color:#717171
}
.day .postDesc{
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;

 border-bottom:1px solid rgba(0, 0, 0, 0.5);
border-left: 1px solid rgba(0, 0, 0, 0.5);
border-right: 1px solid rgba(0, 0, 0, 0.5);

 filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
 -moz-box-shadow: 6px 6px 6px #c3c1c1;
 -webkit-box-shadow: 6px 6px 6px #c3c1c1;
box-shadow: 6px 6px 6px #c3c1c1;
margin-bottom:15px;
    color: #9E9E9E;
    font-size: .8rem;
}

#footer{
background-color: #585858;
color:#ffffff;
padding:20px;
text-align: center;
}

.dayTitle{
padding:10px;
}

.dayTitle a{
font-style: italic;
    color: #FF5722;
}

.dayTitle::before{
content: "1";
    width: 5px;
    height: 10px;
    background-color: #ff5722;
    border-radius: 5px;
    color: #ff5722;
}

.c_b_p_desc_readmore{
    background: #b7b6b6;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 0.8rem
}

.postDesc a{
display:none;
}

#calendar{
display:none;
}

.catListTitle{
border-bottom: 4px solid #FF5722;
border-radius: 5px;
    width: 50%;
}
#profile_block{
 line-height: 30px;

}
#profile_block a{
    background-color: #FF9800;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
font-size:.8rem;

}

#sidebar_shortcut li{
line-height: 30px;
}

#sidebar_shortcut li a{
color:#717171;
}

#sidebar_shortcut li a:hover{
text-decoration: underline;
}

#sidebar_shortcut li ::before{
content: "12";
    background-color: #ff5722;
    border-radius: 5px;
    color: #ff5722;
margin-right:5px;
}


.catListPostArchive li a:hover{
text-decoration: underline;
}

.catListPostArchive li a{
color:#717171;
}

#TopViewPostsBlock li a{
color:#717171;
}

#TopViewPostsBlock li a:hover{
text-decoration: underline;
}

.input_my_zzk{
border-radius: 20px;
    background-color: #dedcdc;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
outline-style: none;
}

.btn_my_zzk{
color: #ffffff;
    background-color: #FF5722;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 5px;
    border-style: none;
outline-style: none;

}

#sidebar_search,#sidebar_shortcut,#sidebar_categories,#sidebar_topviewedposts{
margin-top:3rem;
}

#myposts .PostList{
    margin-right: 20px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 1rem;
}



.entrylistPosttitle{

    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
font-size: 1.5rem;



border-left: 1px solid rgba(0, 0, 0, 0.5);
 border-top: 1px solid rgba(0, 0, 0, 0.5);
border-right: 1px solid rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 6px 6px 6px #c3c1c1;
 -webkit-box-shadow: 6px 6px 6px #c3c1c1;
box-shadow: 6px 6px 6px #c3c1c1

}
.entrylistPosttitle .postTitle a{
color:#000000;
}

.entrylistPosttitle .postTitle a:hover{
text-decoration: underline;
}

.entrylistPostSummary{
    background: #ffffff;
    padding: 20px;
border-left: 1px solid rgba(0, 0, 0, 0.5);
border-right: 1px solid rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 6px 6px 6px #c3c1c1;
 -webkit-box-shadow: 6px 6px 6px #c3c1c1;
box-shadow: 6px 6px 6px #c3c1c1;
color:#717171
}
.entrylistItemPostDesc{
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;

 border-bottom:1px solid rgba(0, 0, 0, 0.5);
border-left: 1px solid rgba(0, 0, 0, 0.5);
border-right: 1px solid rgba(0, 0, 0, 0.5);

 filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
 -moz-box-shadow: 6px 6px 6px #c3c1c1;
 -webkit-box-shadow: 6px 6px 6px #c3c1c1;
box-shadow: 6px 6px 6px #c3c1c1;
margin-bottom:15px;
    color: #9E9E9E;
    font-size: .8rem;
}


#wsp-author{
text-align: right;
padding-right:4rem;
}

#whispers{
padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #9E9E9E;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 20px;
}

#wsp-sentences{
font-size:1.5rem;
}
.yinhao{
font-size:3rem;
}
#wsp-btn{
text-align: right;
    padding-top: 10px;
    margin-right: -10px;
    height: 20px;
}

#wsp-btn img{
width:20px;
height:20px;
}