|
|
@ -2120,6 +2120,7 @@ select {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#post-index #post-index-wrapper {
|
|
|
|
#post-index #post-index-wrapper {
|
|
|
|
padding: 0.75rem;
|
|
|
|
padding: 0.75rem;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#post-index #post-index-wrapper #post-index-menu {
|
|
|
|
#post-index #post-index-wrapper #post-index-menu {
|
|
|
|
color: #f2f1ef;
|
|
|
|
color: #f2f1ef;
|
|
|
@ -2152,15 +2153,16 @@ select {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
color: #161d23;
|
|
|
|
color: #161d23;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#post-index #post-index-wrapper #posts-list a.post-link label {
|
|
|
|
#post-index #post-index-wrapper #posts-list a.post-link label {
|
|
|
|
font-size: 1.3em;
|
|
|
|
font-size: 2em;
|
|
|
|
font-weight: 500;
|
|
|
|
font-weight: 500;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
width: 45%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#post-index #post-index-wrapper #posts-list a.post-link span {
|
|
|
|
#post-index #post-index-wrapper #posts-list a.post-link span {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
@ -2168,8 +2170,7 @@ select {
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-family: 'Apercu-Mono';
|
|
|
|
font-family: 'Apercu-Mono';
|
|
|
|
width: 50%;
|
|
|
|
width: 50%;
|
|
|
|
text-align: right;
|
|
|
|
padding: 0 0 0 10px;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#post-index #post-index-wrapper #posts-list a.post-link div.post-bg {
|
|
|
|
#post-index #post-index-wrapper #posts-list a.post-link div.post-bg {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
@ -2177,7 +2178,7 @@ select {
|
|
|
|
background-color: #fc6399;
|
|
|
|
background-color: #fc6399;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#post-index #post-index-wrapper #posts-list a.post-link p {
|
|
|
|
#post-index #post-index-wrapper #posts-list a.post-link p {
|
|
|
|
padding: 10px;
|
|
|
|
padding: 5px 10px 5px 10px;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: 400;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -2609,6 +2610,15 @@ select {
|
|
|
|
padding: 8px;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
|
|
|
|
#post-index #post-index-wrapper #post-index-menu a {
|
|
|
|
|
|
|
|
font-size: 0.95em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-index #post-index-wrapper #post-index-menu a label {
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
@-moz-keyframes slide-up {
|
|
|
|
@-moz-keyframes slide-up {
|
|
|
|
0% {
|
|
|
|
0% {
|
|
|
|
transform: translate(-50%, 100%);
|
|
|
|
transform: translate(-50%, 100%);
|
|
|
|