Add Tsu theme
This commit is contained in:
45
themes/hexo-theme-Tsu/source/styles/archive.styl
Normal file
45
themes/hexo-theme-Tsu/source/styles/archive.styl
Normal file
@@ -0,0 +1,45 @@
|
||||
.archive {
|
||||
margin: 1em auto;
|
||||
padding: 30px 50px;
|
||||
|
||||
border-bottom: 1px solid #eee;
|
||||
|
||||
|
||||
.post-archive {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
.collect-year {
|
||||
font-size: 20px;
|
||||
|
||||
.post-date {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
color: #BABABA;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
color: #368CCB;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.collect-item {
|
||||
border-left: 1px solid #cacaca;
|
||||
margin-left: 2px
|
||||
.time{
|
||||
font-size: 15px;
|
||||
color: #cacaca;
|
||||
margin-left: 25px;}
|
||||
.title{
|
||||
color: #34495e;
|
||||
margin-left: 25px;
|
||||
&:hover{
|
||||
color: #1E90FF;}
|
||||
|
||||
}
|
||||
&:hover {
|
||||
transition: .2s ease-out;
|
||||
transform: translateX(5px);
|
||||
border-left: 2px solid #5d88ab;}
|
||||
}
|
||||
}}
|
Reference in New Issue
Block a user