2016-11-28 16:06:00 +00:00
|
|
|
p, h1, h2, h3, h4, h5, h6
|
2017-07-06 19:38:19 +00:00
|
|
|
margin typography-margin 0
|
2016-11-28 16:06:00 +00:00
|
|
|
|
|
|
|
:first-child
|
2017-07-07 21:06:39 +00:00
|
|
|
margin-top 0 !important
|
2016-11-28 16:06:00 +00:00
|
|
|
|
|
|
|
:last-child
|
2017-07-07 21:06:39 +00:00
|
|
|
margin-bottom 0 !important
|
2016-12-02 06:24:45 +00:00
|
|
|
|
2017-07-06 19:38:19 +00:00
|
|
|
h1, h2
|
2017-06-25 15:25:20 +00:00
|
|
|
margin-top content-padding
|
2016-12-02 06:24:45 +00:00
|
|
|
margin-bottom content-padding
|
|
|
|
|
2017-07-06 01:24:56 +00:00
|
|
|
strong
|
|
|
|
font-weight bold
|
|
|
|
|
|
|
|
em
|
|
|
|
font-style italic
|
|
|
|
|
2017-12-02 20:53:01 +00:00
|
|
|
ol
|
|
|
|
li
|
|
|
|
list-style-type decimal
|
|
|
|
|
2017-07-06 01:24:56 +00:00
|
|
|
hr
|
|
|
|
border none
|
|
|
|
border-bottom 1px solid text-color
|
|
|
|
opacity 0.1
|
|
|
|
margin-bottom content-padding
|
|
|
|
|
2018-04-24 00:25:35 +00:00
|
|
|
p
|
|
|
|
word-wrap break-word
|
|
|
|
|
|
|
|
> img
|
|
|
|
max-width 100%
|
|
|
|
border-radius ui-element-border-radius
|
|
|
|
display inherit
|
|
|
|
margin 0 auto
|
2017-07-11 14:54:17 +00:00
|
|
|
|
2019-08-31 12:19:49 +00:00
|
|
|
pre
|
|
|
|
font-family monospace-font-family
|
|
|
|
font-size inherit
|
|
|
|
background-color reverse-light-color
|
|
|
|
|
|
|
|
code
|
|
|
|
background-color transparent
|
|
|
|
|
|
|
|
code
|
|
|
|
font-family monospace-font-family
|
|
|
|
font-size inherit
|
|
|
|
background-color reverse-light-color
|
|
|
|
|
2017-07-11 14:54:17 +00:00
|
|
|
.furigana
|
|
|
|
opacity 0.25
|
2018-11-23 05:41:34 +00:00
|
|
|
font-size 50%
|
2017-07-11 14:54:17 +00:00
|
|
|
transition opacity transition-speed ease, transform transition-speed ease
|
|
|
|
transform translateY(0)
|
|
|
|
|
|
|
|
.japanese
|
|
|
|
color text-color
|
|
|
|
:hover
|
|
|
|
.furigana
|
|
|
|
opacity 1
|
|
|
|
transform translateY(-2px)
|