>An Adventurer
m (Reverted edits by An Adventurer (talk) to last revision by Arkalor)
>An Adventurer
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins except the default Wikia skin */
/** CSS placed here will be applied to all skins except the default Wikia skin */
 
/* For template documentation */
/* For template documentation */
.template-documentation {
.template-documentation {
    clear: both;
    clear: both;
    margin: 1em 0 0 0;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;  
    border: 1px solid #aaa;  
    background-color: #ecfcf4;  
    background-color: #ecfcf4;  
    padding: 5px;
    padding: 5px;
}
}
 
/* Auto-number rows in tables */
/* Auto-number rows in tables */
 
table.numbered { counter-reset: row; }
table.numbered { counter-reset: row; }
table.numbered td:first-child:before { counter-increment: row; content: counter(row) ". "; }
table.numbered td:first-child:before { counter-increment: row; content: counter(row) ". "; }
 
/* Make the list of references smaller */
/* Make the list of references smaller */
ol.references {
ol.references {
    font-size: 100%;
    font-size: 100%;
}
}
.references-small {  
.references-small {  
    font-size: 90%;
    font-size: 90%;
}
}
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
.references-2column {
    font-size: 90%;
    font-size: 90%;
    -moz-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-count: 2;
}
}
 
/* Highlight clicked reference in blue to help navigation */
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
ol.references > li:target {
    background-color: #DEF;
    background-color: #DEF;
}
}
 
sup.reference:target {  
sup.reference:target {  
    background-color: #DEF;
    background-color: #DEF;
}
}
 
/* Styling for citations */
/* Styling for citations */
cite {
cite {
    font-style: normal;
    font-style: normal;
    word-wrap: break-word;
    word-wrap: break-word;
}
}
 
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
cite:target {  
cite:target {  
    background-color: #DEF;
    background-color: #DEF;
}
}
 
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
 
@media screen, handheld, projection {
@media screen, handheld, projection {
    cite *.printonly {
    cite *.printonly {
        display: none;
        display: none;
    }
    }
}
}
 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
    in <nowiki>[[MediaWiki:Common.js]]</nowiki> are styled here so they can be customised. */
.collapseButton {
.collapseButton {
    float:right;
    float:right;
    font-weight:normal;
    font-weight:normal;
    margin-left:0.5em;
    margin-left:0.5em;
    text-align:right;
    text-align:right;
    width:auto;
    width:auto;
}
}
 
/* 'collapse'/'expand' buttons created by the mw-collapsible javascript */
/* 'collapse'/'expand' buttons created by the mw-collapsible javascript */
.collapse span.mw-collapsible-toggle {float: left;}
.collapse span.mw-collapsible-toggle {float: left;}
 
/* Table alignment */
/* Table alignment */
.columnscenter tr {text-align:center;}
.columnscenter tr {text-align:center;}
.columnsright tr {text-align:right;}
.columnsright tr {text-align:right;}
.columntworight td:nth-child(2) {text-align:right;}
.columntworight td:nth-child(2) {text-align:right;}
.columnstop td {vertical-align: top;}
.columnstop td {vertical-align: top;}
 
/* Homepage styling */
/* Homepage styling */
#mainpage_container {
#mainpage_container {
    width:100%;
    width:100%;
     margin:1em 0 0;
    margin:1em 0 0;
    padding:2px;
}
.mainpage_box {
    width:33%;
    padding:5 0em;
    vertical-align:top;
}
.mainpage_boxheader {
    border:1px solid #996633;
    padding:5px;
    margin:3px;
    text-align: center;
}
.mainpage_boxheader div {
    float:right;
}
.mainpage_boxcontents {
    padding:0 2em;
}
/* Item and Equipment Templates */
.item {
    float:left;
    width:300px;
    border:1px solid #907854;
    background-color: #1a1a1a;
    color: #FFFFFF;
    padding: 0.2em;
    font-size: 0.90em;
    font-family: Verdana, Arial, sans-serif;
}
.item span {color:GreenYellow}
.item a:visited {color:SkyBlue}
.item a:link, a:hover, a:active {color:RoyalBlue}
.item_textbox {
    background-color:#e6dd80;
    border:1px solid #cc9900;
    color:#000000;
    padding:30px;
    width:500px;
     margin:10px auto 0;
    text-align:justify;
}
.item_textbox #author {
    border-top:1px solid #cc9900;
    margin:10px 0;
}
.item ul, .item_textbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}
.item li.topbottomspace {margin:10px 0px;}
.item li.topspace {margin-top:10px;}
.item li.bottomspace {margin-bottom:10px;}
.item li.dmgbonus {padding-left:6px;}
.item li.inscription {border-top:1px solid #907854;}
#item_header {
    display:table;
     padding:2px;
     padding:2px;
}
.mainpage_box {
    width:33%;
    padding:5 0em;
    vertical-align:top;
}
.mainpage_boxheader {
    border:1px solid #a3b0bf;
    border-radius:25px;
    padding:5px;
    margin:3px;
    text-align: center;
}
.mainpage_boxheader div {
    float:right;
}
.mainpage_boxcontents {
    padding:0 2em;
}
/* Item and Equipment Templates */
.item {
  float:left;
  width:300px;
  border:1px solid #907854;
  background-color: #1a1a1a;
  color: #FFFFFF;
  padding: 0.2em;
  font-size: 0.90em;
  font-family: Verdana, Arial, sans-serif;
}
.item span {color:GreenYellow}
.item a:visited {color:SkyBlue}
.item a:link, a:hover, a:active {color:RoyalBlue}
.item_textbox {
  background-color:#eee8aa;
  border:1px solid #cc9900;
  padding:30px;
  width:500px;
  margin:10px auto 0;
  text-align:justify;
}
.item_textbox #author {
  border-top:1px solid #cc9900;
  margin:10px 0;
}
.item ul, .item_textbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}
.item li.topbottomspace {margin:10px 0px;}
.item li.topspace {margin-top:10px;}
.item li.bottomspace {margin-bottom:10px;}
.item li.dmgbonus {padding-left:6px;}
.item li.inscription {border-top:1px solid #907854;}
#item_header {
  display:table;
  padding:2px;
  text-align:center;
  width:100%;
  font-weight:bold;
}
#item_header div {
  display:table-cell;
  vertical-align: middle;
}
#item_header div + div {
  display:table-cell;
  vertical-align: middle;
  width:40px;
}
/* Dyed Variations Template */
.dyedvariations {
    border: 1px solid white;
    border-collapse: collapse;
    background:#404040;
    color:white;
    margin-left: auto;
    margin-right: auto;
}
.dyedvariations td {
    border: 1px solid white;
    padding:5px;
}
.dyedvariations th {
    font-size:large;
    font-weight: bold;
    padding:5px;
}
/* Creature and NPC Templates */
.character-infobox {
    background:#f9f9f9;
    border:2px solid #e5e5e5;
    border-top-left-radius:.7em;
    border-top-right-radius:.7em;
    padding:0.3em;
    width:22em;
    float:right;
    font-size:95%;
    color:black;
}
.character-infobox th {
    padding:0.5em;
    font-size:120%;
}
/* Dungeon Summary Template */
.location-infobox {
    background:#f9f9f9;
    border:2px solid #e5e5e5;
    border-top-left-radius:.7em;
    border-top-right-radius:.7em;
    padding:0.3em;
    width:23em;
    float:right;
    font-size:95%;
    color:black;
}
.location-infobox th {
    padding:0.5em;
    font-size:120%;
}
/* Quest Summary Template */
.quest-infobox {
    width:23em;
    padding:0.3em;
    background:#f9f9f9;
    border:2px solid #e5e5e5;
    border-radius:.7em;
    background-color: #f9f9f9;
    color: black;
    float:right;
    font-size:95%;
}
.quest-infobox th {
    padding:0.5em;
     text-align:center;
     text-align:center;
     font-size:120%;
     width:100%;
}
     font-weight:bold;
 
}
/* Quest Rewards Template */
table.questrewards {
     width:375px;
    border:1px solid #e5e5e5;
    background:#f9f9f9;
    margin-bottom:3px;
}
   
   
table.questrewards th {
#item_header div {
  background:#f0f0f0;
    display:table-cell;
  font: normal 105% Verdana;
    vertical-align: middle;
}
}
   
   
table.questrewards td:first-child {
#item_header div + div {
  text-align:center;
  width:100px;
  font: normal 95% Verdana;
  color:black;
}
 
table.questrewards td:last-child {
  font: normal 100% Arial;
}
 
table.questrewards tr {
  vertical-align:top;
}
 
/* Item list templates */
.itemtable {
    display:table;
    margin-left:6px;
    margin-bottom:10px;
}
 
.itemtable_row {
    display:table-row;
}
 
.itemtable_cell {
     display:table-cell;
     display:table-cell;
     padding:5px;
     vertical-align: middle;
}
    width:40px;
 
}
.itemtable_caption {
    font-weight: bold;
/* Dyed Variations Template */
}
.dyedvariations {
 
    border: 1px solid white;
.itemlist ul {
    border-collapse: collapse;
  list-style: none;
    background:#404040;
  list-style-type: none;
    color:white;
  list-style-image: none;
    margin-left: auto;
}
    margin-right: auto;
 
}
.creatureitems {
    display:inline-block;
.dyedvariations td {
    padding:3px;
    border: 1px solid white;
    margin-bottom:1px;
    padding:5px;
}
}
 
.creatureitems > span {
.dyedvariations th {
    position: absolute;
    font-size:large;
}
    font-weight: bold;
 
    padding:5px;
.creatureitems > span > span {
}
    font-size:29px;
    z-index:1;
/* Creature and NPC Templates */
    position: absolute;
.character-infobox {
    right: -32px;
    background:#000033;
    bottom: -26px;
    border:2px solid #996633;
}
    padding:0.3em;
 
    width:22em;
/* Horizontal ToC bar (dungeon and quest templates) */
    float:right;
.contentsbar {
    font-size:95%;
    background:#f9f9f9;
    color:#ffffff;
    border:1px solid #aaaaaa;
}
     padding:5px;
     width:100%;
.character-infobox th {
    padding:0.5em;
    font-size:120%;
}
/* Dungeon Summary Template */
.location-infobox {
    background:#000033;
    border:2px solid #996633;
    padding:0.3em;
    width:22em;
    float:right;
    font-size:95%;
    color:#ffffff;
}
.location-infobox th {
    padding:0.5em;
    font-size:120%;
}
/* Quest Summary Template */
.quest-infobox {
    background:#000033;
    border:2px solid #996633;
    padding:0.3em;
    width:22em;
    float:right;
    font-size:95%;
    color:#ffffff;
}
.quest-infobox th {
    padding:0.5em;
    text-align:center;
    font-size:120%;
}
/* Quest Rewards Template */
table.questrewards {
    width:375px;
    background:#000033;
    border:2px solid #996633;
    margin-bottom:3px;
}
 
table.questrewards th {
     background:#996633;
     font: normal 105% Verdana;
}
 
table.questrewards td:first-child {
     text-align:center;
     text-align:center;
}
    width:100px;
 
    font: normal 95% Verdana;
/* Map point template */
    color:#ffffff;
.mappoint {
}
    position:relative;
    top:0px;
table.questrewards td:last-child {
    left:0px;
    font: normal 100% Arial;
    width:260px;
}
}
.mappoint span:first-child {
table.questrewards tr {
    position:absolute;
    vertical-align:top;
    top:2px;
}
    left:2px;
    z-index:1;
/* Item list templates */
}
.itemtable {
 
    display:table;
.mappoint span + span, .mappointloc {
    margin-left:6px;
    z-index:2;
    margin-bottom:10px;
}
}
 
/* Tooltips */
.itemtable_row {
.htt .tooltip-content .tooltip-hide, .hidden { display:none; }
    display:table-row;
 
}
.tooltip-error {
  background-color: black;
.itemtable_cell {
  color: white;
    display:table-cell;
  max-width: 18em;
    padding:5px;
}
}
 
.tooltip-ready {
.itemtable_caption {
  visibility:hidden;
    font-weight: bold;
  display:block;
}
  z-index:999;
}
.itemlist ul {
 
    list-style: none;
.creaturetooltip {
    list-style-type: none;
  background-color: #f9f9f9;
    list-style-image: none;
}
}
 
/* Chat colors */
.creatureitems {
span.say {
    display:inline-block;
color:black;
    padding:3px;
}
    margin-bottom:1px;
 
}
span.emote {
color:grey;
.creatureitems > span {
}
    position: absolute;
 
}
span.tell {
color:darkgoldenrod;
.creatureitems > span > span {
}
    font-size:29px;
 
    z-index:1;
span.event {
    position: absolute;
color:green;
    right: -32px;
}
    bottom: -26px;
 
}
span.magic {
color:cornflowerblue;
/* Horizontal ToC bar (dungeon and quest templates) */
}
.contentsbar {
 
    background:#000033;
/* Return to section link */
    padding:5px;
.linkbar {
    width:100%;
  width:25%;
    text-align:center;
  padding: 5px;
}
  margin: 3px;
  border:1px solid #a3b0bf;
/* Map point template */
  border-radius:25px;
.mappoint {
  font-size:85%;
    position:relative;
}
    top:0px;
 
    left:0px;
.linkbar span {
    width:260px;
  font-weight:bold;
}
}
.mappoint span:first-child {
 
    position:absolute;
.linkbar div {
    top:2px;
  float: right;
    left:2px;
}
    z-index:1;
 
}
/* Section background colors */
.accwikibgc {background: #99b6ec}
.mappoint span + span, .mappointloc {
.characterbgc {background: #bceca9}
    z-index:2;
.gameplaybgc {background: #fffaa6}
}
.newsbgc {background: #a79aec}
.questsbgc {background: #eca9bc}
/* Tooltips */
.itemsbgc {background: #a9deec}
.htt .tooltip-content .tooltip-hide, .hidden { display:none; }
.craftingbgc {background: #ecd8a9}
.worldbgc {background: #ecb7a9}
.tooltip-error {
.lorebgc {background: #b1897e}
    background-color: black;
.gettingstartedbgc {background: #d7a9ec}
    color: white;
.mediabgc {background: #ffcea6}
    max-width: 18em;
.turbinebgc {background: #deeca9}
}
 
/* Hide main page title */
.tooltip-ready {
body.page-Home h1.firstHeading {display:none;}
  visibility:hidden;
  display:block;
  z-index:999;
}
.creaturetooltip {
    background-color: #f9f9f9;
}
/* Chat colors */
span.say {
color:black;
}
span.emote {
color:grey;
}
span.tell {
color:darkgoldenrod;
}
span.event {
color:green;
}
span.magic {
color:cornflowerblue;
}
/* Return to section link */
.linkbar {
  width:25%;
  padding: 5px;
  margin: 3px;
  font-size:85%;
}
.linkbar span {
  font-weight:bold;
}
.linkbar div {
  float: right;
}
/* Section background colors */
.accwikibgc {background: #996633}
.characterbgc {background: #996633}
.gameplaybgc {background: #996633}
.newsbgc {background: #996633}
.questsbgc {background: #996633}
.itemsbgc {background: #996633}
.craftingbgc {background: #996633}
.worldbgc {background: #996633}
.lorebgc {background: #996633}
.gettingstartedbgc {background: #996633}
.mediabgc {background: #996633}
.turbinebgc {background: #996633}
/* Hide main page title */
body.page-Home h1.firstHeading {display:none;}
<div></div>

Revision as of 01:30, 23 August 2020

/** CSS placed here will be applied to all skins except the default Wikia skin */
 
 /* For template documentation */
 .template-documentation {
     clear: both;
     margin: 1em 0 0 0;
     border: 1px solid #aaa; 
     background-color: #ecfcf4; 
     padding: 5px;
 }
 
 /* Auto-number rows in tables */
 
 table.numbered { counter-reset: row; }
 table.numbered td:first-child:before { counter-increment: row; content: counter(row) ". "; }
 
 /* Make the list of references smaller */
 ol.references {
     font-size: 100%;
 }
 .references-small { 
     font-size: 90%;
 }
 
 /* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
 /* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
 /* column-count is from the CSS3 module "CSS Multi-column Layout" */
 /* Please ignore any validator errors caused by these two lines */
 .references-2column {
     font-size: 90%;
     -moz-column-count: 2;
     -webkit-column-count: 2;
     column-count: 2;
 }
 
 /* Highlight clicked reference in blue to help navigation */
 ol.references > li:target {
     background-color: #DEF;
 }
 
 sup.reference:target { 
     background-color: #DEF;
 }
 
 /* Styling for citations */
 cite {
     font-style: normal;
     word-wrap: break-word;
 }
 
 /* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
 cite:target { 
     background-color: #DEF;
 }
 
 /* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
 
 @media screen, handheld, projection {
     cite *.printonly {
         display: none;
     }
 }
 
 /* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
    in <nowiki>[[MediaWiki:Common.js]]</nowiki> are styled here so they can be customised. */
 .collapseButton {
     float:right;
     font-weight:normal;
     margin-left:0.5em;
     text-align:right;
     width:auto;
 }
 
 /* 'collapse'/'expand' buttons created by the mw-collapsible javascript */
 .collapse span.mw-collapsible-toggle {float: left;}
 
 /* Table alignment */
 .columnscenter tr {text-align:center;}
 .columnsright tr {text-align:right;}
 .columntworight td:nth-child(2) {text-align:right;}
 .columnstop td {vertical-align: top;}
 
 /* Homepage styling */
 #mainpage_container {
     width:100%;
     margin:1em 0 0;
     padding:2px;
 }
 
 .mainpage_box {
     width:33%;
     padding:5 0em;
     vertical-align:top;
 }
 
 .mainpage_boxheader {
     border:1px solid #996633;
     padding:5px;
     margin:3px;
     text-align: center;
 }
 
 .mainpage_boxheader div {
     float:right;
 }
 
 .mainpage_boxcontents {
     padding:0 2em;
 }
 
 /* Item and Equipment Templates */
 .item {
    float:left;
    width:300px;
    border:1px solid #907854;
    background-color: #1a1a1a;
    color: #FFFFFF;
    padding: 0.2em;
    font-size: 0.90em;
    font-family: Verdana, Arial, sans-serif;
 }
 
 .item span {color:GreenYellow}
 .item a:visited {color:SkyBlue}
 .item a:link, a:hover, a:active {color:RoyalBlue}
 
 .item_textbox {
    background-color:#e6dd80;
    border:1px solid #cc9900;
    color:#000000;
    padding:30px;
    width:500px;
    margin:10px auto 0;
    text-align:justify;
 }
 
 .item_textbox #author {
    border-top:1px solid #cc9900;
    margin:10px 0;
 }
 
 .item ul, .item_textbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
 }
 
 .item li.topbottomspace {margin:10px 0px;}
 .item li.topspace {margin-top:10px;}
 .item li.bottomspace {margin-bottom:10px;}
 .item li.dmgbonus {padding-left:6px;}
 .item li.inscription {border-top:1px solid #907854;}
 
 #item_header {
    display:table;
    padding:2px;
    text-align:center;
    width:100%;
    font-weight:bold;
 }
 
 #item_header div {
    display:table-cell;
    vertical-align: middle;
 }
 
 #item_header div + div {
    display:table-cell;
    vertical-align: middle;
    width:40px;
 }
 
 /* Dyed Variations Template */
 .dyedvariations {
     border: 1px solid white;
     border-collapse: collapse;
     background:#404040;
     color:white;
     margin-left: auto;
     margin-right: auto;
 }
 
 .dyedvariations td {
     border: 1px solid white;
     padding:5px;
 }
 
 .dyedvariations th {
     font-size:large;
     font-weight: bold;
     padding:5px;
 }
 
 /* Creature and NPC Templates */
 .character-infobox {
     background:#000033;
     border:2px solid #996633;
     padding:0.3em;
     width:22em;
     float:right;
     font-size:95%;
     color:#ffffff;
 }
 
 .character-infobox th {
     padding:0.5em;
     font-size:120%;
 }
 
 /* Dungeon Summary Template */
 .location-infobox {
     background:#000033;
     border:2px solid #996633;
     padding:0.3em;
     width:22em;
     float:right;
     font-size:95%;
     color:#ffffff;
 }
 
 .location-infobox th {
     padding:0.5em;
     font-size:120%;
 }
 
 /* Quest Summary Template */
 .quest-infobox {
     background:#000033;
     border:2px solid #996633;
     padding:0.3em;
     width:22em;
     float:right;
     font-size:95%;
     color:#ffffff;
 }
 
 .quest-infobox th {
     padding:0.5em;
     text-align:center;
     font-size:120%;
 }
 
 /* Quest Rewards Template */
 table.questrewards {
     width:375px;
     background:#000033;
     border:2px solid #996633;
     margin-bottom:3px;
 }
  
 table.questrewards th {
    background:#996633;
    font: normal 105% Verdana;
 }
  
 table.questrewards td:first-child {
    text-align:center;
    width:100px;
    font: normal 95% Verdana;
    color:#ffffff;
 }
 
 table.questrewards td:last-child {
    font: normal 100% Arial;
 }
 
 table.questrewards tr {
    vertical-align:top;
 }
 
 /* Item list templates */
 .itemtable {
     display:table;
     margin-left:6px;
     margin-bottom:10px;
 }
 
 .itemtable_row {
     display:table-row;
 }
 
 .itemtable_cell {
     display:table-cell;
     padding:5px;
 }
 
 .itemtable_caption {
     font-weight: bold;
 }
 
 .itemlist ul {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
 }
 
 .creatureitems {
     display:inline-block;
     padding:3px;
     margin-bottom:1px;
 }
 
 .creatureitems > span {
     position: absolute;
 }
 
 .creatureitems > span > span {
     font-size:29px;
     z-index:1;
     position: absolute;
     right: -32px;
     bottom: -26px;
 }
 
 /* Horizontal ToC bar (dungeon and quest templates) */
 .contentsbar {
     background:#000033;
     padding:5px;
     width:100%;
     text-align:center;
 }
 
 /* Map point template */
 .mappoint {
     position:relative;
     top:0px;
     left:0px;
     width:260px;
 }
 .mappoint span:first-child {
     position:absolute;
     top:2px;
     left:2px;
     z-index:1;
 }
 
 .mappoint span + span, .mappointloc {
     z-index:2;
 }
 
 /* Tooltips */
 .htt .tooltip-content .tooltip-hide, .hidden { display:none; }
 
 .tooltip-error {
    background-color: black;
    color: white;
    max-width: 18em;
 }
 
 .tooltip-ready {
   visibility:hidden;
   display:block;
   z-index:999;
 }
 
 .creaturetooltip {
    background-color: #f9f9f9;
 }
 
 /* Chat colors */
 span.say {
 color:black;
 }
 
 span.emote {
 color:grey;
 }
 
 span.tell {
 color:darkgoldenrod;
 }
 
 span.event {
 color:green;
 }
 
 span.magic {
 color:cornflowerblue;
 }
 
 /* Return to section link */
 .linkbar {
   width:25%;
   padding: 5px;
   margin: 3px;
   font-size:85%;
 }
 
 .linkbar span {
   font-weight:bold;
 }
 
 .linkbar div {
   float: right;
 }
 
 /* Section background colors */
 .accwikibgc {background: #996633}
 .characterbgc {background: #996633}
 .gameplaybgc {background: #996633}
 .newsbgc {background: #996633}
 .questsbgc {background: #996633}
 .itemsbgc {background: #996633}
 .craftingbgc {background: #996633}
 .worldbgc {background: #996633}
 .lorebgc {background: #996633}
 .gettingstartedbgc {background: #996633}
 .mediabgc {background: #996633}
 .turbinebgc {background: #996633}
 
 /* Hide main page title */
 body.page-Home h1.firstHeading {display:none;}
<div></div>