MediaWiki: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 */
html {
/* This is just for while the background image is loading. */
background-color: black !important;
/* Whole-page image background */
background-image: url(/static/background.webp);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
background-size: cover;
}
body.theme-dark-grey {
/* Gradient background for centered body. */
background: linear-gradient(rgba(27 27 27 / 90%) 80%, transparent);
}
.vector-body h3 {
font-size: 1.25em;
}
.vector-body h4 {
font-size: 1.2em;
}
.wikitable caption {
padding: 5px;
}
.wikitable tr :is(th, td) {
padding-left: 0.8em;
padding-right: 0.8em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.wikitable tr td :is(ol, ul) {
margin: 0 0 0 1em;
}
/*
* Make some warnings more prominent
*/
body.theme-dark-grey .mw-userconfigpublic {
color: yellow;
}
body.theme-dark-grey .mw-userconfigdangerous {
color: red;
font-weight: bold;
}
/*
* Main Page
*/
@media screen and (min-width: 780px) {
.bg3wiki-mainpage-left {
float: left;
padding-left: 10px;
padding-right: 15px;
width: calc(50% - 25px);
}
.bg3wiki-mainpage-right {
float: right;
padding-left: 15px;
padding-right: 10px;
width: calc(50% - 25px);
}
}
/*
* Conditionally hiding things on narrow screens
*/
@media screen and (max-width: 1199px) {
.bg3wiki-minwidth-1200 {
display: none;
}
}
/*
* Feedback Footer
*/
body.theme-dark-grey .bg3wiki-article-footer {
border: 1px solid var(--bdr-color);
background-color: var(--bg-dark);
}
.bg3wiki-article-footer {
font-size: 1.1em;
margin-top: 1em;
padding: 0.5em;
}
/*
* Various elements used across the wiki
*/
/* Info blob */
body.theme-dark-grey .bg3wiki-info-blob {
background-color: var(--bg-dark);
}
/* D20 background image for numbers */
.bg3wiki-d20-bg {
background-image: url('/static/d20-bg.png');
background-position: center;
background-repeat: no-repeat;
background-size: 35px;
}
/* Tooltip box */
body.theme-dark-grey .bg3wiki-tooltip-box {
background: #1B1A19;
}
body.theme-dark-grey .bg3wiki-tooltip-gradient-common {
background: linear-gradient(to bottom, #1B1A1999, #1B1A1999, #1B1A1999, #40295199);
}
body.theme-dark-grey .bg3wiki-tooltip-gradient-uncommon {
background: linear-gradient(to bottom, #00491599, #1B1A1999, #1B1A1999, #40295199);
}
body.theme-dark-grey .bg3wiki-tooltip-gradient-rare {
background: linear-gradient(to bottom, #00374999, #1B1A1999, #1B1A1999, #40295199);
}
body.theme-dark-grey .bg3wiki-tooltip-gradient-veryrare {
background: linear-gradient(to bottom, #54003299, #1B1A1999, #1B1A1999, #40295199);
}
body.theme-dark-grey .bg3wiki-tooltip-gradient-legendary {
background: linear-gradient(to bottom, #563E0D99, #1B1A1999, #1B1A1999, #40295199);
}
body.theme-dark-grey .bg3wiki-tooltip-gradient-story {
background: linear-gradient(to bottom, #561D0099, #1B1A1999, #1B1A1999, #40295199);
}
body.theme-dark-grey {
--bg3wiki-relative-location-bg: var(--bg-main2);
--bg3wiki-relative-location-header-bg-dark: var(--bg-main);
/* Navbox colours */
--bg3wiki-navbox-bg: var(--bg-dark);
--bg3wiki-navbox-header-bg: #281C14;
--bg3wiki-navbox-header-text: #C1A886;
--bg3wiki-navbox-header-secondary-bg: #28201B;
/* Gameplay navbox colors */
--bg3wiki-gameplay-navbox-bg: #302d2d;
--bg3wiki-gameplay-navbox-header-bg: #241f1f;
/* css tooltip colours */
--aria-label-tooltip-bg: hsl(200deg 5% 10%);
--aria-label-tooltip-fg: hsl(0deg 0% 90%);
--aria-label-tooltip-border: none;
/* Documentation */
--bg3wiki-documentation-bg: var(--bg-main2);
--bg3wiki-documentation-border: var(--bg3wiki-tooltip-border);
--bg3wiki-documentation-header-bg: var(--bg-dark);
}
/* References need to be recolored on dark theme */
body.theme-dark-grey .references li:target {
background-color: var(--bg-darker);
}
/* Light theme Vector overrides, because light theme Vector does not have a
specific css class to detect on */
body:not(.theme-dark-grey,.theme-dark) {
/* We want itemicon border opacity to be 1.0. */
--bg3wiki-itemicon-border-opacity: 100%;
/* Navbox colours */
--bg3wiki-navbox-header-bg: var(--fbc-gray-20);
--bg3wiki-navbox-header-text: default;
--bg3wiki-navbox-header-secondary-bg: #f6f6f6;
/* Define different colors for relative location theme */
--bg3wiki-relative-location-bg: #f6f6f6; /* this is the same colour as the background, but is not defined as a var */
--bg3wiki-relative-location-header-bg-dark: var(--fbc-gray-20);
--aria-label-tooltip-bg: hsl(0deg 0% 90%);
--aria-label-tooltip-fg: hsl(200deg 5% 10%);
--aria-label-tooltip-border: 1px solid hsl(200deg 5% 10%);
/* Override tooltip colour */
--bg3wiki-tooltip-bg: var(--fbc-gray-20);
/* Documentation */
--bg3wiki-documentation-bg: #eaf3ff;
--bg3wiki-documentation-border: #a3caff;
--bg3wiki-documentation-header-bg: #c2dcff;
}
/* Coordinates: Light skin needs the background not to be transparent */
body:not(.theme-dark-grey,.theme-dark) .bg3wiki-coordinates {
background: #343232;
}
/* A helper class to add a drop shadow to white icons only on light theme */
body.theme-light .bg3wiki-drop-shadow,
body.theme-light .bg3wiki-drop-shadow > img {
filter: drop-shadow(1px 1px 3px black);
}