hexo-theme-stellar/source/css/_common/base.styl

83 lines
1.3 KiB
Stylus

pre
font-family: $ff-code
font-size: $fs-code
tab-size: 4
-moz-tab-size: 4
-o-tab-size: 4
-webkit-tab-size: 4
a
text-decoration: none
color: $color-link
&:hover
color: $color-hover
// md > a
p:not([class]), li:not([class])
a:not([class])
position: relative
margin: 0 1px
padding: 2px
&:after
content: ''
position: absolute
border-radius: 2px
bottom: 0
left: 2px
right: 2px
height: 1px
opacity: 0.5
background: $color-link
trans1: all
&:hover
border-bottom: none
color: $color-link
// color: darken($color-hover, 10)
// background: alpha($color-hover, 0.08)
&:after
height: 100%
opacity: 0.2
bottom: 0
left: 0
right: 0
// background-color: alpha($color-hover, 0.08)
hr
color: var(--text-meta)
opacity: .1
img
max-width: 100%
li
font-size: $fs-15
ul,ol
padding-left: 1.5rem
// table
table:not([class])
border-collapse: collapse
overflow: auto
display: block
margin: 1rem 0
max-width: 100%
vertical-align: text-top
font-size: $fs-14
th
background: var(--block)
td,th
padding: 0.5em 1em
border: 1px solid var(--block-hover)
line-height: 1.5
tr
word-break: keep-all
white-space:nowrap
trans()
&:hover
background: var(--block)