6,366
editsAd placeholder
User:Sky/Rarity: Difference between revisions
Jump to navigation
Jump to search
modify css
(add css) |
(modify css) |
||
Line 46: | Line 46: | ||
== CSS == | == CSS == | ||
<syntaxhighlight lang="css"> | <syntaxhighlight lang="css"> | ||
body | body { | ||
--rarity-common: #48484899; | --rarity-common: #48484899; | ||
--rarity-common-bck: #48484820; | --rarity-common-bck: #48484820; | ||
Line 62: | Line 60: | ||
--rarity-story: #FF590199; | --rarity-story: #FF590199; | ||
--rarity-story-bck: #FF590120; | --rarity-story-bck: #FF590120; | ||
} | |||
body .itemicon-wrapper { | |||
text-align: center; | text-align: center; | ||
white-space: nowrap; | white-space: nowrap; |