@import url(https://fonts.loli.net/css?family=Roboto+Slab:100,300,400);
@import url(https://fonts.loli.net/css?family=Fira+Sans:100,300,400);
html, body, html * {
    font-family: 'Roboto+Slab', sans-serif;
    font-weight: 100;
    text-decoration: none!important;
    color: #000;
}
body {
    font: 400 2em / 1.5em 'Cardo', serif;
    color: #45484d;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.header {
    text-align: center;
    font-size: 3em;
    padding: 4em 0 0 0;
    background-image:url("https://files.cnblogs.com/files/crocat/logo_whole.gif");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position:center;
}
.headerDis {
    font-size: 16px;
    padding: 24em 0 0 0;
}
#main:before {
//content:url(//files.cnblogs.com/files/crocat/cat_hr.gif);
}
.headerText a {
    color: #000;
}
#Header1_HeaderTitle , .postTitle , .c_b_p_desc_readmore {
    display: none;
}
.Header1_HeaderTitle {
    transition: all ease-out 0.2s;
    font-size: 3em;
}
#topics {
    text-align: center;
}
.c_b_p_desc {
line-height: 1.5em;
}
.c_b_p_desc:first-line {
    font-size:0;
}
.c_b_p_desc:after {
content: hr ;
}
#navigator {
    display:none!important;
}
#MyLinks1_NewArticleLink {
    display:none!important;
}
#blog_nav_admin {
    display:none!important;
}
.dayTitle {
    display: none;
}
#footer {
    text-align: center;
    font-size: 14px;
}
.postDesc {
    display: none;
}