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; }