博客使用的CSS代码备份

CSS代码备份

/*simplememory*/
#google_ad_c1, #google_ad_c2 {
    display: none;
}

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter             table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
    font-size: 14px!important;
}

#blogTitle h1 a {
    color:rgba(72,128,196,0.8);
    padding-left: 20px;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);

}

#home {
    margin: 0 auto;
    width: 75%;
    min-width: 950px;
    background-color: rgba(255,255,255,0.75);
    padding: 30px;
    /*顶部白边*/
    margin-top: 0px;
    /*底部白边*/
    margin-bottom: 0px;
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    
}

//博客标题
#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
    margin-top: 20px;
    color: #515151;
    background-color: transparent;
}

//导航栏
#navList a:hover {
    color: #4C9ED9;
    text-decoration: none;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 14px;
}


#navigator {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: -5px;
    margin-left: -15px;
    margin-right: -15px;
    /*导航栏背景颜色*/
    background-color: rgba(176,207,242,0.7);
}

#navList li {
    float: left;
    margin: 0 0px 0 0;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
    
}


.blogStats {
    //box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    //background-color: #fff;
    opacity:0.85;
    
    float: right;
    color: #757575;
    margin-top: 15px;
    margin-right: 20px;
    text-align: right;
}

#mainContent {
    min-height: 200px;
    padding-right: 8px;
    padding-bottom: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -22em;
    width: 100%;
}
.catListTitle {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.75;
    
    margin-top: 0px;
    text-align: left;
    border-left: 12px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 13px 10px;
}

#ad_under_post_holder #google_ad_c1,#google_ad_c2 {
    display: none !important;
}

body {
    color: #000;
        background: url(http://images2015.cnblogs.com/blog/969197/201703/969197-20170325160900815-1058599404.jpg
) scroll;
    background-color: 0xffffff;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 100%;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

#topics.post{
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity: 0.8;
    
}

#topics .postTitle {
    //box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
    background-color: transparent;
    opacity: 0.8;
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.commentform p {
    margin-bottom: 10px;
}

.comment_btn {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #ddd;
    color: #999;
    cursor: pointer;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
    text-shadow: 0 0 1px #fff;
    display: inline !important;
}

.comment_btn:hover {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #258fb8;
    color: white;
    cursor: pointer;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
    text-shadow: 0 0 1px #fff;
    display: inline !important;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
}

#commentbox_opt,#commentbox_opt + p {
    text-align: center;
}

.commentbox_title {
    width: 100%;
}

#tbCommentBody {
    font-family: 'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
    margin-top: 10px;
    //max-width: 100%;
    //min-width: 100%;
    width: 93%;
    background: white;
    color: #333;
    border: 2px solid #fff;
    box-shadow: inset 0 0 8px #aaa;
    // padding: 10px;
    height: 250px;
    font-size: 14px;
    min-height: 120px;
}

.feedbackItem {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    background: #F2F2F2;
    box-shadow: 0 0 5px #aaa;
}

.feedbackListSubtitle {
    font-weight: normal;
}



.feedback_area_title {
    margin-bottom: 15px;
    font-size: 1.8em;
}

.feedbackItem {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 5px;
    background: rgb(248, 248, 248);
}

.color_shine {
    background: rgb(226, 242, 255);
}

.feedbackItem:hover {
    -webkit-animation-name: color_shine;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

#comment_form .title {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.75;
    
    font-weight: normal;
    margin-bottom: 15px;
}


#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding-right: 5px;
    padding-bottom: 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*个人信息栏*/
#profile_block {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.75;
    
    margin-top: -6px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    padding-left:12px;
    padding-bottom:10px;
    
}

img {
    border: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#blog-calendar {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.80;
    width: 226px;
}

.catListEssay{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li{
    max-width:220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
}


ul{
    //box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: transparent;
    opacity:1.00;
    padding-left: 3px;
    padding-bottom: 7px;
    padding-right: 3px;
}

.day{
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.80;
    margin-bottom:35px;
    padding-bottom: 18px;
}

/*随笔*/
.postTitle {
    border-left: 6px solid #21759b;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
    padding-top: 12px;
    margin-left: 8px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.day .postTitle a {
    padding-left: 12px;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
    font-weight: bold;
    font-size: 18px;
}

.postDesc {
    background:none;
    background-color: #fff;
    font-size: 13px;
    color: #757575;
    float: left;
    width: inherit;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 2px;
    margin-bottom: -6px;
    margin-left: 2px;
    line-height: 1.5;
}

.c_b_p_desc {
    font-size: 14px;
    line-height: 1.85;
    padding-left: 18px;
    padding-right: 18px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.80;
    //word-wrap: break-word;
}

#footer {
    font-size: 16px;
}


/*正文*/

#blog-comments-placeholder, #comment_form {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    padding: 0px;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    margin-bottom: 50px;
    display:none;
}

.postBody {
    padding: 12px;
}



#topics .postDesc {
    padding-left: 12px;
    width: 100%;
    text-align: left;
    color: #666;
    margin-top: 5px;
    background: none;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 24px;
}

#comment_form_container p {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 8px;
}

#comment_form_container .comment_textarea {
    /* width: 362px; */
    margin: 10px;
    /* height: 200px; */
    font-size: 13px;
    padding: 12px;
    /* margin-bottom: 10px; */
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.commentbox_title_left {
    font-size: 14px;
    padding-left: 8px;
}

.commentbox_title_right {
    float: left;
    padding-top: 5px;
    margin-bottom: 8px;
}

#comment_nav a {
    padding-left: 10px;
    padding-right: 14px;
    display: none;
}

.diggit {
    display:none;
    float: left;
    width: 46px;
    height: 52px;
    background: url(//static.cnblogs.com/images/upup.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

.buryit {
    display:none;
    float: right;
    margin-left: 20px;
    width: 46px;
    height: 52px;
    background: url(//static.cnblogs.com/images/downdown.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

#green_channel {
    width: 320px;
    display: none;
}

.feedback_area_title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.8em;
    padding: 8px;
    display:none;
}

.feedbackItem {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 5px;
    background: rgb(248, 248, 248);
    display: none;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 24px;
    display: none;
}

.commentbox_main {
    width: auto;
    display:none;
}

#comment_form_container p {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 8px;
    display:none;
}

.author_profile_info {
    float: left;
    line-height: 18px;
    display: none;
}

#cnblogs_post_body {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    
    word-break: break-word;
    background-color: rgba(255,255,255,0.6);
    padding: 16px;
    margin: -4px;
}

.cnblogs_code {
    background-color: rgba(255,255,255,0.5);
    font-family: Courier New!important;
    font-size: 12px!important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}

.cnblogs_code_toolbar{
    display:none;
}

#cnblogs_post_body img {
    max-width: 700px;
    margin-top: -8px;
    padding: 2px;
}

.cnblogs_code div {
     background-color:transparent;
}

#topics {
    width: 100%;
    min-height: 200px;
    padding: 0px 0px 10px 0;
    float:none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}


.entrylistItem {
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    padding-top: 10px;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    
}

.entrylistItemPostDesc {
    margin-bottom: -40px;
    text-align: left;
    color: #757575;
    padding-left: 10px;
}

 更装逼的效果。

/*simplememory*/
#google_ad_c1, #google_ad_c2 {
    display: none;
}

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter             table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
    font-size: 14px!important;
}

/*博客主标题*/
#blogTitle h1 a {
    color:rgba(227,255,255,0.8);
    font-size: 32px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
    text-shadow: 2px 2px 6px rgba(100, 100, 100, 0.3);
    
    padding-left: 20px;
    margin-top: 16px;
    background-color: transparent;
    
    transition: all 0.2s linear 0s;
}

#blogTitle h1 a:hover {
    color:rgba(255,255,255,0.8);
    transition: all 0.2s linear 0s;
}

/*主背景*/
#home {
    width: 75%;
    min-width: 950px;
    
    padding: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
    
    margin-top: 0px;/*顶部白边*/
    margin-bottom: 0px;/*底部白边*/
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: rgba(255,255,255,0.25);
}


/*导航栏*/
#navList a:hover {
    color: #4C9ED9;
    text-decoration: none;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 14px;
}


#navigator {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 5px;
    /*导航栏背景颜色*/
    background-color: rgba(185,249,248,0.5);
    transition: all 0.2s linear 0s;
}


#navList li {
    float: left;
    margin: 0 0px 0 0;
    height: inherit;
    padding-left:none;
    padding-right:none;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
    
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    padding-left: 10px;
    padding-right: 10px;
}


.blogStats {
    //box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    //background-color: #fff;
    opacity:0.85;
    
    float: right;
    color: #757575;
    margin-top: 15px;
    margin-right: 20px;
    text-align: right;
}

#mainContent {
    min-height: 200px;
    padding-right: 8px;
    padding-bottom: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -22em;
    width: 100%;
}
.catListTitle {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.75;
    
    margin-top: 0px;
    text-align: left;
    border-left: 12px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 13px 10px;
}

#ad_under_post_holder #google_ad_c1,#google_ad_c2 {
    display: none !important;
}

body {
    color: #000;
        background: url(http://images2015.cnblogs.com/blog/969197/201703/969197-20170325160900815-1058599404.jpg
) scroll;
    background-color: 0xffffff;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 100%;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

#topics.post{
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity: 0.8;
    
}

#topics .postTitle {
    //box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
    background-color: transparent;
    opacity: 0.8;
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.commentform p {
    margin-bottom: 10px;
}

.comment_btn {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #ddd;
    color: #999;
    cursor: pointer;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
    text-shadow: 0 0 1px #fff;
    display: inline !important;
}

.comment_btn:hover {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #258fb8;
    color: white;
    cursor: pointer;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
    text-shadow: 0 0 1px #fff;
    display: inline !important;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
}

#commentbox_opt,#commentbox_opt + p {
    text-align: center;
}

.commentbox_title {
    width: 100%;
}

#tbCommentBody {
    font-family: 'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
    margin-top: 10px;
    //max-width: 100%;
    //min-width: 100%;
    width: 93%;
    background: white;
    color: #333;
    border: 2px solid #fff;
    box-shadow: inset 0 0 8px #aaa;
    // padding: 10px;
    height: 250px;
    font-size: 14px;
    min-height: 120px;
}

.feedbackItem {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    background: #F2F2F2;
    box-shadow: 0 0 5px #aaa;
}

.feedbackListSubtitle {
    font-weight: normal;
}



.feedback_area_title {
    margin-bottom: 15px;
    font-size: 1.8em;
}

.feedbackItem {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 5px;
    background: rgb(248, 248, 248);
}

.color_shine {
    background: rgb(226, 242, 255);
}

.feedbackItem:hover {
    -webkit-animation-name: color_shine;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

#comment_form .title {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.75;
    
    font-weight: normal;
    margin-bottom: 15px;
}


#sideBar {
    margin-top: 0px;
    width: 230px;
    min-height: 200px;
    padding-right: 5px;
    padding-bottom: 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*个人信息栏*/
#profile_block {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    //opacity:0.75;
    
    margin-top: -6px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    padding-left:12px;
    padding-bottom:10px;
    
}

#sideBar a {
    color: rgba(50,50,50,1);
}

img {
    border: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#blog-calendar {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.80;
    width: 226px;
    transition: all 0.2s linear 0s;
}

.catListEssay{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li{
    max-width:220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
}


ul{
    //box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: transparent;
    opacity:1.00;
    padding-left: 3px;
    padding-bottom: 7px;
    padding-right: 3px;
}

.day{
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: rgba(255,255,255,0.85);
    opacity:0.80;
    margin-bottom:35px;
    padding-bottom: 18px;
    transition: all 0.2s linear 0s;
}

.day:hover, .day:link, .day:visited, .day:active {
    background-color: rgba(255,255,255,1);
    opacity:0.95;
    transition: all 0.2s linear 0s;
}

/*随笔*/
.postTitle {
    border-left: 6px solid #21759b;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
    padding-top: 12px;
    margin-left: 8px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.day .postTitle a {
    padding-left: 12px;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
    font-weight: bold;
    font-size: 18px;
}

.postDesc {
    background:none;
    font-size: 13px;
    color: #757575;
    float: left;
    width: inherit;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 2px;
    margin-bottom: -6px;
    margin-left: 2px;
    line-height: 1.5;
}

.c_b_p_desc {
    font-size: 14px;
    line-height: 1.85;
    padding-left: 18px;
    padding-right: 18px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: #fff;
    opacity:0.80;
    transition: all 0.2s linear 0s;
    //word-wrap: break-word;
}

#footer {
    font-size: 14px;
    font-weight: bold;
}


/*正文*/

#blog-comments-placeholder, #comment_form {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    padding: 0px;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    margin-bottom: 50px;
    display:none;
}

.postBody {
    padding: 12px;
}



#topics .postDesc {
    padding-left: 12px;
    width: 100%;
    text-align: left;
    color: #666;
    margin-top: 5px;
    background: none;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 24px;
}

#comment_form_container p {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 8px;
}

#comment_form_container .comment_textarea {
    /* width: 362px; */
    margin: 10px;
    /* height: 200px; */
    font-size: 13px;
    padding: 12px;
    /* margin-bottom: 10px; */
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.commentbox_title_left {
    font-size: 14px;
    padding-left: 8px;
}

.commentbox_title_right {
    float: left;
    padding-top: 5px;
    margin-bottom: 8px;
}

#comment_nav a {
    padding-left: 10px;
    padding-right: 14px;
    display: none;
}

.diggit {
    display:none;
    float: left;
    width: 46px;
    height: 52px;
    background: url(//static.cnblogs.com/images/upup.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

.buryit {
    display:none;
    float: right;
    margin-left: 20px;
    width: 46px;
    height: 52px;
    background: url(//static.cnblogs.com/images/downdown.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

#green_channel {
    width: 320px;
    display: none;
}

.feedback_area_title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.8em;
    padding: 8px;
    display:none;
}

.feedbackItem {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 5px;
    background: rgb(248, 248, 248);
    display: none;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 24px;
    display: none;
}

.commentbox_main {
    width: auto;
    display:none;
}

#comment_form_container p {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 8px;
    display:none;
}

.author_profile_info {
    float: left;
    line-height: 18px;
    display: none;
}

#cnblogs_post_body {
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.1);
    
    word-break: break-word;
    background-color: rgba(255,255,255,0.6);
    padding: 16px;
    margin: -4px;
}

.cnblogs_code {
    background-color: rgba(255,255,255,0.5);
    font-family: Courier New!important;
    font-size: 12px!important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}

.cnblogs_code_toolbar{
    display:none;
}

#cnblogs_post_body img {
    max-width: 700px;
    margin-top: -8px;
    padding: 2px;
}

.cnblogs_code div {
     background-color:transparent;
}

#topics {
    width: 100%;
    min-height: 200px;
    padding: 0px 0px 15px 0;
    float:none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    
    background: rgba(255,255,255,0.85);
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
}


.entrylistItem {
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    padding-top: 10px;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    
}

.entrylistItemPostDesc {
    margin-bottom: -40px;
    text-align: left;
    color: #757575;
    padding-left: 10px;
}

.entrylistTitle, .PostListTitle, .thumbTitle {
    margin-bottom: 25px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-bottom: 2px solid #e6e6e6;
    background-color: rgba(255,255,255,0.3);
    padding-left: 12px;
    
    font-size: 22px;
    font-weight: bold;
}

.entrylistItem {
    min-height: 20px;
    _height: 20px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    padding-top: 10px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
    
    //font-size: 22px;
    //font-weight: bold;
}

.entrylistPosttitle {
    border-left: none;
    //border-top: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
    padding-top: 6px;
    margin-left: 8px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
    padding-left: 12px;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.2);
    font-weight: bold;
    font-size: 18px;
}


#blog-calendar:{
    transition: all 0.2s linear 0s;}
#sidebar_recentposts.sidebar-block:{
    transition: all 0.2s linear 0s;}
#sidebar_postcategory.catListPostCategory.sidebar-block:{
    transition: all 0.2s linear 0s;}
#sidebar_postarchive.catListPostArchive.sidebar-block:{
    transition: all 0.2s linear 0s;}

 创意来自https://www.cnblogs.com/ijrys/p/8455312.html

posted @ 2019-03-01 21:42  韵意  阅读(144)  评论(0编辑  收藏  举报