
body { 
    width: 80%;
    margin: 0 10% 0 10%;
    color:#dee;
    font-size:1.4em;
}

/*导航，
*/
#navigator{
    background:#555;
    padding:5px;
}


/*文章内容，
*/
#mainContent div.forFlow{
    background-color: #444;
}
.postBody,
.postBody p{
    color: rgb(244,244,248);
}
.postBody summary{
    color:antiquewhite;
}
a:link,
.navList a:link,
.postTitle a:link{
    color:#fff;
}
a:active,
.navList a:active,
.postTitle a:active{
    color:#fff;
}
a:visited,
.navList a:visited,
.postTitle a:visited{
    color:#eee;
}
.postBody summary:hover,
a,
#navList a {
    color:#eff;
}

a:hover,
.navList a:hover,
.postTitle a:hover{
    color:#eef;
}

/*评论，
*/

textarea,
.comment_textarea{
    color:rgb(178,254,244);
    background-color: #555;
    border:none;
}


/*首页，
*/
.day{
    padding: 5px;
    background:#666;
    background-color: #555;
    font-size: 2em;
}

/*代码页，
*/
/* code[class*="language-"]{
    font-size:1.3em;
    color:green;
} */


