User:AeD/wikia.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
Tag: Shouting
(Replaced content with "@import url("/index.php?title=MediaWiki:FixMe.css&ctype=text/css&action=raw");")
Line 1: Line 1:
@import url("/index.php?title=MediaWiki:FixMe.css&ctype=text/css&action=raw");
@import url("/index.php?title=MediaWiki:FixMe.css&ctype=text/css&action=raw");
/* CSS placed here will be applied to the new WoWWiki skin */
/* [[Category:User CSS| ]] [[Category:WoWWiki]] */
/*
  ***************************************
            Navigation notice:
  ***************************************
Due to Wikia's refusal to load Common.css because of idiots on other wikis, several
sets of CSS have been added here. There are three main sections to the CSS:
1) Fixes for problems resulting from MediaWiki 1.16.1 engine upgrade
2) "Temporary" hacks overriding the new skin and any imported CSS
3) Most of [[MediaWiki:Common.css]]
4) Most of [[MediaWiki:Monaco.css]]
Standard rules about what goes where still applies -- CSS declarations that apply in
other skins should be in the Common.css area (and make sure to make the change in
the real Common.css too!), dark skin stuff should be in the dark skin area.
Remember that later CSS declarations override earlier ones, so put edits in the
appropriate section. The use of !important (outside of the overrides section) is
discouraged at this point, since our CSS loads after the wikia-generated css (finally)
Theme-wide changes that can be changed in Special:ThemeDesigner--most link colors,
backgrounds, etc...--should be done there and not here.
*/
/**********************************
* RECENT CSS CHANGES            *
**********************************/
/* Try to show chat icon for plain old spans */
.chat-join span:before {
    background-color: transparent;
    background-image: url("http://slot1.images.wikia.nocookie.net/__cb61933/common/extensions/wikia/Chat2/images/sprite-Chat.png");
    background-position: -72px 0;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    width: 17px;
}
/* Mists countdown background */
.countdownBkgndMists {
    background-image: url(http://images.wikia.com/wowwiki/images/a/ae/MoPGiveawayHeader.jpg);
}
/* Try to add spacing between user 'tag' titles    */
/* created by MediaWiki:Wikia.js/userRightsIcons.js */
.UserProfileMasthead .masthead-info .tag {
    margin-left:12px !important;
}
/* Fix for broken achievement box template */
.tooltip {
    position: relative !important;
}
/* Fix redlinks on preview */
.WikiaArticle a.new {
    color: #BA0000 !important;
}
/* Attempt at Special:ListUsers background color fix */
.sorting_1 { background-color:#111 !important; }
/* Dark background for Semantic MediaWiki stuff */
div.smwfact { background-color:#111 !important; }
table.smwfacttable { background-color:#181818 !important; }
div.smwfact td, div.smwfact tr, div.smwfact table {
    background-color: #181818!important;
}
/* Background-colors for Template:Level right color box */
.levelbgcolor-horde { background-color:#330000; }
.levelbgcolor-alliance { background-color:#000033; }
.levelbgcolor-neutral { background-color:#333300; }
.levelbgcolor-combat { background-color:#553300; }
.levelbgcolor-easternkingdoms { background-color:#441133; }
.levelbgcolor-kalimdor { background-color:#330033; }
.levelbgcolor-outland { background-color:#003300; }
.levelbgcolor-northrend { background-color:#003333; }
.levelbgcolor-vashjir { background-color:#335500; }
.levelbgcolor-deepholm { background-color:#331100; }
.levelbgcolor-firelands { background-color:#661100; }
/* Try to make "Read more" auto-added heading different from user added headings */
.RelatedPagesModule h2 { font-style:italic; }
/* Widen embedded poll */
section.WikiaPollEmbedded {
    width:60%;
}
/**********************************/
/* Search box                    */
/**********************************/
.WikiaSearch input[type="text"] {
  background: #060606 url(http://images.wikia.com/wowwiki/images/8/82/SearchBox-Chen.png) no-repeat right top !important;
  border: 1px solid #000;
  border-radius: 6px;
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) !important;
  color: #FFF;
}
/**********************************
* MEDIAWIKI 1.16.1 FIXES        *
**********************************/
.mw-search-formheader { /* Used in Special:Search */
    background-color:#111;
    color:#eee;
}
#mw-searchoptions { /* Used in Special:Search */
    background-color:#111 !important;
    color:#eee !important;
}
#mw-allmessagestable .allmessages-customised td.am_default { /* Used in Special:AllMessages */
    background-color:#110;
}
#mw-allmessagestable td.am_actual { /* Used in Special:AllMessages */
    background-color:#011;
}
#mw-allmessagestable tr.allmessages-customised:hover td.am_default { /* Used in Special:AllMessages */
    background-color:#330;
}
#mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual { /* Used in Special:AllMessages */
    background-color:#033;
}
/**********************************
* "TEMPORARY" NEW SKIN OVERRIDES *
**********************************/
.link-suggest-container { background:black !important; }
.wikia-menu-button li span a {color:black !important; }
/*************************
* STUFF FROM COMMON.CSS *
*************************/
/* to remove the external link icon from sortable tables */
#bodyContent a.sortheader {
  background: none;
  padding-right: 0;
}
/* fixes spacing after using plainlinks class to remove arrow */
#bodyContent .plainlinks a {
        background: none !important;
        padding: 0 !important;
}
/* --- SMALLER TEMPLATES USED TEXT --- */
.templatesUsed ul { font-size:90%; }
/* --- [[SPECIAL:ALLPAGES]], CATEGORY REDIRECT TWEAKS --- */
.redirect-in-category, .allpagesredirect { font-style: italic; }
.allpagesredirect:after { color: #808080; content: " (redirect)"}
/* --- REFERENCE STYLES --- */
/* make the list of references look smaller */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}
.same-bg { background: none; }
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target { background-color: #ccf; }
sup.reference:target { background-color: #ccf; }
/* --- OTHER TWEAKS --- */
/* TabView extension */
.yui-content {
background-color: #EDF5FF;
/*border: solid 1px;*/
padding: 0.25em 0.5em;
}
.yui-nav {
border-color:#EDF5FF;
border-style:solid;
border-width:0pt 0pt 5px;
margin: 0px !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:0pt 0pt 5px;
}
.yui-navset .yui-nav .selected {
background-color: #EDF5FF;
}
.yui-navset .yui-nav li {
padding-left: 10px;
padding-right: 10px;
}
/* Tabber tweaks */
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 { display: block !important; }
ul.tabbernav li a:link { color: #70b8ff !important; }
ul.tabbernav li a:hover {
color: black !important;
background: #383838 !important;
border-color: #222277 !important;
}
ul.tabbernav li.tabberactive a:hover {
color: black !important;
background: #555 !important;
}
ul.tabbernav li.tabberactive a:link { color: #d5d4d4 !important }
ul.tabbernav li.tabberactive a {
border: 1px solid #d5d4d4 !important;
background-color: #282828 !important;
border-bottom-style: none !important;
}
ul.tabbernav li a {
background: #2c2c2c !important;
border: 1px !important;
margin-left: 0px !important;
margin-right: 3px;
-moz-border-radius:0em;
-khtml-border-radius: 0em;
-webkit-border-radius:0em;
border-radius: 0em;
}
div.tabbertab {
background-color: rgba(40, 40, 40, .8) !important; /* equiv to #282828 at 80% opacity */
border: 1px solid rgba(60, 60, 60, .8) !important;
-border-bottom-left-radius: 1em;
-border-bottom-right-radius: 1em;
-khtml-border-bottom-left-radius: 1em;
-khtml-border-bottom-right-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
-webkit-border-bottom-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
/* Disable as a test
.tabberlive .tabbertab { border: none !important; }
ul.tabbernav { border-bottom: none !important; }
*/
.tabberlive .editsection { display: none; }
/* Prevents line breaks in links, used for navboxes */
.nowraplinks a { white-space: nowrap; }
/**** WOWWIKI TEMPLATES ****/
/* --- NAVFRAME STUFF --- */
/* Standard Navigationsleisten, aka box hiding thingy from .de. */
/* Documentation at [[wikipedia:Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
    margin: 0px;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}
/* --- TOOLTIP --- */
/* WoW Style Tooltip */
/* div.itemtooltip li a {color: inherit} would ideally replace most a declarations here, but IE support is lacking. */
div.itemtooltip {
  background-color: #111;
  border: 1px #bbb solid;
  -moz-border-radius: 0.75ex;
  -webkit-border-radius: 0.75ex;
  font-size: 90%;
  min-width: 15em;
  padding: 0.3em;
  margin: 5px;
  text-align: left;
  z-index: 1000 !important;
}
div.itemtooltip ul, .htt .tooltip-content ul {margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none;}
div.itemtooltip, div.itemtooltip li, div.itemtooltip li a, .htt .tooltip-content, .htt .tooltip-content li, .htt .tooltip-content li a {color: #fff;}
div.itemtooltip li.crafting, div.itemtooltip li.crafting a, .htt .tooltip-content li.crafting, .htt .tooltip-crafting li.socket a {color: #66bbff;}
div.itemtooltip li.socket, div.itemtooltip li.socket a, .htt .tooltip-content li.socket, .htt .tooltip-content li.socket a {color: #999;}
div.itemtooltip li.glyph, div.itemtooltip li.glyph a, .htt .tooltip-content li.glyph, .htt .tooltip-content li.glyph a {color:#71d5ff;}
div.itemtooltip li.req, div.itemtooltip li.req a, .htt .tooltip-content li.req, .htt .tooltip-content li.req a {color: #999;}
div.itemtooltip li.locked, div.itemtooltip li.locked a, .htt .tooltip-content li.locked, .htt .tooltip-content li.locked a {color: #999;}
div.itemtooltip li.bonus, div.itemtooltip li.bonus a, .htt .tooltip-content li.bonus, .htt .tooltip-content li.bonus a {color: #0f0;}
div.itemtooltip li.flavor, div.itemtooltip li.flavor a, .htt .tooltip-content li.flavor, .htt .tooltip-content li.flavor a {color: #ffd517;}
div.itemtooltip li.detail, div.itemtooltip li.detail a, .htt .tooltip-content li.detail, .htt .tooltip-content li.detail a {color: #66c;}
div.itemtooltip li.set, div.itemtooltip li.set a, .htt .tooltip-content li.set, .htt .tooltip-content li.set a {color: #ffd100;}
div.itemtooltip li.setbonus, div.itemtooltip li.setbonus a, .htt .tooltip-content li.setbonus, .htt .tooltip-content li.setbonus a {color: #999;}
.tooltip, .htt .tooltip-content {
  font-size: 1em;
  float: left;
  width: 18em;
  min-width: 15em;
  padding: 0.3em;
  margin: 5px;
  color: #fff;
  background-color: #111;
  border: 1px #bbb solid;
  -moz-border-radius: 0.75ex;
  -webkit-border-radius: 0.75ex;
  z-index: 1000 !important;
}
.tooltip ul, .htt .tooltip-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}
.htt .tooltip-content {
  font-size: 1em;
  width: auto !important;
  max-width: 300px;
  background: transparent url(http://images1.wikia.nocookie.net/__cb20080417010831/wowwiki/images/thumb/c/c0/Ttbackground.svg/275px-Ttbackground.svg.png) !important;
}
.htt .tooltip-content .tooltip-hide { display:none; }
.tooltip-ready {
  visibility:hidden;
  display:block;
  z-index:999;
}
/* --- TABLE DESIGNS --- */
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%;
  margin:auto;
  clear:both;
  font-size:90%;
  text-align:center;
  padding:1px;
}
/* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
table.navbox + table.navbox { margin-top:-1px; }
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {          /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup { background:#fdfdfd; }
.navbox-list { border-left:2px solid #fdfdfd; }
.navbox-title, table.navbox th { background:#ccccff; }
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background:#ddddff; }
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background:#e6e6ff; }
.navbox-even { background:#f7f7f7; }
.navbox-odd { background:transparent; }
@media print { .navbox { display: none; } }
/* dark table style */
table.darktable {
  border: 1px solid #aaa;
  padding: 5px;
  background: #F9F9F9;
  font-size: 90%;
  margin: 0.5em 0em 1em 0.5em;
}
table.darktable th {
  background-color: #ccf;
  padding: 0 0.5em;
}
table.darktable caption {
  font-size: 120%;
  font-weight: bold; 
}
table.darktable tr:not(:first-child) th { background-color: #ddf; }
table.extrapadding td {
  padding-left: 4px;
  padding-right: 4px;
}
table.td-right td { text-align: right; }
/* title stuff */
.title {
  background-color: #ddf;
  text-align:center;
  font-weight:bold;
  padding: 1px 2px;
}
.alt { background-color: #e9e9ff; }
table.zebra > tbody > tr:nth-child(2n+1) {background-color: #e9e9ff; }
table .hover:hover { background-color: orange; } /* for occasions where a table element is class="hover": for legibility in larger tables */
/* --- MAIN PAGE STYLES --- */
/* darkgreen header */
.mainpagetabledarkgreen { background-color:#8AC4B4; }
/* green body */
.mainpagetablegreen { background-color:#A2CCBE; }
/* darkblue header */
.mainpagetabledarkblue { background-color:#A0A2B8; }
/* blue body */
.mainpagetableblue { background-color:#BABBD0; }
/* darkred header */
.mainpagetabledarkred { background-color:#BDACAC; }
/* red body */
.mainpagetablered { background-color:#D7C6C6; }
/* --- GENERAL TEMPLATE DESIGNS --- */
/* bg for wowbox */
.wowboxbg { background-color:#DDD; }
/* making certain links black on monobook */
/* .speciallink { color:black; } */
/* disambig, i-note design */
.greybar {
  color: #000;
  background-color: #DDD;
  border-top: 1px #606060 solid;
  border-bottom: 1px #606060 solid;
}
/* band, in use by [[template:infoline]] */
.band { display:table;
        margin: 0.2ex 3em;
        text-align: center;
        padding: 1ex 3em 0.5ex;
        line-height:130%; }
/* --- {{t|Ambox}} TEMPLATE DESIGNS --- */
/* {{t|Ambox}} design */
.ambox {
  font-size: 95%;
  width: 80%;
  margin: 0 auto;
  border: 1px #AAA solid;
  border-left: 10px solid #228b22;
  border-collapse: collapse;
  background-color: #EEE;
}
/* {{t|Ambox}} colors */
.ambox-blue { border-left: 10px solid #1e90ff; }
.ambox-red { border-left: 10px solid #b22222; }
.ambox-orange { border-left: 10px solid #f28500; }
.ambox-yellow { border-left: 10px solid #f4c430; }
.ambox-purple { border-left: 10px solid #9932cc; }
.ambox-gray { border-left: 10px solid #bba; }
.ambox-green { border-left: 10px solid #228b22; }
/* {{t|Ambox}} small text */
.amsmalltext {
  font-size: 90%;
  margin-top:0.5em;
  margin-left:0.8em;
}
/* {{t|Ambox}} image */
.ambox-image {                          /* The left image cell */
  width: 60px;
  padding: 2px 0px 2px 0.5em;            /* 0.5em left, 0px right */
  text-align: center;
}
@media print { .ambox { display: none; } } /* no ambox when printing */
/* --- COLORS --- */
/* Blizz text color */
.blizztext, .text-blizz { color:#0070af; }
/* MVP text color */
.mvptext, .text-mvp { color:#81B558; }
/* text colors: say, yell, emote, whisper */
.text-say {color:#CC9900;}
.text-yell {color:#FF4040;}
.text-emote {color:#F87431;}
.text-whisper {color:#F8B0DE;}
.text-bossemote {color:#f0d000;}
.text-flavor {color: #ffd517;}
/* Item Quality Colors */
.qc-artifact, .qc-artifact a, .qc-heirloom, .qc-heirloom a { color: #e6cc80; }
.qc-legendary, .qc-legendary a { color: #ff8000; }
.qc-epic, .qc-epic a { color: #a335ee; }
.qc-rare, .qc-rare a { color: #0070ff; }
.qc-uncommon, .qc-uncommon a { color: #1eff00; }
.qc-common, .qc-common a { color: #000000; } /* common is normally white, but white on white is bad */
  div.itemtooltip li a span.qc-common, .htt .tooltip-content li a span.qc-common {color:#fff} /* but we want it white inside tooltips. */
.qc-poor, .qc-poor a { color: #9d9d9d; }
.qc-enchant, .qc-enchant a { color:#ffd100; }
.qc-object, .qc-object a { color:#eeee00; }
/* Class Colors */
.cc-druid, .cc-druid a { color: #FF7D0A; }
.cc-hunter, .cc-hunter a { color: #ABD473; }
.cc-mage, .cc-mage a { color: #69CCF0; }
.cc-monk, .cc-monk a { color: #00FF96; } /* Theoretically from game UI constant value. */
.cc-paladin, .cc-paladin a { color: #F58CBA; }
.cc-priest, .cc-priest a { color: gray; } /* priest is white, but not on light skins... see monaco/wowwiki.css */
.cc-rogue, .cc-rogue a { color: #CC9900; }
.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: #663300; }
.druid a, .druidalt a { color: #ff7f0a; }
.hunter, .hunteralt { color: white; }
.hunter { background-color: #445533; }
.hunteralt { background-color: #334422; }
.hunter a, .hunteralt a { color: #ABD473; }
.mage, .magealt { color: white; }
.mage { background-color: #4488aa; }
.magealt { background-color: #336677; }
.mage a, .magealt a { color: #66ccff; }
.paladin, .paladinalt { color: white; }
.paladin { background-color: #883355; }
.paladinalt { background-color: #662244; }
.paladin a, .paladinalt a { color: #ff99cc; }
.priest, .priestalt { color: white; }
.priest { background-color: #777777; }
.priestalt { background-color: #444444; }
.priest a, .priestalt a { color: #bbbbbb; }
.rogue, .roguealt { color: white; }
.rogue { background-color: #555500; }
.roguealt { background-color: #444400; }
.rogue a, .roguealt a { color: #fff569; }
.shaman, .shamanalt { color: white; }
.shaman { background-color: #112277; }
.shamanalt { background-color: #112255; }
.shaman a, .shamanalt a { color: #2459FF; }
.warlock, .warlockalt { color: white; }
.warlock { background-color: #331155; }
.warlockalt { background-color: #220044; }
.warlock a, .warlockalt a { color: #cc99ff; }
.warrior, .warrioralt { color: white; }
.warrior { background-color: #775533; }
.warrioralt { background-color: #443322; }
.warrior a, .warrioralt a { color: #C79C6E; }
.deathknight, .deathknightalt { color: white; }
/* .deathknight { background-color: #; } */
/* .deathknightalt { background-color: #; } */
.deathknight a, .deathknightalt a { color: #C41E3A; }
/* PLAINLINKS (see wikipedia:Common.css */
.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 { display: none !important; }
/* USERBOXES */
table.wwusrbox {float: left; margin: 0.2em; padding: 0; border-width: 1px; border-style: solid;}
table.wwusrbox td.left, table.wwusrbox td.right {text-align: center; vertical-align: middle; font-size: 1.6em; padding: 0;}
table.wwusrbox td.main {padding: 0 4px; vertical-align: middle; line-height: 125%; font-size: 0.90em;}
table.wwusrbox {border-color: #aaa; background: #f8f8f8;}
table.wwusrbox td.left, table.wwusrbox td.right {background: #d8d8d8;}
/* - Book Styling */
div.book { margin: 0.5em; }
div.book > div {
  border-width: 1px;
  border-style: solid;
}
div.book > div > h4  {
  margin: 0;
  padding: 0.2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: Georgia, serif;
  font-size: 1.1em;
  font-weight: bold;
}
div.book > div > h4 span.editsection {
  font-family: sans-serif;
  font-size: 0.91em;
}
div.book > div > div > div {
  margin: 0.5em;
  margin-top: 0;
  font-family: Georgia, serif;
  font-size: 0.85em;
  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 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 2em;
}
div.book p:first-child::first-letter {
  line-height: 1;
  text-transform: uppercase;
  font-size: 2em;
  border-width: 1px;
  border-style: solid;
  padding: 1px;
}
/* Select reputation colors */
span.rep-friendly {color: lime}
span.rep-neutral {color: yellow}
span.rep-hostile {color: red}
/* Tooltip formatting common */
div.wtooltip {min-width: 15em; padding: 0.3em; margin: 5px; background-color: #111; border: 1px #bbb solid; -moz-border-radius: 0.75ex; -webkit-border-radius: 0.75ex; color: white; text-align: left;}
div.wtooltip ul {margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none;}
/* Buffs & Debuffs */
div.bufftip {border-width: 1px; border-style: solid; border-color: #aaaaaa;}
div.debuff {border-color: #cc0000;}
div.debuffmagic {border-color: #3399ff;}
div.debuffcurse, div.buffweapon {border-color: #9900ff;}
div.debuffdisease {border-color: #996600;}
div.debuffpoison {border-color: #009900;}
.achievementlink {color: goldenrod;}
/* WoW Giveaway page background */
.giveawaybg {
  background: url(http://images1.wikia.nocookie.net/wowwiki/images/c/c4/WoWGiveawayBackground.jpg) no-repeat top !important;
}
/******* Common.css *******/
/****** TESTING AREA ******/
/**************************/
/* New main page-related styles */
body.page-Portal_Main #wikia_page, body.page-Portal_World_of_Warcraft #wikia_page, body.page-Portal_TBC #wikia_page, body.page-Portal_WotLK #wikia_page, body.page-Portal_Cataclysm #wikia_page, body.page-Portal_MoP #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_TBC hr, body.page-Portal_WotLK hr, body.page-Portal_Cataclysm hr, body.page-Portal_MoP hr, body.page-Portal_Interface_customization hr, body.page-Portal_Warcraft_universe hr, body.page-Portal_Community hr {
color: #444;
background-color: #444;
}
.mpcontentbox-sidebar {
margin-top:10px;
padding:7px 10px 12px 10px;
-moz-border-radius:0.5em;
-webkit-border-radius:0.5em;
font-size:90%;
}
.mpcontentbox-main {
margin-top:10px;
padding:7px 15px 12px 15px;
-moz-border-radius:0.5em;
-webkit-border-radius:0.5em;
font-size:90%;
}
.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 light version, with corrections for multiple browsers */
#mptabslite { font-size:93%; font-weight:bold; clear: left; margin:1em 0 3px 0; }
#mptabslite a { margin:0 2px }
#mptabslite a .inactivetab, #mptabslite strong .inactivetab {
  padding:5px 10px;
  margin:0;
  background:#2C2C2C;
  color:#FFF;
  text-decoration:none;
  -moz-border-radius-topright:0.5em;
  -moz-border-radius-topleft:0.5em;
  -webkit-border-radius-topright:0.5em;
  -webkit-border-radius-topleft:0.5em;
}
#mptabslite .activetab {
  padding:5px 10px;
  margin:0;
  background:#191919;
  color:#FFF;
  text-decoration:none;
  -moz-border-radius-topright:0.5em;
  -moz-border-radius-topleft:0.5em;
  -webkit-border-radius-topright:0.5em;
  -webkit-border-radius-topleft:0.5em;
}
#mptabslite a .inactivetab:hover, #mptabslite strong .inactivetab:hover { background:#1E1E1E; color:#FFF; }
#mptabslite a:hover { text-decoration:none !important; }
/* mptabs styles (may soon become obsolete) */
#mptabs {
  font-size:93%;
  font-weight:bold;
  clear: left;
  margin:1em 0 3px 0;
}
#mptabs .activetab {
  padding:5px 10px 5px 10px;
  margin:0 3px 0 0;
  background:#BBB;
  text-decoration:none;
  color:black;
  -moz-border-radius-topright:0.5em;
  -moz-border-radius-topleft:0.5em;
  -webkit-border-radius-topright:0.5em;
  -webkit-border-radius-topleft:0.5em;
}
#mptabs a .inactivetab, #mptabs strong .inactivetab {
  padding:5px 10px 5px 10px;
  margin:0 3px 0 0;
  text-decoration:none;
  background:#DDD;
  color:black;
  -moz-border-radius-topright:0.5em;
  -moz-border-radius-topleft:0.5em;
  -webkit-border-radius-topright:0.5em;
  -webkit-border-radius-topleft:0.5em;
}
#mptabs a .inactivetab:hover, #mptabs strong .inactivetab:hover {
  background:#CCC;
  color:black;
}
#mptabs a:hover { text-decoration:none !important; }
/* poll stuff */
.poll {
      width: 88% !important;
      max-width: 500px !important;
      background-color: #A0A2B8 !important;
      border:none !important;
      padding:5px 0px 5px 0px !important;
}
.pollAjax { background-color: #999 !important; }
.pollAnswerVotes div {
      background-color: #999 !important;
      margin-right:10px !important;
}
.poll .ourVote div { border:1px solid #CCC !important; }
/* NEW poll stuff */
div.ajax-poll {
border:none !important;
width:88% !important;
}
/* costitem */
span.costitem div { display: inline; }
/* Login form fix attempt for all skins */
* html #userloginForm form { float: none; }
* html #userlogin form { float: none; }
/* Table sort for Special:Filelist */
.TablePager_sort { background-position: 2px 50%; }
.TablePager th a { display: block; }
.TablePager_sort a { padding: 0 4px 0 16px; }
/* Lootbox design */
table.lootbox td {padding: 1px; margin: 0}
table.lootbox div.itemtooltip {margin: 0}
/* Forum formatting */
.forumheader { color:#fff; border: 1px solid #000; background-color: #282828; margin-top: 1em; padding: 12px; }
.forumlist td span { display: block; padding-left: 10px; font-size: smaller; }
.forumlist td span a { text-decoration: none; }
.forumlist td span.forum_author { padding-left: 30px; }
.forumlist td.forum_edited a { text-decoration: none; }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title span a { padding-left: 0px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(http://images1.wikia.nocookie.net/__cb1/wowwiki/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }
/* "Temporary" additions */
.blizzcon { background: url('http://images1.wikia.nocookie.net/__cb1/wowwiki/images/3/30/WoWbg.jpg');
}
.opacity70 { background: url('http://images1.wikia.nocookie.net/__cb1/wowwiki/images/c/ca/70opacity.png') repeat; }
/* accessibility tweaks */
.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 { border-right:medium none; padding-right:0; }
/* styles for single elink template */
span.elink-bydate { color:#aaa; }
/* styles for elinks templates, but not single elink template */
ul.elinks { list-style-type: none; padding: 0px; margin: 0px; }
ul.elinks li {
list-style: none;
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 25px;
min-height: 25px;
vertical-align: middle;
}
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, span.both-link, span.combat-link {
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 17px;
min-height: 15px;
vertical-align: middle;
}
span.alliance-link { background-image: url('http://images4.wikia.nocookie.net/__cb1/wowwiki/images/4/48/Official_alliance_mini-icon.png'); }
span.horde-link { background-image: url('http://images2.wikia.nocookie.net/__cb1/wowwiki/images/0/07/Official_horde_mini-icon.png'); }
span.neutral-link { background-image: url('http://images3.wikia.nocookie.net/__cb1/wowwiki/images/c/cb/Neutral_15.png'); }
span.both-link { background-image: url('http://images2.wikia.nocookie.net/__cb1/wowwiki/images/9/97/Both_15.png'); }
span.combat-link { background-image: url('http://images1.wikia.nocookie.net/__cb1/wowwiki/images/4/48/Combat_15.png'); }
.alliance-link-big, .horde-link-big, .neutral-link-big, .both-link-big, .combat-link-big {
background-repeat: no-repeat;
background-position: 1px 3px;
padding-left: 39px;
min-height: 36px;
vertical-align: middle;
}
.alliance-link-big { background-image: url('http://images4.wikia.nocookie.net/__cb1/wowwiki/images/2/25/Alliance_32.png'); }
.horde-link-big { background-image: url('http://images2.wikia.nocookie.net/__cb1/wowwiki/images/4/4f/Horde_32.png'); }
.neutral-link-big { background-image: url('http://images2.wikia.nocookie.net/__cb1/wowwiki/images/1/19/Neutral_32.png'); }
.combat-link-big { background-image: url('http://images1.wikia.nocookie.net/__cb1/wowwiki/images/c/c1/Combat_32.png'); }
.both-link-big { background-image: url('http://images1.wikia.nocookie.net/__cb1/wowwiki/images/9/96/Both_32.png'); }
span.socketlink-red { background-image: url('http://images1.wikia.nocookie.net/__cb1/wowwiki/images/0/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-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 18px;
min-height: 16px;
vertical-align: middle;
}
span.socketlink a {
color:#999;
}
.page-Special_Search #contentSub { font:10pt sans-serif; }
.mw-userpage-userdoesnotexist {
font:bold 12pt sans-serif;
text-align:center;
border:2px solid red;
}
.quotemark {
font:bold 35px Times New Roman,serif;
padding:7px;
position:relative;
top:-12px;
}
.quote { max-width:75%; }
/* display:none; */
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_TBC #contentSub, body.page-Portal_WotLK #contentSub, body.page-Portal_Cataclysm #contentSub, body.page-Portal_MoP #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, .wikia-gallery-add, #mw-editbutton-wpg, #mw-editbutton-vet, #star-rating-row, #fe_random_icon, #fe_random_link, #fe_whatlinkshere, #fe_history, .article-sidebar, #jsErrors, span.costitem p.error { display:none; }
#profile-content-inner { margin-right:0; }
.itemlink {white-space: nowrap}
/* talent trees (experimental) */
.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; }
/* end of common.css content */
/***** Monaco.css ******
***** OTHER TWEAKS *****
************************/
/* --- RC LIST --- */
/* rc list byte-change colours */
.mw-plusminus-neg {
color:#FFA932;
}
.mw-plusminus-pos {
color:#4EFF43;
}
.mw-plusminus-null {
color:#AAA;
}
/* move namespace bit on RC to the right */
div.namespacesettings {
background:#292929;
border:1px dotted #606060;
clear:none;
float:right;
font-size:90%;
padding:4px;
position:relative;
top:-4em;
width:160px;
}
/* recent changes: colour 'N' and 'm' */
.newpage {
color:#E5CC80;
}
.minor {
color:#BBB;
}
/* --- CATEGORY BAR ICONS --- */
/* ensure no overlap */
#catlinks {
padding-right:3em;
}
/* article */
.ns-0 #catlinks {
background-image:url(http://images3.wikia.nocookie.net/__cb1/wowwiki/images/4/43/Icon-article-22x22.png);
}
/* article talk */
.ns-1 #catlinks {
background-image:url(http://images4.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* user */
.ns-2 #catlinks {
background-image:url(http://images1.wikia.nocookie.net/__cb1/wowwiki/images/c/c2/Icon-player-22x22.png);
}
/* user talk */
.ns-3 #catlinks {
background-image:url(http://images2.wikia.nocookie.net/__cb1/wowwiki/images/6/6d/Icon-group-22x22.png);
}
/* project */
.ns-4 #catlinks {
background-image:url(http://images3.wikia.nocookie.net/__cb1/wowwiki/images/f/f1/Icon-edit-22x22.png);
}
/* project talk */
.ns-5 #catlinks {
background-image:url(http://images4.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* image */
.ns-6 #catlinks {
background-image:url(http://images1.wikia.nocookie.net/__cb1/wowwiki/images/4/44/Icon-image-22x22.png);
}
/* image talk */
.ns-7 #catlinks {
background-image:url(http://images2.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* mediawiki*/
.ns-8 #catlinks {
background-image:url(http://images3.wikia.nocookie.net/__cb1/wowwiki/images/c/c3/Icon-boilerplate-22x22.png);
}
/* mediawiki talk */
.ns-9 #catlinks {
background-image:url(http://images4.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* template */
.ns-10 #catlinks {
background-image:url(http://images1.wikia.nocookie.net/__cb1/wowwiki/images/e/e6/Icon-template-22x22.png);
}
/* template talk */
.ns-11 #catlinks {
background-image:url(http://images2.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* help */
.ns-12 #catlinks {
background-image:url(http://images3.wikia.nocookie.net/__cb1/wowwiki/images/e/e0/Icon-help-22x22.png);
}
/* help talk */
.ns-13 #catlinks {
background-image:url(http://images4.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* category */
.ns-14 #catlinks {
background-image:url(http://images1.wikia.nocookie.net/__cb1/wowwiki/images/e/e6/Icon-download-22x22.png);
}
/* category talk */
.ns-15 #catlinks {
background-image:url(http://images2.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* forum */
.ns-110 #catlinks {
background-image:url(http://images3.wikia.nocookie.net/__cb1/wowwiki/images/6/6d/Icon-group-22x22.png);
}
/* guild */
.ns-112 #catlinks {
background-image:url(http://images1.wikia.nocookie.net/__cb1/wowwiki/images/6/6d/Icon-group-22x22.png);
}
/* guild talk */
.ns-113 #catlinks {
background-image:url(http://images2.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* server */
.ns-114 #catlinks {
background-image:url(http://images3.wikia.nocookie.net/__cb1/wowwiki/images/4/49/Icon-blizzard-22x22.png);
}
/* server talk */
.ns-115 #catlinks {
background-image:url(http://images4.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* portal */
.ns-116 #catlinks {
background-image:url(http://images1.wikia.nocookie.net/__cb1/wowwiki/images/2/24/Center-minimap-arrow.png);
}
/* portal talk */
.ns-117 #catlinks {
background-image:url(http://images2.wikia.nocookie.net/__cb1/wowwiki/images/a/a8/Icon-chat-22x22.png);
}
/* positioning */
.ns-0 #catlinks,.ns-1 #catlinks,.ns-2 #catlinks,.ns-3 #catlinks,.ns-4 #catlinks,.ns-5 #catlinks,.ns-6 #catlinks,.ns-7 #catlinks,.ns-8 #catlinks,.ns-9 #catlinks,.ns-10 #catlinks,.ns-11 #catlinks,.ns-12 #catlinks,.ns-13 #catlinks,.ns-14 #catlinks,.ns-15 #catlinks,.ns-110 #catlinks,.ns-111 #catlinks,.ns-112 #catlinks,.ns-113 #catlinks,.ns-114 #catlinks,.ns-115 #catlinks,.ns-116 #catlinks,.ns-117 #catlinks {
background-position:99% 50%;
background-repeat:no-repeat;
}
/* --- SPECIAL:ALLMESSAGES FIXES --- */
table#allmessagestable {
margin:1em 1em 1em 0;
}
table#allmessagestable th {
background-color:#113A5E;
color:#FFF;
padding:0 0.5em;
}
table#allmessagestable tr.orig {
background-color:#2D2D2D;
color:#FFF;
}
table#allmessagestable tr.def {
background-color:#222;
color:#FFF;
}
table#allmessagestable tr.new {
background-color:#112A44;
color:#FFF;
}
/* --- LINKS --- */
/* links get orange colour on select */
a:active {
color:#faa700;
}
#bodyContent a.extiw:active,#bodyContent a.external:active {
color:#faa700;
}
/* external/interwiki link colours */
#bodyContent a.external,#bodyContent a.extiw {
color:#58c;
}
#bodyContent a.external:visited,#bodyContent a.extiw:visited {
color:#5c66d3;
}
/* --- TEXT TWEAKS ---
adding margin-top to h2 heading */
h2 {
margin-top:1em;
}
/* bigger  text */
small {
font-size:85%;
}
/* --- IMAGE METADATA FIXES --- */
table.mw_metadata {
font-size:95%;
}
table.mw_metadata th {
background-color:#113A5E;
color:#fff;
}
table.mw_metadata td {
background-color:#222;
color:#fff;
}
/* --- SPECIAL:IMAGELIST FIXES --- */
table.imagelist {
margin:1em 1em 1em 0;
}
table.imagelist th {
background-color:#112A44;
color:#FFF;
padding:0 0.5em;
}
.imagelist th.TablePager_sort {
background-color:#113A5E;
color:#FFF;
}
.TablePager th {
background-color:#202020;
color:#FFF;
}
.TablePager td {
background-color:#202020;
color:#FFF;
}
.TablePager tr:hover td {
background-color:#272727;
color:#FFF;
}
/* --- DIFFS --- */
/* ins and del overrides */
ins.diffchange {
color:#8F8;
}
del.diffchange {
color:#F77;
}
td.diff-deletedline div span.diffchange {
color:#F77;
}
td.diff-addedline div span.diffchange {
color:red;
}
/* --- LAG WARNINGS ON CONTRIBS, ETC --- */
/* lag warning fixes */
div.mw-lag-warn-normal {
background-color:#202228;
border:1px solid #666;
color:white;
margin:10px;
}
div.mw-lag-warn-high {
background-color:#2D1C1C;
border:1px solid #666;
margin:10px;
}
/* --- SPECIAL:NEWPAGES --- */
/* Special:NewPages fix */
.page-Special_NewPages li {
padding:5px;
}
.page-Special_NewPages li.not-patrolled {
background-color:#372626;
border:1px solid #511;
border-left:3px solid #d00;
color:#FFF !important;
margin-bottom:-1px;
padding:2px 2px 3px 4px;
}
/* --- OTHER DESIGN CHANGES --- */
/* fixing white background on blank articles */
div.noarticletext {
background:#202020;
border-color:#666;
color:#fff;
}
/* background for transparent images when viewed directly */
#file img {
background:transparent url(http://images3.wikia.nocookie.net/__cb1/wowwiki/images/thumb/3/34/Wwchecker.svg/16px-Wwchecker.svg.png) repeat scroll 0 0;
}
/* toc size fix */
#toc {
font-size:90%;
}
/* Recreation of old pages made sexier */
div#mw-recreate-deleted-warn {
background:#202020;
border:1px solid #606060;
margin-bottom:10px;
padding:1em;
}
/* Fieldsets darkened bg */
fieldset {
background:#202020;
border:1px solid #606060;
color:#FFF;
}
fieldset legend {
background:#202020;
color:#FFF;
}
/******* Monaco.css *********
***** WOWWIKI TEMPLATES *****
*****************************/
/* --- TABLE STYLES --- */
/* remove table bg */
table {
background-color:transparent;
}
/* dark table style */
table.darktable {
background:#202020;
border:1px solid #606060;
font-size:90%;
padding:5px;
}
table.darktable th {
background-color:#113A5E;
padding:0 0.5em;
}
table.darktable caption {
font-size:120%;
font-weight:700;
}
table.darktable tr:not(:first-child) th {
background-color:#112A44;
}
table.darktable tr:not(:first-child) th.alttitle { background-color: #113A5E; }
/* navbox container style; rest of styling resides in [[MediaWiki:Common.css]] */
table.navbox {
border:1px solid #606060;
}
.navbox,.navbox-subgroup {
background:#202020;
}
.navbox-list {
border-left-color:#202020;
}
.navbox-title,table.navbox th {
background:#112A44;
}
.navbox-abovebelow,.navbox-group,.navbox-subgroup .navbox-title {
background:#2F2F2F;
}
.navbox-subgroup .navbox-group,.navbox-subgroup .navbox-abovebelow {
background:#2C2C2C;
}
.navbox-even {
background:#232323;
}
/* Other table stuff, navframe */
.title {
background-color:#2c2c2c;
font-weight:700;
text-align:center;
}
div.NavFrame {
border:1px solid #606060;
}
div.NavFrame div.NavHead {
background-color:#2D2D2D;
}
/* alt row coloring */
.alt { background-color:#2c2c2c; }
table.zebra > tbody > tr:nth-child(2n+1) { background-color:#2c2c2c; }
/* --- MAIN PAGE STYLES --- */
/* darkgreen header */
.mainpagetabledarkgreen {
background-color:#1A2424;
}
/* green body */
.mainpagetablegreen {
background-color:#222C2E;
}
/* darkblue header */
.mainpagetabledarkblue {
background-color:#202228;
}
/* blue body */
.mainpagetableblue {
background-color:#2A2B30;
}
/* darkred header */
.mainpagetabledarkred {
background-color:#2D1C1C;
}
/* red body */
.mainpagetablered {
background-color:#372626;
}
/* --- COMMON QUALITY CHANGED TO WHITE --- */
.qc-common,.qc-common a {
color:#FFF;
}
/* --- TEMPLATE DESIGNS --- */
/* disambig, i-note design */
.greybar {
background-color:#2c2c2c;
border-bottom:1px #606060 solid;
border-top:1px #606060 solid;
color:#EEE;
}
/* [[Template:Ambox]] design */
.ambox {
background-color:#404040;
border:1px #606060 solid;
}
/* {{t|Ambox}} colours */
.ambox-blue {
border-left:10px solid #1e90ff;
}
.ambox-red {
border-left:10px solid #b22222;
}
.ambox-orange {
border-left:10px solid #f28500;
}
.ambox-yellow {
border-left:10px solid #f4c430;
}
.ambox-purple {
border-left:10px solid #9932cc;
}
.ambox-gray {
border-left:10px solid #bba;
}
.ambox-green {
border-left:10px solid #228b22;
}
/* --- CLASS COLOURS --- */
.druid,.druidalt {
color:#FFF;
}
.druid {
background-color:#7f3e05;
}
.druidalt {
background-color:#630;
}
.druid a,.druidalt a {
color:#ff7f0a;
}
/* .druid a:visited, .druidalt a:visited {#996600;} */
.hunter,.hunteralt {
color:#FFF;
}
.hunter {
background-color:#453;
}
.hunteralt {
background-color:#342;
}
.hunter a,.hunteralt a {
color:#ABD473;
}
/* .hunter a:visited, .hunteralt a:visited {color: #778844;} */
.mage,.magealt {
color:#FFF;
}
.mage {
background-color:#48a;
}
.magealt {
background-color:#367;
}
.mage a,.magealt a {
color:#6cf;
}
/* .mage a:visited, .magealt a:visited {color: #335566;} */
.paladin,.paladinalt {
color:#FFF;
}
.paladin {
background-color:#835;
}
.paladinalt {
background-color:#624;
}
/* for alternating lines in some tables */
.paladin a,.paladinalt a {
color:#f9c;
}
/* .paladin a:visited, .paladinalt a:visited {color: #ff33cc;} */
.priest,.priestalt {
color:#FFF;
}
.priest {
background-color:#444;
}
.priestalt {
background-color:#2D2D2D;
}
.priest a,.priestalt a {
color:#bbb;
}
/* .priest a:visited, .priestalt a:visited {color: #999999;} */
.rogue,.roguealt {
color:#FFF;
}
/* rogue colors look horrendous atm, imo */
.rogue {
background-color:#550;
}
.roguealt {
background-color:#440;
}
.rogue a,.roguealt a {
color:#fff569;
}
/* .rogue a:visited, .roguealt a:visited {color: #cccc44;} */
.shaman,.shamanalt {
color:#FFF;
}
.shaman {
background-color:#127;
}
.shamanalt {
background-color:#125;
}
.shaman a,.shamanalt a {
color:#2459FF;
}
/* .shaman a:visited, .shamanalt a:visited {color: #2244bb;} */
.warlock,.warlockalt {
color:#FFF;
}
.warlock {
background-color:#315;
}
.warlockalt {
background-color:#204;
}
.warlock a,.warlockalt a {
color:#c9f;
}
/* .warlock a:visited, .warlockalt a:visited {color: #cc33cc;} */
.warrior,.warrioralt {
color:#FFF;
}
.warrior {
background-color:#753;
}
.warrioralt {
background-color:#432;
}
.warrior a,.warrioralt a {
color:#C79C6E;
}
/* .warrior a:visited, .warrioralt a:visited {color: #997755;} */
/* --- OTHER --- */
.wowboxbg {
background-color:#3C3C3C;
}
.speciallink {
color:#EEE;
}
/* Blizz text colour, as used by blues in forums */
.blizztext, .text-blizz {
color:#00c0ff;
}
/* class color overrides */
.cc-priest {color:#FFFFFF;}
.cc-rogue {color:#FFF468;}
/* text colors: say, yell, emote, whisper */
.text-say {color:#FFFF9F;}
.text-yell {color:#FF4040;}
.text-emote {color:#F87431;}
.text-whisper {color:#F8B0DE;}
.text-bossemote {color:#f0d000;}
/* Blizz link color, as used by blues in forums */
.blizzlink {
color:#ffac04;
}
/* Default userbox */
table.wwusrbox {
background:#222;
border-color:#444;
}
table.wwusrbox td.left,table.wwusrbox td.right {
background:#161616;
}
/* - Book Styling */
div.book > div {
background-color:#2A2A2A;
border-color:#222 #444 #444 #222;
}
div.book > div > h4 {
background-color:#262626;
border-bottom-color:#2D2D2D;
color:#FB2;
}
div.book > div > h4 span.editsection {
color:#EEE;
}
/* 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 {
color:#FB2;
}
div.book p:first-child::first-letter {
background-color:#320;
border-color:#FB2;
color:#FB2;
}
/* --- REFERENCE STYLES ---
Highlight clicked reference in blue to help navigation */
ol.references > li:target {
background-color:#35586C;
}
sup.reference:target {
background-color:#35586C;
}
/***** Monaco.css ******
***** TESTING AREA *****
************************/
/* fix for toolbar jumping after pageload, remove math button */
#toolbar {
height:23px;
}
/* reduce heading margin */
body h1.firstHeading {
margin-top:-10px;
}
#siteNotice {
margin-top:-5px;
}
/* login form tweaks */
* html #userloginForm form {
float:none;
}
* html #userlogin form {
float:none;
}
#userloginForm form, div#userlogin form#userlogin2 {
padding:1em;
}
/* userengagement override */
.userengagement,.editsimilar {
background-color:#282828 !important;
border:1px solid #000 !important;
color:#fff;
}
div.editsimilar a {
color:#70B8FF !important;
}
/* New main page-related styles */
.mpcontentbox-header {
border-bottom:1px solid #444;
}
.bg-darkgray {
background-color:#191919;
}
.bg-darkblue {
background-color:#191B1F;
}
.bg-darkred {
background-color:#201919;
}
.bg-darkgreen {
background-color:#1A201D;
}
#mptabs .activetab {
background:#191919;
color:#FFF;
text-decoration:none;
}
#mptabs a .inactivetab, #mptabs strong .inactivetab {
background:#2C2C2C;
color:#FFF;
text-decoration:none;
}
#mptabs a .inactivetab:hover, #mptabs strong .inactivetab:hover {
background:#1E1E1E;
color:#FFF;
}
#mptabs a:hover {
text-decoration:none !important;
}
/* poll stuff */
.poll {
background-color:#191B1F !important;
border:none !important;
padding:5px 0 !important;
}
.pollAjax {
background-color:#090909 !important;
}
.pollAnswerVotes div {
background-color:#090909 !important;
}
.poll .ourVote div {
border:1px solid #CCC !important;
}
/* editcount fix */
#editcount table table {
color:#000;
}
/* ProblemReports fix */
#mailer #mailer-templates {
background-color:#292929 !important;
border-left:solid 2px #303030 !important;
}
#mailer .actionBar {
background-color:#202020 !important;
border-bottom-width:0 !important;
border-top-width:0 !important;
}
/* Stub class fix */
a.stub {
color:#f28500 !important;
}
/* History page "updated since last visit" */
span.updatedmarker {
background-color:transparent;
color:#4f4;
font-size:90%;
font-weight:700;
}
/* CSS/JS highlighting fix */
.kw1 {
color:#FFF !important;
}
/* JS message tweak */
div#mw-js-message {
background-color:#202020;
border:solid 1px #606060;
color: #FFF;
}
/* History page tweaks */
table.filehistory {
border:2px solid #555;
}
table.filehistory th,table.filehistory td {
border:1px solid #444;
}
/* Print CSS fix */
body.printable #article {
background-color: #fff !important;
color: #000 !important;
}
/* Special:SpecialPages fix */
h4.mw-specialpagesgroup {
background-color:#222;
color:#fff;
}
.page-Billing_support ul#articleFooterActions2 {
display:none;
}
.mw-search-result-data {
color:#77FF77;
}
.abilitylink {
color: #60DBFD;
}
.powerlink {
color: #90EE90; /* should be same as 'lightgreen' */
}
/**********************
*        SMW        *
**********************/
table.smwb-ifactbox, table.swmb-factbox, tr.smwb-center, div.smwfact, table.smwfacttable, td.smwpropname, td.smwprops, td.smwspecname, td.smwspecs, tr.smwb-title td, tr.smwb-propvalue td, tr.smwb-center td, div.drilldown-category { background-color: #333 !important; }
div.smwfact a { color:#70B8FF !important; }
tr.smwb-title, tr.smwb-propvalue, div.drilldown-categories-header { background-color: #282828 !important; }
tr.smwb-title th, tr.smwb-propvalue th, tr.smwb-center th, div.fieldBox, div.drilldown-categories-wrapper { background-color: transparent !important; }
tr.smwb-propvalue th, tr.smwb-propvalue td, tr.smwb-title td, table.smwb-factbox, table.smwb-ifactbox { border-color: #202020 !important; }
table.smwtable {
background:#202020 !important;
border:1px solid #606060 !important;
font-size:90% !important;
padding:5px !important;
}
table.smwtable th {
background-color:#113A5E !important;
padding:0 0.5em !important;
}
table.smwtable caption {
font-size:120% !important;
font-weight:700 !important;
}
table.smwtable tr:not(:first-child) th {
background-color:#112A44 !important;
}
table.smwtable td {
background-color: #202020 !important;
}
/* Tooltips */
/* div.itemtooltip li a {color: inherit} would ideally replace most a declarations here, but IE support is lacking. */
div.itemtooltip {
  min-width: 15em;
  padding: 0.3em;
  margin: 5px;
  background-color: #111;
  border: 1px #bbb solid;
  -moz-border-radius: 0.75ex;
  -webkit-border-radius: 0.75ex;
  text-align: left;
}
div.itemtooltip ul, .htt .tooltip-content ul {margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none;}
div.itemtooltip, div.itemtooltip li, div.itemtooltip li a, .htt .tooltip-content, .htt .tooltip-content li, .htt .tooltip-content li a {color: #fff;}
div.itemtooltip li.socket, div.itemtooltip li.socket a, .htt .tooltip-content li.socket, .htt .tooltip-content li.socket a {color: #999;}
div.itemtooltip li.glyph, div.itemtooltip li.glyph a, .htt .tooltip-content li.glyph, .htt .tooltip-content li.glyph a {color:#71d5ff;}
div.itemtooltip li.req, div.itemtooltip li.req a, .htt .tooltip-content li.req, .htt .tooltip-content li.req a {color: #999;}
div.itemtooltip li.locked, div.itemtooltip li.locked a, .htt .tooltip-content li.locked, .htt .tooltip-content li.locked a {color: #999;}
div.itemtooltip li.bonus, div.itemtooltip li.bonus a, .htt .tooltip-content li.bonus, .htt .tooltip-content li.bonus a {color: #0f0;}
div.itemtooltip li.flavor, div.itemtooltip li.flavor a, .htt .tooltip-content li.flavor, .htt .tooltip-content li.flavor a {color: #ffd517;}
div.itemtooltip li.detail, div.itemtooltip li.detail a, .htt .tooltip-content li.detail, .htt .tooltip-content li.detail a {color: #66c;}
div.itemtooltip li.set, div.itemtooltip li.set a, .htt .tooltip-content li.set, .htt .tooltip-content li.set a {color: #ffd100;}
div.itemtooltip li.setbonus, div.itemtooltip li.setbonus a, .htt .tooltip-content li.setbonus, .htt .tooltip-content li.setbonus a {color: #999;}
.tooltip, .htt .tooltip-content {
  font-size: 1em;
  float: left;
  width: 18em;
  min-width: 15em;
  padding: 0.3em;
  margin: 5px;
  color: #fff;
  background-color: #111;
  border: 1px #bbb solid;
  -moz-border-radius: 0.75ex;
  -webkit-border-radius: 0.75ex;
}
.tooltip ul, .htt .tooltip-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}
.htt .tooltip-content {
  font-size: 1em;
  width: auto !important;
  max-width: 300px;
  background: transparent url(http://images1.wikia.nocookie.net/__cb20080417010831/wowwiki/images/thumb/c/c0/Ttbackground.svg/275px-Ttbackground.svg.png) !important;
}
.htt .tooltip-content .tooltip-hide { display:none; }
.tooltip-ready {
  visibility:hidden;
  display:block;
  z-index:999;
}
/* Background image for BlizzCon meetup page */
.meetup {
  background: url(http://images2.wikia.nocookie.net/joeplayground/images/7/78/BlizzconMeetup.jpg) no-repeat center top !important;
}
/* Bloglist tweaks */
.WikiaBlogListingBox h3 {
  font-weight: normal;
}
.WikiaBlogListingBox h1 a {
  font-size: 13px;
}
.WikiaBlogListingBox .more {
  display: none;
}
.WikiaArticle .WikiaBlogListingBox ul {
  border: none;
}
.author-details > h1 {
  font-size: 150%;
}
/* Image attribution */
.WikiaArticle .picture-attribution {
  display: none !important;
}
/* Text input color for blog comments */
.WikiaArticleComments #article-comm-form textarea {
  color: #D5D4D4;
}

Revision as of 19:22, 22 April 2013

@import url("/index.php?title=MediaWiki:FixMe.css&ctype=text/css&action=raw");