User:Llamageddon/vector.css: Difference between revisions
Jump to navigation
Jump to search
Llamageddon (talk | contribs) mNo edit summary |
Llamageddon (talk | contribs) mNo edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
/* Imitating in-game rarity icon borders */ | /* Imitating in-game rarity icon borders */ |
Revision as of 05:39, 2 September 2023
/* CSS placed here will affect users of the Vector skin */
/* Imitating in-game rarity icon borders */
body.theme-dark-grey .bg3wiki-div-border {
background: #1B1A19;
box-shadow:
rgba(0, 0, 0, 0.14) 2px 2px 4px 0px inset,
rgba(0, 0, 0, 0.14) -2px -2px 4px 1px inset;
border: 2px solid #00374999;
padding: 4px 0px 6px 0px;
}
body.theme-dark-grey .bg3wiki-icon-colour-common {
border: 2px solid #1B1A1999;
}
body.theme-dark-grey .bg3wiki-icon-colour-uncommon {
border: 2px solid #00491599;
}
body.theme-dark-grey .bg3wiki-icon-colour-rare {
border: 2px solid #00374999;
}
body.theme-dark-grey .bg3wiki-icon-colour-veryrare {
border: 2px solid #54003299;
}
body.theme-dark-grey .bg3wiki-icon-colour-legendary {
border: 2px solid #563E0D99;
}
body.theme-dark-grey .bg3wiki-icon-colour-story {
border: 2px solid #561D0099;
}
body.theme-dark-grey .bg3wiki-condition-filter {
border-radius: 50%;
}
.bg3wiki-book-text {
padding: 30px 70px;
}
.bg3wiki-book-text p {
font-family: 'Linux Libertine', 'Georgia', serif;
font-size: 1.2em;
}