Add Tsu theme

This commit is contained in:
2021-06-05 03:45:20 -05:00
parent 065820fe2c
commit 3cd8cdbd9c
47 changed files with 1324 additions and 0 deletions

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