Difference between revisions of "MediaWiki:Common.css"

From Morloch Wiki
Jump to: navigation, search
 
(109 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/************************/
 +
/* Define Infobox Style */
 +
/************************/
  
.wrap {
+
.infobox {
  white-space: pre-wrap;
+
    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,
/*** LINK HOVERING ***/
+
.infobox th {
/****************************/
+
    vertical-align: top;
/*UNVISITED LINKS */
 
 
a,
 
.color2 a {
 
color: #70b8ff;
 
 
}
 
}
a: hover,
+
.infobox caption {
.color2 a:hover {
+
    font-size: larger;
/* VISITED LINKS */
+
    margin-left: inherit;
color: #16a92d;
 
text-decoration: none;
 
text-shadow: #16a92d 0 0 10px;
 
 
}
 
}
a: visited,
+
.infobox.bordered {
.color2 a:visited {
+
    border-collapse: collapse;
color: #70b8ff;
 
text-decoration: none;
 
 
}
 
}
a: visited: hover,
+
.infobox.bordered td,
.color2 a:visited:hover {
+
.infobox.bordered th {
/* NEW LINKS */
+
    border: 1px solid #aaaaaa;
color: #16a92d;
 
text-decoration: none;
 
text-shadow: #16a92d 0 0 10px;
 
 
}
 
}
a.new {
+
.infobox.bordered .borderless td,
color: #871611 !important;
+
.infobox.bordered .borderless th {
 +
    border: 0;
 
}
 
}
a.new: hover,
+
 
.color2 a.new:hover {
+
/*******************************/
/* Mists countdown background */
+
/* Hide the header on mainpage */
color: #16a92d!important;
+
/*******************************/
text-decoration: none;
+
 
text-shadow: #16a92d 0 0 5px !important;
+
.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;
 
}
 
}
.countdownBkgndMists {
+
/* Background-colors for Template: Level right color box */
+
.patrollink {
background-image: url("http://images.wikia.com/wowwiki/images/a/ae/MoPGiveawayHeader.jpg");
+
font-size: 75%;
 +
text-align: right;
 +
position: absolute;
 +
top: 1.5em;
 +
right: 3em;
 
}
 
}
.levelbgcolor-horde {
+
background-color: #300;
 
}
 
.levelbgcolor-alliance {
 
background-color: #003;
 
}
 
.levelbgcolor-neutral {
 
background-color: #330;
 
}
 
.levelbgcolor-combat {
 
background-color: #530;
 
}
 
.levelbgcolor-easternkingdoms {
 
background-color: #413;
 
}
 
.levelbgcolor-kalimdor {
 
background-color: #303;
 
}
 
.levelbgcolor-outland {
 
background-color: #030;
 
}
 
.levelbgcolor-northrend {
 
background-color: #033;
 
}
 
.levelbgcolor-vashjir {
 
background-color: #350;
 
}
 
.levelbgcolor-deepholm {
 
background-color: #310;
 
}
 
.levelbgcolor-firelands {
 
/* remove table backgrounds */
 
background-color: #610;
 
}
 
table {
 
/* quick fix for darker red links problem */
 
background-color: inherit;
 
}
 
a.new {
 
/* to remove the external link icon from sortable tables */
 
color: #f05048;
 
}
 
#bodyContent a.sortheader {
 
/* fixes spacing after using plainlinks class to remove arrow */
 
background: none;
 
padding-right: 0;
 
}
 
#bodyContent .plainlinks a {
 
/* increase h2 heading margin */
 
background: none !important;
 
padding: 0 !important;
 
}
 
h2 {
 
/* Change background of category bar */
 
margin-top: 1em;
 
}
 
#catlinks {
 
/* --- PERSONAL LINKS --- */
 
/* icon change */
 
background-color: #e6e6fd;
 
}
 
li#pt-userpage,
 
li#pt-anonuserpage,
 
li#pt-login {
 
/* self spacing, bold */
 
background: url("http://images4.wikia.nocookie.net/__cb1/wowwiki/images/4/49/UserIcon.png") no-repeat;
 
}
 
#p-personal {
 
/* content spacing */
 
font-weight: bold;
 
padding: 4px 0 3px;
 
}
 
#column-content,
 
#p-cactions {
 
/* removing a little wasted space */
 
margin-top: 5px;
 
}
 
#p-personal UL {
 
/* --- RC LIST --- */
 
/* rc list byte-change colours */
 
padding-right: 1em;
 
}
 
.mw-plusminus-neg {
 
color: #8b0000;
 
}
 
.mw-plusminus-pos {
 
color: #006400;
 
}
 
.mw-plusminus-null {
 
/* move namespace bit on RC to the right */
 
color: #666;
 
}
 
div.namespacesettings {
 
/* colour 'N' and 'm' */
 
background: #eee;
 
border: 1px dotted #606060;
 
clear: none;
 
float: right;
 
font-size: 90%;
 
padding: 4px;
 
position: relative;
 
top: -4em;
 
width: 160px;
 
}
 
.newpage {
 
color: #a56c40;
 
}
 
.minor {
 
/* --- SMALLER TEMPLATES USED TEXT --- */
 
color: #666;
 
}
 
.templatesUsed ul {
 
/* --- [[SPECIAL: ALLPAGES]], CATEGORY REDIRECT TWEAKS --- */
 
font-size: 90%;
 
}
 
.redirect-in-category,
 
 
.allpagesredirect {
 
.allpagesredirect {
 
font-style: italic;
 
font-style: italic;
 
}
 
}
 
.allpagesredirect:after {
 
.allpagesredirect:after {
/* --- REFERENCE STYLES --- */
 
/* make the list of references look smaller */
 
color: #808080;
 
 
content: " (redirect)";
 
content: " (redirect)";
 
}
 
}
ol.references {
+
font-size: 100%;
+
.hiddenStructure {
}
 
.references-small {
 
/* 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) */
 
/* Please ignore any validator errors caused by these two lines */
 
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
 
font-size: 90%;
 
}
 
.references-2column {
 
-moz-column-count: 2;
 
column-count: 2;
 
font-size: 90%;
 
}
 
.same-bg {
 
/* Highlight clicked reference in blue to help navigation */
 
background: none;
 
}
 
ol.references > li:target {
 
background-color: #ccf;
 
}
 
sup.reference:target {
 
/* --- YOU HAVE NEW MESSAGES BAR --- */
 
/* prettified */
 
background-color: #ccf;
 
}
 
.usermessage,
 
.usermessage plainlinks {
 
/* --- TAB STYLES --- */
 
/* for "edit this page" tab and "discussion" tab etc */
 
border: 2px solid #ee8500;
 
margin: 0.5em 0;
 
padding: 0.5em;
 
vertical-align: middle;
 
}
 
.tab {
 
/* --- OTHER TWEAKS --- */
 
/* TabView extension */
 
border-color: #808080;
 
border-style: solid solid none;
 
border-width: thin;
 
font-size: 95%;
 
padding: 0.25ex 1ex 0;
 
}
 
.yui-content {
 
/* border: solid 1px;*/
 
background-color: #edf5ff;
 
padding: 0.25em 0.5em;
 
}
 
.yui-nav {
 
border-color: #edf5ff;
 
border-style: solid;
 
border-width: 0 0 5px;
 
margin: 0 !important;
 
}
 
.yui-skin-sam .yui-navset .yui-nav,
 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
 
border-color: #edf5ff;
 
border-style: solid;
 
border-width: 0 0 5px;
 
}
 
.yui-navset .yui-nav .selected {
 
background-color: #edf5ff;
 
}
 
.yui-navset .yui-nav li {
 
/* Tabber tweaks */
 
.tabberlive .tabbertab h2, ;padding-left: 10px;
 
padding-right: 10px;
 
}
 
.tabberlive .tabbertab h3 {
 
display: block !important;
 
}
 
ul.tabbernav li a:link {
 
color: #70b8ff !important;
 
}
 
ul.tabbernav li a:hover {
 
background: #333 !important;
 
border-color: #227 !important;
 
color: black !important;
 
}
 
ul.tabbernav li.tabberactive a:hover {
 
background: #333 !important;
 
color: black !important;
 
}
 
ul.tabbernav li.tabberactive a:link {
 
color: #d5d4d4 !important;
 
}
 
ul.tabbernav li.tabberactive a {
 
background-color: #333 !important;
 
border-bottom-style: none !important;
 
border: 1px solid #d5d4d4 !important;
 
}
 
ul.tabbernav li a {
 
-khtml-border-radius: 0;
 
-moz-border-radius: 0;
 
-webkit-border-radius: 0;
 
background: #333 !important;
 
border-radius: 0;
 
border: 1px !important;
 
margin-left: 0 !important;
 
margin-right: 3px;
 
}
 
.tabberlive .tabbertab {
 
border: none !important;
 
}
 
ul.tabbernav {
 
border-bottom: none !important;
 
}
 
.tabberlive .editsection {
 
/* background for transparent images when viewed directly */
 
 
display: none;
 
display: none;
 +
speak: none;
 
}
 
}
#file img {
+
 
/* Prevents line breaks in links, used for navboxes */
+
/**********************/
background: transparent url("http://images2.wikia.nocookie.net/__cb1/wowwiki/images/thumb/3/34/Wwchecker.svg/16px-Wwchecker.svg.png") repeat scroll 0 0;
+
/* 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;
 
}
 
}
.nowraplinks a {
+
 
/* *** WOWWIKI TEMPLATES ****/
+
@-webkit-keyframes slide {
/* --- NAVFRAME STUFF --- */
+
    100% { left: 0; }
/* Documentation at [[wikipedia: Wikipedia: NavFrame]]. */
 
/* Standard Navigationsleisten, aka box hiding thingy from .de. */
 
div.Boxmerge, ;white-space: nowrap; /* this line is malformed, an error */
 
 
}
 
}
div.NavFrame {
+
 
border-collapse: collapse;
+
@keyframes slide {
border: 1px solid #aaa;
+
    100% { left: 0; }
font-size: 95%;
 
margin: 0;
 
padding: 4px;
 
text-align: center;
 
 
}
 
}
div.Boxmerge div.NavFrame {
+
 
border-style: none;
+
/* 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;
 
}
 
}
div.NavFrame+div.NavFrame {
+
 
border-top-style: none;
+
@-webkit-keyframes slide {
 +
    100% { right: 0; }
 
}
 
}
div.NavPic {
+
 
background-color: #fff;
+
@keyframes slide {
float: left;
+
    100% { right: 0; }
margin: 0;
 
padding: 2px;
 
 
}
 
}
div.NavFrame div.NavHead {
+
 
background-color: #ccf;
+
/**********************/
font-weight: bold;
+
/* Slide-In Animation */
height: 1.6em;
+
/* Used for Item TTs **/
position: relative;
+
/**********************/
 +
 
 +
#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;
 
}
 
}
div.NavFrame p {
+
 
font-size: 100%;
+
@-webkit-keyframes slide {
 +
    100% { left: 0; }
 
}
 
}
div.NavFrame div.NavContent {
+
 
font-size: 100%;
+
@keyframes slide {
 +
    100% { left: 0; }
 
}
 
}
div.NavFrame div.NavContent p {
+
 
font-size: 100%;
+
/**********************/
 +
/* 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;
 
}
 
}
div.NavEnd {
+
 
clear: both;
+
@keyframes fadein {
line-height: 1px;
+
    from { opacity: 0; }
margin: 0;
+
    to  { opacity: 1; }
padding: 0;
 
 
}
 
}
a.NavToggle {
+
 
/* --- TOOLTIP --- */
+
/* Firefox < 16 */
/* WoW Style Tooltip */
+
@-moz-keyframes fadein {
font-size: smaller;
+
    from { opacity: 0; }
font-weight: normal;
+
    to  { opacity: 1; }
position: absolute;
 
right: 3px;
 
top: 0;
 
 
}
 
}
/* div.itemtooltip li a {
+
 
color: inherit;;
+
/* Safari, Chrome and Opera > 12.1 */
 +
@-webkit-keyframes fadein {
 +
    from { opacity: 0; }
 +
    to  { opacity: 1; }
 
}
 
}
would ideally replace most a declarations here, but IE support is lacking. */
+
 
div.itemtooltip {
+
/* Internet Explorer */
-moz-border-radius: 0.75ex;
+
@-ms-keyframes fadein {
-webkit-border-radius: 0.75ex;
+
    from { opacity: 0; }
background-color: #111;
+
    to  { opacity: 1; }
border: 1px #bbb solid;
 
margin: 5px;
 
min-width: 15em;
 
padding: 0.3em;
 
text-align: left;
 
 
}
 
}
div.itemtooltip ul,
+
 
.htt .tooltip-content ul {
+
/* Opera < 12.1 */
list-style: none;
+
@-o-keyframes fadein {
margin: 0;
+
    from { opacity: 0; }
padding: 0;
+
    to  { opacity: 1; }
 
}
 
}
div.itemtooltip,
+
 
div.itemtooltip li,
+
/**********************/
div.itemtooltip li a,
+
/* Define the Fade ID */
.htt .tooltip-content,
+
/* Requires <p> tag.. */
.htt .tooltip-content li,
+
/**********************/
.htt .tooltip-content li a {
+
 
color: #fff;
+
#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;
 
}
 
}
div.itemtooltip li.socket,
+
 
div.itemtooltip li.socket a,
+
@keyframes fadein {
.htt .tooltip-content li.socket,
+
    from { opacity: 0; }
.htt .tooltip-content li.socket a {
+
    to  { opacity: 1; }
color: #999;
 
 
}
 
}
div.itemtooltip li.glyph,
+
 
div.itemtooltip li.glyph a,
+
/* Firefox < 16 */
.htt .tooltip-content li.glyph,
+
@-moz-keyframes fadein {
.htt .tooltip-content li.glyph a {
+
    from { opacity: 0; }
color: #71d5ff;
+
    to  { opacity: 1; }
 
}
 
}
div.itemtooltip li.req,
+
 
div.itemtooltip li.req a,
+
/* Safari, Chrome and Opera > 12.1 */
.htt .tooltip-content li.req,
+
@-webkit-keyframes fadein {
.htt .tooltip-content li.req a {
+
    from { opacity: 0; }
color: #999;
+
    to  { opacity: 1; }
 
}
 
}
div.itemtooltip li.locked,
+
 
div.itemtooltip li.locked a,
+
/* Internet Explorer */
.htt .tooltip-content li.locked,
+
@-ms-keyframes fadein {
.htt .tooltip-content li.locked a {
+
    from { opacity: 0; }
color: #d22;
+
    to  { opacity: 1; }
 
}
 
}
div.itemtooltip li.bonus,
+
 
div.itemtooltip li.bonus a,
+
/* Opera < 12.1 */
.htt .tooltip-content li.bonus,
+
@-o-keyframes fadein {
.htt .tooltip-content li.bonus a {
+
    from { opacity: 0; }
color: #0f0;
+
    to  { opacity: 1; }
 
}
 
}
div.itemtooltip li.flavor,
+
 
div.itemtooltip li.flavor a,
+
/************************/
.htt .tooltip-content li.flavor,
+
/* Adding a custom font */
.htt .tooltip-content li.flavor a {
+
/************************/
color: #ffd517;
+
 
 +
@font-face {
 +
font-family: "Procopius";
 +
src: url('/Procopius.ttf');
 
}
 
}
div.itemtooltip li.detail,
+
 
div.itemtooltip li.detail a,
+
/************************/
.htt .tooltip-content li.detail,
+
/*** Map Marking Code ***/
.htt .tooltip-content li.detail a {
+
/************************/
color: #66c;
+
.mapmark {position: relative; width: 500px; height: 350px;}
 +
 
 +
.wrap {
 +
  white-space: pre-wrap;
 
}
 
}
div.itemtooltip li.set,
+
 
div.itemtooltip li.set a,
+
/************************/
.htt .tooltip-content li.set,
+
/*** MAP TOOLTIPS  ******/
.htt .tooltip-content li.set a {
+
/************************/
color: #ffd100;
+
 +
.tt1 {
 +
    position: relative;
 +
    color: #3a705e;
 
}
 
}
div.itemtooltip li.setbonus,
+
div.itemtooltip li.setbonus a,
+
/* static part of the tooltip style */
.htt .tooltip-content li.setbonus,
+
.tt2 {
.htt .tooltip-content li.setbonus a {
+
    font-size: 85%;
color: #999;
 
 
}
 
}
.tooltip,
+
.htt .tooltip-content {
+
.tt1 .tt2 {
-moz-border-radius: 0.75ex;
+
    position: absolute;
-webkit-border-radius: 0.75ex;
+
    display: none;
background-color: #111;
+
    width: 500px;
border: 1px #bbb solid;
+
    margin-left: 0px;
color: #fff;
+
    padding-left: 0px;
float: left;
+
    padding-right: 0px;
font-size: 1em;
+
    border: 0px solid #000000;
margin: 5px;
+
    box-shadow: 0px 0px 0px #000000;
min-width: 15em;
 
padding: 0.3em;
 
width: 18em;
 
 
}
 
}
.tooltip ul,
+
.htt .tooltip-content ul {
+
.tt2-l {
list-style: none;
+
    top: 0;
margin: 0;
+
    left: 70px;
padding: 0;
 
 
}
 
}
.htt .tooltip-content {
+
background: transparent url("http://images1.wikia.nocookie.net/__cb20080417010831/wowwiki/images/thumb/c/c0/Ttbackground.svg/275px-Ttbackground.svg.png") !important;
+
.tt2-fix {
font-size: 1em;
+
    top: 0;
max-width: 300px;
+
    right: 70px;
width: auto !important;
 
 
}
 
}
.htt .tooltip-content .tooltip-hide {
+
display: none;
+
.tt2-b {
 +
    bottom: -65px;
 +
    left: 70px;
 
}
 
}
.tooltip-ready {
+
/* default skin for navigation boxes */
+
.tt2-b-fix {
display: block;
+
    bottom: -65px;
visibility: hidden;
+
    right: 70px;
z-index: 999;
 
 
}
 
}
/* --- TABLE DESIGNS --- */
+
table.navbox {
+
.tt1:hover .tt2 {
/* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
+
    display: block;
border: 1px solid #aaa;
+
    z-index: 1000;
clear: both;
 
font-size: 88%;
 
margin: auto;
 
padding: 1px;
 
text-align: center;
 
width: 100%;
 
 
}
 
}
table.navbox+table.navbox {
+
 
margin-top: -1px;
+
/***********************/
 +
/*** ITEM TOOL TIPS  ***/
 +
/***********************/
 +
 
 +
.item1 {
 +
    position: relative;
 +
    color: #576da8;
 
}
 
}
.navbox-title,
+
.navbox-abovebelow,
+
/* static part of the tooltip style */
table.navbox th {
+
.item2 {
/* title and above/below styles */
+
    font-size: 100%;
padding-left: 1em;
 
padding-right: 1em;
 
text-align: center;
 
 
}
 
}
.navbox-group {
+
/* group style */
+
.item1 .item2 {
font-weight: bold;
+
    position: absolute;
padding-left: 1em;
+
    display: none;
padding-right: 1em;
+
    width: 350px;
text-align: right;
+
    margin-left: 0px;
white-space: nowrap;
+
    padding-left: 0px;
 +
    padding-right: 0px;
 +
    border: 0px solid #000000;
 +
    box-shadow: 0px 0px 0px #000000;
 
}
 
}
.navbox,
+
.navbox-subgroup {
+
.item2-l {
background: #fdfdfd;
+
    top: 0;
 +
    left: 70px;
 
}
 
}
.navbox-list {
+
border-left: 2px solid #fdfdfd;
+
.item2-fix {
 +
    top: 0;
 +
    right: 70px;
 
}
 
}
.navbox-title,
+
table.navbox th {
+
.item2-b {
background: #ccf;
+
    bottom: -65px;
 +
    left: 70px;
 
}
 
}
.navbox-abovebelow,
+
.navbox-group,
+
.item2-b-fix {
.navbox-subgroup .navbox-title {
+
    bottom: -65px;
background: #ddf;
+
    right: 70px;
 
}
 
}
.navbox-subgroup .navbox-group,
+
.navbox-subgroup .navbox-abovebelow {
+
.item1:hover .item2 {
background: #e6e6ff;
+
    display: block;
 +
    z-index: 1000;
 
}
 
}
.navbox-even {
+
 
background: #f7f7f7;
+
/***********************/
 +
/** POWER TOOL TIPS  ***/
 +
/***********************/
 +
 
 +
.pow1 {
 +
    position: relative;
 +
    color: #576da8;
 
}
 
}
.navbox-odd {
+
background: transparent;
+
/* static part of the tooltip style */
 +
.pow2 {
 +
    font-size: 100%;
 
}
 
}
@media print {
+
/* dark table style */
+
.pow1 .pow2 {
.navbox {
+
    position: absolute;
display: none;
+
    display: none;
}
+
    width: 300px;
 +
    margin-left: 0px;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
    border: 0px solid #000000;
 +
    box-shadow: 0px 0px 0px #000000;
 
}
 
}
 
   
 
   
/* plain verison of darktable suitable for placing inside a dark table or other table */
+
.pow2-l {
table.innertable {
+
    top: 0;
/*background: #f9f9f9;*/
+
    left: 70px;
/*border: 1px solid #aaa;*/
 
/*font-size: 89%;*/
 
margin: 0 0 0 0;
 
/*padding: 5px;*/
 
 
}
 
}
table.innertable th {
+
background-color: #ccf;
+
.pow2-fix {
padding: 0 0.5em;
+
    top: 0;
 +
    right: 70px;
 
}
 
}
table.innertable caption {
+
font-size: 120%;
+
.pow2-b {
font-weight: bold;
+
    bottom: -65px;
 +
    left: 70px;
 
}
 
}
table.innertable tr:not(:first-child) th {
+
/*background-color: #ddf;*/
+
.pow2-b-fix {
 +
    bottom: -65px;
 +
    right: 70px;
 
}
 
}
 
   
 
   
table.darktable {
+
.pow1:hover .pow2 {
background: #f9f9f9;
+
    display: block;
border: 1px solid #aaa;
+
    z-index: 1000;
font-size: 89%;
 
margin: 0.5em 0 1em 0.5em;
 
padding: 5px;
 
 
}
 
}
table.darktable th {
+
 
background-color: #ccf;
+
/**************************/
padding: 0 0.5em;
+
/*** ENCHANT TOOL TIPS  ***/
 +
/**************************/
 +
 
 +
.ench1 {
 +
    position: relative;
 +
    color: #576da8;
 
}
 
}
table.darktable caption {
+
font-size: 120%;
+
/* static part of the tooltip style */
font-weight: bold;
+
.ench2 {
 +
    font-size: 100%;
 
}
 
}
table.darktable tr:not(:first-child) th {
+
background-color: #ddf;
+
.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;
 
}
 
}
 
   
 
   
table.extrapadding td {
+
.ench2-l {
padding-left: 4px;
+
    top: 0;
padding-right: 4px;
+
    left: 70px;
 
}
 
}
table.td-right td {
+
/* title stuff */
+
.ench2-fix {
text-align: right;
+
    top: 0;
 +
    right: 70px;
 
}
 
}
.title {
+
background-color: #ddf;
+
.ench2-b {
font-weight: bold;
+
    bottom: -65px;
padding: 1px 2px;
+
    left: 70px;
text-align: center;
 
 
}
 
}
.alt {
+
background-color: #e9e9ff;
+
.ench2-b-fix {
 +
    bottom: -65px;
 +
    right: 70px;
 
}
 
}
table.zebra > tbody > tr:nth-child(2n+1) {
+
background-color: #e9e9ff;
+
.ench1:hover .ench2 {
}
+
    display: block;
table .hover:hover {
+
     z-index: 1000;
/* --- MAIN PAGE STYLES --- */
 
/* darkgreen header */
 
background-color: orange;
 
}
 
/* for occasions where a table element is class="hover": for legibility in larger tables *  /
 
.mainpagetabledarkgreen {
 
/* green body */
 
background-color: #8ac4b4;;
 
}
 
.mainpagetablegreen {
 
/* darkblue header */
 
background-color: #a2ccbe;
 
}
 
.mainpagetabledarkblue {
 
/* blue body */
 
background-color: #a0a2b8;
 
}
 
.mainpagetableblue {
 
/* darkred header */
 
background-color: #babbd0;
 
}
 
.mainpagetabledarkred {
 
/* red body */
 
background-color: #bdacac;
 
}
 
.mainpagetablered {
 
/* --- GENERAL TEMPLATE DESIGNS --- */
 
/* bg for wowbox */
 
background-color: #d7c6c6;
 
}
 
.wowboxbg {
 
/* making certain links black on monobook */
 
background-color: #ddd;
 
}
 
.speciallink {
 
/* disambig, i-note design */
 
color: black;
 
}
 
.greybar {
 
/* band, in use by [[template: infoline]] */
 
background-color: #ddd;
 
border-bottom: 1px #606060 solid;
 
border-top: 1px #606060 solid;
 
color: #000;
 
}
 
.band {
 
display: table;
 
line-height: 130%;
 
margin: 0.2ex 3em;
 
padding: 1ex 3em 0.5ex;
 
text-align: center;
 
}
 
/* --- {
 
{
 
t|Ambox;;
 
}
 
}
 
TEMPLATE DESIGNS --- */
 
/* {
 
{
 
t|Ambox;;
 
}
 
;;
 
}
 
design */
 
.ambox {
 
background-color: #eee;
 
border-collapse: collapse;
 
border-left: 10px solid #228b22;
 
border: 1px #aaa solid;
 
font-size: 95%;
 
margin: 0 auto;
 
width: 80%;
 
}
 
/* {
 
{
 
t|Ambox;;
 
}
 
}
 
colors */
 
.ambox-blue {
 
border-left: 10px solid #1e90ff;
 
}
 
.ambox-brown { border-left: 10px solid #442800; }
 
.ambox-red {
 
border-left: 10px solid #b22222;
 
}
 
.ambox-orange {
 
border-left: 10px solid #f28500;
 
}
 
.ambox-yellow {
 
border-left: 10px solid #f4c430;
 
}
 
.ambox-purple {
 
border-left: 10px solid #9932cc;
 
}
 
.ambox-gray {
 
border-left: 10px solid #bba;
 
}
 
.ambox-green {
 
border-left: 10px solid #228b22;
 
}
 
/* {
 
{
 
t|Ambox;;
 
}
 
}
 
small text */
 
.amsmalltext {
 
font-size: smaller;
 
margin-left: 0.8em;
 
margin-top: 0.5em;
 
}
 
/* {
 
{
 
t|Ambox;;
 
}
 
}
 
image */
 
.ambox-image {
 
/* 0.5em left, 0 right */
 
padding: 2px 0 2px 0.5em;
 
text-align: center;
 
width: 60px;
 
}
 
@media print {
 
.ambox {
 
display: none;
 
/* Blizz text color */
 
}
 
/* --- COLORS --- */
 
.blizztext,
 
}
 
/* no ambox when printing */
 
.text-blizz {
 
/* text colors: say, yell, emote, whisper */
 
color: #0070af;
 
}
 
.text-say {
 
color: #c90;
 
}
 
.text-yell {
 
color: #ff4040;
 
}
 
.text-emote {
 
color: #f87431;
 
}
 
.text-whisper {
 
color: #f8b0de;
 
}
 
.text-bossemote {
 
/* Item Quality Colors */
 
color: #f0d000;
 
}
 
.qc-artifact,
 
.qc-artifact a,
 
.qc-artifact a.new,
 
.qc-heirloom,
 
.qc-heirloom a,
 
.qc-heirloom a.new {
 
    color: #00ccff !important; /* Aqua Cyan */
 
/* Pre-Legion (Light Gold): color: #e6cc80 !important; */
 
}
 
.qc-legendary,
 
.qc-legendary a,
 
.qc-legendary a.new {
 
color: #ff8000 !important;
 
}
 
.qc-epic,
 
.qc-epic a,
 
.qc-epic a.new {
 
color: #a335ee !important;
 
}
 
.qc-rare,
 
.qc-rare a,
 
.qc-rare a.new {
 
color: #0070ff !important;
 
}
 
.qc-uncommon,
 
.qc-uncommon a,
 
.qc-uncommon a.new {
 
color: #1eff00 !important;
 
}
 
.qc-common,
 
.qc-common a,
 
.qc-common a.new {
 
color: #000 !important;
 
div.itemtooltip li a span.qc-common,
 
}
 
/* common is normally white, but white on white is bad */
 
.htt .tooltip-content li a span.qc-common {
 
color: #fff !important;
 
}
 
/* but we want it white inside tooltips. */
 
.qc-poor,
 
.qc-poor a,
 
.qc-poor a.new {
 
color: #9d9d9d !important;
 
}
 
/* Non-item quality colors */
 
.qc-enchant,
 
.qc-enchant a,
 
.qc-enchant a.new {
 
color: #ffd100 !important;
 
}
 
.qc-object,
 
.qc-object a,
 
.qc-object a.new {
 
/* Class Colors */
 
color: #ee0 !important;
 
}
 
.qc-ability,
 
.qc-ability a,
 
.qc-ability a.new {
 
     color: #60dbfd !important;
 
}
 
.qc-power,
 
.qc-power a,
 
.qc-power a.new {
 
    color: #90ee90 !important;
 
 
}
 
}
 +
 +
/*********************/
 +
/*** LINK HOVERING ***/
 +
/*********************/
 +
 +
/*UNVISITED LINKS */
 
   
 
   
.cc-druid,
+
a,
.cc-druid a {
+
.color2 a {
color: #ff7d0a;
+
color: #388aaf;
 
}
 
}
.cc-hunter,
+
a: hover,
.cc-hunter a {
+
.color2 a:hover {
color: #abd473;
+
/* VISITED LINKS */
}
+
color: #2081ad;
.cc-mage,
 
.cc-mage a {
 
color: #69ccf0;
 
}
 
.cc-monk,
 
.cc-monk a {
 
color: #00ff96;
 
.cc-paladin,
 
}
 
/* Theoretically from game UI constant value. */
 
.cc-paladin a {
 
color: #f58cba;
 
}
 
.cc-priest,
 
.cc-priest a {
 
color: gray;
 
.cc-rogue,
 
}
 
/* priest is white, but not on light skins... see monaco/wowwiki.css */
 
.cc-rogue a {
 
color: #c90;
 
}
 
.cc-shaman,
 
.cc-shaman a {
 
color: #2459ff;
 
}
 
.cc-warlock,
 
.cc-warlock a {
 
color: #9482ca;
 
}
 
.cc-warrior,
 
.cc-warrior a {
 
color: #c79c6e;
 
}
 
.cc-deathknight,
 
.cc-deathknight a {
 
color: #c41e3a;
 
}
 
.druid,
 
.druidalt {
 
color: white;
 
}
 
.druid {
 
background-color: #7f3e05;
 
}
 
.druidalt {
 
background-color: #630;
 
}
 
.druid a,
 
.druidalt a {
 
color: #ff7f0a;
 
}
 
.hunter,
 
.hunteralt {
 
color: white;
 
}
 
.hunter {
 
background-color: #453;
 
}
 
.hunteralt {
 
background-color: #342;
 
}
 
.hunter a,
 
.hunteralt a {
 
color: #abd473;
 
}
 
.mage,
 
.magealt {
 
color: white;
 
}
 
.mage {
 
background-color: #48a;
 
}
 
.magealt {
 
background-color: #367;
 
}
 
.mage a,
 
.magealt a {
 
color: #6cf;
 
}
 
.paladin,
 
.paladinalt {
 
color: white;
 
}
 
.paladin {
 
background-color: #835;
 
}
 
.paladinalt {
 
background-color: #624;
 
}
 
.paladin a,
 
.paladinalt a {
 
color: #f9c;
 
}
 
.priest,
 
.priestalt {
 
color: white;
 
}
 
.priest {
 
background-color: #777;
 
}
 
.priestalt {
 
background-color: #444;
 
}
 
.priest a,
 
.priestalt a {
 
color: #bbb;
 
}
 
.rogue,
 
.roguealt {
 
color: white;
 
}
 
.rogue {
 
background-color: #550;
 
}
 
.roguealt {
 
background-color: #440;
 
}
 
.rogue a,
 
.roguealt a {
 
color: #fff569;
 
}
 
.shaman,
 
.shamanalt {
 
color: white;
 
}
 
.shaman {
 
background-color: #127;
 
}
 
.shamanalt {
 
background-color: #125;
 
}
 
.shaman a,
 
.shamanalt a {
 
color: #2459ff;
 
}
 
.warlock,
 
.warlockalt {
 
color: white;
 
}
 
.warlock {
 
background-color: #315;
 
}
 
.warlockalt {
 
background-color: #204;
 
}
 
.warlock a,
 
.warlockalt a {
 
color: #c9f;
 
}
 
.warrior,
 
.warrioralt {
 
color: white;
 
}
 
.warrior {
 
background-color: #753;
 
}
 
.warrioralt {
 
background-color: #432;
 
}
 
.warrior a,
 
.warrioralt a {
 
color: #c79c6e;
 
}
 
.deathknight,
 
.deathknightalt {
 
color: white;
 
}
 
/* .deathknight {
 
background-color: #;;;
 
}*/
 
/* .deathknightalt {
 
background-color: #;;;
 
.deathknight a,
 
;
 
}*/
 
.deathknightalt a {
 
/* PLAINLINKS (see wikipedia: Common.css */
 
color: #c41e3a;
 
}
 
.plainlinksneverexpand {
 
background: none ! important;
 
padding: 0 ! important;
 
}
 
.plainlinksneverexpand .urlexpansion {
 
display: none ! important;
 
}
 
.plainlinksneverexpand a {
 
background: none !important;
 
padding: 0 !important;
 
}
 
.plainlinksneverexpand a.external.text:after {
 
display: none !important;
 
}
 
.plainlinksneverexpand a.external.autonumber:after {
 
/* USERBOXES */
 
display: none !important;
 
}
 
table.wwusrbox {
 
border-style: solid;
 
border-width: 1px;
 
float: left;
 
margin: 0.2em;
 
padding: 0;
 
}
 
table.wwusrbox td.left,
 
table.wwusrbox td.right {
 
font-size: 1.6em;
 
padding: 0;
 
text-align: center;
 
vertical-align: middle;
 
}
 
table.wwusrbox td.main {
 
font-size: 0.90em;
 
line-height: 125%;
 
padding: 0 4px;
 
vertical-align: middle;
 
}
 
table.wwusrbox {
 
background: #f8f8f8;
 
border-color: #aaa;
 
}
 
table.wwusrbox td.left,
 
table.wwusrbox td.right {
 
/* - Book Styling */
 
background: #d8d8d8;
 
}
 
div.book {
 
margin: 0.5em;
 
}
 
div.book > div {
 
border-style: solid;
 
border-width: 1px;
 
}
 
div.book > div > h4 {
 
border-bottom-style: solid;
 
border-bottom-width: 1px;
 
font-family: Georgia, serif;
 
font-size: 1.1em;
 
font-weight: bold;
 
margin: 0;
 
padding: 0.2em;
 
}
 
div.book > div > h4 span.editsection {
 
font-family: sans-serif;
 
font-size: 0.91em;
 
}
 
div.book > div > div > div {
 
font-family: Georgia, serif;
 
font-size: 0.85em;
 
margin-top: 0;
 
margin: 0.5em;
 
position: relative;
 
}
 
/* For IE7 because it doesn't support double-colon selectors and there's a strict mode bug with inline elements */
 
div.book p:first-child:first-letter {
 
font-size: 2em;
 
line-height: 1;
 
text-transform: uppercase;
 
}
 
div.book p:first-child::first-letter {
 
/* Select reputation colors */
 
border-style: solid;
 
border-width: 1px;
 
font-size: 2em;
 
line-height: 1;
 
padding: 1px;
 
text-transform: uppercase;
 
}
 
span.rep-friendly {
 
color: lime;
 
}
 
span.rep-neutral {
 
color: yellow;
 
}
 
span.rep-hostile {
 
/* Tooltip formatting common */
 
color: red;
 
}
 
div.wtooltip {
 
-moz-border-radius: 0.75ex;
 
-webkit-border-radius: 0.75ex;
 
background-color: #111;
 
border: 1px #bbb solid;
 
color: white;
 
margin: 5px;
 
min-width: 15em;
 
padding: 0.3em;
 
text-align: left;
 
}
 
div.wtooltip ul {
 
/* Buffs & Debuffs */
 
list-style: none;
 
margin: 0;
 
padding: 0;
 
}
 
div.bufftip {
 
border-color: #aaa;
 
border-style: solid;
 
border-width: 1px;
 
}
 
div.debuff {
 
border-color: #c00;
 
}
 
div.debuffmagic {
 
border-color: #39f;
 
}
 
div.debuffcurse,
 
div.buffweapon {
 
border-color: #90f;
 
}
 
div.debuffdisease {
 
border-color: #960;
 
}
 
div.debuffpoison {
 
border-color: #090;
 
}
 
.achievementlink {
 
/* *************************/
 
/* New main page-related styles */
 
/****** TESTING AREA ******/
 
/**************************/
 
color: goldenrod;
 
}
 
body.page-Portal_Main #wikia_page,
 
body.page-Portal_World_of_Warcraft #wikia_page,
 
body.page-Portal_WotLK #wikia_page,
 
body.page-Portal_Interface_customization #wikia_page,
 
body.page-Portal_Warcraft_universe #wikia_page,
 
body.page-Portal_Community #wikia_page {
 
min-width: 735px;
 
}
 
body.page-Portal_Main hr,
 
body.page-Portal_World_of_Warcraft hr,
 
body.page-Portal_WotLK hr,
 
body.page-Portal_Interface_customization hr,
 
body.page-Portal_Warcraft_universe hr,
 
body.page-Portal_Community hr {
 
background-color: #444;
 
color: #444;
 
}
 
.mpcontentbox-sidebar {
 
-moz-border-radius: 0.5em;
 
-webkit-border-radius: 0.5em;
 
font-size: 89%;
 
margin-top: 10px;
 
padding: 7px 10px 12px;
 
}
 
.mpcontentbox-main {
 
-moz-border-radius: 0.5em;
 
-webkit-border-radius: 0.5em;
 
font-size: 89%;
 
margin-top: 10px;
 
padding: 7px 15px 12px;
 
}
 
.mpcontentbox-header {
 
border-bottom: 1px solid #444;
 
}
 
.mpcontentbox-table {
 
width: 100%;
 
}
 
.mpcontentbox-table td {
 
width: 50%;
 
}
 
.bg-darkgray {
 
background-color: #bbb;
 
}
 
.bg-darkblue {
 
background-color: #a0a2b8;
 
}
 
.bg-darkred {
 
background-color: #bdacac;
 
}
 
.bg-darkgreen {
 
background-color: #8ac4b4;
 
}
 
#mptabs {
 
clear: left;
 
font-size: 93%;
 
font-weight: bold;
 
margin: 1em 0 3px;
 
}
 
#mptabs .activetab {
 
-moz-border-radius-topleft: 0.5em;
 
-moz-border-radius-topright: 0.5em;
 
-webkit-border-radius-topleft: 0.5em;
 
-webkit-border-radius-topright: 0.5em;
 
background: #bbb;
 
color: black;
 
margin: 0 3px 0 0;
 
padding: 5px 10px;
 
 
text-decoration: none;
 
text-decoration: none;
 +
text-shadow: #2dbdff 0 0 8px;
 
}
 
}
#mptabs a .inactivetab,
+
a: visited,
#mptabs strong .inactivetab {
+
.color2 a:visited {
-moz-border-radius-topleft: 0.5em;
+
color: #2081ad;
-moz-border-radius-topright: 0.5em;
 
-webkit-border-radius-topleft: 0.5em;
 
-webkit-border-radius-topright: 0.5em;
 
background: #ddd;
 
color: black;
 
margin: 0 3px 0 0;
 
padding: 5px 10px;
 
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
#mptabs a .inactivetab: hover,
+
a: visited: hover,
#mptabs strong .inactivetab:hover {
+
.color2 a:visited:hover {
background: #ccc;
+
/* NEW LINKS */
color: black;
+
color: #388aaf;
}
 
#mptabs a:hover {
 
/* poll stuff */
 
text-decoration: none !important;
 
}
 
.poll {
 
background-color: #a0a2b8 !important;
 
border: none !important;
 
max-width: 500px !important;
 
padding: 5px 0 !important;
 
width: 88% !important;
 
}
 
.pollAjax {
 
background-color: #999 !important;
 
}
 
.pollAnswerVotes {
 
padding:1px !important;
 
}
 
.pollAnswerVotes div {
 
padding:1px !important;
 
background-color: #999 !important;
 
margin-right: 10px !important;
 
}
 
.poll .ourVote div {
 
/* NEW poll stuff */
 
border: 1px solid #ccc !important;
 
}
 
div.ajax-poll {
 
/* costitem */
 
border: none !important;
 
width: 88% !important;
 
}
 
span.costitem div {
 
/* Login form fix attempt for all skins */
 
display: inline;
 
}
 
* html #userloginForm form {
 
float: none;
 
}
 
* html #userlogin form {
 
/* Recent changes, Special: Filelist arrows */
 
float: none;
 
}
 
.mw-arr-r {
 
background-image: url("http://images3.wikia.nocookie.net/__cb1/wowwiki/images/2/26/Icon-next-12x12.png");
 
}
 
.mw-arr-d,
 
.mw-sort-desc {
 
background-image: url("http://images4.wikia.nocookie.net/__cb1/wowwiki/images/6/68/Icon-down-12x12.png");
 
}
 
.mw-arr-u,
 
.mw-sort-asc {
 
background-image: url("http://images2.wikia.nocookie.net/__cb1/wowwiki/images/7/79/Icon-up-12x12.png");
 
}
 
.mw-arr-l {
 
/* Table sort for Special: Filelist */
 
background-image: url("http://images2.wikia.nocookie.net/__cb1/wowwiki/images/2/20/Icon-back-12x12.png");
 
}
 
.TablePager_sort {
 
background-position: 2px 50%;
 
}
 
.TablePager th a {
 
display: block;
 
}
 
.TablePager_sort a {
 
/* Lootbox design */
 
padding: 0 4px 0 16px;
 
}
 
table.lootbox td {
 
margin: 0;
 
padding: 1px;
 
}
 
table.lootbox div.itemtooltip {
 
/* Forum formatting */
 
margin: 0;
 
}
 
.forumheader {
 
background-color: #f9f9f9;
 
border: 1px solid #aaa;
 
margin-top: 1em;
 
padding: 12px;
 
}
 
.forumlist td span {
 
display: block;
 
font-size: smaller;
 
padding-left: 10px;
 
}
 
.forumlist td span a {
 
 
text-decoration: none;
 
text-decoration: none;
 +
text-shadow: #2dbdff 0 0 8px;
 
}
 
}
.forumlist td span.forum_author {
+
a.new {
padding-left: 30px;
+
color: #871611 !important;
 
}
 
}
.forumlist td.forum_edited a {
+
a.new: hover,
 +
.color2 a.new:hover {
 +
color: #388aaf!important;
 
text-decoration: none;
 
text-decoration: none;
 +
text-shadow: #2dbdff 0 0 8px !important;
 
}
 
}
.forumlist td.forum_title a {
+
 
padding-left: 20px;
+
/**********************************/
 +
/* 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;
 
}
 
}
.forumlist td.forum_title span a {
+
padding-left: 0;
+
.patrollink {
 +
font-size: 75%;
 +
text-align: right;
 +
position: absolute;
 +
top: 1.5em;
 +
right: 3em;
 
}
 
}
.forumlist td.forum_title a.forum_new {
+
background: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/4/4e/Forum_new.gif") center left no-repeat;
+
.allpagesredirect {
font-weight: bold;
+
font-style: italic;
padding-left: 20px;
 
 
}
 
}
.forumlist td.forum_title a.forum_new:visited {
+
.allpagesredirect:after {
background: none;
+
content: " (redirect)";
font-weight: normal;
 
padding-left: 20px;
 
 
}
 
}
.forumlist th.forum_title {
+
/* "Temporary" additions */
+
.hiddenStructure {
padding-left: 20px;
 
}
 
.blizzcon {
 
background: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/3/30/WoWbg.jpg");
 
}
 
.opacity70 {
 
/* accessibility tweaks */
 
background: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/c/ca/70opacity.png") repeat;
 
}
 
.horizontal ul {
 
margin: 0;
 
padding: 0;
 
}
 
.horizontal li {
 
border-right: 1px solid;
 
display: inline;
 
padding: 0 0.2em 0 0.4em;
 
}
 
.horizontal li:last-child {
 
/* elinks */
 
border-right: medium none;
 
padding-right: 0;
 
}
 
ul.elinks {
 
list-style-type: none;
 
margin: 0;
 
padding: 0;
 
}
 
ul.elinks li {
 
background-position: 0 0;
 
background-repeat: no-repeat;
 
list-style: none;
 
min-height: 25px;
 
padding-left: 25px;
 
vertical-align: middle;
 
}
 
ul.elinks li.mmo4ever {
 
background-image: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/b/b5/Icon-mmo4ever-22x22.png");
 
}
 
ul.elinks li.sigrie {
 
background-image: url("http://images2.wikia.nocookie.net/__cb1/wowwiki/images/b/ba/Icon-mmochampion-22x22.png");
 
}
 
ul.elinks li.wowdb {
 
background-image: url("http://images4.wikia.nocookie.net/__cb1/wowwiki/images/d/da/Icon-wowdb-22x22.png");
 
}
 
ul.elinks li.wowhead {
 
background-image: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/6/6e/Icon-wowhead-22x22.png");
 
}
 
ul.elinks li.allakhazam {
 
background-image: url("http://images2.wikia.nocookie.net/__cb1/wowwiki/images/7/7c/Icon-allakhazam-22x22.png");
 
}
 
ul.elinks li.thottbot {
 
background-image: url("http://images3.wikia.nocookie.net/__cb1/wowwiki/images/f/ff/Icon-thottbot-22x22.png");
 
}
 
ul.elinks li.wowus {
 
background-image: url("http://images4.wikia.nocookie.net/__cb1/wowwiki/images/9/9c/Icon-wowus-22x22.png");
 
}
 
span.alliance-link,
 
span.horde-link,
 
span.neutral-link {
 
background-position: 0 0;
 
background-repeat: no-repeat;
 
min-height: 15px;
 
padding-left: 17px;
 
vertical-align: middle;
 
}
 
span.alliance-link {
 
background-image: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/4/45/Alliance_15.gif");
 
}
 
span.horde-link {
 
background-image: url("http://images2.wikia.nocookie.net/__cb1/wowwiki/images/6/68/Horde_15.gif");
 
}
 
span.neutral-link {
 
background-image: url("http://images3.wikia.nocookie.net/__cb1/wowwiki/images/5/5f/Neutral_15.gif");
 
}
 
.alliance-link-big,
 
.horde-link-big,
 
.neutral-link-big,
 
.combat-link-big {
 
background-position: 1px 3px;
 
background-repeat: no-repeat;
 
min-height: 36px;
 
padding-left: 39px;
 
vertical-align: middle;
 
}
 
.alliance-link-big {
 
background-image: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/8/8e/Alliance_32-square.gif");
 
}
 
.horde-link-big {
 
background-image: url("http://images2.wikia.nocookie.net/__cb1/wowwiki/images/7/7c/Horde_32.gif");
 
}
 
.neutral-link-big {
 
background-image: url("http://images3.wikia.nocookie.net/__cb1/wowwiki/images/3/38/Neutral_32-square.gif");
 
}
 
.combat-link-big {
 
background-image: url("http://images4.wikia.nocookie.net/__cb1/wowwiki/images/6/6c/Combat_32.gif");
 
}
 
span.socketlink-red {
 
background-image: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/0px/02/UI-EmptySocket-Red.png");
 
}
 
span.socketlink-blue {
 
background-image: url("http://images2.wikia.nocookie.net/__cb1/wowwiki/images/f/fc/UI-EmptySocket-Blue.png");
 
}
 
span.socketlink-yellow {
 
background-image: url("http://images3.wikia.nocookie.net/__cb1/wowwiki/images/8/87/UI-EmptySocket-Yellow.png");
 
}
 
span.socketlink-prismatic {
 
background-image: url("http://images4.wikia.nocookie.net/__cb1/wowwiki/images/4/48/UI-EmptySocket-Prismatic.png");
 
}
 
span.socketlink-meta {
 
background-image: url("http://images1.wikia.nocookie.net/__cb1/wowwiki/images/7/75/UI-EmptySocket-Meta.png");
 
}
 
span.socketlink {
 
background-position: 0 0;
 
background-repeat: no-repeat;
 
min-height: 16px;
 
padding-left: 18px;
 
vertical-align: middle;
 
}
 
span.socketlink a {
 
color: #999;
 
}
 
.page-Special_Search #contentSub {
 
font: 10pt sans-serif;
 
}
 
.mw-userpage-userdoesnotexist {
 
border: 2px solid red;
 
font: bold 12pt sans-serif;
 
text-align: center;
 
}
 
.quotemark {
 
font: bold 35px Times New Roman, serif;
 
padding: 7px;
 
position: relative;
 
top: -12px;
 
}
 
.quote {
 
/* display: none; */
 
max-width: 75%;
 
}
 
body.page-Portal_Main h1.firstHeading,
 
body.page-Portal_Main #mp-newsline,
 
body.page-Portal_Main #contentSub,
 
body.page-Portal_World_of_Warcraft #contentSub,
 
body.page-Portal_WotLK #contentSub,
 
body.page-Portal_Interface_customization #contentSub,
 
body.page-Portal_Warcraft_universe #contentSub,
 
body.page-Portal_Community #contentSub,
 
.TablePager_sort img,
 
.ajaxHide-active,
 
body.ns-110 #ca-talk,
 
body.ns-110 #this_talk,
 
body.ns-110 #page_tabs li+li,
 
.aChar,
 
.hidden,
 
#jsErrors,
 
span.costitem p.error {
 
 
display: none;
 
display: none;
}
+
speak: none;
#profile-content-inner {
 
margin-right: 0;
 
}
 
.itemlink {
 
/* talent trees (experimental) */
 
white-space: nowrap;
 
}
 
.talenttree {
 
position: relative;
 
}
 
.talenttree div {
 
position: absolute;
 
}
 
.talenttree div.col1 {
 
left: 1em;
 
}
 
.talenttree div.col2 {
 
left: 5em;
 
}
 
.talenttree div.col3 {
 
left: 9em;
 
}
 
.talenttree div.col4 {
 
left: 13em;
 
}
 
.talenttree div.tier1 {
 
top: 1em;
 
}
 
.talenttree div.tier2 {
 
top: 5em;
 
}
 
.talenttree div.tier3 {
 
top: 9em;
 
}
 
.talenttree div.tier4 {
 
top: 13em;
 
}
 
.talenttree div.tier5 {
 
top: 17em;
 
}
 
.talenttree div.tier6 {
 
top: 21em;
 
}
 
.talenttree div.tier7 {
 
top: 25em;
 
}
 
.talenttree div.tier8 {
 
top: 29em;
 
}
 
.talenttree div.tier9 {
 
top: 33em;
 
}
 
.talenttree div.tier10 {
 
top: 37em;
 
}
 
.talenttree div.tier11 {
 
top: 41em;
 
}
 
.custom-dropdown {
 
padding: 1px 8px;
 
}
 
.custom-dropdown > :first-child:after {
 
background-image: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D");
 
border-color: white transparent transparent;
 
border-style: solid;
 
border-width: 4px;
 
content: "";
 
display: inline-block;
 
height: 1px;
 
margin-left: 4px;
 
margin-top: 2px;
 
position: relative;
 
vertical-align: middle;
 
width: 1px;
 
}
 
.custom-dropdown:hover {
 
border-bottom-left-radius: 0;
 
border-bottom-right-radius: 0;
 
margin-bottom: -1px;
 
padding-bottom: 2px;
 
}
 
.custom-dropdown ul {
 
list-style: none outside none;
 
min-width: 100%;
 
top: 23px;
 
}
 
.custom-dropdown:hover ul {
 
display: block;
 
}
 
.custom-dropdown li a {
 
font-size: 12px;
 
height: 14px;
 
line-height: 14px;
 
 
}
 
}

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;
}