West of Loathing Wiki
Advertisement

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 be applied to the Fandom Desktop skin */
/* Content */
.theme-fandomdesktop-dark h1,
.theme-fandomdesktop-dark h2:not(.wds-global-footer__header),
.theme-fandomdesktop-dark hr {
    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;
    color: var(--theme-accent-label-color);
    filter: invert(1);
}

.theme-fandomdesktop-light h1,
.theme-fandomdesktop-light h2,
.theme-fandomdesktop-light hr {
    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;
    filter: invert(1);
}

.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/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;
    color: var(--theme-accent-label-color);
    filter: invert(1);
    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);
}

/* 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);
    color: var (--theme-alert-label);
}

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

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

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

/* 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);
}
Advertisement