West of Loathing Wiki
No edit summary
No edit summary
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/* CSS placed here will be applied to the Fandom Desktop skin */
/* This governs the sections on the Community portal */
 
.cpbox {
 
display: flex;
 
flex-direction: row-reverse;
 
flex-wrap: wrap;
 
}
 
 
.cpbox #admins {
 
box-sizing: border-box;
 
width: calc(33% - 10px);
 
margin: 5px;
 
flex-grow: 1;
 
min-width: 300px;
 
}
 
 
.cpbox #help {
 
box-sizing: border-box;
 
width: calc(67% - 10px);
 
margin: 5px;
 
flex-grow: 1;
 
}
 
 
/* Template documentation styles */
 
/* If modifying these styles, be sure to update the mobile skin! */
 
.doc {
 
margin: 0em auto 1em;
 
background-color: rgba(0, 0, 0, 0.1);
 
border: 2px solid #cccccc;
 
border-radius: 1em;
 
padding: 1em;
 
}
 
 
.doc-header {
 
padding-bottom: 3px;
 
border-bottom: 1px solid #cccccc;
 
margin-bottom: 1ex;
 
}
 
 
.doc-footer {
 
margin: 0;
 
background-color: rgba(0, 0, 0, 0.1);
 
border: 2px solid #cccccc;
 
border-radius: 1em;
 
padding: 1em;
 
}
 
 
/* Classes permitting setting of alignment on desktop only or differently on desktop and mobile */
 
/* (See .mobileleft, .mobilecenter, .mobileright in MediaWiki:Mobile.css for the mobile equivalents */
 
.desktopleft {
 
text-align: left;
 
}
 
 
.desktopcenter {
 
text-align: center;
 
}
 
 
.desktopright {
 
text-align: right;
 
}
 
 
.icon-frame {
 
display: inline-block;
 
margin: 2px;
 
max-width: 90px;
 
text-align: center;
 
vertical-align: top;
 
}
 
 
.icon-frame a {
 
font-size: 0.875em;
 
}
 
 
/* CSS placed here will affect users of the Hydra skin */
 
/* Custom font */
 
@font-face {
 
font-family: 'Boncegro FF 4F';
 
src: local('Boncegro FF 4F'), local('Boncegro-FF-4F'), url(/media/hydra/fonts/Boncegro FF 4F.otf) format('opentype');
 
}
 
 
 
/* Content */
 
/* Content */
.theme-fandomdesktop-dark h1,
+
.theme-fandomdesktop-dark h1:not(h1.wds-global-footer__header):not(h1.mcf-header),
.theme-fandomdesktop-dark h2:not(.wds-global-footer__header),
+
.theme-fandomdesktop-dark h2:not(h2.wds-global-footer__header):not(h2.mcf-header),
.theme-fandomdesktop-dark hr {
+
.theme-fandomdesktop-dark hr:not(hr.wds-global-footer__header):not(hr.mcf-header) {
background: rgba(0, 0, 0, 0) url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/0/0f/Hr.png/revision/latest") repeat-x scroll 0 calc(100%);
+
background: transparent url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/3d/Hr-white.png/revision/latest") repeat-x scroll 0 calc(100%);
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;
 
border: 8px solid transparent;
 
border: 8px solid transparent;
 
border-left-width: 0;
 
border-left-width: 0;
color: #000;
+
color: var(--theme-accent-label-color);
filter: invert(1);
 
 
}
 
}
   
.theme-fandomdesktop-light h1,
+
.theme-fandomdesktop-light h1:not(h1.wds-global-footer__header):not(h1.mcf-header),
.theme-fandomdesktop-light h2,
+
.theme-fandomdesktop-light h2:not(h2.wds-global-footer__header):not(h2.mcf-header),
.theme-fandomdesktop-light hr {
+
.theme-fandomdesktop-light hr:not(hr.wds-global-footer__header):not(hr.mcf-header) {
background: rgba(0, 0, 0, 0) url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/0/0f/Hr.png/revision/latest") repeat-x scroll 0 calc(100%);
+
background: transparent url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/0/0f/Hr.png/revision/latest") repeat-x scroll 0 calc(100%);
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;
 
border: 8px solid transparent;
 
border: 8px solid transparent;
Line 103: Line 23:
 
.theme-fandomdesktop-dark .WikiaRail .rail-module h2,
 
.theme-fandomdesktop-dark .WikiaRail .rail-module h2,
 
.theme-fandomdesktop-dark .page-content h2 {
 
.theme-fandomdesktop-dark .page-content h2 {
color: #000;
+
color: var(--theme-accent-label-color);
 
padding-bottom: 0.5em;
 
padding-bottom: 0.5em;
 
border-bottom-color: transparent;
 
border-bottom-color: transparent;
  +
}
filter: invert(1);
 
  +
  +
.unified-search__result h1 {
  +
padding-bottom: 0.25em;
 
}
 
}
   
Line 122: Line 45:
 
.theme-fandomdesktop-light .fakeh2 {
 
.theme-fandomdesktop-light .fakeh2 {
 
color: var(--theme-page-text-color);
 
color: var(--theme-page-text-color);
background: rgba(0,0,0,0) url(https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/0/0f/Hr.png/revision/latest) repeat-x scroll 0 calc(100% + 5px);
+
background: transparent url(https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/0/0f/Hr.png/revision/latest) repeat-x scroll 0 calc(100% + 5px);
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;
 
border: 8px solid transparent;
 
border: 8px solid transparent;
Line 136: Line 59:
   
 
.theme-fandomdesktop-dark .fakeh2 {
 
.theme-fandomdesktop-dark .fakeh2 {
background: rgba(0,0,0,0) url(https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/0/0f/Hr.png/revision/latest) repeat-x scroll 0 calc(100% + 5px);
+
background: transparent url(https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/3d/Hr-white.png/revision/latest) repeat-x scroll 0 calc(100% + 5px);
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;
 
border: 8px solid transparent;
 
border: 8px solid transparent;
 
border-left-width: 0;
 
border-left-width: 0;
color: #000;
+
color: var(--theme-accent-label-color);
filter: invert(1);
 
 
font-weight: normal;
 
font-weight: normal;
 
margin: 0;
 
margin: 0;
Line 164: Line 86:
 
div#content a.external:visited,
 
div#content a.external:visited,
 
#mw-indicator-mw-helplink a {
 
#mw-indicator-mw-helplink a {
color: #006699;
+
color: var(--theme-link-color);
 
}
 
}
   
  +
a.new {
/* Tables */
 
  +
color: var(--theme-alert-color);
.article-table tr td,
 
.article-table tr th,
 
.wikitable tr td,
 
.wikitable tr th {
 
max-width: unset;
 
padding: 0.2em 0.4em;
 
 
}
 
}
 
   
 
/* Footer */
 
/* Footer */
Line 187: Line 103:
 
border-style: solid solid none;
 
border-style: solid solid none;
 
border-width: thin;
 
border-width: thin;
border-color: #808080;
+
border-color: var(--theme-border-color);
padding:0.25ex 1ex 0ex;
+
padding: 0.25em 1em 0;
 
font-size: 95%;
 
font-size: 95%;
 
}
 
}
   
 
.ambox {
 
.ambox {
background-color: #eeeeee;
+
background-color: var(--theme-link-dynamic-color-2);
border-bottom-color: #383838;
+
border-bottom-color: var(--theme-body-dynamic-color-2);
border-right-color: #383838;
+
border-right-color: var(--theme-body-dynamic-color-2);
border-top-color: #383838;
+
border-top-color: var(--theme-body-dynamic-color-2);
 
border-collapse: collapse;
 
border-collapse: collapse;
 
font-size: 95%;
 
font-size: 95%;
Line 204: Line 120:
   
 
.ambox-gray {
 
.ambox-gray {
border-left-color: #383838;
+
border-left-color: var(--theme-body-dynamic-color-2);
 
}
 
}
   
Line 273: Line 189:
 
background-color: var(--theme-page-background-color);
 
background-color: var(--theme-page-background-color);
 
border: 1px solid var(--theme-border-color);
 
border: 1px solid var(--theme-border-color);
border-collapse: unset;
+
border-collapse: separate;
 
border-radius: 3px;
 
border-radius: 3px;
 
border-spacing: 2px;
 
border-spacing: 2px;
Line 347: Line 263:
   
 
.feature {
 
.feature {
background: rgba(0, 0, 0, 0.1);
+
background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.1);
border: 1px solid rgba(0, 0, 0, 0.5);
+
border: 1px solid rgba(var(--theme-body-dynamic-color-1--rgb), 0.5);
 
border-radius: 5px; padding: 10px;
 
border-radius: 5px; padding: 10px;
 
}
 
}
   
 
/* this CSS governs the responsive 3 column main page layout */
 
/* this CSS governs the responsive 3 column main page layout */
.fpmain {
 
width: 100%;
 
overflow: hidden;
 
z-index: 1;
 
}
 
 
 
.fpbanner {
 
.fpbanner {
background: rgba(0, 0, 0, 0.1);
+
background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.1);
border: 1px solid #505050;
+
border: 1px solid var(--theme-border-color);
box-shadow: 0 2px 5px #505050;
+
box-shadow: 0 2px 5px var(--theme-border-color);
 
color: var(--theme-page-text-color);
 
color: var(--theme-page-text-color);
margin: 0 5px 5px 5px;
 
padding: 5px;
 
min-height: 80px;
 
}
 
 
.fpbannertable {
 
display: table;
 
border: none;
 
background: transparent;
 
width: 100%;
 
min-height: 75px;
 
margin: 0;
 
padding: 5px;
 
}
 
 
.fpbannercell {
 
display: table-cell;
 
text-align: center;
 
vertical-align: middle;
 
 
}
 
}
   
 
.fpbannerblock {
 
.fpbannerblock {
border: none;
 
 
color: var(--theme-page-background-color);
 
color: var(--theme-page-background-color);
  +
text-shadow: 0 0 8px rgba(var(--theme-page-background-color--rgb), 0.5);
font-weight: bold;
 
text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
 
font-size: 132%;
 
width: 100%;
 
margin: 0 0 10px 0;
 
padding: 0 0 5px 0;
 
}
 
 
.fpmidsections {
 
float: left;
 
width: 100%;
 
overflow: hidden;
 
 
}
 
}
   
 
.fpbox {
 
.fpbox {
background: rgba(0, 0, 0, 0.1);
+
background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.1);
border: 1px solid #505050;
+
border: 1px solid var(--theme-border-color);
box-shadow: 0 2px 5px #505050;
+
box-shadow: 0 2px 5px var(--theme-border-color);
 
color: var(--theme-page-text-color);
 
color: var(--theme-page-text-color);
margin: 5px;
 
padding: 5px;
 
overflow: auto;
 
 
}
 
}
   
 
.fpbox .mainheading {
 
.fpbox .mainheading {
border: none;
+
border-bottom: 1px solid var(--theme-border-color);
border-bottom: 1px solid #505050;
 
 
font-family: "Boncegro FF 4F";
 
font-family: "Boncegro FF 4F";
 
font-size: 200%;
 
font-size: 200%;
margin: 0 0 10px 0;
 
padding: 0 0 5px 0;
 
overflow: auto;
 
letter-spacing: 1px;
 
 
}
 
}
   
 
.fpbox .heading {
 
.fpbox .heading {
border: none;
+
border-bottom: 1px solid var(--theme-border-color);
border-bottom: 1px solid #505050;
 
 
text-align: center;
 
text-align: center;
 
font-family: "Boncegro FF 4F";
 
font-family: "Boncegro FF 4F";
 
font-size: 200%;
 
font-size: 200%;
margin: 0 0 10px 0;
 
padding: 0 0 5px 0;
 
overflow: auto;
 
letter-spacing: 1px;
 
}
 
 
.fpmain .columns .leftcol {
 
width: 100%;
 
margin: 0;
 
padding: 0;
 
}
 
 
.fpmain .columns .rightcol {
 
width: 100%;
 
margin: 0;
 
padding: 0;
 
}
 
 
.fpsection1, .fpsection2, .fpsection3, .fpsection4 {
 
float: left;
 
clear: both;
 
width: 100%;
 
}
 
 
div.fp2columnonly, div.fp3columnonly {
 
display: none;
 
}
 
 
@media (min-width: 790px) {
 
.fpsection1 {
 
float: left;
 
clear: none;
 
width: 50%;
 
}
 
 
.fpmidsections {
 
clear: none;
 
float: right;
 
width: 50%;
 
}
 
 
.fpsection4 {
 
float: left;
 
clear: none;
 
width: 50%;
 
}
 
 
div.fp2columnonly {
 
display: block;
 
}
 
}
 
 
@media (min-width: 990px) {
 
.fpmain .columns .leftcol {
 
float: left;
 
width: 50%;
 
margin: 0;
 
padding: 0;
 
}
 
 
.fpmain .columns .rightcol {
 
float: right;
 
width: 50%;
 
margin: 0;
 
padding: 0;
 
}
 
}
 
 
@media (min-width: 1390px) {
 
.fpmidsections {
 
clear: none;
 
float: right;
 
width: 66.667%;
 
}
 
 
.fpsection1 {
 
clear: none;
 
width: 33.333%;
 
}
 
 
.fpsection2 {
 
clear: none;
 
width: 50%;
 
}
 
 
.fpsection3 {
 
clear: none;
 
width: 50%;
 
}
 
 
.fpsection4 {
 
clear: left;
 
width: 33.333%;
 
}
 
 
div.fp2columnonly {
 
display: none;
 
}
 
 
div.fp3columnonly {
 
display: block;
 
}
 
 
}
 
}
   
 
.fpbox.plain {
 
.fpbox.plain {
background: transparent;
+
background-color: transparent;
border: none;
 
box-shadow: none;
 
}
 
 
.fpimagelist ul {
 
list-style-type: none;
 
list-style-image: none;
 
}
 
 
.fpvideos {
 
margin: 0 auto;
 
overflow: hidden;
 
text-align: center;
 
}
 
 
.fpvideo {
 
display: inline-block;
 
margin: 0 5px;
 
 
}
 
}
   
Line 561: Line 311:
 
-moz-border-left-colors: transparent;
 
-moz-border-left-colors: transparent;
 
-moz-border-right-colors: transparent;
 
-moz-border-right-colors: transparent;
-moz-border-top-colors: #505050;
+
-moz-border-top-colors: var(--theme-border-color);
 
border-top-bottom: transparent;
 
border-top-bottom: transparent;
 
border-top-left: transparent;
 
border-top-left: transparent;
 
border-top-right : transparent;
 
border-top-right : transparent;
border-top-color: #505050;
+
border-top-color: var(--theme-border-color);
 
border-image: none;
 
border-image: none;
 
border-style: solid none none;
 
border-style: solid none none;
Line 581: Line 331:
 
-moz-border-right-colors: none;
 
-moz-border-right-colors: none;
 
-moz-border-top-colors: none;
 
-moz-border-top-colors: none;
border: 1px solid #505050;
+
border: 1px solid var(--theme-border-color);
 
border-image: none;
 
border-image: none;
 
border-radius: 5px 5px 0 0;
 
border-radius: 5px 5px 0 0;
Line 592: Line 342:
   
 
ul.tabbernav li {
 
ul.tabbernav li {
background: rgba(0, 0, 0, 0);
+
background-color: transparent;
 
color: var(--theme-page-background-color);
 
color: var(--theme-page-background-color);
 
display: inline;
 
display: inline;
Line 601: Line 351:
 
ul.tabbernav li a:hover {
 
ul.tabbernav li a:hover {
 
background: none repeat scroll 0 0 var(--theme-page-background-color);
 
background: none repeat scroll 0 0 var(--theme-page-background-color);
border-color: #505050;
+
border-color: var(--theme-border-color);
color: #333333;
+
color: var(--theme-page-text-color);
 
}
 
}
   
Line 608: Line 358:
 
ul.tabbernav li.tabberactive a:hover,
 
ul.tabbernav li.tabberactive a:hover,
 
ul.tabbernav li.tabberactive a:link {
 
ul.tabbernav li.tabberactive a:link {
background: rgba(0, 0, 0, 0);
+
background-color: transparent;
border-bottom: 2px solid #e5e5e5;
+
border-bottom: 2px solid var(--theme-page-text-color);
 
color: var(--theme-page-text-color);
 
color: var(--theme-page-text-color);
 
font-size: 150%;
 
font-size: 150%;
Line 654: Line 404:
 
vertical-align:middle;
 
vertical-align:middle;
 
}
 
}
 
 
   
 
/* Navbox template style */
 
/* Navbox template style */
Line 690: Line 438:
 
/* Base background */
 
/* Base background */
 
.navbox, .navbox-subgroup {
 
.navbox, .navbox-subgroup {
background: rgba(255, 255, 255, 0.2);
+
background-color: rgba(var(--theme-page-background-color--rgb), 0.2);
 
}
 
}
   
 
.navbox-list {
 
.navbox-list {
border-color: rgba(255, 255, 255, 0.2); /* Must match background color */
+
border-color: rgba(var(--theme-page-background-color--rgb), 0.2); /* Must match background color */
 
}
 
}
   
Line 700: Line 448:
 
.navbox-title,
 
.navbox-title,
 
table.navbox th {
 
table.navbox th {
background: rgba(255, 255, 255, 0.2);
+
background-color: rgba(var(--theme-page-background-color--rgb), 0.2);
 
color: #444;
 
color: #444;
 
}
 
}
Line 708: Line 456:
 
.navbox-group,
 
.navbox-group,
 
.navbox-subgroup .navbox-title {
 
.navbox-subgroup .navbox-title {
background: rgba(255, 255, 255, 0.2);
+
background-color: rgba(var(--theme-page-background-color--rgb), 0.2);
 
color: #333;
 
color: #333;
 
}
 
}
Line 715: Line 463:
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
.navbox-subgroup .navbox-abovebelow {
background: rgba(0, 0, 0, 0.05);
+
background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.05);
 
color: #333;
 
color: #333;
 
}
 
}
Line 721: Line 469:
 
/* Even row striping */
 
/* Even row striping */
 
.navbox-even {
 
.navbox-even {
background: rgba(0, 0, 0, 0.05);
+
background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.05);
 
color: #333;
 
color: #333;
 
}
 
}
Line 727: Line 475:
 
/* Odd row striping */
 
/* Odd row striping */
 
.navbox-odd {
 
.navbox-odd {
background: transparent;
+
background-color: transparent;
 
}
 
}
 
 
Line 773: Line 521:
 
.mw-charinsert-buttons a:hover,
 
.mw-charinsert-buttons a:hover,
 
.mw-charinsert-buttons a:active {
 
.mw-charinsert-buttons a:active {
background-color: #eaecf0;
+
background-color: var(--theme-accent-color--hover);
 
border-style: inset;
 
border-style: inset;
 
}
 
}
Line 791: Line 539:
 
filter: grayscale(100%);
 
filter: grayscale(100%);
 
}
 
}
  +
 
.gallerytext {
 
.gallerytext {
 
text-align: center;
 
text-align: center;
Line 801: Line 550:
 
/* diffs */
 
/* diffs */
 
.diff .diff-title {
 
.diff .diff-title {
background-color: transparent;
+
background-color: transparent;
 
}
 
}
   
Line 812: Line 561:
 
.diff .diff-context {
 
.diff .diff-context {
 
border-color: var(--theme-border-color);
 
border-color: var(--theme-border-color);
color: var(--theme-body-text-color);
+
color: var(--theme-page-text-color);
 
}
 
}
   
Line 840: Line 589:
 
.diff .diff-deletedline .diffchange {
 
.diff .diff-deletedline .diffchange {
 
background-color: var(--theme-alert-color);
 
background-color: var(--theme-alert-color);
  +
color: var(--theme-alert-label);
 
}
 
}
   
 
.diff .diff-addedline .diffchange {
 
.diff .diff-addedline .diffchange {
 
background-color: var(--theme-success-color);
 
background-color: var(--theme-success-color);
  +
color: var(--theme-success-label);
 
}
 
}
   
Line 872: Line 623:
 
#achievement_categories .achievement_category_select:last-child {;
 
#achievement_categories .achievement_category_select:last-child {;
 
border-right: 1px solid var(--theme-border-color);
 
border-right: 1px solid var(--theme-border-color);
  +
}
  +
  +
/* Template documentation styles */
  +
/* If modifying these styles, be sure to update the mobile skin! */
  +
.doc {
  +
background-color: rgba(var(--theme-page-text-color--rgb), 0.1);
  +
border: 2px solid var(--theme-border-color);
  +
}
  +
  +
.doc-header {
  +
border-bottom: 1px solid var(--theme-border-color);
  +
}
  +
  +
.doc-footer {
  +
background-color: rgba(var(--theme-page-text-color--rgb), 0.1);
  +
border: 2px solid var(--theme-border-color);
  +
}
  +
  +
/* Border on edit window */
  +
.mw-editform #wpTextbox1 {
  +
border: 1px solid;
  +
padding: 3px;
  +
}
  +
  +
.mobileonly {
  +
display: none;
 
}
 
}

Latest revision as of 14:40, 15 July 2021

/* CSS placed here will be applied to the Fandom Desktop skin */
/* Content */
.theme-fandomdesktop-dark h1:not(h1.wds-global-footer__header):not(h1.mcf-header),
.theme-fandomdesktop-dark h2:not(h2.wds-global-footer__header):not(h2.mcf-header),
.theme-fandomdesktop-dark hr:not(hr.wds-global-footer__header):not(hr.mcf-header) {
    background: transparent url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/3d/Hr-white.png/revision/latest") repeat-x scroll 0 calc(100%);
    background-repeat: repeat-x;
    border: 8px solid transparent;
    border-left-width: 0;
    color: var(--theme-accent-label-color);
}

.theme-fandomdesktop-light h1:not(h1.wds-global-footer__header):not(h1.mcf-header),
.theme-fandomdesktop-light h2:not(h2.wds-global-footer__header):not(h2.mcf-header),
.theme-fandomdesktop-light hr:not(hr.wds-global-footer__header):not(hr.mcf-header) {
    background: transparent url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/0/0f/Hr.png/revision/latest") repeat-x scroll 0 calc(100%);
    background-repeat: repeat-x;
    border: 8px solid transparent;
    border-left-width: 0;
}

.theme-fandomdesktop-dark .toc .toctitle h2,
.theme-fandomdesktop-dark .WikiaRail .rail-module h2,
.theme-fandomdesktop-dark .page-content h2 {
    color: var(--theme-accent-label-color);
    padding-bottom: 0.5em;
    border-bottom-color: transparent;
}

.unified-search__result h1 {
    padding-bottom: 0.25em;
}

.theme-fandomdesktop-light .toc .toctitle h2,
.theme-fandomdesktop-light .WikiaRail .rail-module h2,
.theme-fandomdesktop-light .page-content h2 {
    padding-bottom: 0.5em;
    border-bottom-color: transparent;
}

/* Fake h2 element that looks like an h2 but doesn't have an edit link or toc entry 
   Used by [[Template:Admins]]
*/

.theme-fandomdesktop-light .fakeh2 {
    color: var(--theme-page-text-color);
    background: transparent url(https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/0/0f/Hr.png/revision/latest) repeat-x scroll 0 calc(100% + 5px);
    background-repeat: repeat-x;
    border: 8px solid transparent;
    border-left-width: 0;
    font-weight: normal;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding: 0;
    font-size: 1.5em;
    line-height: 1.3;
}

.theme-fandomdesktop-dark .fakeh2 {
    background: transparent url(https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/3d/Hr-white.png/revision/latest) repeat-x scroll 0 calc(100% + 5px);
    background-repeat: repeat-x;
    border: 8px solid transparent;
    border-left-width: 0;
    color: var(--theme-accent-label-color);
    font-weight: normal;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding: 0;
    font-size: 1.5em;
    line-height: 1.3;
}

/* No bolding on inner headings */
.mw-body-content h3, .mw-body-content h4 {
   font-weight: unset;
}

/* anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited,
#mw-indicator-mw-helplink a {
    color: var(--theme-link-color);
}

a.new {
    color: var(--theme-alert-color);
}

/* Footer */
div#footer ul li,
div#footer ul li a {
    text-shadow: 0 0 5px var(--theme-page-background-color);
}

/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: var(--theme-border-color);
     padding: 0.25em 1em 0;
     font-size: 95%;
}

.ambox {
    background-color: var(--theme-link-dynamic-color-2);
    border-bottom-color: var(--theme-body-dynamic-color-2);
    border-right-color: var(--theme-body-dynamic-color-2);
    border-top-color: var(--theme-body-dynamic-color-2);
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: var(--theme-body-dynamic-color-2);
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left:0.8em;
     margin-top:0.5em;
}

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: var(--theme-page-background-color);
    border: 1px solid var(--theme-border-color);
    border-collapse: separate;
    border-radius: 3px;
    border-spacing: 2px;
    color: var(--theme-page-text-color);
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em;
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: var(--theme-accent-color);
    border: 2px solid inherit; 
    border-radius: 3px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: var(--theme-accent-color);
    border-radius: 3px; 
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    background-color: var(--theme-accent-color);
    border-radius: 3px; 
    padding: 0.2em;
}

.section-collapse {
    border-color: var(--theme-page-text-color);
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 7px;
    margin-right: 5px;
    position: relative;
    right: 0;
    top: 5px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 7px;
}

.section-collapsed {
    display: none;
}

.collapsed-icon {
   margin-top: 1px;
   transform: rotate(135deg);
}

/* copyright images tweak */
.copyright-icon {
    background: url("https://static.wikia.nocookie.net/commons_hydra/images/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

.feature {
    background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.1);
    border: 1px solid rgba(var(--theme-body-dynamic-color-1--rgb), 0.5);
    border-radius: 5px; padding: 10px;
}

/* this CSS governs the responsive 3 column main page layout */
.fpbanner {
    background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.1);
    border: 1px solid var(--theme-border-color);
    box-shadow: 0 2px 5px var(--theme-border-color);
    color: var(--theme-page-text-color);
}

.fpbannerblock {
    color: var(--theme-page-background-color);
    text-shadow: 0 0 8px rgba(var(--theme-page-background-color--rgb), 0.5);
}

.fpbox {
    background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.1);
    border: 1px solid var(--theme-border-color);
    box-shadow: 0 2px 5px var(--theme-border-color);
    color: var(--theme-page-text-color);
}

.fpbox .mainheading {
    border-bottom: 1px solid var(--theme-border-color);
    font-family: "Boncegro FF 4F";
    font-size: 200%;
}

.fpbox .heading {
    border-bottom: 1px solid var(--theme-border-color);
    text-align: center;
    font-family: "Boncegro FF 4F";
    font-size: 200%;
}

.fpbox.plain {
    background-color: transparent;
}

/* Tabber styling */
.tabberlive .tabbertab,
.tabber .tabbertab {
    -moz-border-bottom-colors: transparent;
    -moz-border-left-colors: transparent;
    -moz-border-right-colors: transparent;
    -moz-border-top-colors: var(--theme-border-color);
    border-top-bottom: transparent;
    border-top-left: transparent;
    border-top-right : transparent;
    border-top-color: var(--theme-border-color);
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
}

ul.tabbernav {
    border-bottom: none;
    text-align:center;
}

ul.tabbernav li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid var(--theme-border-color);
    border-image: none;
    border-radius: 5px 5px 0 0;
    font-family: 'Boncegro FF 4F';
    letter-spacing: 1px;
    margin-left: 3px;
    padding: 3px 0.5em;
    text-decoration: none;
}

ul.tabbernav li {
    background-color: transparent;
    color: var(--theme-page-background-color);
    display: inline;
    list-style: none outside none;
    margin: 0 0 0 7px;
}

ul.tabbernav li a:hover {
    background: none repeat scroll 0 0 var(--theme-page-background-color);
    border-color: var(--theme-border-color);
    color: var(--theme-page-text-color);
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover,
ul.tabbernav li.tabberactive a:link {
    background-color: transparent; 
    border-bottom: 2px solid var(--theme-page-text-color);
    color: var(--theme-page-text-color);
    font-size: 150%;
}

.theme-fandomdesktop-dark .ropeborder {
    background:
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/f/f1/Ropeborder_topleft.png/revision/latest") no-repeat scroll left top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/9/97/Ropeborder_topright.png/revision/latest") no-repeat scroll right top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/a/a8/Ropeborder_bottomleft.png/revision/latest") no-repeat scroll left bottom border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/6/6c/Ropeborder_bottomright.png/revision/latest") no-repeat scroll right bottom border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/35/Ropeborder_horizontal.png/revision/latest") repeat-x scroll right top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/3f/Ropeborder_vertical.png/revision/latest") repeat-y scroll left top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/3f/Ropeborder_vertical.png/revision/latest") repeat-y scroll right top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/35/Ropeborder_horizontal.png/revision/latest") repeat-x scroll left bottom border-box, transparent;
    border: 22px solid transparent;
    padding: 0; /* This is for the border images; change #bodyContent for the actual content padding */
    box-sizing: border-box;
}

.theme-fandomdesktop-light .ropeborder {
    background:
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/f/f1/Ropeborder_topleft.png/revision/latest") no-repeat scroll left top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/9/97/Ropeborder_topright.png/revision/latest") no-repeat scroll right top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/a/a8/Ropeborder_bottomleft.png/revision/latest") no-repeat scroll left bottom border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/6/6c/Ropeborder_bottomright.png/revision/latest") no-repeat scroll right bottom border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/35/Ropeborder_horizontal.png/revision/latest") repeat-x scroll right top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/3f/Ropeborder_vertical.png/revision/latest") repeat-y scroll left top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/3f/Ropeborder_vertical.png/revision/latest") repeat-y scroll right top border-box,
url("https://static.wikia.nocookie.net/westofloathing_gamepedia_en/images/3/35/Ropeborder_horizontal.png/revision/latest") repeat-x scroll left bottom border-box, transparent;
    border: 22px solid transparent;
    padding: 0; /* This is for the border images; change #bodyContent for the actual content padding */
    box-sizing: border-box;
}

.flipx {
   transform: scaleX(-1);
}

.combatcell-foe, .combatcell-friend {
  border:1px solid black;
  border-collapse:collapse;
  text-align:center;
  vertical-align:middle;
}

/* Navbox template style */
table.navbox {
    border: 1px solid var(--theme-border-color);
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background-color: rgba(var(--theme-page-background-color--rgb), 0.2);
}

.navbox-list {
    border-color: rgba(var(--theme-page-background-color--rgb), 0.2); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background-color: rgba(var(--theme-page-background-color--rgb), 0.2);
    color: #444;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background-color: rgba(var(--theme-page-background-color--rgb), 0.2);
    color: #333;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.05);
    color: #333;
}

/* Even row striping */
.navbox-even {
    background-color: rgba(var(--theme-body-dynamic-color-1--rgb), 0.05);
    color: #333;
}

/* Odd row striping */
.navbox-odd {
    background-color: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}

/* [[MediaWiki:Edittools]] */
.mw-charinsert-buttons {
    margin-top: 10px;
    border: 1px solid var(--theme-border-color);
    padding: 1px;
    text-align: center;
    font-size: 110%;
}

.mw-charinsert-buttons a {
    color: black;
    background-color: #eaecf0 !important;
    font-weight: bold;
    font-size: .9em;
    text-decoration: none;
    border: thin #069 outset;
    padding: 0 .1em .1em;
}

.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
    background-color: var(--theme-accent-color--hover);
    border-style: inset;
}

.client-js .mw-edittools-section {
    display: inline;
}

.client-js .mw-edittools-section input[type="button"] {
    font-size: 0.9em;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 1px;
}

.elvcolor {
   filter: grayscale(100%);
}

.gallerytext {
   text-align: center;
}

body.page-West_of_Loathing_Wiki .page-header__title {
    display: none;
}

/* diffs */
.diff .diff-title {
    background-color: transparent;
}

.diff .diff-context,
.diff .diff-deletedline,
.diff .diff-addedline {
    background-color: var(--theme-page-background-color--secondary); /* or var(--theme-page-background-color) */
}

.diff .diff-context {
    border-color: var(--theme-border-color);
    color: var(--theme-page-text-color);
}

.diff .diff-addedline,
.diff .diff-deletedline,
.diff .diff-context {
    font-size: 88%;
    line-height: 1.6;
    vertical-align: top;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-radius: 0.33em;
}

.diff .diff-deletedline,
.diff .diff-deletedline .diffchange {
    border-color: var(--theme-alert-color);
}

.diff .diff-addedline,
.diff .diff-addedline .diffchange {
    border-color: var(--theme-success-color);
}

.diff .diff-deletedline .diffchange {
    background-color: var(--theme-alert-color);
    color: var(--theme-alert-label);
}

.diff .diff-addedline .diffchange {
    background-color: var(--theme-success-color);
    color: var(--theme-success-label);
}

/* Achievements */
.achievement_category {
    background: none repeat scroll 0 0 var(--theme-page-background-color);
    border: 1px solid var(--theme-border-color);
}

#p-achievement-list {
    background: none repeat scroll 0 0 var(--theme-body-background-color);
    border: 1px solid var(--theme-border-color);
}

.achievement_category_select {
    background: none repeat scroll 0 0 var(--theme-page-background-color--secondary);
    border-bottom: 1px solid var(--theme-border-color);
    border-left: 1px solid var(--theme-border-color);
    border-top: 1px solid var(--theme-border-color);
}

.achievement_category_select[data-selected="true"] {
    background: none repeat scroll 0 0 var(--theme-body-background-color);
    border-bottom: 1px solid var(--theme-border-color);
}

#achievement_categories .achievement_category_select.end,
#achievement_categories .achievement_category_select:last-child {;
    border-right: 1px solid var(--theme-border-color);
}

/* Template documentation styles */
/* If modifying these styles, be sure to update the mobile skin! */
.doc {
    background-color: rgba(var(--theme-page-text-color--rgb), 0.1);
    border: 2px solid  var(--theme-border-color);
}

.doc-header {
    border-bottom: 1px solid  var(--theme-border-color);
}

.doc-footer {
    background-color: rgba(var(--theme-page-text-color--rgb), 0.1);
    border: 2px solid  var(--theme-border-color);
}

/* Border on edit window */
.mw-editform #wpTextbox1 {
    border: 1px solid;
    padding: 3px;
}

.mobileonly {
    display: none;
}