<del>手残把自己的CSS代码删掉了</del>

内心几乎是崩溃的。

Update:

啊啊啊啊我又找回来了感动到不行…QvQ【发现有一个没刷新的页面没关

这次一定要好好存一下

Update2.0:进行了一些改动

Update3.0:发现在IE浏览器下观测会出现一点奇怪的问题= =不是很严重先不管了

#home {
    opacity: 0.84;
    margin: 0 auto;
    width: 83%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    color: #000;
    background: url(http://images2015.cnblogs.com/blog/1101054/201703/1101054-20170326124944643-1294327907.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "华文中宋";
    font-size: 12px;
    min-height: 101%;
}
#blogTitle {
    height: 20px;
    padding-top: 5px;
    background: #fff url('http://images2015.cnblogs.com/blog/1101054/201705/1101054-20170501125741351-1031259947.png') no-repeat;
    background-position-x: 50px; 
}
#main #mainContent .day {
    background-color: #FAFCF8;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(70, 74, 90, 0.85);
    margin-bottom: 25px;
    margin-left: 20px;
    width: 90%;
    padding: 70px 25px;
}
#main #mainContent .dayTitle {
    background-color: #62a3f1;
    border: 0px;
    display: block;
    left: 75px;
    top: 2px;
    border-radius: 2px;
    height: 30px;
    min-width: 140px;
}
#main #mainContent .dayTitle a {
    width: 130px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-top: 3%;
}

#main #mainContent .dayTitle::before {
    border-color: #58B2DC transparent;
    border-style: solid;
    border-width: 10px 0 0 24px;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
}
#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 7px;
}
#sideBar .catListTitle {
    background-color: #62a3f1;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    color: #fff;
    text-align: center;
    font-size: 15px
}
.catListTitle {
    margin-bottom: 10px;
    border-left: 15px solid #f1f8fa;
    padding: 10px 10px 10px 10px;
    background-color: #DFEEF3;
}
#main #mainContent .postCon {
    border-top: 1px solid #76A8C7;
}
.postBody {
    color: #252525;
    line-height: 1.4;
    font-size: 15px;
}
#ad_under_post_holder #google_ad_c1,#google_ad_c2{  
    display: none !important;
}
#ad_t2 {
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}
.c_ad_block {
    margin-top: 10px;
    line-height: 1.5;
    display: none;
}
.diggit {
    width: 150px;
    height: 150px;
    background: url("http://images2015.cnblogs.com/blog/1101054/201705/1101054-20170502124202695-461940724.png");
    background-size: cover;
    cursor: pointer;
    margin-left: -100px;
    margin-top: -100px;
    padding-top: 0px;
}
#div_digg .diggnum {
    line-height: 1.5em !important;
    display: none;
}
.buryit {
    display: none;
}
#tbCommentBody{
    max-width:100%;
    width: 400%;
    height: 150px;
    background:#fff url(http://images2015.cnblogs.com/blog/1101054/201705/1101054-20170501130316914-575873388.png) right bottom no-repeat;
    padding-top:8px;
}

#comment_form_container .comment_textarea {
    width: 700px;
    height: 240px;
    font-size: 14px;
    padding: 8px;
    color: #495571;
    border: 1px solid #919DB7;
    border-radius: 5px;
}

 

posted @ 2017-05-23 21:00  Zars19  阅读(297)  评论(0编辑  收藏  举报