4,977
editsAd placeholder
User:Llamageddon/vector.css: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
Llamageddon (talk | contribs) mNo edit summary |
Llamageddon (talk | contribs) mNo edit summary |
||
Line 206: | Line 206: | ||
/* Imitating in-game icon display */ | /* Imitating in-game icon display */ | ||
body.theme-dark-grey .bg3wiki- | body.theme-dark-grey .bg3wiki-rarity-border { | ||
background: #1B1A19; | background: #1B1A19; | ||
border: 1px solid #48484899; | border: 1px solid #48484899; | ||
} | } | ||
body.theme-dark-grey .bg3wiki- | body.theme-dark-grey .bg3wiki-rarity-gradient-common { | ||
background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #48484820); | background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #48484820); | ||
} | } | ||
body.theme-dark-grey .bg3wiki- | body.theme-dark-grey .bg3wiki-rarity-gradient-uncommon { | ||
background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #00491599); | background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #00491599); | ||
} | } | ||
body.theme-dark-grey .bg3wiki- | body.theme-dark-grey .bg3wiki-rarity-gradient-rare { | ||
background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #00374999); | background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #00374999); | ||
} | } | ||
body.theme-dark-grey .bg3wiki- | body.theme-dark-grey .bg3wiki-rarity-gradient-veryrare { | ||
background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #54003299); | background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #54003299); | ||
} | } | ||
body.theme-dark-grey .bg3wiki- | body.theme-dark-grey .bg3wiki-rarity-gradient-legendary { | ||
background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #563E0D99); | background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #563E0D99); | ||
} | } | ||
body.theme-dark-grey .bg3wiki- | body.theme-dark-grey .bg3wiki-rarity-gradient-story { | ||
background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #561D0099); | background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #561D0099); | ||
} | } |