
* {
    margin: 0;
    padding: 0;
}

/* ##################  cfg-01    <a>  ##################    */
/* 未访问的链接 */
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: rgb(54, 148, 235);
  text-decoration: none;
}
/* 鼠标移动到链接上 */
a:active, a:hover {
  color: #FF00FF;
  text-decoration: none;
} 

#navList li a{
  background-color: black;
  font-size: 14px;
}


/* ##################   cfg-02       ul setting   ##################  */
#TopViewPostsBlock ul li {
    margin: 2px 0 2px 5px;
    padding: 3px 5px;
}
#sidebar_postcategory ul li{
    margin: 2px 0 2px 5px;
    padding: 5px 5px;
}

/* ##################   cfg-03     header setting   ##################  */
#header{
  background-color: black;
  height: 48px;
}
#header #navigator{
    top: 0px;
    height: 48px;
}
#header ul  {
    height: 48px;
    float: left;
}

#header .blogStats {
    color: #17d5cc;
    font-size: 12px;
    text-align: right;
    padding: 15px;
}

#header #navList li{ padding: 12px 10px 12px 0;}



/* ##################   cfg-04     main setting   ##################  */

body {
color: #000;
background: url(https://images.cnblogs.com/cnblogs_com/gareth-yu/2090926/o_220107074030_111.jpg
) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}

#home #main{
  margin-top: 20px;
  background-color: #f5f5f5;
  margin-bottom: 0;
}

#main{
background-color:transparent;
width:80%;
margin:20px auto;
}
#mainContent{
float:right;
width: calc( 100% - 280px);
}
#sideBar{
width:230px;
border-radius:5px;
background-color:rgb(245, 245, 245);
}

#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    margin: 48px 0 20px;
}
#cnblogs_post_body h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 42px 0 20px;
}
#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 16px 0;
}
#cnblogs_post_body h4{
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0;
    line-height: 1.5;
    color: black;
    padding: 0;
    background-color: #fffdfa;
}

#cnblogs_post_body p {
    text-indent: 0;
    margin-top: 25px;
}

#cnblogs_post_body ul li {
    list-style-type: disc;
    margin: 1px 0 1px 20px;
}


/* ##################   cfg-05     fotter setting   ##################  */
#footer{
display:none;
}
.footer-des{
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
color: white;
font-size: 12px;
background-color:black;
}
.postTitle, .postTitl2, .entrylistPosttitle{
border-left-width:8px;
border-left-color:black;
}





/*代码高亮*/
/*
.cnblogs_code div {
    background: #282b2e;
}
.cnblogs_code {
    background: #282b2e;
    border-radius: 5px;
    border: none;
    font-family: consolas !important;
    color: #fff;
}
.cnblogs_code_toolbar {
    background: #282b2e !important;
}
.cnblogs_code_toolbar a:hover, .cnblogs_code_toolbar a:link, .cnblogs_code_toolbar a:visited, .cnblogs_code_toolbar a:active, .cnblogs_code_toolbar a:link img, .cnblogs_code_toolbar a:visited img {
    background-color: #282b2e !important;
    border: none!important;
}
.cnblogs_code pre {
    font-family: consolas !important;
    padding-left: 3px;
    color: rgb(224, 226, 228);
}
.cnblogs_code span[style="color: #000000;"] , .cnblogs_code span[style="color: #ff0000;"]{
    color: rgb(224, 226, 228) !important;
}
.cnblogs_code span[style="color: #0000ff;"]{
    color: rgb(147, 199, 99)!important;
}
.cnblogs_code span[style="color: #800080;"]{
    color: #ffd740 !important;
}
.cnblogs_code span[style="color: #800000;"]{
    color: rgb(236, 118, 0)!important;
}
.cnblogs_code span[style="color: #008000;"]{
    color: rgb(129, 142, 150)!important;
}
.cnblogs_code span[style="color: #008080;"]{
    color: #afafaf!important;
    margin-right: 5px;
}
.cnblogs_code_collapse {
    border: none;
    background: #282b2e;
    color: rgb(147, 199, 99);
}
.cnblogs_code > pre {
    border: none !important;
}
.cnblogs_code > textarea {
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
}
*/
/*代码高亮结束*/

