12,652
editsA bit of cleanup (lots more to come).
(Add missing colon.) |
(A bit of cleanup (lots more to come).) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.toc { | .toc { | ||
margin: 0.5em 0 0 0.5em; | |||
} | } | ||
/* Remove [edit] button from h4 to h6 */ | |||
:is(h4, h5, h6) .mw-editsection { | :is(h4, h5, h6) .mw-editsection { | ||
display: none; | |||
} | } | ||
.bg3wiki-tooltip-box h3 { | |||
border-bottom: 1px dashed var(--bg3wiki-tooltip-border); | border-bottom: 1px dashed var(--bg3wiki-tooltip-border); | ||
font-family: 'Linux Libertine', 'Georgia', 'Times', serif; | |||
font-weight: normal; | |||
} | } | ||
Line 164: | Line 122: | ||
border-radius: 10px; | border-radius: 10px; | ||
padding: 15px; | padding: 15px; | ||
margin: 0.5em 0.2em 0 0.2em; | |||
} | } | ||
Line 171: | Line 129: | ||
background: var(--bg3wiki-relative-location-bg); | background: var(--bg3wiki-relative-location-bg); | ||
border: 1px solid var(--bg3wiki-tooltip-border); | border: 1px solid var(--bg3wiki-tooltip-border); | ||
border-spacing: 0; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
margin: 5px; | |||
text-align: center; | |||
} | } | ||
Line 236: | Line 194: | ||
.hatnote { | .hatnote { | ||
font-style: var(--bg3wiki-hatnote-font-style); | font-style: var(--bg3wiki-hatnote-font-style); | ||
font-size: var(--bg3wiki-hatnote-font-size); | |||
padding: var(--bg3wiki-hatnote-padding); | padding: var(--bg3wiki-hatnote-padding); | ||
margin: var(--bg3wiki-hatnote-margin); | margin: var(--bg3wiki-hatnote-margin); | ||
border: 0; | |||
display: block; | |||
background-color: var(--bg3wiki-hatnote-bg); | |||
} | } | ||
Line 454: | Line 412: | ||
.bg3wiki-tabbar { | .bg3wiki-tabbar { | ||
background-color: var(--bg3wiki-tabbar-bg); | background-color: var(--bg3wiki-tabbar-bg); | ||
margin: 0.5em 0 0 0; | |||
border: 1px solid #141414; | |||
} | } | ||
Line 506: | Line 464: | ||
/* Reset some CSS properties set by MediaWiki and hide the image fallback */ | /* Reset some CSS properties set by MediaWiki and hide the image fallback */ | ||
.mwe-math-mathml-a11y { | .mwe-math-mathml-a11y { | ||
clip: auto; | |||
overflow: visible; | |||
position: static; | |||
width: auto; | |||
height: auto; | |||
opacity: 1; | |||
display: inherit; | |||
} | } | ||
body.mediawiki .ve-ce-mwLatexNode .mwe-math-mathml-a11y { | body.mediawiki .ve-ce-mwLatexNode .mwe-math-mathml-a11y { | ||
/* override https://phabricator.wikimedia.org/diffusion/EMAT/browse/master/modules/ve-math/ve.ce.MWLatexNode.css */ | |||
display: inherit; | |||
} | } | ||
/* Support where MediaWiki lazy loaded images */ | /* Support where MediaWiki lazy loaded images */ | ||
Line 525: | Line 483: | ||
.mwe-math-mathml-inline + .mwe-math-fallback-image-inline, | .mwe-math-mathml-inline + .mwe-math-fallback-image-inline, | ||
.mwe-math-mathml-display + .mwe-math-fallback-image-display { | .mwe-math-mathml-display + .mwe-math-fallback-image-display { | ||
display: none; | |||
} | } | ||
Line 531: | Line 489: | ||
.bg3wiki-tablelist dt { | .bg3wiki-tablelist dt { | ||
font-weight: bold; | |||
font-size: 100%; | |||
margin: 0; | margin: 0; | ||
display: inline; | display: inline; | ||
Line 538: | Line 496: | ||
.bg3wiki-tablelist dt::after { | .bg3wiki-tablelist dt::after { | ||
content: ":"; | |||
font-weight: normal; | |||
font-size: 100%; | |||
} | } | ||
/* No colon style */ | /* No colon style */ | ||
.bg3wiki-tablelist.nocolon dt::after { | .bg3wiki-tablelist.nocolon dt::after { | ||
content: none; | |||
} | } | ||
Line 551: | Line 509: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
font-size: 100%; | |||
} | } | ||
.bg3wiki-tablelist dd { | .bg3wiki-tablelist dd { | ||
font-size: 100%; | |||
margin: 0; | margin: 0; | ||
display: inline; | display: inline; | ||
Line 562: | Line 520: | ||
.bg3wiki-tablelist dd::after { | .bg3wiki-tablelist dd::after { | ||
content: "\a"; | content: "\a"; | ||
white-space: pre; | |||
} | } | ||
Line 608: | Line 566: | ||
.bg3wiki-horizontlist dt::after { | .bg3wiki-horizontlist dt::after { | ||
content: ":"; | |||
font-weight: normal; | |||
font-size: 100%; | |||
} | } | ||
Line 681: | Line 639: | ||
.bg3wiki-quotesource { | .bg3wiki-quotesource { | ||
line-height: 1.5em; | |||
padding-left: 1.5em; | |||
margin-top: 0; | |||
} | } | ||
.bg3wiki-blockquote-marks { | .bg3wiki-blockquote-marks { | ||
color: var(--bg3wiki-blockquote-marks); | |||
font-size: 120%; | |||
font-family: serif; | |||
font-weight: bold; | |||
} | } | ||
/* Shortcut */ | /* Shortcut */ | ||
.bg3wiki-template-shortcut { | .bg3wiki-template-shortcut { | ||
display: inline-block; | |||
background-color: var(--bg3wiki-documentation-header-bg); | background-color: var(--bg3wiki-documentation-header-bg); | ||
border: 1px solid var(--bg3wiki-documentation-border); | border: 1px solid var(--bg3wiki-documentation-border); | ||
text-align: center; | text-align: center; | ||
margin: 1em; | |||
padding: 0 0.33em 0 0.33em; | padding: 0 0.33em 0 0.33em; | ||
vertical-align: top; | |||
width: fit-content; | |||
font-size: 85%; | |||
} | } | ||
Line 711: | Line 669: | ||
padding: 0 0 0.16em 0; | padding: 0 0 0.16em 0; | ||
border-bottom: 2px solid #3d3d3d; | border-bottom: 2px solid #3d3d3d; | ||
font-size: 90%; | |||
} | } | ||
/* Resistance colours */ | /* Resistance colours */ | ||
.bg3wiki-imagetext-text-resistant { | .bg3wiki-imagetext-text-resistant { | ||
color: var(--bg3wiki-imagetext-text-resistant-color); | |||
} | } | ||
.bg3wiki-imagetext-text-immune{ | .bg3wiki-imagetext-text-immune{ | ||
color: var(--bg3wiki-imagetext-text-immune-color); | |||
} | } | ||
.bg3wiki-imagetext-text-vulnerable { | .bg3wiki-imagetext-text-vulnerable { | ||
color: var(--bg3wiki-imagetext-text-vulnerable-color); | |||
} | } | ||
/* Character info template styling */ | /* Character info template styling */ | ||
.bg3wiki-characterinfo { | .bg3wiki-characterinfo { | ||
background-color: var(--bg3wiki-characterinfo-bg); | |||
border: var(--bg3wiki-characterinfo-border); | |||
color: var(--bg3wiki-characterinfo-color); | |||
width: 20em; | |||
margin: 0.5em 0 0 2em; | |||
} | } | ||
Line 744: | Line 702: | ||
padding-left: 38px; | padding-left: 38px; | ||
vertical-align: top; | vertical-align: top; | ||
background-color: var(--bg3wiki-characterinfo-subheader-bg);; | |||
border: 0; | |||
color: var(--bg3wiki-characterinfo-subheader-color); | |||
} | } | ||
Line 753: | Line 711: | ||
table.ambox { | table.ambox { | ||
background-color: var(--bg3wiki-ambox-bg); | background-color: var(--bg3wiki-ambox-bg); | ||
border: var(--bg3wiki-wikitable-border); | |||
} | } | ||
Line 763: | Line 721: | ||
.div-col-rules { | .div-col-rules { | ||
column-rule: 1px solid #805608 !important; | |||
} | } | ||
Line 780: | Line 738: | ||
/* Character info template styling */ | /* Character info template styling */ | ||
.infobox { | .infobox { | ||
background-color: var(--bg3wiki-box-detail-bg); | |||
color: var(--fg); | |||
border: var(--bg3wiki-wikitable-border); | |||
font-size: 90%; | |||
float: right; | |||
margin: 0.5em 0 0.5em 1em; | margin: 0.5em 0 0.5em 1em; | ||
padding: 0.2em 0.2em 0.6em 0.2em; | padding: 0.2em 0.2em 0.6em 0.2em; | ||
Line 794: | Line 752: | ||
.infobox-title { | .infobox-title { | ||
border: 0; | |||
} | } | ||
Line 800: | Line 758: | ||
background: var(--bg3wiki-box-header-bg); | background: var(--bg3wiki-box-header-bg); | ||
color: var(--fg); | color: var(--fg); | ||
font-size: 130%; | |||
border: var(--bg3wiki-box-accent-dark-border); | |||
} | } | ||
Line 807: | Line 765: | ||
background: var(--bg3wiki-box-header-bg); | background: var(--bg3wiki-box-header-bg); | ||
color: var(--fg); | color: var(--fg); | ||
border: none; | |||
} | } | ||
Line 813: | Line 771: | ||
.infobox-image, | .infobox-image, | ||
.infobox-caption { | .infobox-caption { | ||
background-color: var(--bg3wiki-box-detail-bg); | |||
border: var(--bg3wiki-box-detail-border); | |||
color: var(--fg); | color: var(--fg); | ||
} | } | ||
.infobox-label { | .infobox-label { | ||
background-color: var(--bg3wiki-box-label-bg); | |||
border: none; | |||
color: var(--fg); | color: var(--fg); | ||
text-align: left; | |||
padding: 0.2em 0.4em 0.2em 0.4em; | |||
vertical-align: top; | |||
font-weight: normal; | |||
} | } | ||
.infobox-data { | .infobox-data { | ||
background-color: transparent; | |||
color: var(--fg); | color: var(--fg); | ||
border: none; | |||
text-align: center; | |||
padding: 0.2em 0.4em 0.2em 0.4em; | |||
} | } | ||
/* Will remove this when I re-do the themes variables */ | /* Will remove this when I re-do the themes variables */ | ||
.infobox-data-last { | .infobox-data-last { | ||
border-bottom: none !important; | |||
} | } | ||
Line 844: | Line 802: | ||
background: var(--bg3wiki-box-header-bg); | background: var(--bg3wiki-box-header-bg); | ||
color: var(--fg); | color: var(--fg); | ||
border: none; | |||
} | } | ||
Line 906: | Line 864: | ||
.navbox-odd { | .navbox-odd { | ||
background-color: var(--bg3wiki-navbox-data-row-odd-bg); | |||
border: none !important; | |||
color: var(--fg); | |||
} | } | ||
.navbox-even { | .navbox-even { | ||
background-color: var(--bg3wiki-navbox-data-row-even-bg); | |||
border: none !important; | |||
border-top: var(--bg3wiki-navbox-label-border); | border-top: var(--bg3wiki-navbox-label-border); | ||
color: var(--fg); | |||
} | } | ||
Line 955: | Line 913: | ||
.wikitable { | .wikitable { | ||
margin: 1em 0 !important; | |||
border-collapse: collapse !important; | |||
} | } | ||
table.wikitable td { | table.wikitable td { | ||
background-color: var(--bg3wiki-wikitable-bg) !important; | |||
border: var(--bg3wiki-wikitable-border) !important; | |||
} | } | ||
.wikitable th { | .wikitable th { | ||
background-color: var(--bg3wiki-wikitable-header-bg) !important; | |||
border: var(--bg3wiki-wikitable-border) !important; | |||
} | } | ||
Line 977: | Line 935: | ||
/* Sidebar styling */ | /* Sidebar styling */ | ||
table.sidebar { | table.sidebar { | ||
background-color: var(--bg3wiki-box-detail-bg); | |||
color: var(--fg); | |||
border: var(--bg3wiki-box-border); | |||
} | } | ||
Line 986: | Line 944: | ||
background: var(--bg3wiki-box-header-bg); | background: var(--bg3wiki-box-header-bg); | ||
color: var(--fg); | color: var(--fg); | ||
border: var(--bg3wiki-box-accent-dark-border); | |||
} | } | ||
Line 992: | Line 950: | ||
background: var(--bg3wiki-box-header-bg); | background: var(--bg3wiki-box-header-bg); | ||
color: var(--fg); | color: var(--fg); | ||
border: var(--bg3wiki-box-accent-dark-border); | |||
display: block; | |||
margin-bottom: 0.5em; | |||
} | } | ||
.sidebar-image, | .sidebar-image, | ||
.sidebarcaption { | .sidebarcaption { | ||
background-color: var(--bg3wiki-box-detail-bg); | |||
border: var(--bg3wiki-box-detail-border); | |||
color: var(--fg); | color: var(--fg); | ||
} | } | ||
.sidebar-list-title { | .sidebar-list-title { | ||
background-color: var(--bg3wiki-box-label-bg); | |||
border: var(--bg3wiki-box-label-border); | |||
color: var(--fg); | color: var(--fg); | ||
text-align: left; | |||
} | } | ||
.sidebar-content { | .sidebar-content { | ||
background-color: var(--bg3wiki-box-data-bg); | |||
color: var(--fg); | color: var(--fg); | ||
border: 1px solid var(--bg3wiki-box-data-border); | |||
} | } | ||
.sidebar-list { | .sidebar-list { | ||
background-color: var(--bg3wiki-box-data-bg); | |||
color: var(--fg); | color: var(--fg); | ||
border: 1px solid var(--bg3wiki-box-data-border); | |||
} | } | ||
.sidebar-list-content { | .sidebar-list-content { | ||
background-color: var(--bg3wiki-box-data-bg); | |||
color: var(--fg); | color: var(--fg); | ||
border: 1px solid var(--bg3wiki-box-data-border); | |||
} | } | ||
.sidebar-heading { | .sidebar-heading { | ||
background-color: var(--bg3wiki-box-label-bg); | |||
border: var(--bg3wiki-box-label-border); | |||
color: var(--fg); | color: var(--fg); | ||
display: block; | |||
margin-bottom: 0.5em; | |||
} | } | ||
Line 1,040: | Line 998: | ||
background: var(--bg3wiki-box-header-bg); | background: var(--bg3wiki-box-header-bg); | ||
color: var(--fg); | color: var(--fg); | ||
border: var(--bg3wiki-box-accent-dark-border); | |||
} | } | ||
Line 1,058: | Line 1,016: | ||
.bludgeoning, | .bludgeoning, | ||
.slashing { | .slashing { | ||
color: var(--bg3wiki-damage-colour-physical-fg); | |||
} | } | ||
Line 1,066: | Line 1,024: | ||
.bg3wiki-info-blob .bludgeoning, | .bg3wiki-info-blob .bludgeoning, | ||
.bg3wiki-info-blob .slashing { | .bg3wiki-info-blob .slashing { | ||
color: var(--bg3wiki-damage-colour-physical-fg-bright); | |||
} | } | ||
.acid { | .acid { | ||
color: var(--bg3wiki-damage-colour-acid-fg); | |||
} | } | ||
.bg3wiki-info-blob .acid { | .bg3wiki-info-blob .acid { | ||
color: var(--bg3wiki-damage-colour-acid-fg-bright); | |||
} | } | ||
.cold { | .cold { | ||
color: var(--bg3wiki-damage-colour-cold-fg); | |||
} | } | ||
.bg3wiki-info-blob .cold { | .bg3wiki-info-blob .cold { | ||
color: var(--bg3wiki-damage-colour-cold-fg-bright); | |||
} | } | ||
.fire { | .fire { | ||
color: var(--bg3wiki-damage-colour-fire-fg); | |||
} | } | ||
.bg3wiki-info-blob .fire{ | .bg3wiki-info-blob .fire{ | ||
color: var(--bg3wiki-damage-colour-fire-fg-bright); | |||
} | } | ||
.force { | .force { | ||
color: var(--bg3wiki-damage-colour-force-fg); | |||
} | } | ||
.bg3wiki-info-blob .force { | .bg3wiki-info-blob .force { | ||
color: var(--bg3wiki-damage-colour-force-fg-bright); | |||
} | } | ||
.healing { | .healing { | ||
color: var(--bg3wiki-damage-colour-healing-fg); | |||
} | } | ||
.bg3wiki-info-blob .healing{ | .bg3wiki-info-blob .healing{ | ||
color: var(--bg3wiki-damage-colour-healing-fg-bright); | |||
} | } | ||
.lightning { | .lightning { | ||
color: var(--bg3wiki-damage-colour-lightning-fg); | |||
} | } | ||
.bg3wiki-info-blob .lightning { | .bg3wiki-info-blob .lightning { | ||
color: var(--bg3wiki-damage-colour-lightning-fg-bright); | |||
} | } | ||
.necrotic { | .necrotic { | ||
color: var(--bg3wiki-damage-colour-necrotic-fg); | |||
} | } | ||
.bg3wiki-info-blob .necrotic{ | .bg3wiki-info-blob .necrotic{ | ||
color: var(--bg3wiki-damage-colour-necrotic-fg-bright); | |||
} | } | ||
.poison { | .poison { | ||
color: var(--bg3wiki-damage-colour-poison-fg); | |||
} | } | ||
.bg3wiki-info-blob .poison { | .bg3wiki-info-blob .poison { | ||
color: var(--bg3wiki-damage-colour-poison-fg-bright); | |||
} | } | ||
.radiant { | .radiant { | ||
color: var(--bg3wiki-damage-colour-radiant-fg); | |||
} | } | ||
.bg3wiki-info-blob .radiant{ | .bg3wiki-info-blob .radiant{ | ||
color: var(--bg3wiki-damage-colour-radiant-fg-bright); | |||
} | } | ||
.thunder { | .thunder { | ||
color: var(--bg3wiki-damage-colour-thunder-fg); | |||
} | } | ||
.bg3wiki-info-blob .thunder{ | .bg3wiki-info-blob .thunder{ | ||
color: var(--bg3wiki-damage-colour-thunder-fg-bright); | |||
} | } | ||
.psychic { | .psychic { | ||
color: var(--bg3wiki-damage-colour-psychic-fg); | |||
} | } | ||
.bg3wiki-info-blob .psychic { | .bg3wiki-info-blob .psychic { | ||
color: var(--bg3wiki-damage-colour-psychic-fg-bright); | |||
} | } | ||
Line 1,175: | Line 1,133: | ||
.bg3wiki-red-1, | .bg3wiki-red-1, | ||
th.red { | th.red { | ||
background-color: var(--bg3wiki-box-dark-red); | |||
} | } | ||
.bg3wiki-red-2 { | .bg3wiki-red-2 { | ||
background-color: var(--bg3wiki-box-mid-red); | |||
} | } | ||
.bg3wiki-red-3 { | .bg3wiki-red-3 { | ||
background-color: var(--bg3wiki-box-bright-red); | |||
} | } | ||
.bg3wiki-red-border { | .bg3wiki-red-border { | ||
border: var(--bg3wiki-box-border-red); | |||
} | } | ||
.bg3wiki-red-border-faded { | .bg3wiki-red-border-faded { | ||
border: var(--bg3wiki-box-border-faded-red); | |||
} | } | ||
.bg3wiki-orange-1, | .bg3wiki-orange-1, | ||
th.orange { | th.orange { | ||
background-color: var(--bg3wiki-box-dark-orange); | |||
} | } | ||
.bg3wiki-orange-2 { | .bg3wiki-orange-2 { | ||
background-color: var(--bg3wiki-box-mid-orange); | |||
} | } | ||
.bg3wiki-orange-3 { | .bg3wiki-orange-3 { | ||
background-color: var(--bg3wiki-box-bright-orange); | |||
} | } | ||
.bg3wiki-orange-border { | .bg3wiki-orange-border { | ||
border: var(--bg3wiki-box-border-orange); | |||
} | } | ||
.bg3wiki-orange-border-faded { | .bg3wiki-orange-border-faded { | ||
border: var(--bg3wiki-box-border-faded-orange); | |||
} | } | ||
.bg3wiki-yellow-1, | .bg3wiki-yellow-1, | ||
th.yellow { | th.yellow { | ||
background-color: var(--bg3wiki-box-dark-yellow); | |||
} | } | ||
.bg3wiki-yellow-2 { | .bg3wiki-yellow-2 { | ||
background-color: var(--bg3wiki-box-mid-yellow); | |||
} | } | ||
.bg3wiki-yellow-3 { | .bg3wiki-yellow-3 { | ||
background-color: var(--bg3wiki-box-bright-yellow); | |||
} | } | ||
.bg3wiki-yellow-border { | .bg3wiki-yellow-border { | ||
border: var(--bg3wiki-box-border-yellow); | |||
} | } | ||
.bg3wiki-yellow-border-faded { | .bg3wiki-yellow-border-faded { | ||
border: var(--bg3wiki-box-border-faded-yellow); | |||
} | } | ||
.bg3wiki-yellow-green-1, | .bg3wiki-yellow-green-1, | ||
th.yellow-green { | th.yellow-green { | ||
background-color: var(--bg3wiki-box-dark-yellow-green); | |||
} | } | ||
.bg3wiki-yellow-green-2 { | .bg3wiki-yellow-green-2 { | ||
background-color: var(--bg3wiki-box-mid-yellow-green); | |||
} | } | ||
.bg3wiki-yellow-green-3 { | .bg3wiki-yellow-green-3 { | ||
background-color: var(--bg3wiki-box-bright-yellow-green); | |||
} | } | ||
.bg3wiki-yellow-green-border { | .bg3wiki-yellow-green-border { | ||
border: var(--bg3wiki-box-border-yellow-green); | |||
} | } | ||
.bg3wiki-yellow-green-border-faded { | .bg3wiki-yellow-green-border-faded { | ||
border: var(--bg3wiki-box-border-faded-yellow-green); | |||
} | } | ||
.bg3wiki-green-1, | .bg3wiki-green-1, | ||
th.green { | th.green { | ||
background-color: var(--bg3wiki-box-dark-green); | |||
} | } | ||
.bg3wiki-green-2 { | .bg3wiki-green-2 { | ||
background-color: var(--bg3wiki-box-mid-green); | |||
} | } | ||
.bg3wiki-green-3 { | .bg3wiki-green-3 { | ||
background-color: var(--bg3wiki-box-bright-green); | |||
} | } | ||
.bg3wiki-green-border { | .bg3wiki-green-border { | ||
border: var(--bg3wiki-box-border-green); | |||
} | } | ||
.bg3wiki-green-border-faded { | .bg3wiki-green-border-faded { | ||
border: var(--bg3wiki-box-border-faded-green); | |||
} | } | ||
.bg3wiki-cyan-green-1, | .bg3wiki-cyan-green-1, | ||
th.cyan-green { | th.cyan-green { | ||
background-color: var(--bg3wiki-box-dark-cyan-green); | |||
} | } | ||
.bg3wiki-cyan-green-2 { | .bg3wiki-cyan-green-2 { | ||
background-color: var(--bg3wiki-box-mid-cyan-green); | |||
} | } | ||
.bg3wiki-cyan-green-3 { | .bg3wiki-cyan-green-3 { | ||
background-color: var(--bg3wiki-box-bright-cyan-green); | |||
} | } | ||
.bg3wiki-cyan-green-border { | .bg3wiki-cyan-green-border { | ||
border: var(--bg3wiki-box-border-cyan-green); | |||
} | } | ||
.bg3wiki-cyan-green-border-faded { | .bg3wiki-cyan-green-border-faded { | ||
border: var(--bg3wiki-box-border-faded-cyan-green); | |||
} | } | ||
.bg3wiki-cyan-1, | .bg3wiki-cyan-1, | ||
th.cyan { | th.cyan { | ||
background-color: var(--bg3wiki-box-dark-cyan); | |||
} | } | ||
.bg3wiki-cyan-2 { | .bg3wiki-cyan-2 { | ||
background-color: var(--bg3wiki-box-mid-cyan); | |||
} | } | ||
.bg3wiki-cyan-3 { | .bg3wiki-cyan-3 { | ||
background-color: var(--bg3wiki-box-bright-cyan); | |||
} | } | ||
.bg3wiki-cyan-border { | .bg3wiki-cyan-border { | ||
border: var(--bg3wiki-box-border-cyan); | |||
} | } | ||
.bg3wiki-cyan-border-faded { | .bg3wiki-cyan-border-faded { | ||
border: var(--bg3wiki-box-border-faded-cyan); | |||
} | } | ||
.bg3wiki-blue-1, | .bg3wiki-blue-1, | ||
th.blue { | th.blue { | ||
background-color: var(--bg3wiki-box-dark-blue); | |||
} | } | ||
.bg3wiki-blue-2 { | .bg3wiki-blue-2 { | ||
background-color: var(--bg3wiki-box-mid-blue); | |||
} | } | ||
.bg3wiki-blue-3 { | .bg3wiki-blue-3 { | ||
background-color: var(--bg3wiki-box-bright-blue); | |||
} | } | ||
.bg3wiki-blue-border { | .bg3wiki-blue-border { | ||
border: var(--bg3wiki-box-border-blue); | |||
} | } | ||
.bg3wiki-blue-border-faded { | .bg3wiki-blue-border-faded { | ||
border: var(--bg3wiki-box-border-faded-blue); | |||
} | } | ||
.bg3wiki-indigo-1, | .bg3wiki-indigo-1, | ||
th.indigo { | th.indigo { | ||
background-color: var(--bg3wiki-box-dark-indigo); | |||
} | } | ||
.bg3wiki-indigo-2 { | .bg3wiki-indigo-2 { | ||
background-color: var(--bg3wiki-box-mid-indigo); | |||
} | } | ||
.bg3wiki-indigo-3 { | .bg3wiki-indigo-3 { | ||
background-color: var(--bg3wiki-box-bright-indigo); | |||
} | } | ||
.bg3wiki-indigo-border { | .bg3wiki-indigo-border { | ||
border: var(--bg3wiki-box-border-indigo); | |||
} | } | ||
.bg3wiki-indigo-border-faded { | .bg3wiki-indigo-border-faded { | ||
border: var(--bg3wiki-box-border-faded-indigo); | |||
} | } | ||
.bg3wiki-violet-1, | .bg3wiki-violet-1, | ||
th.violet { | th.violet { | ||
background-color: var(--bg3wiki-box-dark-violet); | |||
} | } | ||
.bg3wiki-violet-2 { | .bg3wiki-violet-2 { | ||
background-color: var(--bg3wiki-box-mid-violet); | |||
} | } | ||
.bg3wiki-violet-3 { | .bg3wiki-violet-3 { | ||
background-color: var(--bg3wiki-box-bright-violet); | |||
} | } | ||
.bg3wiki-violet-border { | .bg3wiki-violet-border { | ||
border: var(--bg3wiki-box-border-violet); | |||
} | } | ||
.bg3wiki-violet-border-faded { | .bg3wiki-violet-border-faded { | ||
border: var(--bg3wiki-box-border-faded-violet); | |||
} | } | ||
Line 1,386: | Line 1,344: | ||
.bg3wiki-magenta-1, | .bg3wiki-magenta-1, | ||
th.magenta { | th.magenta { | ||
background-color: var(--bg3wiki-box-dark-magenta); | |||
} | } | ||
.bg3wiki-magenta-2 { | .bg3wiki-magenta-2 { | ||
background-color: var(--bg3wiki-box-mid-magenta); | |||
} | } | ||
.bg3wiki-magenta-3 { | .bg3wiki-magenta-3 { | ||
background-color: var(--bg3wiki-box-bright-magenta); | |||
} | } | ||
.bg3wiki-magenta-border { | .bg3wiki-magenta-border { | ||
border: var(--bg3wiki-box-border-magenta); | |||
} | } | ||
.bg3wiki-magenta-border-faded { | .bg3wiki-magenta-border-faded { | ||
border: var(--bg3wiki-box-border-faded-magenta); | |||
} | } | ||