hexo-theme-stellar/source/css/_layout/partial/article_footer.styl

54 lines
1.1 KiB
Stylus
Raw Normal View History

2021-02-25 20:49:43 +08:00
.md .article-footer
margin-top: 4rem
2021-02-19 23:33:19 +08:00
padding: 1rem
background: var(--block)
border-radius: $border-block
2021-02-25 13:12:04 +08:00
border: 1px solid var(--block-border)
2021-02-19 23:33:19 +08:00
.header
font-weight: 500
color: var(--text-p3)
2021-02-25 00:05:23 +08:00
margin-bottom: 0.75rem
font-size: 1.25rem
2021-02-19 23:33:19 +08:00
.body
2021-02-25 13:12:04 +08:00
input.copy-area
2021-02-25 20:49:43 +08:00
margin: 0.75rem 0
2021-02-25 13:12:04 +08:00
width: 100%
font-family: $ff-code
font-size: $fs12
2021-02-25 00:05:23 +08:00
p
font-size: $fs14
color: var(--text-p2)
margin: 1em 0
2021-02-25 20:49:43 +08:00
a
font-weight: 400
2021-02-19 23:33:19 +08:00
ul
margin: 0
2021-02-25 20:49:43 +08:00
overflow: hidden
a:hover
text-decoration: underline
2021-02-19 23:33:19 +08:00
.post-title
margin: 0.5rem 0
line-height: 1.2
2021-02-25 13:12:04 +08:00
font-size: $fs14
2021-02-25 20:49:43 +08:00
word-break: break-all
2021-02-25 00:05:23 +08:00
section+section
2021-02-25 13:12:04 +08:00
margin-top: 1rem
padding-top: 1rem
border-top: 1px solid var(--block-border)
2021-02-25 00:05:23 +08:00
2021-02-25 20:49:43 +08:00
.md .article-footer .social-wrap
2021-02-25 00:05:23 +08:00
grid-gap: $gap * 0.25 $gap * 0.5
grid-template-columns: repeat(auto-fill, 40px)
2021-02-25 20:49:43 +08:00
margin-bottom: 0.5rem
2021-02-25 00:05:23 +08:00
a.social
padding: 8px
2021-02-25 13:12:04 +08:00
2021-02-25 20:49:43 +08:00
.md .article-footer .qrcode
2021-02-25 13:12:04 +08:00
margin: 2rem auto 1rem
width: 128px
img
object-fit: contain
2021-02-25 20:49:43 +08:00
.md .article-footer .qrcode.display
2021-02-25 13:12:04 +08:00
display: block !important