Consistent styling

This commit is contained in:
Eduard Urbach 2018-02-25 13:08:23 +01:00
parent c0f490a959
commit fd9f25a0f3
3 changed files with 23 additions and 30 deletions

View File

@ -12,8 +12,6 @@ component QuoteContent(quote *arn.Quote)
if quote.CharacterID != "" && quote.Character() != nil if quote.CharacterID != "" && quote.Character() != nil
footer.quote-character footer.quote-character
span= "by"
a.ajax(href=quote.Character().Link())= quote.Character().Name
CharacterSmall(quote.Character()) CharacterSmall(quote.Character())
component QuoteFooter(quote *arn.Quote) component QuoteFooter(quote *arn.Quote)

View File

@ -1,4 +1,4 @@
quote-full-page .quote-full-page
vertical vertical
.quote-main-column .quote-main-column

View File

@ -10,8 +10,8 @@
.quote-content .quote-content
vertical vertical
border-radius 3px ui-element
border-left 5px solid quote-side-border-color border-left 5px solid quote-side-border-color !important
overflow hidden overflow hidden
box-shadow shadow-light box-shadow shadow-light
align-items stretch align-items stretch
@ -55,33 +55,28 @@ blockquote
p p
line-height 2em line-height 2em
q q
quotes "\201C""\201D" quotes "\201C""\201D"
color text-color
text-shadow none
:before :before
color quote-color color quote-color
content open-quote content open-quote
font-size 4em font-size 4em
line-height 0.1em line-height 0.1em
margin-right 0.25em margin-right 0.25em
vertical-align -0.4em vertical-align -0.4em
:after :after
color quote-color color quote-color
content close-quote content close-quote
font-size 4em font-size 4em
line-height 0.1em line-height 0.1em
margin-left 0.25em margin-left 0.25em
vertical-align -0.4em vertical-align -0.4em
.character .character
display none !important margin 0.5em 0 0 0.5em !important
display block !important
> 800px
.character
margin 0.5em 0 0 0.5em !important
display block !important
.quote-character a
display none