Difference between revisions of "MediaWiki:Common.css"

From Morloch Wiki
Jump to: navigation, search
 
(110 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/************************/
 +
/* Define Infobox Style */
 +
/************************/
  
body.background-fixed.skin-oasis,
+
.infobox {
body.background-dynamic.skin-oasis,
+
     border: 1px solid #aaaaaa;
body.has-trans-bg {
+
     background-color: #f9f9f9;
     background: url('https://vignette2.wikia.nocookie.net/tibia/images/c/c0/Background_Artwork_11.40_%28Standard_Dimensions%29.jpg/revision/latest?cb=20170725134737&path-prefix=en') no-repeat fixed center top #051122;
+
     color: black;
}
+
    margin-bottom: 0.5em;
+
     margin-left: 1em;
/* [[Special:Allpages]]
+
    padding: 0.2em;
* [[Special:Watchlist]]
 
*/
 
.allpagesredirect,
 
.watchlistredir {
 
     font-style: italic;
 
}
 
/* [[Special:RecentChanges]] */
 
.mw-plusminus-pos {
 
     color: #006500;
 
}
 
.mw-plusminus-neg {
 
     color: #8B0000;
 
}
 
/* Template:Archives */
 
.archives-box {
 
    width: 22em;
 
 
     float: right;
 
     float: right;
     margin: 0.2em 0 0.2em 0.2em;
+
     clear: right;
 
}
 
}
.archives-header {
+
.infobox td,
     text-align: center;
+
.infobox th {
    font-weight: bold;
+
     vertical-align: top;
    font-size: 1.2em;
 
 
}
 
}
ol.archives-links {
+
.infobox caption {
     margin: 0;
+
     font-size: larger;
     list-style-type: none;
+
     margin-left: inherit;
 
}
 
}
.archives-links > li {
+
.infobox.bordered {
     float: left;
+
     border-collapse: collapse;
    margin: 0 0.75em;
 
 
}
 
}
.archives-links > li + li {
+
.infobox.bordered td,
     list-style-type: disc;
+
.infobox.bordered th {
 +
     border: 1px solid #aaaaaa;
 
}
 
}
/* References */
+
.infobox.bordered .borderless td,
ol.references > li:target, sup.reference:target, cite:target {
+
.infobox.bordered .borderless th {
     background-color: #DEF;
+
     border: 0;
 
}
 
}
sup.reference {
+
 
    font-weight: normal;
+
/*******************************/
    font-style: normal;
+
/* Hide the header on mainpage */
 +
/*******************************/
 +
 
 +
.page-Main_Page #siteSub,
 +
.page-Main_Page #contentSub,
 +
.page-Main_Page .firstHeading,
 +
.page-Main_Page_800 #siteSub,
 +
.page-Main_Page_800 #contentSub,
 +
.page-Main_Page_800 .firstHeading,
 +
.page-Main_Page_650 #siteSub,
 +
.page-Main_Page_650 #contentSub,
 +
.page-Main_Page_650 .firstHeading,
 +
.page-Main_Page_480 #siteSub,
 +
.page-Main_Page_480 #contentSub,
 +
.page-Main_Page_480 .firstHeading {
 +
display: none !important;
 
}
 
}
.references, .references-small {
+
    font-size:90%;
+
.patrollink {
}
+
font-size: 75%;
cite {
+
text-align: right;
    font-style: normal;
+
position: absolute;
    word-wrap: break-word;
+
top: 1.5em;
 +
right: 3em;
 
}
 
}
 
   
 
   
/* Image frame fix */
+
.allpagesredirect {
div.tright, div.tleft {
+
font-style: italic;
    border: 1px solid #c0c0c0;
 
 
}
 
}
div.thumb {
+
.allpagesredirect:after {
    margin: 2px 2px 2px 6px;
+
content: " (redirect)";
}
 
div.thumbinner {
 
    background: inherit;
 
    border: none;
 
}
 
#article div.thumb {
 
    color: inherit;
 
}
 
/* Edit Preview - unused? */
 
#new_edit_page_preview_notice {
 
    background: transparent !important;
 
    color: black !important;
 
}
 
/* Link icons */
 
#mw-content-text a[href*="http://tibia.wikia.com/wiki/Mapper"] {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/6/6e/Mapper.gif') center right no-repeat;
 
    padding: 0 20px 0 0;
 
}
 
#mw-content-text a[href*="wikipedia.org"] {
 
    background: url('http://images.wikia.com/tibia/en/images/0/00/Wikipedia.gif') center right no-repeat;
 
    padding: 0 20px 0 0;
 
 
}
 
}
 
   
 
   
/* Tibia interface emulation */
+
.hiddenStructure {
span.tibiatext a {
+
display: none;
    font-family: Tahoma !important;
+
speak: none;
    color: #AFAFAF !important;
 
    font-size: 8pt !important;
 
    font-weight: bold !important;
 
    text-decoration: none !important;
 
 
}
 
}
.msg-sound,
+
 
span.sounds,
+
/**********************/
span.orange {
+
/* Slide-In Animation */
     font-family: Tahoma !important;
+
/** Used for Classes **/
     color: #FE6500 !important;
+
/**********************/
     font-size: 8pt !important;
+
 
     font-weight: bold !important;
+
#slide2 {
     text-decoration: none !important;
+
     position: relative;
     /*text-shadow: 0.1em 0.1em 0.08em #474747, -0.1em -0.1em 0.08em #474747, 0.1em -0.1em 0.08em #474747, -0.1em 0.1em 0.08em #474747, -0.1em 0em 0.08em #474747, 0.1em 0em 0.08em #474747 !important;*/
+
    left: -125px;
 +
     width: 330px;
 +
     -webkit-animation: slide 1s forwards;
 +
     -webkit-animation-delay: 0s;
 +
     animation: slide 1s forwards;
 +
     animation-delay: 0.1s;
 
}
 
}
.msg-server {
+
 
     color: #636363;
+
@-webkit-keyframes slide {
    font-style: italic;
+
     100% { left: 0; }
    text-shadow: 0 0 0.1em #cbcbcb;
 
    font-weight: bold;
 
 
}
 
}
span.yellow {
+
 
     font-family: Tahoma !important;
+
@keyframes slide {
    color: #EFEF00 !important;
+
     100% { left: 0; }
    font-size: 8pt !important;
 
    font-weight: bold !important;
 
    text-decoration: none !important;
 
    background: #505050 !important;
 
 
}
 
}
span.green {
+
 
    font-family: Tahoma !important;
+
/* Slide-In From the Right */
    color: #00EF00 !important;
+
 
    font-size: 8pt !important;
+
#slide3 {
    font-weight: bold !important;
 
    text-decoration: none !important;
 
    text-shadow: 0.1em 0.1em 0.08em #474747, -0.1em -0.1em 0.08em #474747, 0.1em -0.1em 0.08em #474747, -0.1em 0.1em 0.08em #474747, -0.1em 0em 0.08em #474747, 0.1em 0em 0.08em #474747 !important;
 
}
 
div.tibiatext {
 
    font-family: Tahoma !important;
 
    color: #AFAFAF !important;
 
    font-size: 8pt !important;
 
    font-weight: bold !important;
 
    text-decoration: none !important;
 
}
 
span.tibiabutton {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/8/81/Npcs_Window_Back.png') no-repeat scroll right center transparent !important;
 
    border-color: black !important;
 
    border-style: groove !important;
 
    border-width: 2px !important;
 
    color: #AFAFAF !important;
 
    font-family: Tahoma !important;
 
    font-size: 10px !important;
 
    font-weight: bold !important;
 
    text-decoration: none !important;
 
}
 
/* [[Template:Backpack Slot]] */
 
.tw-bp-slot {
 
 
     position: relative;
 
     position: relative;
     float: left;
+
     left: 125px;
     height: 32px;
+
     width: 330px;
     width: 32px;
+
     -webkit-animation: slide 1s forwards;
     overflow: hidden;
+
     -webkit-animation-delay: 0s;
     background: url("http://static4.wikia.nocookie.net/tibia/en/images/1/1a/Backpack_Slot.png") no-repeat scroll 0 0 #292929;
+
     animation: slide 1s forwards;
     padding: 1px;
+
     animation-delay: 0.1s;
 
}
 
}
.tw-bp-slot-count {
+
 
     position: absolute;
+
@-webkit-keyframes slide {
    bottom: 0;
+
     100% { right: 0; }
    right: 0;
 
    color: #BFBFBF;
 
    font-weight: bold;
 
    line-height: 1em;
 
    margin: 0 2px 2px 0;
 
 
}
 
}
.tw-bp-slot-img > img {
+
 
     width: 32px;
+
@keyframes slide {
    height: 32px;
+
     100% { right: 0; }
    padding: 0;
 
    margin: 0;
 
 
}
 
}
.tw-bp-slot-link > a {
+
 
    display: block;
+
/**********************/
    height: 100%;
+
/* Slide-In Animation */
    width: 100%;
+
/* Used for Item TTs **/
    z-index: 2;
+
/**********************/
 +
 
 +
#slide {
 
     position: absolute;
 
     position: absolute;
     text-decoration: none;
+
     left: -125px;
 +
    width: 330px;
 +
    -webkit-animation: slide 0.5s forwards;
 +
    -webkit-animation-delay: 0s;
 +
    animation: slide 0.5s forwards;
 +
    animation-delay: 0.1s;
 
}
 
}
/* [[Template:Item Obtained]] */
+
 
.tw-item-obtained {
+
@-webkit-keyframes slide {
     background: url("http://static4.wikia.nocookie.net/tibia/en/images/1/1a/Backpack_Slot.png") repeat scroll 0 17px #292929;
+
     100% { left: 0; }
    border: 2px outset #00A100;
 
    height: auto;
 
    width: 136px;
 
    overflow: hidden;
 
 
}
 
}
.tw-item-obtained .tw-bp-head:before {
+
 
     color: #90EE90;
+
@keyframes slide {
    content: "+";
+
     100% { left: 0; }
    margin: 0 0.5em;
 
 
}
 
}
.tw-bp-head {
+
 
     background-color: #3D3D3D;
+
/**********************/
    color: #8F8F8F;
+
/* Define the Fade2 ID */
    font-size: 12px;
+
/* Requires <p> tag.. */
    font-weight: bold;
+
/**********************/
    height: 17px;
+
 
    line-height: 17px;
+
#fadein2 p {
 +
 
 +
     -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
 +
      -moz-animation: fadein 2s; /* Firefox < 16 */
 +
        -ms-animation: fadein 2s; /* Internet Explorer */
 +
        -o-animation: fadein 2s; /* Opera < 12.1 */
 +
            animation: fadein 2s;
 
}
 
}
/* [[Template:Ability List]] ([[Template:Ability]]) */
+
 
#creature-ability canvas {
+
@keyframes fadein {
     background: url("http://images.wikia.com/tibia/en/images/9/98/Demo_Tile.png") repeat scroll 0 0 transparent;
+
     from { opacity: 0; }
 +
    to  { opacity: 1; }
 
}
 
}
.demo-show {
+
 
     color: #0078F0;
+
/* Firefox < 16 */
     cursor: pointer;
+
@-moz-keyframes fadein {
    text-decoration: underline;
+
     from { opacity: 0; }
 +
     to  { opacity: 1; }
 
}
 
}
div.ability {
+
 
    float:left;
+
/* Safari, Chrome and Opera > 12.1 */
    line-height:0px;
+
@-webkit-keyframes fadein {
     width:32px;
+
     from { opacity: 0; }
     height:32px;
+
     to  { opacity: 1; }
    background-image: url('http://images1.wikia.nocookie.net/__cb20070125104259/tibia/en/images/7/79/Stone_Tile.gif');
 
 
}
 
}
.ability {
+
 
    float:left;
+
/* Internet Explorer */
    line-height:0px;
+
@-ms-keyframes fadein {
     width:32px;
+
     from { opacity: 0; }
     height:32px;
+
     to  { opacity: 1; }
    background-image: url('http://images1.wikia.nocookie.net/__cb20070125104259/tibia/en/images/7/79/Stone_Tile.gif');
 
 
}
 
}
/* In-game scenery emulation */
+
 
.grass {
+
/* Opera < 12.1 */
     background: #008000 url('http://images4.wikia.nocookie.net/__cb20080817072802/tibia/en/images/6/60/Grass_%28Tile%29.gif') repeat scroll top left;
+
@-o-keyframes fadein {
 +
     from { opacity: 0; }
 +
    to  { opacity: 1; }
 
}
 
}
/* Section headers */
+
 
.WikiaPageHeader {  
+
/**********************/
     border-bottom: 1px solid #AA8D79 !important;
+
/* Define the Fade ID */
 +
/* Requires <p> tag.. */
 +
/**********************/
 +
 
 +
#fadein p {
 +
 
 +
     -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
 +
      -moz-animation: fadein 1s; /* Firefox < 16 */
 +
        -ms-animation: fadein 1s; /* Internet Explorer */
 +
        -o-animation: fadein 1s; /* Opera < 12.1 */
 +
            animation: fadein 1s;
 
}
 
}
.WikiaArticle h2 {
+
 
     margin: 20px 0 0 0;
+
@keyframes fadein {
     border-bottom: 1px solid #AA8D79;
+
     from { opacity: 0; }
 +
     to  { opacity: 1; }
 
}
 
}
+
 
/* ToC */
+
/* Firefox < 16 */
#toc {
+
@-moz-keyframes fadein {
    background-color: rgba(255, 255, 255, 0.25);
+
     from { opacity: 0; }
    border: 0.1em solid #d9d9d9;
+
     to  { opacity: 1; }
    -moz-border-radius: 0.5em;
 
     -webkit-border-radius: 0.5em;
 
     border-radius: 0.5em;
 
    padding: 5px;
 
    margin-bottom: 0.5em;
 
    margin-top: 1.5em;
 
    text-align: left;
 
 
}
 
}
#toc ol {
+
 
     margin: 0.4em 0 0.5em 0.5em;
+
/* Safari, Chrome and Opera > 12.1 */
 +
@-webkit-keyframes fadein {
 +
     from { opacity: 0; }
 +
    to  { opacity: 1; }
 
}
 
}
#toctitle {
+
 
    background: rgba(141, 196, 188, 0.5);
+
/* Internet Explorer */
    -moz-border-radius: 0.5em;
+
@-ms-keyframes fadein {
     -webkit-border-radius: 0.5em;
+
     from { opacity: 0; }
     border-radius: 0.5em;
+
     to  { opacity: 1; }
 
}
 
}
#toc li {
+
 
     padding: 0 0 0 1.5em;
+
/* Opera < 12.1 */
     text-indent: -1.5em;
+
@-o-keyframes fadein {
 +
     from { opacity: 0; }
 +
     to  { opacity: 1; }
 
}
 
}
+
 
/* Template documentation */
+
/************************/
table.docupara {
+
/* Adding a custom font */
    width: 80%;
+
/************************/
    margin: 1em 1em 1em 0;
+
 
    background: #F9F9F9;
+
@font-face {
    text-align: left;
+
font-family: "Procopius";
 +
src: url('/Procopius.ttf');
 
}
 
}
.docupara td {
+
 
    border: 1px #AAA solid;
+
/************************/
    padding: 0.2em;
+
/*** Map Marking Code ***/
}
+
/************************/
+
.mapmark {position: relative; width: 500px; height: 350px;}
/* [[Template:Conditions]] */
+
 
table.condition {
+
.wrap {
    border-collapse: collapse;
+
  white-space: pre-wrap;
}
 
table.condition td {
 
    background-color: #d4e6ff;
 
    border: 1px solid #60a3ff;
 
 
}
 
}
 +
 +
/************************/
 +
/*** MAP TOOLTIPS  ******/
 +
/************************/
 
   
 
   
/* [[Main Page]] */
+
.tt1 {
div.mp-boxes h2 {
 
    color: #000000;
 
    font-family: sans-serif;
 
    font-size: 120%;
 
    font-weight: bold;
 
    margin: 0;
 
    padding: 0.2em 0.4em;
 
    text-align: left;
 
}
 
.mp-boxes h2 {
 
    background-color: #6E1F1B;
 
    border: 1px solid #37100E;
 
}
 
.mp-boxes .readmore {
 
    display:block;
 
    margin:0 0 1em 0;
 
    font-style:italic;
 
}
 
.mp-boxes.rightbox > div {
 
    margin: 2em 0;
 
}
 
.mp-boxes.leftbox .donthave {
 
    color: #ff0000;
 
    font-size: 0.8em;
 
}
 
/* Main Page Revamp */
 
.content-navigation {
 
    text-align: center;
 
}
 
.iconnav-item:hover {
 
    transition-duration: 1s;
 
    transition-timing-function: ease-in-out;
 
    opacity: 1;
 
}
 
.iconnav-item {
 
    background: none repeat scroll 0 0 #B74555;
 
    float: left;
 
    opacity: 0.75;
 
 
     position: relative;
 
     position: relative;
     transition-duration: 0.5s;
+
     color: #3a705e;
    transition-timing-function: ease-out;
 
}
 
.iconnav-icon {
 
    border: 0.3em solid #442434;
 
    overflow: hidden;
 
    border-radius: 5em;
 
    width: 64px;
 
    height: 64px;
 
    background-color: #d04648;
 
    margin: 0 auto;
 
}
 
.iconnav-text {
 
    width: 100%;
 
    text-align: center;
 
    overflow: hidden;
 
    background-color: #ffacac;
 
}
 
.iconnav-text > a {
 
    color: #d00000;
 
    font-weight: bold;
 
    font-size: 1.1em;
 
    display: block;
 
    padding: 0.2em 0.5em;
 
}
 
.iconnav-item > a {
 
    position: absolute;
 
    display: block;
 
    height: 100%;
 
    width: 100%;
 
    text-decoration: none;
 
}
 
/* [[Promoted Tibia Fansites]], [[Unsupported Tibia Fansites]], [[Unsupported Tibia Fansites]] */
 
.fansitelist td {
 
    border:1px solid #000;
 
}
 
/* [[Pair of Soft Boots]] */
 
.softboots-regen {
 
    border: 1px solid #000;
 
    width: 100%;
 
    height: 17px;
 
    width: 91px;
 
    font-family: Arial;
 
    vertical-align: bottom;
 
    white-space: nowrap;
 
    font-weight: 400;
 
    padding-left: 1px;
 
    padding-right: 1px;
 
    padding-top: 1px;
 
    border-collapse: collapse;
 
}
 
.softboots-regen th {
 
    font-size:12px;
 
    text-align:left;
 
}
 
.softboots-regen td {
 
    font-size:10px;
 
    border:1px solid #000;
 
    text-align:right;
 
    padding:0px 4px;
 
}
 
/* [[Experience Table]] */
 
table.experience td {
 
    background-color: #f1e0c6;
 
 
}
 
}
 
   
 
   
/* Sortable tables */
+
/* static part of the tooltip style */
.sortable th {
+
.tt2 {
    background-color: #c7a48d;
+
     font-size: 85%;
}
 
/** Note: Wikia has their own wikitable styles which have specific CSS selectors
 
* To enforce our own styles we need to use !important
 
*/
 
table.wikitable {
 
    margin: 1em 1em 1em 0 !important;
 
    border: 1px #0f6357 solid !important;
 
    border-collapse: collapse !important;
 
    background: transparent !important;
 
    background: none !important;
 
}
 
.wikitable caption {
 
    border-color: #0f6357 !important;
 
    border-style: solid !important;
 
    border-width: 0.1em 0.1em 0 !important;
 
     font-weight: bold !important;
 
}
 
.wikitable th, .wikitable td {
 
    padding: 0.2em !important;
 
    border: 0.1em solid #0f6357 !important;
 
}
 
.wikitable th {
 
    text-align: center !important;
 
    background-color: #17525b !important;
 
    color: #e5e9f3;
 
}
 
table.wikitable > tr > th a,
 
table.wikitable > * > tr > th a {
 
    color: #95a0e6;
 
}
 
/* low support (IE etc.) */
 
table.wikitable tr:nth-child(odd) {
 
    background-color: #c0dad6; /* fallback */
 
    background-color: rgba(141, 196, 188, 0.25);
 
}
 
table.wikitable tr:nth-child(even) {
 
    background-color: #79b8af; /* fallback */
 
    background-color: rgba(141, 196, 188, 0.75);
 
}
 
.wikitable td.item-animation,
 
.wikitable td.creature-animation,
 
.wikitable td.numeric {
 
    text-align: right;
 
}
 
.wikitable td.achievement-grade,
 
.wikitable td.npc-animation,
 
.wikitable td.bool {
 
    text-align: center;
 
}
 
table.full-width {
 
    width: 100%;
 
}
 
/* Broken image links should not disrupt flow */
 
td.npc-animation,
 
td.item-animation,
 
td.creature-animation {
 
    overflow: hidden;
 
}
 
td.npc-animation a.new,
 
td.item-animation a.new,
 
td.creature-animation a.new {
 
    display: block;
 
    width: 0;
 
    word-wrap: normal;
 
 
}
 
}
 
   
 
   
/* Infobox*/
+
.tt1 .tt2 {
.infobox {
+
     position: absolute;
     background-color: inherit;
+
     display: none;
     border: none;
+
     width: 500px;
     clear: inherit;
+
    margin-left: 0px;
     color: inherit;
+
     padding-left: 0px;
     float: inherit;
+
     padding-right: 0px;
     margin: inherit;
+
     border: 0px solid #000000;
     padding: inherit;
+
     box-shadow: 0px 0px 0px #000000;
 
}
 
}
 
   
 
   
/* Update Header */
+
.tt2-l {
.update-header {
+
     top: 0;
    border: 0.1em solid #0f6357;
+
     left: 70px;
    padding: 5px 10px 5px;
 
    font-size: 100%;
 
    color: #e5e9f3;
 
    background-color: #17525b;
 
    margin: 0 0 0;
 
    font-weight: bold;
 
}
 
.update-header a {
 
    color: #95a0e6;
 
}
 
/* Infobox lists */
 
/* Used on e.g. [[Template:Infobox Item/List]] */
 
table.infobox_list {
 
    background-color: rgba(255, 255, 255, 0.25);
 
    width: 100%;
 
    border-collapse: collapse;
 
    border: 0.1em solid #0f6357;
 
}
 
table.infobox_list tr td {
 
    border: 0.1em solid #0f6357;
 
    border-collapse: collapse;
 
}
 
.infobox_list_caption {
 
     color: black;
 
    font-weight: bold;
 
    font-size: 132%;
 
    padding: 0 0 0.3em 0;
 
}
 
.infobox_list_header {
 
    background-color: #17525b;
 
    border: 0.1em solid #0f6357;
 
     color: white;
 
}
 
.infobox_list_center {
 
    text-align: center;
 
 
}
 
}
 
   
 
   
.infobox_list_header > tr > th a,
+
.tt2-fix {
.infobox_list_header > * > tr > th a {
+
    top: 0;
     color: #95a0e6;
+
     right: 70px;
 
}
 
}
 
   
 
   
/* Loot list, [[Template:Loot]], [[Template:Loot/List]] */
+
.tt2-b {
table.loot_list {
+
     bottom: -65px;
    border-collapse: collapse;
+
     left: 70px;
    border: 1px #0f6357 solid;
 
    background-color: rgba(255, 255, 255, 0.25);
 
}
 
table.loot_list tr th {
 
     border-right: 0.1em solid #0f6357;
 
    border-bottom: 0.1em solid #0f6357;
 
    border-collapse: collapse;
 
}
 
table.loot_list tr td {
 
     border-right: 0.1em solid #0f6357;
 
    border-collapse: collapse;
 
}
 
.loot_list_header, .loot_list th {
 
    background-color: #17525b;
 
    color: #e5e9f3;
 
}
 
.loot_list_no_border {
 
    border-right: none !important;
 
 
}
 
}
 
   
 
   
table.loot_list > tr > th a,
+
.tt2-b-fix {
table.loot_list > * > tr > th a {
+
    bottom: -65px;
     color: #95a0e6;
+
     right: 70px;
 
}
 
}
 
   
 
   
/* [[Template:Infobox Transcript]] */
+
.tt1:hover .tt2 {
.npc_chat_div_r td, .npc_chat_div td {
 
    vertical-align: bottom !important;
 
}
 
.npc_chat_div_r .t3, .npc_chat_div .t3 {
 
    color: #002bb8 !important;
 
    text-align: right;
 
    font-size: 80%;
 
}
 
.npc_chat_div_r .m3, .npc_chat_div .m3 {
 
    padding: 4px 6px 4px 6px;
 
}
 
.npc_chat_div_r .t3 > a, .npc_chat_div .t3 > a {
 
    color: #002bb8 !important;
 
}
 
.npc_chat_div_r .t1, .npc_chat_div .t1 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/e/ea/Npcs_Window_0.png') 0px 0px;
 
}
 
.npc_chat_div_r .t2, .npc_chat_div .t2 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/e/ea/Npcs_Window_0.png') -8px 0px;
 
}
 
.npc_chat_div_r .t3, .npc_chat_div .t3 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/a/ac/Npcs_Window_H.png') 0px 0px repeat-x;
 
}
 
.npc_chat_div_r .t4, .npc_chat_div .t4 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/e/ea/Npcs_Window_0.png') -116px 0px;
 
}
 
.npc_chat_div_r .m1, .npc_chat_div .m1 {
 
    background: url('http://images3.wikia.nocookie.net/tibia/en/images/3/35/Npcs_Window_V.png') 0px 0px repeat-y;
 
}
 
.npc_chat_div_r .m4, .npc_chat_div .m4 {
 
    background: url('http://images3.wikia.nocookie.net/tibia/en/images/3/35/Npcs_Window_V.png') -8px 0px repeat-y;
 
}
 
.npc_chat_div_r .b1, .npc_chat_div .b1 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/e/ea/Npcs_Window_0.png') 0px -25px;
 
}
 
.npc_chat_div_r .b2, .npc_chat_div .b2 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/e/ea/Npcs_Window_0.png') -8px -25px;
 
}
 
.npc_chat_div_r .b3, .npc_chat_div .b3 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/a/ac/Npcs_Window_H.png') 0px -25px repeat-x;
 
}
 
.npc_chat_div_r .b4, .npc_chat_div .b4 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/e/ea/Npcs_Window_0.png') -116px -25px;
 
}
 
/** Plain style **/
 
.npc_chat_div_r a {
 
    text-decoration: underline !important;
 
}
 
.npc_chat_div_r p {
 
    margin: 0px;
 
}
 
.npc_chat_div_r span.pl {
 
    font-style: normal !important;
 
    font-weight: bold
 
}
 
.npc_chat_div_r span.pl>span.i {
 
    font-style: italic;
 
    font-weight: normal !important
 
}
 
.npc_chat_div_r .m3 {
 
    font: 11px/14px Tahoma, sans-serif;
 
}
 
/** Tibia style */
 
.npc_chat_div a {
 
    color: #5FF7F7 !important;
 
    text-decoration: underline !important;
 
}
 
.npc_chat_div b {
 
    color: #1F9FFE;
 
}
 
.npc_chat_div p {
 
    margin: 0px;
 
}
 
.npc_chat_div span.pl a {
 
    color: #9F9FFE !important;
 
}
 
.npc_chat_div span.pl b, .npc_chat_div span.pl i {
 
    color: #9F9FFE;
 
    font-style: normal;
 
}
 
.npc_chat_div span.pl {
 
    color: #9F9FFE;
 
}
 
.npc_chat_div span.pl > span.i {
 
    font-style: italic;
 
}
 
.npc_chat_div .m2 {
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/8/81/Npcs_Window_Back.png') repeat;
 
}
 
.npc_chat_div .m3 {
 
    color: #5FF7F7;
 
    font: bold 11px/14px Tahoma, sans-serif;
 
    scrollbar-shadow-color: #1D1D1D;
 
    scrollbar-highlight-color: #434343;
 
    scrollbar-face-color: #444444;
 
    scrollbar-drakshadow-color: #1D1D1D;
 
    scrollbar-3dlight-color: #949494;
 
    scrollbar-arrow-color: #8E8E8E;
 
    scrollbar-track-color: #373837;
 
}
 
/* [[Template:Minimap]] */
 
body.page-Template_Minimap .map .b {
 
    background-color: #000;
 
}
 
body.page-Template_Minimap .map .l {
 
    display: inline-block;
 
    width: 63px;
 
    height: 63px;
 
    border-left: #FF00FF 1px solid;
 
    border-top: #FF00FF 1px solid;
 
    z-index: 200;
 
    color: #FF00FF;
 
    font: bold 12px Arial;
 
    text-align: center;
 
    vertical-align: bottom;
 
}
 
* html body.page-Template_Minimap .map .l {
 
    display: inline;
 
}
 
/** IE 6 **/
 
* + html body.page-Template_Minimap .map .l {
 
    display: inline;
 
}
 
/* [[Mapper]] and [[Template:Minimap]] transclusions */
 
#minimap_maindiv img {
 
    position: relative;
 
}
 
div#minimap_maindiv {
 
    display: none;
 
    width: 512px;
 
    height: 384px;
 
}
 
div.minimap_clic {
 
    display:inline;
 
}
 
div.minimap_w .zoomm {
 
    background: url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) -18px -41px;
 
}
 
div.minimap_w .zoomm:active {
 
    background: url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) -18px -59px;
 
}
 
div.minimap_w .zoomp {
 
    background: url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) 0px -41px;
 
}
 
div.minimap_w .zoomp:active {
 
    background:url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) 0px -59px;
 
}
 
div.minimap_w .floorp {
 
    background:url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) -36px -41px;
 
}
 
div.minimap_w .floorp:active {
 
    background:url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) -36px -59px;
 
}
 
div.minimap_w .floorm {
 
    background:url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) -54px -41px;
 
}
 
div.minimap_w .floorm:active {
 
    background:url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) -54px -59px;
 
}
 
/** Map Marker */
 
/* Move to a more generic class? */
 
div.minimap_w input.mapper_marker_r {
 
    width: 22px;
 
    height: 22px;
 
    padding: 0px;
 
    margin: 0px;
 
    border: 0px;
 
}
 
div.minimap_w .starn {
 
    width: 41px;
 
    height: 14px;
 
    background: url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png);
 
    border-width: 1px 1px 0px 1px;
 
}
 
div.minimap_w .stars {
 
    width: 41px;
 
    height: 14px;
 
    background: url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) 0px -27px;
 
    border-width: 0px 1px 1px 1px;
 
}
 
div.minimap_w .starw {
 
    width: 14px;
 
    height: 13px;
 
    background: url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) 0px -13px;
 
    border-width: 0px 0px 0px 1px;
 
    padding: 0px;
 
}
 
div.minimap_w .starc {
 
    width: 13px;
 
    height: 13px;
 
    background: url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) -13px -13px;
 
    border: 0px;
 
    padding: 0px;
 
}
 
div.minimap_w .stare {
 
    width: 14px;
 
    height: 13px;
 
    background: url(http://images1.wikia.nocookie.net/__cb20100713182626/dantest/images/d/d6/Minimap_Buttons.png) -26px -13px;
 
    border-width: 0px 1px 0px 0px;
 
    padding: 0px;
 
}
 
div.minimap_w .btns, div.minimap_w .btn {
 
    filter: none;
 
    outline: none;
 
    background-color: #BFBFBF !important;
 
    box-shadow: none !important;
 
    -webkit-box-shadow: none !important;
 
    -moz-box-shadow: none !important;
 
    border-radius: 0px !important;
 
    -moz-border-radius: 0 !important;
 
    -webkit-border-radius: 0px !important;
 
}
 
div.minimap_w .btn {
 
    width: 20px;
 
    height: 20px;
 
    border: 1px solid;
 
    padding: 0px;
 
    margin: 0px 1px 1px 0px;
 
}
 
div.minimap_w .btns, div.minimap_w .btn, div.minimap_w .btns:active {
 
    border-color: #757575 #2A2A2A #2A2A2A #757575 !important;
 
}
 
div.minimap_w .btn:active {
 
    border-color: #2A2A2A #757575 #757575 #2A2A2A !important;
 
}
 
div.minimap_wx {
 
 
     display: block;
 
     display: block;
     text-align: center;
+
     z-index: 1000;
    position: absolute;
 
    right: 5px;
 
    top: 4px;
 
    cursor: pointer;
 
    height: 16px;
 
    width: 16px;
 
    font-size: 12px;
 
    font-weight: bolder;
 
 
}
 
}
div.minimap_wl {
+
 
    display: block;
+
/***********************/
    position: absolute;
+
/*** ITEM TOOL TIPS  ***/
    bottom: 5px;
+
/***********************/
    right: 26px;
+
 
    height: 16px;
+
.item1 {
    width: 16px;
 
    font-size: 10px;
 
    cursor: pointer;
 
    background: transparent url("http://images2.wikia.nocookie.net/tibia/en/images/6/6e/Mapper.gif");
 
}
 
div.minimap_wtml {
 
    display: block;
 
    position: absolute;
 
    bottom: 5px;
 
    right: 5px;
 
    height: 16px;
 
    width: 16px;
 
    font-size: 10px;
 
    cursor: pointer;
 
    background-image: url("http://images3.wikia.nocookie.net/tibia/en/images/e/ea/Tibiaml_Icon.png");
 
}
 
div.minimap_wp {
 
    z-index: 2002;
 
    display: none;
 
    position: absolute;
 
    top: 0%;
 
    background-color: white;
 
    padding: 2px 2px 2px 2px;
 
    text-align: left;
 
    width: 514px;
 
}
 
div.minimap_wf {
 
    z-index: 2002;
 
    display: inline-block;
 
 
     position: relative;
 
     position: relative;
     top: 0%;
+
     color: #576da8;
    background-color: #F9FCFF;
 
    padding: 10px 10px 5px 10px;
 
    text-align: left;
 
    zoom: 1;
 
    border: 1px #bfcfcf solid;
 
    width: 514px;
 
}
 
div.minimap_blackout {
 
    display: none;
 
    position: absolute;
 
    top: 0%;
 
    left: 0%;
 
    width: 100%;
 
    height: 100%;
 
    background-color: #000;
 
    filter: alpha(opacity=65);
 
    opacity: 0.65;
 
    z-index: 2001;
 
    border: none;
 
}
 
div#minimap_imgdiv img {
 
    image-rendering: crisp-edges;
 
    image-rendering: optimizeSpeed;
 
    image-rendering: -moz-crisp-edges;
 
    image-rendering: -webkit-optimize-contrast;
 
    image-rendering: pixelated;
 
    -ms-interpolation-mode: nearest-neighbor;
 
}
 
/* [[Template:Equips Set]] */
 
div.equips_set_basic, .tibia_client_background_light {
 
    background: #808080 url('http://images4.wikia.nocookie.net/tibia/en/images/3/39/Tibia_Client_Background_Light.gif');
 
}
 
div.equips_set_basic {
 
    width: 108px;
 
    height: 144px;
 
    border: 1px outset #000;
 
    position: relative;
 
}
 
div.equips_set_basic>div {
 
    position: absolute;
 
    width: 32px;
 
    height: 32px;
 
    padding: 1px;
 
    background: url('http://images2.wikia.nocookie.net/tibia/en/images/b/b3/Set_Background.gif') transparent;
 
}
 
#calculator_armor_body_main div {
 
    position:absolute;
 
    width:32px;
 
    height:32px;
 
    background:url('http://images2.wikia.nocookie.net/tibia/en/images/b/b3/Set_Background.gif');
 
    padding: 1px;
 
 
}
 
}
 
   
 
   
/** [[Template:NPC Trades]] */
+
/* static part of the tooltip style */
td.buys table tbody tr td, td.sells table tbody tr td {
+
.item2 {
    line-height: 1em;
+
     font-size: 100%;
    padding: 2px;
 
}
 
td.buys table, td.sells table {
 
    padding: 0;
 
    margin: 0;
 
}
 
table.trades td {
 
    padding:0;
 
    line-height:1.25em;
 
}
 
.exception:after {
 
    content:" \2718";
 
    color: #F1292E;
 
}
 
.npcprice:after, .npcvalue:after {
 
    content:" \2714";
 
    color: #1a940a;
 
}
 
.npcprice, .npcvalue {
 
    font-weight: bold;
 
    line-height:100%;
 
}
 
/* [[Template:Legend]] */
 
div.legend div.legendtext p {
 
    text-align:left;
 
}
 
/* [[Template:Messages]] */
 
/* Where is this used? Is it used enough to justify CSS? */
 
div.message > div.message > div.message {
 
    line-height: 1em;
 
    margin: -1px;
 
    padding: 0 0.5em !important;
 
}
 
div.message > div.message {
 
    margin: 0 -3px;
 
    padding: 1px !important;
 
}
 
div.message {
 
    padding: 3px;
 
}
 
/* [[Template:Infobox Streets]] */
 
/* This needs better naming: #mapDiv is a table ? */
 
#mapDiv span + span {
 
    display: none;
 
}
 
#mapDiv span:hover + span {
 
    display: block;
 
}
 
/* [[TibiaWiki:Lightbearer Basin Monitor]] */
 
.lb-01 {
 
    background-color: #74F16C;
 
    border-color: #5cbf56;
 
}
 
.lb-02 {
 
    background-color: #DEF57B;
 
    border-color: #b0c261;
 
}
 
.lb-03 {
 
    background-color: #F5D66C;
 
    border-color: #c2a955;
 
}
 
.lb-04 {
 
    background-color: #F5A568;
 
    border-color: #c28352;
 
}
 
.lb-05 {
 
    background-color: #E8A3A4;
 
    border-color: #b57f80;
 
    font-weight: bold;
 
}
 
#lb-basin-list {
 
    border: 0.1em solid #000000;
 
    list-style: none;
 
    margin: 0;
 
    padding: 0;
 
    width: 22em;
 
}
 
#lb-basin-list li {
 
    padding: 0 0.5em;
 
     font-size: 1.2em;
 
    line-height: 1.5em;
 
    margin: 0;
 
    border-width: 1px;
 
    border-style: solid;
 
}
 
#lb-basin-list li a {
 
    float: right;
 
}
 
.lb-input-container input {
 
    text-align: center;
 
    width: 2.5em;
 
}
 
.lb-input-container {
 
    text-align: center;
 
}
 
#basin-tools-url {
 
    font-size: 1.2em;
 
    width: 18em;
 
}
 
/* [[Template:Element Icon]] */
 
.element-icon {
 
    display: block;
 
    height: 32px;
 
    width: 32px;
 
    overflow: hidden;
 
    float: left;
 
}
 
.element-icon.physical img {
 
    margin-left: 0px;
 
}
 
.element-icon.life_drain img {
 
    margin-left: -32px;
 
}
 
.element-icon.death img {
 
    margin-left: -64px;
 
}
 
.element-icon.fire img {
 
    margin-left: -96px;
 
}
 
.element-icon.energy img {
 
    margin-left: -128px;
 
}
 
.element-icon.holy img {
 
    margin-left: -160px;
 
}
 
.element-icon.ice img {
 
    margin-left: -192px;
 
}
 
.element-icon.earth img {
 
    margin-left: -224px;
 
}
 
.element-icon.drown img {
 
    margin-left: -256px;
 
}
 
/* [[Template:Creature Types]] */
 
.ctypes {
 
    background-color: rgba(255, 255, 255, 0.35);
 
    margin: 1em auto;
 
    border: 1px solid #B1806E;
 
    width: 48em;
 
}
 
.ctypes .main-header {
 
    margin: 0 auto;
 
    width: 16em;
 
    padding: 0.5em;
 
    text-align: center;
 
    border-width: 0 1px;
 
    border-style: solid;
 
    border-color: #B1978D;
 
}
 
.ctypes .leftcol, .ctypes .rightcol, .ctypes .list-container li {
 
    float: left;
 
    width: 50%;
 
}
 
.ctypes .list-container ul {
 
    list-style: none;
 
    padding: 0;
 
    margin: 0;
 
}
 
.ctypes .ctype .header {
 
    background-color: #B1806E;
 
    text-align: center;
 
}
 
.ctypes .list-container {
 
    border-color: #B1806E;
 
    border-style: solid;
 
    border-width: 1px;
 
}
 
.ctypes .leftcol .list-container {
 
    border-left: 0;
 
}
 
.ctypes .rightcol .list-container {
 
    border-right: 0;
 
}
 
/* Involve ~ templates */
 
ul.involves {
 
    list-style: none;
 
    margin: 0;
 
    padding: 0;
 
}
 
.involves > li {
 
    float: left;
 
    padding: 0 1.5em;
 
    border: 1px solid #000000;
 
    border-radius: 1.5em;
 
    position: relative;
 
    line-height: 72px;
 
}
 
.involves .link-whole > a {
 
    display: block;
 
    height: 100%;
 
    width: 100%;
 
    position: absolute;
 
    text-decoration: none;
 
    border-radius: 1.5em;
 
    margin: 0 0 0 -1.5em;
 
 
}
 
}
 
   
 
   
/* [[Template:Show-Hide]] */
+
.item1 .item2 {
.showhide-hidden > .showhide-body {
 
    visibility: hidden;
 
 
     position: absolute;
 
     position: absolute;
    z-index: -999;
 
    height: 0;
 
    overflow: hidden;
 
}
 
.showhide-init.showhide-hidden > .showhide-body,
 
.showhide-visible > .showhide-body {
 
    visibility: visible;
 
    position: relative;
 
    z-index: auto;
 
    height: auto;
 
    overflow: auto;
 
}
 
.showhide-header {
 
    cursor: pointer;
 
}
 
/* [[Template:JSpoiler]] */
 
.spoiler-container > .showhide-header {
 
    background-color: #FFDDDD;
 
    border: 1px solid #FF0000;
 
    display: inline;
 
    font-weight: bold;
 
    line-height: 24px;
 
    padding: 4px 4px 2px;
 
}
 
.spoiler-content {
 
    padding: 4px 0;
 
}
 
.spoiler-warning {
 
    border-bottom: 2px solid #FF0000;
 
    border-top: 2px solid #FF0000;
 
    line-height: 22px;
 
    padding: 3px;
 
}
 
.spoiler-pretext {
 
    text-align: center;
 
    font-size: 1.5em;
 
}
 
/* [[Template:QSpoiler]] */
 
.quest-spoiler > .showhide-header {
 
    background-color: #FFD1D1;
 
    border: 1px solid #D0070A;
 
    color: #D0070A;
 
    font-size: 1.7em;
 
    padding: 1em 0;
 
    text-align: center;
 
}
 
.quest-spoiler > .showhide-body {
 
    margin: 1.5em 0 0 0;
 
}
 
/* [[Template:Show More]] */
 
.show-more,
 
.show-more .showhide-header,
 
.show-more .showhide-body,
 
.show-more .showhide-body > p {
 
    display: inline;
 
}
 
.show-more.showhide-visible .showhide-header:after {
 
    content: "(show less)";
 
}
 
.show-more.showhide-hidden .showhide-header:after {
 
    content: "(show more)";
 
}
 
/* [[Template:Item Icon]] */
 
.item-icon .new {
 
 
     display: none;
 
     display: none;
}
+
     width: 350px;
.item-icon .no-exist {
+
     margin-left: 0px;
     display: none;
+
     padding-left: 0px;
}
+
     padding-right: 0px;
.item-icon .new + .no-exist {
+
     border: 0px solid #000000;
     display: block;
+
     box-shadow: 0px 0px 0px #000000;
}
 
/* Template:Additional Information */
 
.additional-information {
 
    display: inline;
 
}
 
.additional-information > .showhide-header {
 
     font-size: 1.2em;
 
     font-weight: bold;
 
    display: inline;
 
}
 
.additional-information > .showhide-body {
 
     border-color: #A3A3A3;
 
     border-style: solid;
 
    border-width: 0 0 0.02em;
 
    margin: 0 0 0 1.5em;
 
 
}
 
}
 
   
 
   
/* Template:Book */
+
.item2-l {
.ok-box > a {
+
     top: 0;
     color: inherit;
+
     left: 70px;
     display: inline-block;
 
    width: 100%;
 
    height: 100%;
 
    line-height: 1.5em;
 
 
}
 
}
 
   
 
   
/* Template:Infobox Book */
+
.item2-fix {
blockquote.book {
+
     top: 0;
    color: #555;
+
     right: 70px;
    border-left: 10px solid #ccc;
 
    margin: 1.5em 10px;
 
    padding: 0.5em 10px;
 
    quotes: "\201C""\201D""\2018""\2019";
 
}
 
blockquote.book:before {
 
    color: #ccc;
 
    content: open-quote;
 
    font-size: 4em;
 
    line-height: 0.1em;
 
    margin-right: 0.25em;
 
    vertical-align: -0.4em;
 
}
 
blockquote.book p {
 
    display: inline;
 
}
 
/* Experimental:
 
* [[User:Sixorish/Item2]]
 
* [[User:Sixorish/NPC2]]
 
* [[User:Sixorish/Spell2]]
 
*/
 
/* "boxing" for infoboxes */
 
#twbox, .twbox {
 
     background-color: #ecf0f4;
 
    border: 0.1em solid #7990aa;
 
    padding: 0.5em;
 
    min-height: 500px;
 
}
 
/* Introduction in infobox */
 
#twbox-intro {
 
    margin: 0.5em 0 1.5em 1.5em;
 
}
 
#twbox-image {
 
    float: left;
 
    margin: 0.5em 1em 0.5em 0.5em;
 
}
 
#twbox-image a.new {
 
    display: inline-block;
 
    width: 64px;
 
    height: 64px;
 
    overflow: hidden;
 
}
 
#twbox-look {
 
    color: green;
 
    font-weight: bold;
 
    padding: 0 2em 0 1.5em;
 
}
 
#twbox-sounds {
 
    margin: 0 0 0 3em;
 
}
 
#twbox-name {
 
    font-size: 1.2em;
 
    font-weight: bold;
 
}
 
#twbox-words,
 
.spell-words {
 
    font-style: italic;
 
    text-indent: 1em;
 
}
 
.semantic-header {
 
    display: none;
 
    visibility: hidden;
 
    height: 0;
 
}
 
#twbox #tabular-data {
 
    background-color: #c1d0e0;
 
    border: 0.2em solid #2373c4;
 
    border-radius: 0.5em;
 
    float: right;
 
    margin: 0.5em;
 
    padding: 1em;
 
}
 
#twbox #tabular-data > table {
 
    border-collapse: collapse;
 
}
 
#twbox #tabular-data .property {
 
    padding: 0 0.25em 0 0;
 
    text-align: right;
 
    font-weight: bold;
 
    vertical-align: top;
 
}
 
#twbox #tabular-data .meta {
 
    display: none;
 
}
 
#twbox #tabular-data .value {
 
    padding: 0 0 0 0.25em;
 
    text-align: left;
 
    font-weight: normal;
 
    max-width: 11em;
 
}
 
#twbox #tabular-data .property:after {
 
    content: ":";
 
}
 
.implementation-date {
 
    font-style: italic;
 
    white-space: nowrap;
 
}
 
#twbox .creature-list-generic {
 
    overflow: auto;
 
    margin: 0;
 
    padding: 0;
 
    max-height: 12em;
 
    min-height: 3em;
 
    text-indent: 1em;
 
}
 
#twbox .creature-list-generic li {
 
    float: left;
 
    display: inline-block;
 
    width: 50%;
 
    margin: 0;
 
    padding: 0;
 
    line-height: 1.5em;
 
    list-style: none;
 
}
 
.trades > h4,
 
.trades > table {
 
    margin: 0 auto !important;
 
    padding: 0;
 
    text-align: center;
 
}
 
#twbox-learnfrom {
 
    text-align: center;
 
}
 
#twbox-learnfrom > table {
 
    margin: 0 auto !important;
 
}
 
#twbox #tabular-data .table-section > th {
 
    border-bottom: 0.2em groove #cc8400;
 
}
 
#twbox #quicklinks {
 
    float: left;
 
    margin: 0;
 
    padding: 0;
 
    text-align: center;
 
    width: 100%;
 
}
 
#twbox #quicklinks > h3 {
 
    margin: 0;
 
    padding: 0;
 
}
 
#twbox #quicklinks > ul {
 
    margin: 0 auto;
 
    padding: 0;
 
    width: 100%;
 
}
 
#twbox #quicklinks > ul > li {
 
    float: left;
 
    list-style: none;
 
    margin: 0;
 
    padding: 0;
 
    width: 25%;
 
}
 
#twbox #quicklinks > ul > li > a {
 
    display: block;
 
    border: 0.1em solid #17525b;
 
    background: rgba(141, 196, 188, 0.25);
 
    text-align: center;
 
}
 
.colorbox {
 
    border-radius: 1em;
 
}
 
.trades {
 
    width: 50%;
 
    float: left;
 
}
 
#twbox h5,
 
#twbox h4,
 
#twbox h3,
 
#twbox h2,
 
#twbox h1 {
 
    margin: 0.5em 0 0 0;
 
    padding: 0;
 
    text-indent: 1.5em;
 
}
 
#twbox h5,
 
#twbox h4,
 
#twbox h3,
 
#twbox h2,
 
#twbox h1,
 
#twbox #tabular-data .table-section {
 
    color: #cc8400;
 
    font-weight: bold;
 
    border: 0;
 
}
 
#twbox #npc-location .minimap {
 
    float: left;
 
    margin: 0 1em 1em 1em;
 
}
 
#twbox .notes-label {
 
    font-weight: bold;
 
    padding: 0 0.2em;
 
}
 
.item-droppedby-wrapper {
 
    border: 0.1em solid #7990aa;
 
    border-radius: 1em;
 
    padding: 0.5em;
 
    overflow: auto;
 
}
 
.item-droppedby-wrapper > ul {
 
    list-style: none;
 
    margin: 0;
 
    overflow-x: hidden;
 
    overflow-y: auto;
 
    max-height: 12em;
 
}
 
.item-droppedby-wrapper li {
 
    float: left;
 
    width: 33%;
 
    min-width: 12.5em;
 
    margin: 0;
 
}
 
.no-results {
 
    font-style: italic;
 
}
 
.trades > .no-results {
 
    text-align: center;
 
}
 
.explained {
 
    line-height: 0.8em;
 
    font-size: 0.8em;
 
    font-weight: bold;
 
    float: right;
 
}
 
/* twbox - section headers behave as anchor links */
 
#twbox h1:hover .mw-headline:after,
 
#twbox h2:hover .mw-headline:after,
 
#twbox h3:hover .mw-headline:after,
 
#twbox h4:hover .mw-headline:after,
 
#twbox h5:hover .mw-headline:after,
 
#twbox h6:hover .mw-headline:after {
 
    color: #000;
 
    content: "§";
 
    margin: 0 1em 0 0;
 
    position: absolute;
 
    right: 100%;
 
}
 
#twbox .mw-headline {
 
    position: relative;
 
}
 
#twbox h1:hover .mw-headline,
 
#twbox h2:hover .mw-headline,
 
#twbox h3:hover .mw-headline,
 
#twbox h4:hover .mw-headline,
 
#twbox h5:hover .mw-headline,
 
#twbox h6:hover .mw-headline {
 
    cursor: pointer;
 
}
 
#creature-resistance {
 
    overflow: auto;
 
}
 
#creature-resistance ul {
 
    list-style: none;
 
    margin: 0;
 
    font-size: 1.1em;
 
}
 
#creature-resistance li {
 
    margin: 0;
 
    line-height: 1.5em;
 
    clear: left;
 
}
 
#creature-resistance .res-label {
 
    float: left;
 
    font-weight: bold;
 
    text-align: right;
 
    width: 7em;
 
    padding: 0 0.5em 0 0;
 
}
 
#creature-resistance .visual-percent-container {
 
    overflow: auto;
 
}
 
#creature-resistance .res-value {
 
    background: linear-gradient(to bottom, #6a70c4, #9a9dc4, #232ba4) repeat scroll 0 0 rgba(0, 0, 0, 0);
 
    font-weight: bold;
 
    text-align: right;
 
    border-radius: 0 0.3em 0.3em 0;
 
    overflow: visible;
 
    white-space: nowrap;
 
}
 
#creature-loot {
 
    clear: both;
 
}
 
.loot-table {
 
    border: 0.1em solid #7990aa;
 
    border-radius: 1em;
 
    padding: 0.5em;
 
}
 
.loot-table > ul {
 
    list-style: none;
 
    margin: 0;
 
    overflow-x: hidden;
 
    overflow-y: auto;
 
    max-height: 12em;
 
}
 
#twbox .loot-table > ul {
 
    max-height: 26em;
 
}
 
.loot-table li {
 
    float: left;
 
    width: 33%;
 
    min-width: 12.5em;
 
    margin: 0;
 
}
 
#twbox-sounds {
 
    color: #d14703;
 
    font-weight: bold;
 
}
 
.loot-table .table-header {
 
    display: none;
 
}
 
.sound-list {
 
    overflow: auto;
 
    list-style: none;
 
}
 
.sound-list > li {
 
    display: inline;
 
    padding: 0 0.5em;
 
}
 
.sound-list > li:after, .sound-list > li:before {
 
    color: #000;
 
     content: "\0022";
 
    font-size: 1.1em;
 
}
 
/* force right ToC for quest spoilers */
 
#twbox #toc {
 
    float: right;
 
    margin: 0;
 
    max-width: 22em;
 
}
 
/* Experimental: [[Template:Navigation]] */
 
.navigation-body {
 
    border: 0.1em solid #7990aa;
 
    border-radius: 1em;
 
    padding: 0.5em;
 
}
 
.navigation-list-wrapper {
 
    border: 0.1em solid #7990aa;
 
    border-radius: 0.5em;
 
    padding: 0.5em;
 
}
 
.navigation-list-wrapper > ul {
 
    margin: 0;
 
    max-height: 14em;
 
    overflow: auto;
 
    list-style: none;
 
}
 
.navigation-body li {
 
    float: left;
 
    width: 33%;
 
    margin: 0;
 
}
 
/* Lists outside of #twbox */
 
ul.creature-list-generic {
 
    margin: 0;
 
    padding: 0;
 
}
 
.creature-list-generic > li {
 
    display: inline-block;
 
    padding: 0 1.5em 0 0;
 
}
 
/* Temporary style to test Quest2 - will not be needed if it goes live */
 
.quest-spoiler #toc + table,
 
.quest-spoiler #toc + table + div {
 
    display: none;
 
    clear: none;
 
}
 
/* Information Icon */
 
.information-icon {
 
    border-radius: 1em;
 
    color: #ffffff;
 
    cursor: pointer;
 
    font-size: 0.9em;
 
    height: 1em;
 
    width: 1em;
 
    line-height: 1em;
 
    text-align: center;
 
    display: inline-block;
 
    background-color: #003ad9;
 
    text-indent: 0;
 
}
 
.information-icon:before {
 
    content: "i";
 
    font-size: 0.75em;
 
}
 
/* sprite list */
 
ul.animation-frames {
 
    list-style: none;
 
    margin: 0;
 
    max-height: 7.5em;
 
    overflow: auto;
 
}
 
/* For [[Template:Website Creature Description]] */
 
#twbox .webdesc-text {
 
    font-style: italic;
 
    max-height: 10em;
 
    overflow: auto;
 
    padding: 0;
 
    margin: 0;
 
}
 
#twbox .webdesc {
 
    border: 0.1em solid #7990aa;
 
    border-radius: 1em;
 
    font-style: italic;
 
    margin: 1em;
 
    overflow: auto;
 
    padding: 0.5em 1em;
 
 
}
 
}
 
   
 
   
/* For [[Template:Damage Icon]] */
+
.item2-b {
.damage-icon-sprite {
+
     bottom: -65px;
     float: right;
+
     left: 70px;
    margin: 0 0 0 0.5em;
 
    width: 1em;
 
    height: 1em;
 
     overflow: hidden;
 
 
}
 
}
 
   
 
   
/* NOTE: background-image must be used in order to avoid the addition of [[File:Damage_Icons.png]] to the Wikia gallery. */
+
.item2-b-fix {
.damage-icon-translator {
+
     bottom: -65px;
     background-image: url('https://vignette2.wikia.nocookie.net/tibia/images/2/25/Damage_Icons.png/revision/latest?cb=20150205133227&path-prefix=en');
+
     right: 70px;
     height: 1em; /* Update this if [[File:Damage_Icons.png]] is updated to change the number of rows. */
 
    width: 9em; /* Update this if [[File:Damage_Icons.png]] is updated to change the number of columns. */
 
    background-size: 9em 1em; /* Update this if height or width changes. background-size: width height; */
 
    position: relative; /* Implementation of this class, i.e. [[Template:Damage Icon]], needs to handle positioning. 1em to the right = second icon on the column, etc. */
 
 
}
 
}
 
   
 
   
/* For [[Template:Item Tile]] */
+
.item1:hover .item2 {
.item-tile {
 
    width: 10em;
 
}
 
.item-tile-image,
 
.item-tile-text {
 
 
     display: block;
 
     display: block;
     text-align: center;
+
     z-index: 1000;
 
}
 
}
ul.item-tile-list {
+
 
    list-style: none;
+
/***********************/
}
+
/** POWER TOOL TIPS  ***/
.item-tile-list li {
+
/***********************/
    float: left;
+
 
}
+
.pow1 {
/* For [[Template:Item Inline]] */
+
    position: relative;
.item-inline,
+
     color: #576da8;
.item-inline-image,
 
.item-inline-text {
 
     display: inline;
 
 
}
 
}
 
   
 
   
/* For [[Template:Yes No]] */
+
/* static part of the tooltip style */
.no-cross {
+
.pow2 {
    color: #ff0000;
+
     font-size: 100%;
    font-weight: bold;
 
}
 
.yes-tick {
 
    color: #00c900;
 
    font-weight: bold;
 
}
 
.partial-tick {
 
    color: #e69500;
 
     font-weight: bold;
 
}
 
.archive-list > ul {
 
    list-style: outside none none;
 
}
 
.archive-list li {
 
    display: inline;
 
    margin: 0;
 
    padding: 0;
 
 
}
 
}
 
   
 
   
.archive-list a {
+
.pow1 .pow2 {
     padding: 0 0.5em;
+
     position: absolute;
}
+
    display: none;
/* CSS for [[TibiaWiki:Scripts/VandalWarn.js]] */
+
    width: 300px;
#vandalism-notice {
+
     margin-left: 0px;
     background-color: #bf7171;
+
     padding-left: 0px;
     border: 0.5em solid #795252;
+
     padding-right: 0px;
     border-radius: 2em;
+
     border: 0px solid #000000;
     color: #000;
+
     box-shadow: 0px 0px 0px #000000;
     font-size: 1.1em;
 
    padding: 0.5em;
 
 
}
 
}
 
   
 
   
/*******************
+
.pow2-l {
* Navboxes
+
     top: 0;
*******************/
+
     left: 70px;
.navbox {
 
     width: 100%;
 
    background: white;
 
    color: black;
 
    margin: 1em auto;
 
    font-size: 84%;
 
    clear: both;
 
    padding: 2px;
 
    border-spacing: 0;
 
     border: 1px solid #AAA;
 
 
}
 
}
 
   
 
   
/* Merges navboxes that are directly under eachother */
+
.pow2-fix {
.navbox + .navbox {
+
     top: 0;
     margin-top: -11px;
+
    right: 70px;
 
}
 
}
 
   
 
   
.navbox .navbox-title {
+
.pow2-b {
     background: #CCF;
+
     bottom: -65px;
    color: black;
+
     left: 70px;
     font-weight: bold;
 
 
}
 
}
 
   
 
   
.navbox .navbox-vde {
+
.pow2-b-fix {
     float:left;
+
     bottom: -65px;
     width:65px;
+
     right: 70px;
 
}
 
}
 
   
 
   
.navbox .navbox-title-padright {
+
.pow1:hover .pow2 {
     padding-right: 65px;
+
     display: block;
 +
    z-index: 1000;
 
}
 
}
   
+
 
.navbox .navbox-title-padleft {
+
/**************************/
     padding-left: 65px;
+
/*** ENCHANT TOOL TIPS ***/
 +
/**************************/
 +
 
 +
.ench1 {
 +
     position: relative;
 +
    color: #576da8;
 
}
 
}
 
   
 
   
.navbox .navbox-subgroup {
+
/* static part of the tooltip style */
     border-spacing: 0;
+
.ench2 {
    width: 100%;
+
     font-size: 100%;
 
}
 
}
 
   
 
   
.navbox .navbox-gutter {
+
.ench1 .ench2 {
     height: 2px;
+
    position: absolute;
 +
    display: none;
 +
    width: 350px;
 +
    margin-left: 0px;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
    border: 0px solid #000000;
 +
     box-shadow: 0px 0px 0px #000000;
 
}
 
}
 
   
 
   
.navbox .navbox-subgroup .navbox-gutter {
+
.ench2-l {
     background: white;
+
     top: 0;
 +
    left: 70px;
 
}
 
}
 
   
 
   
.navbox .navbox-section-row > td {
+
.ench2-fix {
     padding: 0;
+
     top: 0;
     height: 100%;
+
     right: 70px;
 
}
 
}
 
   
 
   
.navbox .navbox-section {
+
.ench2-b {
     width: 100%;
+
     bottom: -65px;
     border-spacing: 0;
+
     left: 70px;
 
}
 
}
 
   
 
   
.navbox .navbox-above,
+
.ench2-b-fix {
.navbox .navbox-below {
+
     bottom: -65px;
     background: #DDF;
+
     right: 70px;
     text-align: center;
 
 
}
 
}
 
   
 
   
.navbox .navbox-image {
+
.ench1:hover .ench2 {
     background: white;
+
     display: block;
     text-align: center;
+
     z-index: 1000;
 
}
 
}
 +
 +
/*********************/
 +
/*** LINK HOVERING ***/
 +
/*********************/
 +
 +
/*UNVISITED LINKS */
 
   
 
   
.navbox .navbox-group,
+
a,
.navbox .navbox-header {
+
.color2 a {
    background: #DDF;
+
color: #388aaf;
    color: black;
 
    font-weight: bold;
 
    height: 100%;
 
    padding: 2px 4px;
 
 
}
 
}
+
a: hover,
.navbox .navbox-header-collapsible {
+
.color2 a:hover {
    padding-left: 65px;
+
/* VISITED LINKS */
 +
color: #2081ad;
 +
text-decoration: none;
 +
text-shadow: #2dbdff 0 0 8px;
 
}
 
}
+
a: visited,
.navbox .navbox-group {
+
.color2 a:visited {
    text-align: right;
+
color: #2081ad;
    padding-right: 1em;
+
text-decoration: none;
    min-width: 150px;
 
 
}
 
}
+
a: visited: hover,
.navbox .navbox-group,
+
.color2 a:visited:hover {
.navbox .navbox-image-left {
+
/* NEW LINKS */
    border-right: 2px solid white;
+
color: #388aaf;
 +
text-decoration: none;
 +
text-shadow: #2dbdff 0 0 8px;
 
}
 
}
+
a.new {
.navbox-image-right {
+
color: #871611 !important;
    border-left: 2px solid white;
 
 
}
 
}
+
a.new: hover,
.navbox .navbox-list {
+
.color2 a.new:hover {
    background: white;
+
color: #388aaf!important;
    color: black;
+
text-decoration: none;
    width: 100%;
+
text-shadow: #2dbdff 0 0 8px !important;
    height: 100%;
 
    padding: 0;
 
 
}
 
}
+
 
.navbox .alt > .navbox-list {
+
/**********************************/
    background: #F7F7F7;
+
/* Hide the header on class pages */
}
+
/**********************************/
+
 
.navbox .navbox-list div {
+
.page-Assassin #siteSub,
    padding: 0px 4px;
+
.page-Assassin #contentSub,
 +
.page-Assassin .firstHeading,
 +
.page-Assassin_800 #siteSub,
 +
.page-Assassin_800 #contentSub,
 +
.page-Assassin_800 .firstHeading,
 +
.page-Assassin_650 #siteSub,
 +
.page-Assassin_650 #contentSub,
 +
.page-Assassin_650 .firstHeading,
 +
.page-Assassin_480 #siteSub,
 +
.page-Assassin_480 #contentSub,
 +
.page-Assassin_480 .firstHeading
 +
.page-Barbarian #siteSub,
 +
.page-Barbarian #contentSub,
 +
.page-Barbarian .firstHeading,
 +
.page-Barbarian_800 #siteSub,
 +
.page-Barbarian_800 #contentSub,
 +
.page-Barbarian_800 .firstHeading,
 +
.page-Barbarian_650 #siteSub,
 +
.page-Barbarian_650 #contentSub,
 +
.page-Barbarian_650 .firstHeading,
 +
.page-Barbarian_480 #siteSub,
 +
.page-Barbarian_480 #contentSub,
 +
.page-Barbarian_480 .firstHeading
 +
.page-Bard #siteSub,
 +
.page-Bard #contentSub,
 +
.page-Bard .firstHeading,
 +
.page-Bard_800 #siteSub,
 +
.page-Bard_800 #contentSub,
 +
.page-Bard_800 .firstHeading,
 +
.page-Bard_650 #siteSub,
 +
.page-Bard_650 #contentSub,
 +
.page-Bard_650 .firstHeading,
 +
.page-Bard_480 #siteSub,
 +
.page-Bard_480 #contentSub,
 +
.page-Bard_480 .firstHeading
 +
.page-Channeler #siteSub,
 +
.page-Channeler #contentSub,
 +
.page-Channeler .firstHeading,
 +
.page-Channeler_800 #siteSub,
 +
.page-Channeler_800 #contentSub,
 +
.page-Channeler_800 .firstHeading,
 +
.page-Channeler_650 #siteSub,
 +
.page-Channeler_650 #contentSub,
 +
.page-Channeler_650 .firstHeading,
 +
.page-Channeler_480 #siteSub,
 +
.page-Channeler_480 #contentSub,
 +
.page-Channeler_480 .firstHeading
 +
.page-Channeler #siteSub,
 +
.page-Channeler #contentSub,
 +
.page-Channeler .firstHeading,
 +
.page-Channeler_800 #siteSub,
 +
.page-Channeler_800 #contentSub,
 +
.page-Channeler_800 .firstHeading,
 +
.page-Channeler_650 #siteSub,
 +
.page-Channeler_650 #contentSub,
 +
.page-Channeler_650 .firstHeading,
 +
.page-Channeler_480 #siteSub,
 +
.page-Channeler_480 #contentSub,
 +
.page-Channeler_480 .firstHeading
 +
.page-Confessor #siteSub,
 +
.page-Confessor #contentSub,
 +
.page-Confessor .firstHeading,
 +
.page-Confessor_800 #siteSub,
 +
.page-Confessor_800 #contentSub,
 +
.page-Confessor_800 .firstHeading,
 +
.page-Confessor_650 #siteSub,
 +
.page-Confessor_650 #contentSub,
 +
.page-Confessor_650 .firstHeading,
 +
.page-Confessor_480 #siteSub,
 +
.page-Confessor_480 #contentSub,
 +
.page-Confessor_480 .firstHeading
 +
.page-Crusader #siteSub,
 +
.page-Crusader #contentSub,
 +
.page-Crusader .firstHeading,
 +
.page-Crusader_800 #siteSub,
 +
.page-Crusader_800 #contentSub,
 +
.page-Crusader_800 .firstHeading,
 +
.page-Crusader_650 #siteSub,
 +
.page-Crusader_650 #contentSub,
 +
.page-Crusader_650 .firstHeading,
 +
.page-Crusader_480 #siteSub,
 +
.page-Crusader_480 #contentSub,
 +
.page-Crusader_480 .firstHeading
 +
.page-Doomsayer #siteSub,
 +
.page-Doomsayer #contentSub,
 +
.page-Doomsayer .firstHeading,
 +
.page-Doomsayer_800 #siteSub,
 +
.page-Doomsayer_800 #contentSub,
 +
.page-Doomsayer_800 .firstHeading,
 +
.page-Doomsayer_650 #siteSub,
 +
.page-Doomsayer_650 #contentSub,
 +
.page-Doomsayer_650 .firstHeading,
 +
.page-Doomsayer_480 #siteSub,
 +
.page-Doomsayer_480 #contentSub,
 +
.page-Doomsayer_480 .firstHeading
 +
.page-Druid #siteSub,
 +
.page-Druid #contentSub,
 +
.page-Druid .firstHeading,
 +
.page-Druid_800 #siteSub,
 +
.page-Druid_800 #contentSub,
 +
.page-Druid_800 .firstHeading,
 +
.page-Druid_650 #siteSub,
 +
.page-Druid_650 #contentSub,
 +
.page-Druid_650 .firstHeading,
 +
.page-Druid_480 #siteSub,
 +
.page-Druid_480 #contentSub,
 +
.page-Druid_480 .firstHeading
 +
.page-Fury #siteSub,
 +
.page-Fury #contentSub,
 +
.page-Fury .firstHeading,
 +
.page-Fury_800 #siteSub,
 +
.page-Fury_800 #contentSub,
 +
.page-Fury_800 .firstHeading,
 +
.page-Fury_650 #siteSub,
 +
.page-Fury_650 #contentSub,
 +
.page-Fury_650 .firstHeading,
 +
.page-Fury_480 #siteSub,
 +
.page-Fury_480 #contentSub,
 +
.page-Fury_480 .firstHeading
 +
.page-Huntress #siteSub,
 +
.page-Huntress #contentSub,
 +
.page-Huntress .firstHeading,
 +
.page-Huntress_800 #siteSub,
 +
.page-Huntress_800 #contentSub,
 +
.page-Huntress_800 .firstHeading,
 +
.page-Huntress_650 #siteSub,
 +
.page-Huntress_650 #contentSub,
 +
.page-Huntress_650 .firstHeading,
 +
.page-Huntress_480 #siteSub,
 +
.page-Huntress_480 #contentSub,
 +
.page-Huntress_480 .firstHeading
 +
.page-Necromancer #siteSub,
 +
.page-Necromancer #contentSub,
 +
.page-Necromancer .firstHeading,
 +
.page-Necromancer_800 #siteSub,
 +
.page-Necromancer_800 #contentSub,
 +
.page-Necromancer_800 .firstHeading,
 +
.page-Necromancer_650 #siteSub,
 +
.page-Necromancer_650 #contentSub,
 +
.page-Necromancer_650 .firstHeading,
 +
.page-Necromancer_480 #siteSub,
 +
.page-Necromancer_480 #contentSub,
 +
.page-Necromancer_480 .firstHeading
 +
.page-Nightstalker #siteSub,
 +
.page-Nightstalker #contentSub,
 +
.page-Nightstalker .firstHeading,
 +
.page-Nightstalker_800 #siteSub,
 +
.page-Nightstalker_800 #contentSub,
 +
.page-Nightstalker_800 .firstHeading,
 +
.page-Nightstalker_650 #siteSub,
 +
.page-Nightstalker_650 #contentSub,
 +
.page-Nightstalker_650 .firstHeading,
 +
.page-Nightstalker_480 #siteSub,
 +
.page-Nightstalker_480 #contentSub,
 +
.page-Nightstalker_480 .firstHeading
 +
.page-Prelate #siteSub,
 +
.page-Prelate #contentSub,
 +
.page-Prelate .firstHeading,
 +
.page-Prelate_800 #siteSub,
 +
.page-Prelate_800 #contentSub,
 +
.page-Prelate_800 .firstHeading,
 +
.page-Prelate_650 #siteSub,
 +
.page-Prelate_650 #contentSub,
 +
.page-Prelate_650 .firstHeading,
 +
.page-Prelate_480 #siteSub,
 +
.page-Prelate_480 #contentSub,
 +
.page-Prelate_480 .firstHeading
 +
.page-Priest #siteSub,
 +
.page-Priest #contentSub,
 +
.page-Priest .firstHeading,
 +
.page-Priest_800 #siteSub,
 +
.page-Priest_800 #contentSub,
 +
.page-Priest_800 .firstHeading,
 +
.page-Priest_650 #siteSub,
 +
.page-Priest_650 #contentSub,
 +
.page-Priest_650 .firstHeading,
 +
.page-Priest_480 #siteSub,
 +
.page-Priest_480 #contentSub,
 +
.page-Priest_480 .firstHeading
 +
.page-Ranger #siteSub,
 +
.page-Ranger #contentSub,
 +
.page-Ranger .firstHeading,
 +
.page-Ranger_800 #siteSub,
 +
.page-Ranger_800 #contentSub,
 +
.page-Ranger_800 .firstHeading,
 +
.page-Ranger_650 #siteSub,
 +
.page-Ranger_650 #contentSub,
 +
.page-Ranger_650 .firstHeading,
 +
.page-Ranger_480 #siteSub,
 +
.page-Ranger_480 #contentSub,
 +
.page-Ranger_480 .firstHeading
 +
.page-Scout #siteSub,
 +
.page-Scout #contentSub,
 +
.page-Scout .firstHeading,
 +
.page-Scout_800 #siteSub,
 +
.page-Scout_800 #contentSub,
 +
.page-Scout_800 .firstHeading,
 +
.page-Scout_650 #siteSub,
 +
.page-Scout_650 #contentSub,
 +
.page-Scout_650 .firstHeading,
 +
.page-Scout_480 #siteSub,
 +
.page-Scout_480 #contentSub,
 +
.page-Scout_480 .firstHeading
 +
.page-Sentinel #siteSub,
 +
.page-Sentinel #contentSub,
 +
.page-Sentinel .firstHeading,
 +
.page-Sentinel_800 #siteSub,
 +
.page-Sentinel_800 #contentSub,
 +
.page-Sentinel_800 .firstHeading,
 +
.page-Sentinel_650 #siteSub,
 +
.page-Sentinel_650 #contentSub,
 +
.page-Sentinel_650 .firstHeading,
 +
.page-Sentinel_480 #siteSub,
 +
.page-Sentinel_480 #contentSub,
 +
.page-Sentinel_480 .firstHeading
 +
.page-Templar #siteSub,
 +
.page-Templar #contentSub,
 +
.page-Templar .firstHeading,
 +
.page-Templar_800 #siteSub,
 +
.page-Templar_800 #contentSub,
 +
.page-Templar_800 .firstHeading,
 +
.page-Templar_650 #siteSub,
 +
.page-Templar_650 #contentSub,
 +
.page-Templar_650 .firstHeading,
 +
.page-Templar_480 #siteSub,
 +
.page-Templar_480 #contentSub,
 +
.page-Templar_480 .firstHeading
 +
.page-Thief #siteSub,
 +
.page-Thief #contentSub,
 +
.page-Thief .firstHeading,
 +
.page-Thief_800 #siteSub,
 +
.page-Thief_800 #contentSub,
 +
.page-Thief_800 .firstHeading,
 +
.page-Thief_650 #siteSub,
 +
.page-Thief_650 #contentSub,
 +
.page-Thief_650 .firstHeading,
 +
.page-Thief_480 #siteSub,
 +
.page-Thief_480 #contentSub,
 +
.page-Thief_480 .firstHeading
 +
.page-Warlock #siteSub,
 +
.page-Warlock #contentSub,
 +
.page-Warlock .firstHeading,
 +
.page-Warlock_800 #siteSub,
 +
.page-Warlock_800 #contentSub,
 +
.page-Warlock_800 .firstHeading,
 +
.page-Warlock_650 #siteSub,
 +
.page-Warlock_650 #contentSub,
 +
.page-Warlock_650 .firstHeading,
 +
.page-Warlock_480 #siteSub,
 +
.page-Warlock_480 #contentSub,
 +
.page-Warlock_480 .firstHeading
 +
.page-Warrior #siteSub,
 +
.page-Warrior #contentSub,
 +
.page-Warrior .firstHeading,
 +
.page-Warrior_800 #siteSub,
 +
.page-Warrior_800 #contentSub,
 +
.page-Warrior_800 .firstHeading,
 +
.page-Warrior_650 #siteSub,
 +
.page-Warrior_650 #contentSub,
 +
.page-Warrior_650 .firstHeading,
 +
.page-Warrior_480 #siteSub,
 +
.page-Warrior_480 #contentSub,
 +
.page-Warrior_480 .firstHeading
 +
.page-Wizard #siteSub,
 +
.page-Wizard #contentSub,
 +
.page-Wizard .firstHeading,
 +
.page-Wizard_800 #siteSub,
 +
.page-Wizard_800 #contentSub,
 +
.page-Wizard_800 .firstHeading,
 +
.page-Wizard_650 #siteSub,
 +
.page-Wizard_650 #contentSub,
 +
.page-Wizard_650 .firstHeading,
 +
.page-Wizard_480 #siteSub,
 +
.page-Wizard_480 #contentSub,
 +
.page-Wizard_480 .firstHeading
 +
.page-Aelfborn #siteSub,
 +
.page-Aelfborn #contentSub,
 +
.page-Aelfborn .firstHeading,
 +
.page-Aelfborn_800 #siteSub,
 +
.page-Aelfborn_800 #contentSub,
 +
.page-Aelfborn_800 .firstHeading,
 +
.page-Aelfborn_650 #siteSub,
 +
.page-Aelfborn_650 #contentSub,
 +
.page-Aelfborn_650 .firstHeading,
 +
.page-Aelfborn_480 #siteSub,
 +
.page-Aelfborn_480 #contentSub,
 +
.page-Aelfborn_480 .firstHeading
 +
.page-Aracoix #siteSub,
 +
.page-Aracoix #contentSub,
 +
.page-Aracoix .firstHeading,
 +
.page-Aracoix_800 #siteSub,
 +
.page-Aracoix_800 #contentSub,
 +
.page-Aracoix_800 .firstHeading,
 +
.page-Aracoix_650 #siteSub,
 +
.page-Aracoix_650 #contentSub,
 +
.page-Aracoix_650 .firstHeading,
 +
.page-Aracoix_480 #siteSub,
 +
.page-Aracoix_480 #contentSub,
 +
.page-Aracoix_480 .firstHeading
 +
.page-Centaur #siteSub,
 +
.page-Centaur #contentSub,
 +
.page-Centaur .firstHeading,
 +
.page-Centaur_800 #siteSub,
 +
.page-Centaur_800 #contentSub,
 +
.page-Centaur_800 .firstHeading,
 +
.page-Centaur_650 #siteSub,
 +
.page-Centaur_650 #contentSub,
 +
.page-Centaur_650 .firstHeading,
 +
.page-Centaur_480 #siteSub,
 +
.page-Centaur_480 #contentSub,
 +
.page-Centaur_480 .firstHeading
 +
.page-Dwarf #siteSub,
 +
.page-Dwarf #contentSub,
 +
.page-Dwarf .firstHeading,
 +
.page-Dwarf_800 #siteSub,
 +
.page-Dwarf_800 #contentSub,
 +
.page-Dwarf_800 .firstHeading,
 +
.page-Dwarf_650 #siteSub,
 +
.page-Dwarf_650 #contentSub,
 +
.page-Dwarf_650 .firstHeading,
 +
.page-Dwarf_480 #siteSub,
 +
.page-Dwarf_480 #contentSub,
 +
.page-Dwarf_480 .firstHeading
 +
.page-Elf #siteSub,
 +
.page-Elf #contentSub,
 +
.page-Elf .firstHeading,
 +
.page-Elf_800 #siteSub,
 +
.page-Elf_800 #contentSub,
 +
.page-Elf_800 .firstHeading,
 +
.page-Elf_650 #siteSub,
 +
.page-Elf_650 #contentSub,
 +
.page-Elf_650 .firstHeading,
 +
.page-Elf_480 #siteSub,
 +
.page-Elf_480 #contentSub,
 +
.page-Elf_480 .firstHeading
 +
.page-Human #siteSub,
 +
.page-Human #contentSub,
 +
.page-Human .firstHeading,
 +
.page-Human_800 #siteSub,
 +
.page-Human_800 #contentSub,
 +
.page-Human_800 .firstHeading,
 +
.page-Human_650 #siteSub,
 +
.page-Human_650 #contentSub,
 +
.page-Human_650 .firstHeading,
 +
.page-Human_480 #siteSub,
 +
.page-Human_480 #contentSub,
 +
.page-Human_480 .firstHeading
 +
.page-Half_Giant #siteSub,
 +
.page-Half_Giant #contentSub,
 +
.page-Half_Giant .firstHeading,
 +
.page-Half_Giant_800 #siteSub,
 +
.page-Half_Giant_800 #contentSub,
 +
.page-Half_Giant_800 .firstHeading,
 +
.page-Half_Giant_650 #siteSub,
 +
.page-Half_Giant_650 #contentSub,
 +
.page-Half_Giant_650 .firstHeading,
 +
.page-Half_Giant_480 #siteSub,
 +
.page-Half_Giant_480 #contentSub,
 +
.page-Half_Giant_480 .firstHeading
 +
.page-Irekei #siteSub,
 +
.page-Irekei #contentSub,
 +
.page-Irekei .firstHeading,
 +
.page-Irekei_800 #siteSub,
 +
.page-Irekei_800 #contentSub,
 +
.page-Irekei_800 .firstHeading,
 +
.page-Irekei_650 #siteSub,
 +
.page-Irekei_650 #contentSub,
 +
.page-Irekei_650 .firstHeading,
 +
.page-Irekei_480 #siteSub,
 +
.page-Irekei_480 #contentSub,
 +
.page-Irekei_480 .firstHeading
 +
.page-Minotaur #siteSub,
 +
.page-Minotaur #contentSub,
 +
.page-Minotaur .firstHeading,
 +
.page-Minotaur_800 #siteSub,
 +
.page-Minotaur_800 #contentSub,
 +
.page-Minotaur_800 .firstHeading,
 +
.page-Minotaur_650 #siteSub,
 +
.page-Minotaur_650 #contentSub,
 +
.page-Minotaur_650 .firstHeading,
 +
.page-Minotaur_480 #siteSub,
 +
.page-Minotaur_480 #contentSub,
 +
.page-Minotaur_480 .firstHeading
 +
.page-Nephilim #siteSub,
 +
.page-Nephilim #contentSub,
 +
.page-Nephilim .firstHeading,
 +
.page-Nephilim_800 #siteSub,
 +
.page-Nephilim_800 #contentSub,
 +
.page-Nephilim_800 .firstHeading,
 +
.page-Nephilim_650 #siteSub,
 +
.page-Nephilim_650 #contentSub,
 +
.page-Nephilim_650 .firstHeading,
 +
.page-Nephilim_480 #siteSub,
 +
.page-Nephilim_480 #contentSub,
 +
.page-Nephilim_480 .firstHeading
 +
.page-Shade #siteSub,
 +
.page-Shade #contentSub,
 +
.page-Shade .firstHeading,
 +
.page-Shade_800 #siteSub,
 +
.page-Shade_800 #contentSub,
 +
.page-Shade_800 .firstHeading,
 +
.page-Shade_650 #siteSub,
 +
.page-Shade_650 #contentSub,
 +
.page-Shade_650 .firstHeading,
 +
.page-Shade_480 #siteSub,
 +
.page-Shade_480 #contentSub,
 +
.page-Shade_480 .firstHeading
 +
.page-Rogue #siteSub,
 +
.page-Rogue #contentSub,
 +
.page-Rogue .firstHeading,
 +
.page-Rogue_800 #siteSub,
 +
.page-Rogue_800 #contentSub,
 +
.page-Rogue_800 .firstHeading,
 +
.page-Rogue_650 #siteSub,
 +
.page-Rogue_650 #contentSub,
 +
.page-Rogue_650 .firstHeading,
 +
.page-Rogue_480 #siteSub,
 +
.page-Rogue_480 #contentSub,
 +
.page-Rogue_480 .firstHeading
 +
.page-Fighter #siteSub,
 +
.page-Fighter #contentSub,
 +
.page-Fighter .firstHeading,
 +
.page-Fighter_800 #siteSub,
 +
.page-Fighter_800 #contentSub,
 +
.page-Fighter_800 .firstHeading,
 +
.page-Fighter_650 #siteSub,
 +
.page-Fighter_650 #contentSub,
 +
.page-Fighter_650 .firstHeading,
 +
.page-Fighter_480 #siteSub,
 +
.page-Fighter_480 #contentSub,
 +
.page-Fighter_480 .firstHeading
 +
.page-Healer #siteSub,
 +
.page-Healer #contentSub,
 +
.page-Healer .firstHeading,
 +
.page-Healer_800 #siteSub,
 +
.page-Healer_800 #contentSub,
 +
.page-Healer_800 .firstHeading,
 +
.page-Healer_650 #siteSub,
 +
.page-Healer_650 #contentSub,
 +
.page-Healer_650 .firstHeading,
 +
.page-Healer_480 #siteSub,
 +
.page-Healer_480 #contentSub,
 +
.page-Healer_480 .firstHeading
 +
.page-Mage #siteSub,
 +
.page-Mage #contentSub,
 +
.page-Mage .firstHeading,
 +
.page-Mage_800 #siteSub,
 +
.page-Mage_800 #contentSub,
 +
.page-Mage_800 .firstHeading,
 +
.page-Mage_650 #siteSub,
 +
.page-Mage_650 #contentSub,
 +
.page-Mage_650 .firstHeading,
 +
.page-Mage_480 #siteSub,
 +
.page-Mage_480 #contentSub,
 +
.page-Mage_480 .firstHeading
 +
.page-Vampire #siteSub,
 +
.page-Vampire #contentSub,
 +
.page-Vampire .firstHeading,
 +
.page-Vampire_800 #siteSub,
 +
.page-Vampire_800 #contentSub,
 +
.page-Vampire_800 .firstHeading,
 +
.page-Vampire_650 #siteSub,
 +
.page-Vampire_650 #contentSub,
 +
.page-Vampire_650 .firstHeading,
 +
.page-Vampire_480 #siteSub,
 +
.page-Vampire_480 #contentSub,
 +
.page-Vampire_480 .firstHeading {
 +
display: none !important;
 
}
 
}
 
   
 
   
.navbox .navbox-list.no-group {
+
.patrollink {
    text-align: center;
+
font-size: 75%;
    padding-top: 2px;
+
text-align: right;
    padding-bottom: 2px;
+
position: absolute;
 +
top: 1.5em;
 +
right: 3em;
 
}
 
}
 
   
 
   
.navbox .mw-collapsible-toggle {
+
.allpagesredirect {
    width: 65px;
+
font-style: italic;
 
}
 
}
+
.allpagesredirect:after {
/* hlist */
+
content: " (redirect)";
.hlist ul {
 
    margin: 0;
 
    list-style: none;
 
}
 
 
.hlist li, .hlist ul ul {
 
    display: inline;
 
}
 
 
.hlist li a {
 
    white-space: nowrap;
 
}
 
 
.hlist ul ul:before {
 
    content: "("
 
}
 
 
.hlist ul ul:after {
 
    content: ")"
 
}
 
 
.hlist li:after {
 
    content: " • ";
 
}
 
 
.hlist ul ul li:after {
 
    content: "/";
 
 
}
 
}
 
   
 
   
.hlist li:last-child:after, .hlist ul ul li:last-child:after {
+
.hiddenStructure {
    content: none;
+
display: none;
 +
speak: none;
 
}
 
}

Latest revision as of 20:23, 21 February 2018

/************************/
/* Define Infobox Style */
/************************/

.infobox {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

/*******************************/
/* Hide the header on mainpage */
/*******************************/

.page-Main_Page #siteSub,
.page-Main_Page #contentSub,
.page-Main_Page .firstHeading,
.page-Main_Page_800 #siteSub,
.page-Main_Page_800 #contentSub,
.page-Main_Page_800 .firstHeading,
.page-Main_Page_650 #siteSub,
.page-Main_Page_650 #contentSub,
.page-Main_Page_650 .firstHeading,
.page-Main_Page_480 #siteSub,
.page-Main_Page_480 #contentSub,
.page-Main_Page_480 .firstHeading {
	display: none !important;
}
 
.patrollink {
	font-size: 75%;
	text-align: right;
	position: absolute;
	top: 1.5em;
	right: 3em;
}
 
.allpagesredirect {
	font-style: italic;
}
.allpagesredirect:after {
	content: " (redirect)";
}
 
.hiddenStructure {
	display: none;
	speak: none;
}

/**********************/
/* Slide-In Animation */
/** Used for Classes **/
/**********************/

#slide2 {
    position: relative;
    left: -125px;
    width: 330px;
    -webkit-animation: slide 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 1s forwards;
    animation-delay: 0.1s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

/* Slide-In From the Right */

#slide3 {
    position: relative;
    left: 125px;
    width: 330px;
    -webkit-animation: slide 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 1s forwards;
    animation-delay: 0.1s;
}

@-webkit-keyframes slide {
    100% { right: 0; }
}

@keyframes slide {
    100% { right: 0; }
}

/**********************/
/* Slide-In Animation */
/* Used for Item TTs **/
/**********************/

#slide {
    position: absolute;
    left: -125px;
    width: 330px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.5s forwards;
    animation-delay: 0.1s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

/**********************/
/* Define the Fade2 ID */
/* Requires <p> tag.. */
/**********************/

#fadein2 p {

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/**********************/
/* Define the Fade ID */
/* Requires <p> tag.. */
/**********************/

#fadein p {

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/************************/
/* Adding a custom font */
/************************/

@font-face {
 font-family: "Procopius";
 src: url('/Procopius.ttf');
}

/************************/
/*** Map Marking Code ***/
/************************/
.mapmark {position: relative; width: 500px; height: 350px;}

.wrap {
  white-space: pre-wrap;
}

/************************/
/*** MAP TOOLTIPS  ******/
/************************/
 
.tt1 {
    position: relative;
    color: #3a705e;
}
 
/* static part of the tooltip style */
.tt2 {
    font-size: 85%;
}
 
.tt1 .tt2 {
    position: absolute;
    display: none;
    width: 500px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px solid #000000;
    box-shadow: 0px 0px 0px #000000;
}
 
.tt2-l {
    top: 0;
    left: 70px;
}
 
.tt2-fix {
    top: 0;
    right: 70px;
}
 
.tt2-b {
    bottom: -65px;
    left: 70px;
}
 
.tt2-b-fix {
    bottom: -65px;
    right: 70px;
}
 
.tt1:hover .tt2 {
    display: block;
    z-index: 1000;
}

/***********************/
/*** ITEM TOOL TIPS  ***/
/***********************/

.item1 {
    position: relative;
    color: #576da8;
}
 
/* static part of the tooltip style */
.item2 {
    font-size: 100%;
}
 
.item1 .item2 {
    position: absolute;
    display: none;
    width: 350px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px solid #000000;
    box-shadow: 0px 0px 0px #000000;
}
 
.item2-l {
    top: 0;
    left: 70px;
}
 
.item2-fix {
    top: 0;
    right: 70px;
}
 
.item2-b {
    bottom: -65px;
    left: 70px;
}
 
.item2-b-fix {
    bottom: -65px;
    right: 70px;
}
 
.item1:hover .item2 {
    display: block;
    z-index: 1000;
}

/***********************/
/** POWER TOOL TIPS  ***/
/***********************/

.pow1 {
    position: relative;
    color: #576da8;
}
 
/* static part of the tooltip style */
.pow2 {
    font-size: 100%;
}
 
.pow1 .pow2 {
    position: absolute;
    display: none;
    width: 300px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px solid #000000;
    box-shadow: 0px 0px 0px #000000;
}
 
.pow2-l {
    top: 0;
    left: 70px;
}
 
.pow2-fix {
    top: 0;
    right: 70px;
}
 
.pow2-b {
    bottom: -65px;
    left: 70px;
}
 
.pow2-b-fix {
    bottom: -65px;
    right: 70px;
}
 
.pow1:hover .pow2 {
    display: block;
    z-index: 1000;
}

/**************************/
/*** ENCHANT TOOL TIPS  ***/
/**************************/

.ench1 {
    position: relative;
    color: #576da8;
}
 
/* static part of the tooltip style */
.ench2 {
    font-size: 100%;
}
 
.ench1 .ench2 {
    position: absolute;
    display: none;
    width: 350px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px solid #000000;
    box-shadow: 0px 0px 0px #000000;
}
 
.ench2-l {
    top: 0;
    left: 70px;
}
 
.ench2-fix {
    top: 0;
    right: 70px;
}
 
.ench2-b {
    bottom: -65px;
    left: 70px;
}
 
.ench2-b-fix {
    bottom: -65px;
    right: 70px;
}
 
.ench1:hover .ench2 {
    display: block;
    z-index: 1000;
}

/*********************/
/*** LINK HOVERING ***/
/*********************/

/*UNVISITED LINKS */
 
a,
.color2 a {
	color: #388aaf;
}
a: hover,
.color2 a:hover {
	/* VISITED LINKS */
	color: #2081ad;
	text-decoration: none;
	text-shadow: #2dbdff 0 0 8px;
}
a: visited,
.color2 a:visited {
	color: #2081ad;
	text-decoration: none;
}
a: visited: hover,
.color2 a:visited:hover {
	/* NEW LINKS */
	color: #388aaf;
	text-decoration: none;
	text-shadow: #2dbdff 0 0 8px;
}
a.new {
	color: #871611 !important;
}
a.new: hover,
.color2 a.new:hover {
	color: #388aaf!important;
	text-decoration: none;
	text-shadow: #2dbdff 0 0 8px !important;
}

/**********************************/
/* Hide the header on class pages */
/**********************************/

.page-Assassin #siteSub,
.page-Assassin #contentSub,
.page-Assassin .firstHeading,
.page-Assassin_800 #siteSub,
.page-Assassin_800 #contentSub,
.page-Assassin_800 .firstHeading,
.page-Assassin_650 #siteSub,
.page-Assassin_650 #contentSub,
.page-Assassin_650 .firstHeading,
.page-Assassin_480 #siteSub,
.page-Assassin_480 #contentSub,
.page-Assassin_480 .firstHeading
.page-Barbarian #siteSub,
.page-Barbarian #contentSub,
.page-Barbarian .firstHeading,
.page-Barbarian_800 #siteSub,
.page-Barbarian_800 #contentSub,
.page-Barbarian_800 .firstHeading,
.page-Barbarian_650 #siteSub,
.page-Barbarian_650 #contentSub,
.page-Barbarian_650 .firstHeading,
.page-Barbarian_480 #siteSub,
.page-Barbarian_480 #contentSub,
.page-Barbarian_480 .firstHeading
.page-Bard #siteSub,
.page-Bard #contentSub,
.page-Bard .firstHeading,
.page-Bard_800 #siteSub,
.page-Bard_800 #contentSub,
.page-Bard_800 .firstHeading,
.page-Bard_650 #siteSub,
.page-Bard_650 #contentSub,
.page-Bard_650 .firstHeading,
.page-Bard_480 #siteSub,
.page-Bard_480 #contentSub,
.page-Bard_480 .firstHeading
.page-Channeler #siteSub,
.page-Channeler #contentSub,
.page-Channeler .firstHeading,
.page-Channeler_800 #siteSub,
.page-Channeler_800 #contentSub,
.page-Channeler_800 .firstHeading,
.page-Channeler_650 #siteSub,
.page-Channeler_650 #contentSub,
.page-Channeler_650 .firstHeading,
.page-Channeler_480 #siteSub,
.page-Channeler_480 #contentSub,
.page-Channeler_480 .firstHeading
.page-Channeler #siteSub,
.page-Channeler #contentSub,
.page-Channeler .firstHeading,
.page-Channeler_800 #siteSub,
.page-Channeler_800 #contentSub,
.page-Channeler_800 .firstHeading,
.page-Channeler_650 #siteSub,
.page-Channeler_650 #contentSub,
.page-Channeler_650 .firstHeading,
.page-Channeler_480 #siteSub,
.page-Channeler_480 #contentSub,
.page-Channeler_480 .firstHeading
.page-Confessor #siteSub,
.page-Confessor #contentSub,
.page-Confessor .firstHeading,
.page-Confessor_800 #siteSub,
.page-Confessor_800 #contentSub,
.page-Confessor_800 .firstHeading,
.page-Confessor_650 #siteSub,
.page-Confessor_650 #contentSub,
.page-Confessor_650 .firstHeading,
.page-Confessor_480 #siteSub,
.page-Confessor_480 #contentSub,
.page-Confessor_480 .firstHeading
.page-Crusader #siteSub,
.page-Crusader #contentSub,
.page-Crusader .firstHeading,
.page-Crusader_800 #siteSub,
.page-Crusader_800 #contentSub,
.page-Crusader_800 .firstHeading,
.page-Crusader_650 #siteSub,
.page-Crusader_650 #contentSub,
.page-Crusader_650 .firstHeading,
.page-Crusader_480 #siteSub,
.page-Crusader_480 #contentSub,
.page-Crusader_480 .firstHeading
.page-Doomsayer #siteSub,
.page-Doomsayer #contentSub,
.page-Doomsayer .firstHeading,
.page-Doomsayer_800 #siteSub,
.page-Doomsayer_800 #contentSub,
.page-Doomsayer_800 .firstHeading,
.page-Doomsayer_650 #siteSub,
.page-Doomsayer_650 #contentSub,
.page-Doomsayer_650 .firstHeading,
.page-Doomsayer_480 #siteSub,
.page-Doomsayer_480 #contentSub,
.page-Doomsayer_480 .firstHeading
.page-Druid #siteSub,
.page-Druid #contentSub,
.page-Druid .firstHeading,
.page-Druid_800 #siteSub,
.page-Druid_800 #contentSub,
.page-Druid_800 .firstHeading,
.page-Druid_650 #siteSub,
.page-Druid_650 #contentSub,
.page-Druid_650 .firstHeading,
.page-Druid_480 #siteSub,
.page-Druid_480 #contentSub,
.page-Druid_480 .firstHeading
.page-Fury #siteSub,
.page-Fury #contentSub,
.page-Fury .firstHeading,
.page-Fury_800 #siteSub,
.page-Fury_800 #contentSub,
.page-Fury_800 .firstHeading,
.page-Fury_650 #siteSub,
.page-Fury_650 #contentSub,
.page-Fury_650 .firstHeading,
.page-Fury_480 #siteSub,
.page-Fury_480 #contentSub,
.page-Fury_480 .firstHeading
.page-Huntress #siteSub,
.page-Huntress #contentSub,
.page-Huntress .firstHeading,
.page-Huntress_800 #siteSub,
.page-Huntress_800 #contentSub,
.page-Huntress_800 .firstHeading,
.page-Huntress_650 #siteSub,
.page-Huntress_650 #contentSub,
.page-Huntress_650 .firstHeading,
.page-Huntress_480 #siteSub,
.page-Huntress_480 #contentSub,
.page-Huntress_480 .firstHeading
.page-Necromancer #siteSub,
.page-Necromancer #contentSub,
.page-Necromancer .firstHeading,
.page-Necromancer_800 #siteSub,
.page-Necromancer_800 #contentSub,
.page-Necromancer_800 .firstHeading,
.page-Necromancer_650 #siteSub,
.page-Necromancer_650 #contentSub,
.page-Necromancer_650 .firstHeading,
.page-Necromancer_480 #siteSub,
.page-Necromancer_480 #contentSub,
.page-Necromancer_480 .firstHeading
.page-Nightstalker #siteSub,
.page-Nightstalker #contentSub,
.page-Nightstalker .firstHeading,
.page-Nightstalker_800 #siteSub,
.page-Nightstalker_800 #contentSub,
.page-Nightstalker_800 .firstHeading,
.page-Nightstalker_650 #siteSub,
.page-Nightstalker_650 #contentSub,
.page-Nightstalker_650 .firstHeading,
.page-Nightstalker_480 #siteSub,
.page-Nightstalker_480 #contentSub,
.page-Nightstalker_480 .firstHeading
.page-Prelate #siteSub,
.page-Prelate #contentSub,
.page-Prelate .firstHeading,
.page-Prelate_800 #siteSub,
.page-Prelate_800 #contentSub,
.page-Prelate_800 .firstHeading,
.page-Prelate_650 #siteSub,
.page-Prelate_650 #contentSub,
.page-Prelate_650 .firstHeading,
.page-Prelate_480 #siteSub,
.page-Prelate_480 #contentSub,
.page-Prelate_480 .firstHeading
.page-Priest #siteSub,
.page-Priest #contentSub,
.page-Priest .firstHeading,
.page-Priest_800 #siteSub,
.page-Priest_800 #contentSub,
.page-Priest_800 .firstHeading,
.page-Priest_650 #siteSub,
.page-Priest_650 #contentSub,
.page-Priest_650 .firstHeading,
.page-Priest_480 #siteSub,
.page-Priest_480 #contentSub,
.page-Priest_480 .firstHeading
.page-Ranger #siteSub,
.page-Ranger #contentSub,
.page-Ranger .firstHeading,
.page-Ranger_800 #siteSub,
.page-Ranger_800 #contentSub,
.page-Ranger_800 .firstHeading,
.page-Ranger_650 #siteSub,
.page-Ranger_650 #contentSub,
.page-Ranger_650 .firstHeading,
.page-Ranger_480 #siteSub,
.page-Ranger_480 #contentSub,
.page-Ranger_480 .firstHeading
.page-Scout #siteSub,
.page-Scout #contentSub,
.page-Scout .firstHeading,
.page-Scout_800 #siteSub,
.page-Scout_800 #contentSub,
.page-Scout_800 .firstHeading,
.page-Scout_650 #siteSub,
.page-Scout_650 #contentSub,
.page-Scout_650 .firstHeading,
.page-Scout_480 #siteSub,
.page-Scout_480 #contentSub,
.page-Scout_480 .firstHeading
.page-Sentinel #siteSub,
.page-Sentinel #contentSub,
.page-Sentinel .firstHeading,
.page-Sentinel_800 #siteSub,
.page-Sentinel_800 #contentSub,
.page-Sentinel_800 .firstHeading,
.page-Sentinel_650 #siteSub,
.page-Sentinel_650 #contentSub,
.page-Sentinel_650 .firstHeading,
.page-Sentinel_480 #siteSub,
.page-Sentinel_480 #contentSub,
.page-Sentinel_480 .firstHeading
.page-Templar #siteSub,
.page-Templar #contentSub,
.page-Templar .firstHeading,
.page-Templar_800 #siteSub,
.page-Templar_800 #contentSub,
.page-Templar_800 .firstHeading,
.page-Templar_650 #siteSub,
.page-Templar_650 #contentSub,
.page-Templar_650 .firstHeading,
.page-Templar_480 #siteSub,
.page-Templar_480 #contentSub,
.page-Templar_480 .firstHeading
.page-Thief #siteSub,
.page-Thief #contentSub,
.page-Thief .firstHeading,
.page-Thief_800 #siteSub,
.page-Thief_800 #contentSub,
.page-Thief_800 .firstHeading,
.page-Thief_650 #siteSub,
.page-Thief_650 #contentSub,
.page-Thief_650 .firstHeading,
.page-Thief_480 #siteSub,
.page-Thief_480 #contentSub,
.page-Thief_480 .firstHeading
.page-Warlock #siteSub,
.page-Warlock #contentSub,
.page-Warlock .firstHeading,
.page-Warlock_800 #siteSub,
.page-Warlock_800 #contentSub,
.page-Warlock_800 .firstHeading,
.page-Warlock_650 #siteSub,
.page-Warlock_650 #contentSub,
.page-Warlock_650 .firstHeading,
.page-Warlock_480 #siteSub,
.page-Warlock_480 #contentSub,
.page-Warlock_480 .firstHeading
.page-Warrior #siteSub,
.page-Warrior #contentSub,
.page-Warrior .firstHeading,
.page-Warrior_800 #siteSub,
.page-Warrior_800 #contentSub,
.page-Warrior_800 .firstHeading,
.page-Warrior_650 #siteSub,
.page-Warrior_650 #contentSub,
.page-Warrior_650 .firstHeading,
.page-Warrior_480 #siteSub,
.page-Warrior_480 #contentSub,
.page-Warrior_480 .firstHeading
.page-Wizard #siteSub,
.page-Wizard #contentSub,
.page-Wizard .firstHeading,
.page-Wizard_800 #siteSub,
.page-Wizard_800 #contentSub,
.page-Wizard_800 .firstHeading,
.page-Wizard_650 #siteSub,
.page-Wizard_650 #contentSub,
.page-Wizard_650 .firstHeading,
.page-Wizard_480 #siteSub,
.page-Wizard_480 #contentSub,
.page-Wizard_480 .firstHeading
.page-Aelfborn #siteSub,
.page-Aelfborn #contentSub,
.page-Aelfborn .firstHeading,
.page-Aelfborn_800 #siteSub,
.page-Aelfborn_800 #contentSub,
.page-Aelfborn_800 .firstHeading,
.page-Aelfborn_650 #siteSub,
.page-Aelfborn_650 #contentSub,
.page-Aelfborn_650 .firstHeading,
.page-Aelfborn_480 #siteSub,
.page-Aelfborn_480 #contentSub,
.page-Aelfborn_480 .firstHeading
.page-Aracoix #siteSub,
.page-Aracoix #contentSub,
.page-Aracoix .firstHeading,
.page-Aracoix_800 #siteSub,
.page-Aracoix_800 #contentSub,
.page-Aracoix_800 .firstHeading,
.page-Aracoix_650 #siteSub,
.page-Aracoix_650 #contentSub,
.page-Aracoix_650 .firstHeading,
.page-Aracoix_480 #siteSub,
.page-Aracoix_480 #contentSub,
.page-Aracoix_480 .firstHeading
.page-Centaur #siteSub,
.page-Centaur #contentSub,
.page-Centaur .firstHeading,
.page-Centaur_800 #siteSub,
.page-Centaur_800 #contentSub,
.page-Centaur_800 .firstHeading,
.page-Centaur_650 #siteSub,
.page-Centaur_650 #contentSub,
.page-Centaur_650 .firstHeading,
.page-Centaur_480 #siteSub,
.page-Centaur_480 #contentSub,
.page-Centaur_480 .firstHeading
.page-Dwarf #siteSub,
.page-Dwarf #contentSub,
.page-Dwarf .firstHeading,
.page-Dwarf_800 #siteSub,
.page-Dwarf_800 #contentSub,
.page-Dwarf_800 .firstHeading,
.page-Dwarf_650 #siteSub,
.page-Dwarf_650 #contentSub,
.page-Dwarf_650 .firstHeading,
.page-Dwarf_480 #siteSub,
.page-Dwarf_480 #contentSub,
.page-Dwarf_480 .firstHeading
.page-Elf #siteSub,
.page-Elf #contentSub,
.page-Elf .firstHeading,
.page-Elf_800 #siteSub,
.page-Elf_800 #contentSub,
.page-Elf_800 .firstHeading,
.page-Elf_650 #siteSub,
.page-Elf_650 #contentSub,
.page-Elf_650 .firstHeading,
.page-Elf_480 #siteSub,
.page-Elf_480 #contentSub,
.page-Elf_480 .firstHeading
.page-Human #siteSub,
.page-Human #contentSub,
.page-Human .firstHeading,
.page-Human_800 #siteSub,
.page-Human_800 #contentSub,
.page-Human_800 .firstHeading,
.page-Human_650 #siteSub,
.page-Human_650 #contentSub,
.page-Human_650 .firstHeading,
.page-Human_480 #siteSub,
.page-Human_480 #contentSub,
.page-Human_480 .firstHeading
.page-Half_Giant #siteSub,
.page-Half_Giant #contentSub,
.page-Half_Giant .firstHeading,
.page-Half_Giant_800 #siteSub,
.page-Half_Giant_800 #contentSub,
.page-Half_Giant_800 .firstHeading,
.page-Half_Giant_650 #siteSub,
.page-Half_Giant_650 #contentSub,
.page-Half_Giant_650 .firstHeading,
.page-Half_Giant_480 #siteSub,
.page-Half_Giant_480 #contentSub,
.page-Half_Giant_480 .firstHeading
.page-Irekei #siteSub,
.page-Irekei #contentSub,
.page-Irekei .firstHeading,
.page-Irekei_800 #siteSub,
.page-Irekei_800 #contentSub,
.page-Irekei_800 .firstHeading,
.page-Irekei_650 #siteSub,
.page-Irekei_650 #contentSub,
.page-Irekei_650 .firstHeading,
.page-Irekei_480 #siteSub,
.page-Irekei_480 #contentSub,
.page-Irekei_480 .firstHeading
.page-Minotaur #siteSub,
.page-Minotaur #contentSub,
.page-Minotaur .firstHeading,
.page-Minotaur_800 #siteSub,
.page-Minotaur_800 #contentSub,
.page-Minotaur_800 .firstHeading,
.page-Minotaur_650 #siteSub,
.page-Minotaur_650 #contentSub,
.page-Minotaur_650 .firstHeading,
.page-Minotaur_480 #siteSub,
.page-Minotaur_480 #contentSub,
.page-Minotaur_480 .firstHeading
.page-Nephilim #siteSub,
.page-Nephilim #contentSub,
.page-Nephilim .firstHeading,
.page-Nephilim_800 #siteSub,
.page-Nephilim_800 #contentSub,
.page-Nephilim_800 .firstHeading,
.page-Nephilim_650 #siteSub,
.page-Nephilim_650 #contentSub,
.page-Nephilim_650 .firstHeading,
.page-Nephilim_480 #siteSub,
.page-Nephilim_480 #contentSub,
.page-Nephilim_480 .firstHeading
.page-Shade #siteSub,
.page-Shade #contentSub,
.page-Shade .firstHeading,
.page-Shade_800 #siteSub,
.page-Shade_800 #contentSub,
.page-Shade_800 .firstHeading,
.page-Shade_650 #siteSub,
.page-Shade_650 #contentSub,
.page-Shade_650 .firstHeading,
.page-Shade_480 #siteSub,
.page-Shade_480 #contentSub,
.page-Shade_480 .firstHeading
.page-Rogue #siteSub,
.page-Rogue #contentSub,
.page-Rogue .firstHeading,
.page-Rogue_800 #siteSub,
.page-Rogue_800 #contentSub,
.page-Rogue_800 .firstHeading,
.page-Rogue_650 #siteSub,
.page-Rogue_650 #contentSub,
.page-Rogue_650 .firstHeading,
.page-Rogue_480 #siteSub,
.page-Rogue_480 #contentSub,
.page-Rogue_480 .firstHeading
.page-Fighter #siteSub,
.page-Fighter #contentSub,
.page-Fighter .firstHeading,
.page-Fighter_800 #siteSub,
.page-Fighter_800 #contentSub,
.page-Fighter_800 .firstHeading,
.page-Fighter_650 #siteSub,
.page-Fighter_650 #contentSub,
.page-Fighter_650 .firstHeading,
.page-Fighter_480 #siteSub,
.page-Fighter_480 #contentSub,
.page-Fighter_480 .firstHeading
.page-Healer #siteSub,
.page-Healer #contentSub,
.page-Healer .firstHeading,
.page-Healer_800 #siteSub,
.page-Healer_800 #contentSub,
.page-Healer_800 .firstHeading,
.page-Healer_650 #siteSub,
.page-Healer_650 #contentSub,
.page-Healer_650 .firstHeading,
.page-Healer_480 #siteSub,
.page-Healer_480 #contentSub,
.page-Healer_480 .firstHeading
.page-Mage #siteSub,
.page-Mage #contentSub,
.page-Mage .firstHeading,
.page-Mage_800 #siteSub,
.page-Mage_800 #contentSub,
.page-Mage_800 .firstHeading,
.page-Mage_650 #siteSub,
.page-Mage_650 #contentSub,
.page-Mage_650 .firstHeading,
.page-Mage_480 #siteSub,
.page-Mage_480 #contentSub,
.page-Mage_480 .firstHeading
.page-Vampire #siteSub,
.page-Vampire #contentSub,
.page-Vampire .firstHeading,
.page-Vampire_800 #siteSub,
.page-Vampire_800 #contentSub,
.page-Vampire_800 .firstHeading,
.page-Vampire_650 #siteSub,
.page-Vampire_650 #contentSub,
.page-Vampire_650 .firstHeading,
.page-Vampire_480 #siteSub,
.page-Vampire_480 #contentSub,
.page-Vampire_480 .firstHeading {
	display: none !important;
}
 
.patrollink {
	font-size: 75%;
	text-align: right;
	position: absolute;
	top: 1.5em;
	right: 3em;
}
 
.allpagesredirect {
	font-style: italic;
}
.allpagesredirect:after {
	content: " (redirect)";
}
 
.hiddenStructure {
	display: none;
	speak: none;
}