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

59 lines
1.2 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-26 20:02:32 +08:00
padding: 0
2021-02-25 13:12:04 +08:00
width: 100%
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-26 20:02:32 +08:00
grid-gap: $gap * 0.5 $gap * 1.5
grid-template-columns: repeat(auto-fill, 24px)
margin: 0.5rem 0
2021-02-25 00:05:23 +08:00
a.social
2021-02-26 20:02:32 +08:00
padding: 0
background: none
&:hover
box-shadow: none
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
2021-03-01 23:24:57 +08:00
padding: 4px
background: white
border-radius: 4px
2021-02-25 13:12:04 +08:00
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