同步 timeline

This commit is contained in:
Vanessa
2013-02-01 15:34:21 +08:00
parent f0b9b79d4b
commit 70f3148608
12 changed files with 36 additions and 17 deletions

View File

@@ -702,18 +702,24 @@ article .article-title a {
.nav-abs li {
background-color: #DEDDDD;
border: 1px solid #6B6B6B;
color: #616161;
cursor: pointer;
float: left;
height: 20px;
list-style-type: none;
min-width: 54px;
padding: 3px 5px;
width: 28px;
}
.nav-abs li.year {
color: #CCCCCC;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
background-color: #6B6B6B;
clear: both;
color: #CCCCCC;
float: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
width: auto;
border-width: 0;
}
.nav-abs li:hover {
@@ -721,7 +727,7 @@ article .article-title a {
color: #000;
}
.nav-abs li.year:hover {
.nav-abs li.year:hover, .nav-abs li.open {
background-color: #353535;
color: #fff;
}