hexo-theme-stellar/source/css/_layout/md.styl

118 lines
2.1 KiB
Stylus
Raw Normal View History

2021-02-19 23:33:19 +08:00
article.md
max-width: 100%
padding: 1rem
color: var(--text-p1)
line-height: 1.7
2021-07-09 22:41:09 +08:00
word-break: break-word
2021-02-19 23:33:19 +08:00
2021-03-05 21:37:28 +08:00
article.md.excerpt
p
font-size: $fs-14
margin: 1em 0
2021-02-19 23:33:19 +08:00
article.md.content
2021-02-25 20:49:43 +08:00
position: relative
2021-03-05 21:37:28 +08:00
margin-bottom: 2rem
2021-03-13 22:30:07 +08:00
>:first-child
margin-top: 0
2021-02-19 23:33:19 +08:00
h1.article-title
2021-03-05 21:37:28 +08:00
margin-top: 0.5rem
2021-02-19 23:33:19 +08:00
line-height: 1.2
color: var(--text-p0)
2021-04-02 20:24:16 +08:00
h2:first-child
margin-top: 0
2021-03-05 21:37:28 +08:00
h2,h3,h4,h5,h6
color: var(--text-p0)
2021-03-08 00:20:51 +08:00
padding-top: 1rem
2021-03-05 21:37:28 +08:00
margin-bottom: 1em
2021-07-15 00:19:06 +08:00
line-height: 1.8
2021-02-19 23:33:19 +08:00
&:hover
a.headerlink:before
opacity: 1
2021-07-15 00:19:06 +08:00
blockquote,ul,ol
p,ul,ol
font-size: $fs-14
line-height: 1.5
p,blockquote,.tag-plugin,ul,ol,.highlight,table
margin-top: var(--gap-p)
margin-bottom: var(--gap-p)
*
--gap-p: .5rem
2021-03-05 21:37:28 +08:00
// titles
2021-07-10 11:12:35 +08:00
article.md.content
2021-02-19 23:33:19 +08:00
a.headerlink:before
opacity: 0
content: '#'
position: absolute
margin-left: -0.75em
h2
margin-top: 3rem
border-bottom: 1px solid var(--block-border)
font-weight: 400
h3
2021-03-08 17:54:23 +08:00
margin-top: 1.5rem
2021-03-05 21:37:28 +08:00
font-weight: 400
h4,h5,h6
2021-02-19 23:33:19 +08:00
font-weight: 500
2021-03-08 00:20:51 +08:00
h1+h2
2021-07-10 11:12:35 +08:00
margin-top: -0.5rem
2021-02-19 23:33:19 +08:00
h2+h3
2021-07-10 11:12:35 +08:00
margin-top: -1rem
2021-02-19 23:33:19 +08:00
h3+h4
2021-07-10 11:12:35 +08:00
margin-top: -1rem
2021-03-05 21:37:28 +08:00
h4+h5
2021-07-10 11:12:35 +08:00
margin-top: -1rem
2021-03-05 21:37:28 +08:00
h5+h6
2021-07-10 11:12:35 +08:00
margin-top: -1rem
2021-02-19 23:33:19 +08:00
// a
article.md
p>a
&:not([class])
font-weight: 500
&:hover
text-decoration: underline
2021-02-28 18:19:32 +08:00
article.md p
2021-03-05 21:37:28 +08:00
font-size: $fs-p
2021-02-19 23:33:19 +08:00
// code
article.md code
2021-06-23 13:41:05 +08:00
-webkit-font-smoothing: auto
-moz-osx-font-smoothing: auto
-webkit-text-size-adjust: 100%
-ms-text-size-adjust: 100%
2021-06-23 13:41:05 +08:00
color: var(--text-code)
2021-02-19 23:33:19 +08:00
font-family: $ff-code
word-break: break-all
2021-06-23 13:41:05 +08:00
font-size: 85%
2021-03-08 17:54:23 +08:00
background: var(--block)
2021-06-23 13:41:05 +08:00
padding: .2em .4em
2021-06-26 15:02:32 +08:00
border-radius: 4px
article.md pre
-webkit-font-smoothing: auto
-moz-osx-font-smoothing: auto
-webkit-text-size-adjust: 100%
-ms-text-size-adjust: 100%
2021-02-19 23:33:19 +08:00
// div
article.md>div
2021-07-15 00:19:06 +08:00
margin: var(--gap-p) 0
2021-02-19 23:33:19 +08:00
// blockquote
article.md blockquote
2021-07-15 00:19:06 +08:00
margin-left: 0
margin-right: 0
2021-02-19 23:33:19 +08:00
padding: 1rem
2021-07-03 23:43:52 +08:00
background: var(--card)
border-left: 4px solid $color-theme
border-radius: $border-block
2021-02-19 23:33:19 +08:00
color: var(--text-p2)
2021-07-03 23:43:52 +08:00
box-shadow: $boxshadow-card
2021-02-19 23:33:19 +08:00
article.md img
border-radius: 4px
margin: auto
display: block