User:Llamageddon/vector.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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;
}