Fork me on GitHub

本博客css代码

body {
    font-family:'微软雅黑', '宋体', Arial;
    font-size:15px;
    margin:0;
    background:#e7e7e7 url(http://images2015.cnblogs.com/blog/459873/201603/459873-20160316135102787-1112392588.png) 0 0 repeat;
    padding:0 65px
}
#home{
    overflow:auto;
    margin:65px auto 50px auto;
    border-radius:10px;
    background:#fff;
    box-shadow:0 0 10px -4px #4E4E4E;
    filter:alpha(opacity=90)
}
#navigator{
    background-color: #007200;
    box-shadow: 2px 2px 10px #007200;
    border: transparent;
    border-radius: 2px;
}
#navList{
    min-height:auto;
}
#navList a {
    padding-left: 10px;
    height:50px;
    line-height: 50px;
    width: auto;
}
#navList a{
   padding: 0 10px;
   cursor: pointer;
}
#navList a:link, #navList a:visited {
    color: #edf2ed;
    font-size: 1.2em;
}
#navList a:active {
    color: yellow;
    text-shadow:2px 2px 10px yellow;
    font-size: 1.2em;
}
#navList a:hover {
    text-shadow:2px 2px 10px #fff;
}
.blogStats {
    color: #edf2ed;
    margin-right: 1em;
}
.newsItem>.catListTitle,#sidebar_search .catListTitle {
    display:none
}
.newsItem {
    padding: 5px 10px 20px 10px;
    border: 1px solid #55895B;
    border-top-width: 5px;
    border-bottom: none;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    margin-bottom: 0;
}
#blog-news,#profile_block {
    line-height: 24px;
}
#blog-calendar {
    margin-top: 0;
    text-align: center;
    border: 1px solid #55895B;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-width: 5px;
    margin-bottom: 15px;
    border-top: transparent;
    box-shadow: none;
}
.CalTitle td {
    background-color: #fff!important;
}
.CalDayHeader {
    background-color: #fff!important;
}
#google_q:focus, #q:focus {
    outline:0;
    border:1px solid #55895B
}
#sidebar_search.sidebar-block{
    position: absolute;
    top: 7em;
    margin-left: 1.5em;
}
#MyIng .ing_title, #sideBar h3 {
    margin: 10px 0;
    border: 1px solid #55895B;
    border-left-width: 5px;
    border-right-width: 5px;
    border-radius: 10px;
    text-align: center;
line-height: 24px;
}
#sideBarMain li {
    display: inline-block;
    margin-right: 1em;
}
#sideBarMain li a:hover {
    color:#55895B;
}

  

posted @ 2016-10-11 16:27  dhso  阅读(103)  评论(0编辑  收藏  举报