关于本博客样式

今天刚开博,这是第一篇博文。

博客开通后我做的第一件事就是选一个模板,并且对样式做了修改。

模板我选的是这个:darkgreentrip;

然后自己写了一些样式文件css:

#Header1_HeaderTitle:hover{
margin-left:20px;
transition: all 0.4s linear 0s;
}
#Header1_HeaderTitle{
transition: all 0.4s linear 0s;
}
.catListTitle{
background:black;
}
#navList a:hover {
background-color: #F60;
}
a:hover {
color: #F60;
text-decoration:none;
}
#blogTitle {
height: 50px;
}
.catListLink ul li:hover a{
color:#f60;
}
.catListLink ul li:hover{
background:#f6f6f6;
border-left:2px solid #f60;
}
.catListLink ul li a{
width:220px;
display:block;
}
body{
background:#f6f6f6
}
.catListEssay ul li, .catListLink ul li, .catListNoteBook ul li, .catListTag ul li, .catListPostCategory ul li, .catListPostArchive ul li, .catListImageCategory ul li, .catListArticleArchive ul li, .catListView ul li, .catListFeedback ul li, .catListComment ul li, .catListBlogRank ul li, .catList ul li, .catListArticleCategory ul li {

border-bottom: 1px solid #f6f6f6;

}
.newsItem, #blog-calendar,.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {

background: white;
}
#navList a:link, #navList a:visited, #navList a:active {
color: white;
}
#footer{
background:white;
border-top:none;
color: #aaa;
font-size: 10px;
}
.input_my_zzk {
background-color: #efefef;
border: none;
}

 

如果你也喜欢我的样式,点个赞吧!~

Thank u~

posted @ 2014-07-19 22:08  denka  阅读(160)  评论(0编辑  收藏  举报