wblog/app/assets/stylesheets/archives.scss

64 lines
940 B
SCSS
Raw Permalink Normal View History

2014-03-30 09:44:00 +08:00
.archives-field {
padding-top: 0.5rem;
margin-top: 1rem;
padding-bottom: 0.5rem;
i {
margin-right: 0.5rem;
}
span {
margin-right: 1rem;
}
2018-05-26 18:31:22 +08:00
.search-result-wrapper p {
font-size: 0.785rem;
color: #999;
}
2014-03-30 09:44:00 +08:00
.blog-title {
color: #111111;
&:hover {
color: red;
}
2014-03-30 09:44:00 +08:00
border: none;
2018-05-26 18:31:22 +08:00
em {
color: red;
font-style: normal;
}
2014-03-30 09:44:00 +08:00
}
li {
list-style: none;
color: #666666;
border-bottom: 1px dashed #CCCCCC;
margin-bottom: 1rem;
}
2014-06-03 21:12:07 +08:00
.tags-field {
font-size: 90%;
}
2014-03-30 09:44:00 +08:00
.load-more {
width: 100%;
text-align: center;
button {
background-color: transparent;
color: #333333;
border: 1px solid #DDDDDD;
2014-03-30 12:32:58 +08:00
&:focus {
outline-style: none;
}
2014-03-30 09:44:00 +08:00
}
}
2014-03-31 12:18:40 +08:00
.no-more-field p {
text-align: center;
color: #444444;
border-bottom: 1px solid #DDDDDD;
padding-bottom: 0.5rem;
padding-top: 1rem;
}
2014-03-30 09:44:00 +08:00
}