本站CSS代碼

body {
/*字體樣式*/
    font-family: "youyuan",幼圓,"MicrosoftJhengHei",華文細黑,STHeiti,MingLiu;
}
#blogTitle h1 a {
/*標題樣式*/
    font-size: 50px;
}
#blogTitle h2 {
/*子標題樣式*/
margin-left: 2px;
    float: left;
}
#navList a:hover{
/*超連接選中顏色*/
color: #4c9ed9;
}
#home {
/*頁面寬度*/
    width: 68%;
    margin-top: 10px;
}
.catListLink, .catListArticleCategory, .newsItem, #blog_stats{
/*隱藏部分DIV*/
display: none;
}
#navList li:first-child{
/*去掉博客園按鈕*/
display: none;
}
.pager a {
/*頁碼樣式*/
    box-shadow: 0 1px 3px #999999;
    border: 1px solid #999999;
    background: #999999;
    color: white;
    transition: all 0.4s linear 0s;
}

.CalTodayDay {
/*日曆樣式*/
    background: #99CCFF !important;
    color: #FFF;
    font-weight: bold;
}

.postTitle {
/*標題前樣式*/
    border-left: 3px solid #336666;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
/*標題樣式*/
    color: #336666;
    transition: all 0.4s linear 0s;
}
相關文章
相關標籤/搜索