58 lines
842 B
Plaintext
Raw Normal View History

.quotes
horizontal-wrap
justify-content space-around
.quote
vertical
flex 1
flex-basis 500px
padding 1rem
.quote-content
vertical
2018-02-25 12:08:23 +00:00
ui-element
border-left 5px solid quote-side-border-color !important
box-shadow shadow-light
.quote-character
horizontal
align-self flex-end
2018-02-25 16:06:47 +00:00
margin 0 1em 1em 0
2018-02-25 19:36:18 +00:00
.character
margin 0
.quote-footer
text-align center
margin-bottom 1rem
margin-top 0.4rem
font-size 0.9em
span
opacity 0.65
blockquote
flex-grow 1
padding 1em
p
line-height 2em
2018-02-25 12:08:23 +00:00
quotes "\201C""\201D"
color text-color
text-shadow none
2018-02-25 12:08:23 +00:00
:before
color quote-color
content open-quote
font-size 4em
line-height 0.1em
margin-right 0.25em
vertical-align -0.4em
2018-02-25 12:08:23 +00:00
:after
color quote-color
content close-quote
font-size 4em
line-height 0.1em
margin-left 0.25em
2018-02-25 19:36:18 +00:00
vertical-align -0.4em