Consistent styling
This commit is contained in:
parent
c0f490a959
commit
fd9f25a0f3
@ -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)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
quote-full-page
|
.quote-full-page
|
||||||
vertical
|
vertical
|
||||||
|
|
||||||
.quote-main-column
|
.quote-main-column
|
||||||
|
@ -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
|
||||||
@ -57,6 +57,8 @@ blockquote
|
|||||||
|
|
||||||
q
|
q
|
||||||
quotes "\201C""\201D"
|
quotes "\201C""\201D"
|
||||||
|
color text-color
|
||||||
|
text-shadow none
|
||||||
|
|
||||||
:before
|
:before
|
||||||
color quote-color
|
color quote-color
|
||||||
@ -75,13 +77,6 @@ blockquote
|
|||||||
vertical-align -0.4em
|
vertical-align -0.4em
|
||||||
|
|
||||||
|
|
||||||
.character
|
|
||||||
display none !important
|
|
||||||
|
|
||||||
> 800px
|
|
||||||
.character
|
.character
|
||||||
margin 0.5em 0 0 0.5em !important
|
margin 0.5em 0 0 0.5em !important
|
||||||
display block !important
|
display block !important
|
||||||
|
|
||||||
.quote-character a
|
|
||||||
display none
|
|
Loading…
Reference in New Issue
Block a user