mirror of
https://github.com/amehime/hexo-theme-shoka.git
synced 2026-04-05 18:49:07 +08:00
47 lines
746 B
Stylus
47 lines
746 B
Stylus
.post.block {
|
|
border-radius: $border-radius-inner;
|
|
padding: 1rem 2rem;
|
|
}
|
|
|
|
.md {
|
|
font-family: $font-family-posts;
|
|
word-wrap();
|
|
|
|
+desktop-large() {
|
|
font-size: $font-size-large;
|
|
}
|
|
|
|
.exturl .ic {
|
|
font-size: $font-size-small;
|
|
margin-left: .25rem;
|
|
}
|
|
|
|
.image-caption,
|
|
.figure .caption {
|
|
color: var(--grey-5);
|
|
font-size: $font-size-small;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
margin: -1.25rem auto .9375rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.button {
|
|
margin-top: 2.5rem;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
@import 'breadcrumb';
|
|
@import 'header';
|
|
@import 'nav';
|
|
@import 'gallery';
|
|
@import 'expand';
|
|
@import 'rtl';
|
|
@import 'footer';
|
|
@import 'tags';
|
|
@import 'widgets';
|
|
@import 'reward';
|
|
@import 'copyright';
|