Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(→‎Demon Form: combo strat note)
 
(Proftip broke.)
 
Line 1: Line 1:
  +
/* CSS placed here will be applied to all skins; all template and light skin definitions can be made here */
−
{{Npcbox
 
−
|name = [[Leotheras the Blind]]
 
−
|image = Leotheras the Blind noUI.jpg
 
−
|race = Blood Elf
 
−
|creature = [[Humanoid]]
 
−
|level = ??
 
−
|type=Boss
 
−
|location = [[Serpentshrine Cavern]], [[Coilfang Reservoir]]
 
−
|health = 3,800,000
 
−
|faction = Combat
 
−
|status=Killable
 
−
|instance=Serpentshrine Cavern
 
−
}}
 
   
  +
/* quick fix for darker red links problem */
−
'''Leotheras the Blind''' is a [[Boss]] of [[Serpentshrine Cavern]] in [[Coilfang Reservoir]]. He is a [[blood elf]] [[demon hunter]] who is apparently possessed by a demon himself.
 
  +
a.new { color: #F05048; }
  +
  +
/* Default tables are white; white is bad. */
  +
table { background-color: transparent; }
   
  +
/* to remove the external link icon from sortable tables */
−
== Abilities ==
 
  +
#bodyContent a.sortheader {
−
* Leotheras alternates between Humanoid Form (~45 sec) and Demon Form (~60 sec) through most of the fight. He wipes threat upon transition between forms
 
  +
background: none;
−
* At 15% health, the two forms split apart and must be handled together
 
  +
padding-right: 0;
−
* Berserk: Leotheras' damage is increased by 500% and attack speed is increased by 150%, wiping the raid very quickly. This occurs 10 minutes after Leotheras becomes active.
 
  +
}
  +
  +
/* fixes spacing after using plainlinks class to remove arrow */
  +
#bodyContent .plainlinks a {
  +
background: none !important;
  +
padding: 0 !important;
  +
}
   
−
===Humanoid Form Abilities===
 
−
'''Melee''': 2500-3000 on plate
 
   
  +
/* --- PERSONAL LINKS --- */
−
'''Whirlwind''':
 
  +
−
* 12 sec duration
 
  +
/* icon change */
−
* Leotheras spins around the room (similar to [[Sartura]] in [[Temple of Ahn'Qiraj|Ahn'Qiraj]])
 
  +
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(http://www.wowpedia.org/images/4/49/UserIcon.png) no-repeat; background-position: -3px; }
−
* ~3000 damage instant (mitigated by armor) plus a 15s bleed for 2500 per 3s tick (no mitigation)
 
−
* 15 sec cooldown
 
−
* Randomly switches targets during, and resets [[threat]] at the end
 
   
−
===Demon Form Abilities===
 
−
'''Chaos Blast''' : Leotheras' only attack in this phase, centered on his current target.
 
−
* 2 sec cast
 
−
* 150 fire damage AoE
 
−
* Applies a 45 sec debuff which increases fire damage taken by 1675 and can stack up to 20 times
 
   
  +
/* --- RC LIST --- */
−
=== Inner Demon ===
 
  +
−
About 25 sec into the Demon Form phase, Leotheras summons [[Inner Demon]]s for up to five raid members (never for the person with aggro). The inner demons can only be attacked by the person to which they belong. If Leotheras returns to humanoid form while an Inner Demon is still alive, that person becomes Mind Controlled for 10 minutes (non-removable). Pet classes must make sure their pet does '''not''' get the killing blow, the Mind Control is only prevented if the player deals the death blow.
 
  +
/* rc list byte-change colours */
  +
.mw-plusminus-neg { color: #8B0000; }
  +
.mw-plusminus-pos { color: #006400; }
  +
.mw-plusminus-null { color: #666; }
  +
  +
/* colour 'N' and 'm' */
  +
.newpage { color: #A56C40; }
  +
.minor { color: #666; }
   
  +
/* --- SMALLER TEMPLATES USED TEXT --- */
−
Inner Demon capabilities:
 
  +
−
*~11,000 health
 
  +
.templatesUsed ul { font-size:90%; }
−
* melee damage: ~1000
 
−
* spell damage: Shadow Bolt for ~3500 (reflectable)
 
−
* take increased damage (+65%) from '''arcane,''' '''nature''', and '''holy''' spells
 
−
* take slightly reduced damage (-20%) from '''shadow''' and '''fire''' spells
 
−
* vulnerable to most forms of [[CC]] like daze, stun, disorient, fear and even banish (not recommended)
 
   
  +
/* --- [[SPECIAL:ALLPAGES]], CATEGORY REDIRECT TWEAKS --- */
−
== Strategy ==
 
  +
−
=== Suggested Raid Build ===
 
  +
.redirect-in-category, .allpagesredirect { font-style: italic; }
−
*7-8 healers: In the worst case there are 5 inner demons on healers, two healers are absolutely needed for the warlock tank
 
  +
.allpagesredirect:after { color: #808080; content: " (redirect)"}
−
*2-3 tanks: One being warlock, one to two for regaining aggro after whirlwind. Paladins are good for quickly pulling Leotheras back to them with Avenger's Shield after the demon phase. Druid tanks are also good, as they can DPS better during the demon phase and kill their Inner Demon much more easily than a Protection Warrior in tank gear.
 
−
*16-14 DPS classes. Because of the whirlwind ability, ranged DPS have an easier time than melee.
 
   
  +
/* --- REFERENCE STYLES --- */
−
=== Humanoid Form ===
 
  +
−
==== Whirlwind ====
 
  +
/* make the list of references look smaller */
−
During a Whirlwind, Leotheras targets his victim. If that person runs away fast and far enough, he will deaggro and whirl towards someone else. It is possible to have ALL raid members avoid being hit. If people are hit by Whirlwind, they must be healed. The DoT part can only be removed with [[Divine Shield]], [[Blessing of Protection]], or [[Ice Block]] ([[Stoneform]] no longer removes it).
 
  +
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; }
   
  +
/* --- YOU HAVE NEW MESSAGES BAR --- */
−
The aggro wipe can be overcome with a hunters [[Misdirection]]. Other tricks include having a shaman place a [[Searing Totem]] on the tanking spot (Leotheras will aggro this, allowing the MT to get aggro back easily). Bleeds or any other tank DoTs also help them gain aggro immediately when they tick after the aggro wipe. Having a Paladin main tank this encounter is also a good idea because he doesn't have to chase down Leotheras, but can simply throw an Avenger's Shield. Like most raid bosses, Leotheras is immune to taunt.
 
  +
/* prettified */
  +
.usermessage, .usermessage plainlinks {
  +
border: 2px solid #ee8500;
  +
margin: 0.5em 0em 0.5em 0em;
  +
padding: 0.5em;
  +
vertical-align: middle;
  +
}
   
  +
/* --- TAB STYLES --- */
−
=== Demon Form ===
 
  +
−
It's a frequently used tactic to have a demo specced warlock with [[fel hunter]] and high [[fire resistance]] tank this encounter. Nonetheless, it's also possible to tank him conventionally. A combination may also work - a normal tank taking the first few attacks can help the warlock tank survive the entire phase.
 
  +
/* for "edit this page" tab and "discussion" tab etc */
  +
.tab {
  +
border-style: solid solid none;
  +
border-width: thin;
  +
border-color: #808080;
  +
padding:0.25ex 1ex 0ex;
  +
font-size: 95%;
  +
}
   
  +
/* --- OTHER TWEAKS --- */
−
====Tips for warrior tanks====
 
  +
  +
/* background for transparent images when viewed directly */
  +
#file img { background:transparent url(http://www.wowpedia.org/images/thumb/3/34/Wwchecker.svg/16px-Wwchecker.svg.png) repeat scroll 0% 0%; }
   
  +
/* Prevents line breaks in links, used for navboxes */
−
You need to have about 365 [[fire resistance]] and about 18K health raid buffed. Flasks of Chromatic Wonder are great for this. Tank him at the edge of his hitbox to protect melee DPS from being hit by the Chaos Blast splash.
 
  +
  +
.nowraplinks a, .nobreak { white-space: nowrap; }
   
−
The incoming damage will go from zero (no debuffs) to most of your health bar, but if healers are on the ball you should be able to go up to about 12-14 debuffs before being instagibbed. Thunderclap seems to reduce the frequency of attacks which will make you survive longer.
 
   
  +
/**** WOWWIKI TEMPLATES ****/
−
Threat will probably be a problem, especially when you're not taking damage, so using Mighty Rage Potions is a very good idea and will allow your raid to squeeze out more DPS. High stamina DPS gear will also help assuming you can reach the maximum [[fire resistance]], and use [[Battle Shout]] until you have about 4 debuffs then switch to [[Commanding Shout]].
 
   
  +
/* --- NAVFRAME STUFF --- */
−
Ask a friendly [[Paladin]] to cast [[Divine Intervention]] on you during the last 15% if your debuffs stack too high, as this will remove them. Ideally do this when you have a full rage bar to allow you to get him back off healers, and click it off quickly before people start dying.
 
  +
/* 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 --- */
−
=== Inner Demon ===
 
  +
−
Whenever a player has to deal with an inner demon, he should be healed by the non-affected healers, even if self healing-capable. DPS classes should find this encounter rather easy. For some classes a few hints may help:
 
  +
/* WoW Style Tooltip */
  +
/* .itemtooltip li a {color: inherit} would ideally replace most a declarations here, but IE support is lacking. */
  +
.itemtooltip {
  +
width: 18em;
  +
padding: 0.3em;
  +
margin: 5px 0 5px 5px;
  +
background-color: #101010;
  +
border: 1px #b0b0b0 solid;
  +
border-radius: 0.75ex;
  +
-moz-border-radius: 0.75ex;
  +
-webkit-border-radius: 0.75ex;
  +
text-align: left;
  +
}
   
  +
.itemtooltip ul, .htt .tooltip-content ul {margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none;}
−
* '''Holy Priest''': Simply spamming Smite will effectively kill the Inner Demon with an incredible amount of time left over, almost one of the fastest classes able to kill their demon. Due to the demon taking increased damage from holy, any shadow spells are probably a waste of time. Fearing often causes the demon to run out of DPS range. Any form of healing should not be used except Healthstones, as your priority is to kill your Inner Demon as soon as possible--other healers not Demon'd will take care of you, but feel free to PW:S or Renew before he uses the spell in case you receive it, just waste no time NOT killing your demon. No spell damage gear should be needed.
 
  +
.itemtooltip, .itemtooltip li, .itemtooltip li a, .htt .tooltip-content, .htt .tooltip-content li, .htt .tooltip-content li a {color: #fff;}
  +
.itemtooltip li.socket, .itemtooltip li.socket a, .htt .tooltip-content li.socket, .htt .tooltip-content li.socket a {color: #999;}
  +
.itemtooltip li.glyph, .itemtooltip li.glyph a, .htt .tooltip-content li.glyph, .htt .tooltip-content li.glyph a {color:#71d5ff;}
  +
.itemtooltip li.req, .itemtooltip li.req a, .htt .tooltip-content li.req, .htt .tooltip-content li.req a {color: #999;}
  +
.itemtooltip li.locked, .itemtooltip li.locked a, .htt .tooltip-content li.locked, .htt .tooltip-content li.locked a {color: #d22;}
  +
.itemtooltip li.bonus, .itemtooltip li.bonus a, .htt .tooltip-content li.bonus, .htt .tooltip-content li.bonus a {color: #0f0;}
  +
.itemtooltip li.flavor, .itemtooltip li.flavor a, .htt .tooltip-content li.flavor, .htt .tooltip-content li.flavor a {color: #ffd517;}
  +
.itemtooltip li.detail, .itemtooltip li.detail a, .htt .tooltip-content li.detail, .htt .tooltip-content li.detail a {color: #66c;}
  +
.itemtooltip li.set, .itemtooltip li.set a, .htt .tooltip-content li.set, .htt .tooltip-content li.set a {color: #ffd100;}
  +
.itemtooltip li.setbonus, .itemtooltip li.setbonus a, .htt .tooltip-content li.setbonus, .htt .tooltip-content li.setbonus a {color: #999;}
  +
div.htt .setdesc { display:none; }
  +
.tooltip, .htt .tooltip-content {
  +
font-size: 1em;
  +
float: left;
  +
width: auto;
  +
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;
  +
}
  +
.htt .tooltip-content table {color: white}
  +
.tooltip ul, .htt .tooltip-content ul {
  +
margin: 0;
  +
padding: 0;
  +
list-style: none;
  +
list-style-type: none;
  +
list-style-image: none;
  +
}
  +
  +
.htt .tooltip-content {
  +
max-width: 22em;
  +
background: transparent url(http://www.wowpedia.org/images/thumb/c/c0/Ttbackground.svg/275px-Ttbackground.svg.png) !important;
  +
}
   
  +
.htt .ach-tt {
−
* '''Holy Paladin''': Start by use [[Avenging Wrath]] and [[Seal of Righteousness]], then continue with [[Consecration]], [[Exorcism]], [[Holy Shock]] and Judgement of Righteousness. Clean up with [[Hammer of Wrath]].
 
  +
max-width: 35em !important;
  +
}
   
  +
#templatetfb .tooltip-content {
−
* '''Retribution Paladin''': Easy target, just pop [[Seal of Blood]] or [[Seal of Command]], use [[Exorcism]] and [[Crusader Strike]] to crush it and turn back on the boss.
 
  +
max-width: 300px !important;
  +
}
  +
.htt .tooltip-content .tooltip-hide { display:none; }
   
  +
.tooltip-ready {
−
* '''Restoration Druid''': Start with [[Moonfire]], break Tree of Life, then continue with [[Barkskin]], followed by spamming [[Wrath]]. Barkskin lasts 12 seconds during that time cast about five Wraths. After that start spamming [[Moonfire]] since Wrath gets pushback. Also use [[Insect Swarm]] if possible.
 
  +
visibility:hidden;
  +
display:block;
  +
z-index:999;
  +
}
   
  +
.itemtooltip .homeicon, .itemtooltip .awayicon, .htt .homeicon {float: right}
−
* '''Restoration Shaman''': Keep [[Lightning Shield]] active. Do not try to melee DPS the Demon, instead use [[Chain Lightning]] and [[Lightning Bolt]]. Keep a [[Searing Totem]] up. Use [[Earth Shock]] to interrupt Shadow Bolts.
 
  +
.hometip > .awayicon, .awaytip > .homeicon, .hometip > ul > .awayline, .awaytip > ul > .homeline {display: none}
  +
.itemtooltip.awaytip {font-size: 0.85em}
  +
.hometip {float: right}
  +
.awaytip {float: left}
  +
.createline > .itemtooltip {background: transparent; border: none; font-size: 0.90em; margin: 0.75em 0; padding: 0}
  +
.createline .homeicon, .createline .awayicon {display: none}
  +
.awaytip > ul > .createline > .itemtooltip {margin: 0.90em 0}
  +
.homeicon, .awayicon {position: relative}
  +
.homeicon span, .awayicon span {text-shadow: #202020 1px 1px, #202020 0px 0px 3px; position: absolute; bottom: 1px; right: 2px}
   
  +
/* --- TABLE DESIGNS --- */
−
* '''Protection Warriors''': Warriors should try to be at 100% rage before they can get the demon. This is acheived by simply attacking Leotheras in battle stance in his demon form, using [[Devastate]] and [[Heroic Strike]], economize on rage as much as possible. When the inner demon is there, shield reflect the demon's shadow bolt. Wear a mix of DPS and tanking gear for this fight.
 
  +
/* default skin for navigation boxes */
  +
table.navbox { /* navbox container style */
  +
border:1px solid #aaa;
  +
width:100%;
  +
margin:auto;
  +
clear:both;
  +
font-size:88%;
  +
text-align:center;
  +
padding:1px;
  +
}
   
  +
/* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
−
* '''Hunters''': Pets can be used, but that's a little dangerous (lest the pet gets the kill). It's safe to use the pet until about 20%, then put it on passive. If the pet had growl on auto-cast before, it should still hold aggro until the demon is dead. Hunters who can't use their pet (or prefer to leave it on the boss) can use the [[Hunter tactics#Melee| hunter dance]] and should be fine too.
 
  +
table.navbox + table.navbox { margin-top:-1px; }
   
  +
.navbox-title, .navbox-abovebelow, table.navbox th {
−
* '''Combat Rogues''': These have a particularly easy time with inner demons, they can stay on the boss and simply kill the Demon with [[Blade Flurry]].
 
  +
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; }
   
  +
/* dark table style */
−
=== Split Phase ===
 
  +
table.darktable {
−
At 15%, Leotheras' Demon Form splits from his Humanoid Form, and both forms must be handled together. The Demon Form starts with 100% health, while the Humanoid Form retains its current health. The Humanoid Form abilities are the same as before. The Demon Form still uses Chaos Blast, but no longer spawns the Inner Demons. Upon defeating the Humanoid Form, the Demon Form despawns.
 
  +
border: 1px solid #aaa;
  +
padding: 5px;
  +
background: #F9F9F9;
  +
font-size: 89%;
  +
margin: 0.5em 0em 1em 0.5em;
  +
}
  +
table.darktable th, table.darktable tr:not(:first-child) th.outer {
  +
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; }
−
== Quotes ==
 
   
  +
/* title stuff */
−
Aggro
 
  +
.title {
−
*"Finally my banishment ends!"
 
  +
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 --- */
−
Transition to Demon phase
 
  +
−
*"Be gone trifling elf. I'm in control now."
 
  +
/* 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 --- */
−
Insidious Whisper (inner demons)
 
  +
−
*"We all have our demons..."
 
  +
/* 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 --- */
−
Killing a Player (demon form)
 
  +
−
*"I have no equal."
 
  +
/* {{t|Ambox}} design */
−
*"Perish, mortal."
 
  +
.ambox {
−
*"Yes, YES! Ahahah!"
 
  +
font-size: 95%;
  +
width: 80%;
  +
margin: 0 auto 2px 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: smaller;
  +
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;
  +
}
   
  +
table.ambox + table.ambox { /* Single border between stacked boxes. */
−
Killing a Player (blood elf form)
 
  +
margin-top: -2px;
−
*"Kill! KILL!"
 
  +
}
−
*"That's right! Yes!"
 
−
*"Who's the master now?"
 
   
  +
/* --- COLORS --- */
−
15% Leotheras/Demon split
 
  +
−
*"No! NO! What have you done?! I am the master, do you hear me? I... aaghh... Can't... contain him..." - Leotheras
 
  +
/* Blizz text color */
−
*"At last I am liberated. It has been too long since I have tasted true freedom!" - Shadow of Leotheras (demon)
 
  +
.blizztext, .text-blizz { color:#0070af; }
  +
  +
/* 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;}
   
  +
/* Item Quality Colors */
−
Death
 
  +
.qc-poor, .qc-poor a { color: #9D9D9D; }
−
*"You cannot kill me! Fools, I'll be back! I'll... aarghh..."
 
  +
.qc-common, .qc-common a { color: #000000; } /* common is normally white, but white on white is bad */
  +
.itemtooltip .qc-common, .tooltip-content .qc-common {color:#fff} /* but we want it white inside tooltips. */
  +
.qc-uncommon, .qc-uncommon a { color: #27BF13 }
  +
.qc-rare, .qc-rare a { color: #0070FF; }
  +
.qc-epic, .qc-epic a { color: #a335ee; }
  +
.qc-legendary, .qc-legendary a { color: #ff8000; }
  +
.qc-artifact, .qc-artifact a, .qc-heirloom, .qc-heirloom a { color: #BFA760; }
  +
.qc-enchant, .qc-enchant a {color: #E6BB00}
   
  +
.abilitylink {color: #2BA2D9}
−
== Loot ==
 
  +
.talentlink {color: #4e96f7}
−
{{Lootbox|[[Tier 5]] glove tokens
 
−
|Gloves of the Vanquished Champion
 
−
|Gloves of the Vanquished Defender
 
−
|Gloves of the Vanquished Hero}}
 
   
  +
/* Class Colors */
−
{{Lootbox|Other Leotheras the Blind loot
 
  +
.cc-druid, .cc-druid a { color: #FF7D0A; }
−
|Coral-Barbed Shoulderpads
 
  +
.cc-hunter, .cc-hunter a { color: #ABD473; }
−
|Fang of the Leviathan
 
  +
.cc-mage, .cc-mage a { color: #69CCF0; }
−
|Girdle of the Invulnerable
 
  +
.cc-paladin, .cc-paladin a { color: #F58CBA; }
−
|Orca-Hide Boots
 
  +
.cc-priest, .cc-priest a { color: gray; } /* priest is white, but not on light skins... see monaco/wowwiki.css */
−
|True-Aim Stalker Bands
 
  +
.cc-rogue, .cc-rogue a { color: #CC9900; }
−
|Tsunami Talisman}}
 
  +
.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; }
−
==First kills==
 
  +
.druid { background-color: #7f3e05; }
−
{{See also|[[The Burning Crusade: Guild Progression]]}}
 
  +
.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; }
−
== Notes ==
 
  +
/* .deathknight { background-color: #; } */
−
{{Patched|date=[http://forums.worldofwarcraft.com/thread.html?topicId=94201937&sid=1 4/12/07]|bluenote=Creatures and creature packs associated with Leotheras the Blind will no longer incorrectly respawn once the boss is killed.}}
 
  +
/* .deathknightalt { background-color: #; } */
  +
.deathknight a, .deathknightalt a { color: #C41E3A; }
   
  +
/* PLAINLINKS (see wikipedia:Common.css */
−
*As of 08/02/07 Inner Demons are bugged, and if a players pet lands the killing blow on the demon, the player will still be mind controlled.
 
  +
.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 */
−
*It should be noted that Leotheras' demonic side seems to be out of his control, easily leading to the theory he was the Blood Elf, of the first trained, that went insane.
 
  +
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;}
−
== External links ==
 
  +
table.wwusrbox td.left, table.wwusrbox td.right {background: #d8d8d8;}
−
{{Elinks-NPC|21215}}
 
−
{{Elink|site=Bosskillers|link=http://www.bosskillers.com/cgi-bin/bbguild/index.cgi?action=bosspage&bossid=142|icon=bosskillers}}
 
−
{{Elink|site=gsDKP|link=http://www.gsdkp.com/index.php?s=items&z=26&b=Leotheras%20the%20Blind|desc=Loot Table}}
 
−
{{elink|site=Raidaholics|link=http://www.raidaholics.com/index.php?m=guide&boss=leotherastheblind&z=4|icon=raidaholics}}
 
−
{{Elink|site=World of Strats|link=http://www.worldofstrats.com/Leotheras/tabid/67/Default.aspx|desc=Tactics and videos}}
 
−
{{Elink|type=video|site=Fist of Entropy (Wildhammer)|link=http://files.filefront.com/Leotheraswmv/;7864066;/fileinfo.html|desc=Hunter PoV|icon=video}}
 
−
{{Elink|type=video|site=Chival|link=http://forum.chival.de/thread.php?threadid=399|desc=Tank PoV}}
 
−
{{Elink|type=video|site=3iob (Suramar US)|link=http://www.warcraftmovies.com/movieview.php?id=46715|desc=Rogue PoV}}
 
−
{{Elink|type=video|site=Shadow Syndicate (Mug'thol)|link=http://wow.warcry.com/news/view/75897-Instance-Video-SSC-Leotheras-the-Blind|desc=Melee PoV|icon=video}}
 
   
  +
/* - Book Styling */
−
[[Category:Blood elves]]
 
  +
div.book { margin: 0.5em; }
−
[[Category:Bosses]]
 
  +
div.book > div {
−
[[Category:Serpentshrine Cavern mobs]]
 
  +
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;}
  +
.achievementbox {max-width:40em}
  +
  +
  +
.factiontable {background-color: #f0f0f0; border: 2px solid #f0f0f0}
  +
.factiontable tr {background-color: white}
  +
.factiontable.alliance th, .factiontable.alliance td.factionbg {background-color: #CCE4FF}
  +
.factiontable.horde th, .factiontable.horde td.factionbg {background-color: #FFD4CC}
  +
  +
.guildtable {border-spacing: 0 1px}
  +
.guildtable td {padding: 1px 0.5em}
  +
.guildtable th {padding: 2px 1em}
  +
  +
  +
/**************************/
  +
/****** TESTING AREA ******/
  +
/**************************/
  +
  +
/* New main page-related styles */
  +
  +
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 {
  +
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;
  +
}
  +
.mpcontentbox-main {
  +
margin-top:10px;
  +
padding:7px 15px 12px 15px;
  +
-moz-border-radius:0.5em;
  +
-webkit-border-radius:0.5em;
  +
}
  +
.mpcontentbox-header { border-bottom:1px solid #444; }
  +
.mpcontentbox-table { width:100%; }
  +
.mpcontentbox-table td { width:33%; }
  +
.bg-darkblue {background:#F0F4FF;}
  +
.bg-darkgreen {background:#F0FFF5;}
  +
.bg-darkgray {background:#F0F0F0;}
  +
.bg-darkred {background:#FFF7F0;}
  +
  +
.mpcontentbox-main.bg-darkred, .mpcontentbox-sidebar.bg-darkred {border: 1px solid #E6DACF}
  +
.mpcontentbox-main.bg-darkgreen, .mpcontentbox-sidebar.bg-darkgreen {border: 1px solid #CFE6D6}
  +
.mpcontentbox-main.bg-darkblue, .mpcontentbox-sidebar.bg-darkblue {border: 1px solid #CFD4E6}
  +
.mpcontentbox-main.bg-darkgray, .mpcontentbox-sidebar.bg-darkgray {border: 1px solid #D9D9D9}
  +
  +
#ptabs {
  +
font-size:93%;
  +
font-weight:bold;
  +
clear: left;
  +
margin:1em 0 3px 0;
  +
}
  +
#firstHeading #ptabs { margin:1em 10px 3px !important; font-weight:normal !important;}
  +
#ptabs .activetab {
  +
padding:5px 10px 5px 10px;
  +
margin:0 3px 0 0;
  +
background:#E5E5E5;
  +
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;
  +
}
  +
#ptabs .inactivetab {
  +
padding:5px 10px 5px 10px;
  +
margin:0 3px 0 0;
  +
text-decoration:none;
  +
background:#F5F5F5;
  +
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;
  +
}
  +
#firstHeading #ptabs .activetab, #firstHeading #ptabs .inactivetab { padding:0px 10px !important; }
  +
#ptabs .inactivetab:hover {
  +
background:#CCC;
  +
color:black;
  +
}
  +
#ptabs a:hover { text-decoration:none !important; }
  +
#ptabs .activetab.alliancetab, #ptabs .activetab.hordetab {background-color: transparent}
  +
#ptabs .activetab.alliancetab {color: #214DA6}
  +
#ptabs .activetab.hordetab {color: #A63721}
  +
#ptabs .inactivetab.alliancetab, #ptabs .inactivetab.hordetab {color: #606060}
  +
  +
/* costitem */
  +
span.costitem div { display: inline; }
  +
  +
/* Recent changes, Special:Filelist arrows */
  +
.mw-arr-r { background-image: url('http://www.wowpedia.org/images/2/26/Icon-next-12x12.png'); }
  +
.mw-arr-d, .mw-sort-desc { background-image: url('http://www.wowpedia.org/images/6/68/Icon-down-12x12.png'); }
  +
.mw-arr-u, .mw-sort-asc { background-image: url('http://www.wowpedia.org/images/7/79/Icon-up-12x12.png'); }
  +
.mw-arr-l { background-image: url('http://www.wowpedia.org/images/2/20/Icon-back-12x12.png'); }
  +
  +
/* 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 { border: 1px solid #aaa; background-color: #f9f9f9; 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://www.wowpedia.org/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://www.wowpedia.org/images/3/30/WoWbg.jpg');
  +
}
  +
.opacity70 { background: url('http://www.wowpedia.org/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; }
  +
  +
/* elinks */
  +
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.wowhead { background-image: url('http://www.wowpedia.org/images/6/6e/Icon-wowhead-22x22.png'); }
  +
ul.elinks li.allakhazam { background-image: url('http://www.wowpedia.org/images/7/7c/Icon-allakhazam-22x22.png'); }
  +
ul.elinks li.thottbot { background-image: url('http://www.wowpedia.org/images/f/ff/Icon-thottbot-22x22.png'); }
  +
ul.elinks li.wowus { background-image: url('http://www.wowpedia.org/images/9/9c/Icon-wowus-22x22.png'); }
  +
ul.elinks li.sigrie { background-image: url('http://www.wowpedia.org/images/b/ba/Icon-mmochampion-22x22.png'); }
  +
span.alliance-link, span.horde-link, span.neutral-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://www.wowpedia.org/images/4/45/Alliance_15.gif'); }
  +
span.horde-link { background-image: url('http://www.wowpedia.org/images/6/68/Horde_15.gif'); }
  +
span.neutral-link { background-image: url('http://www.wowpedia.org/images/5/5f/Neutral_15.gif'); }
  +
  +
.alliance-link-big, .horde-link-big, .neutral-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://www.wowpedia.org/images/8/8e/Alliance_32-square.gif'); }
  +
.horde-link-big { background-image: url('http://www.wowpedia.org/images/7/7c/Horde_32.gif'); }
  +
.neutral-link-big { background-image: url('http://www.wowpedia.org/images/3/38/Neutral_32-square.gif'); }
  +
.combat-link-big { background-image: url('http://www.wowpedia.org/images/6/6c/Combat_32.gif'); }
  +
  +
  +
span.socketlink-red { background-image: url('http://www.wowpedia.org/images/0/02/UI-EmptySocket-Red.png'); }
  +
span.socketlink-blue { background-image: url('http://www.wowpedia.org/images/f/fc/UI-EmptySocket-Blue.png'); }
  +
span.socketlink-yellow { background-image: url('http://www.wowpedia.org/images/8/87/UI-EmptySocket-Yellow.png'); }
  +
span.socketlink-prismatic { background-image: url('http://www.wowpedia.org/images/4/48/UI-EmptySocket-Prismatic.png'); }
  +
span.socketlink-meta { background-image: url('http://www.wowpedia.org/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_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; }
  +
  +
.itemlink {white-space: nowrap}
  +
.itemtooltip .itemlink {white-space: normal !important;}
  +
.questshort .questlong-prefix {display: none}
  +
  +
/* Other-faction links on quest-disambiguated pages */
  +
.fswitched .qfordisambig {display: none}
  +
  +
  +
/* Curse Footer */
  +
#ft {background: none; overflow: hidden}
  +
#ft div {width: 1100px;}
  +
#ft h1, #ft a, #ft {font-size: 10px;}
  +
#ft .site-navigation {
  +
list-style: none;
  +
margin-left: 160px;
  +
padding-bottom: 5px;
  +
font-size: 10px;
  +
}
  +
#ft .site-navigation ul {
  +
list-style: none;
  +
}
  +
#ft .network-navigation {
  +
margin-left: 160px;
  +
margin-bottom: 140px !important;
  +
}
  +
#ft .network-navigation ul {
  +
float: left;
  +
width: 110px;
  +
}
  +
#ft .network-navigation ul.double {
  +
width: 280px;
  +
}
  +
#ft .network-navigation ul.curse li.header a {
  +
display: block;
  +
text-indent: -999em;
  +
height: 18px;
  +
width: 140px;
  +
}
  +
#ft .network-navigation ul li {
  +
float: left;
  +
list-style: none;
  +
width: 140px;
  +
margin-bottom: 2px;
  +
}
  +
#ft .network-navigation ul li.header {
  +
font-size: 12px;
  +
clear: both;
  +
font-weight: bold;
  +
width: 100%;
  +
}

Revision as of 10:31, 10 April 2011

 /* CSS placed here will be applied to all skins; all template and light skin definitions can be made here */

 /* quick fix for darker red links problem */
 a.new { color: #F05048; }
 
 /* Default tables are white; white is bad. */
 table { background-color: transparent; } 

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


 /* --- PERSONAL LINKS --- */
 
 /* icon change */
 li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(http://www.wowpedia.org/images/4/49/UserIcon.png) no-repeat; background-position: -3px; }


 /* --- RC LIST --- */
 
 /* rc list byte-change colours */
 .mw-plusminus-neg { color: #8B0000; }
 .mw-plusminus-pos { color: #006400; }
 .mw-plusminus-null { color: #666; }
 
 /* colour 'N' and 'm' */
 .newpage { color: #A56C40; }
 .minor { color: #666; }

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

 /* --- YOU HAVE NEW MESSAGES BAR --- */
 /* prettified */
 .usermessage, .usermessage plainlinks {
  border: 2px solid #ee8500;
  margin: 0.5em 0em 0.5em 0em;
  padding: 0.5em;
  vertical-align: middle;
 }

 /* --- TAB STYLES --- */
 
 /* for "edit this page" tab and "discussion" tab etc */
 .tab {
      border-style: solid solid none;
      border-width: thin;
      border-color: #808080;
      padding:0.25ex 1ex 0ex;
      font-size: 95%;
    }

 /* --- OTHER TWEAKS --- */
 
 /* background for transparent images when viewed directly */
 #file img { background:transparent url(http://www.wowpedia.org/images/thumb/3/34/Wwchecker.svg/16px-Wwchecker.svg.png) repeat scroll 0% 0%; }

 /* Prevents line breaks in links, used for navboxes */
 
 .nowraplinks a, .nobreak { 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 */
 /* .itemtooltip li a {color: inherit} would ideally replace most a declarations here, but IE support is lacking. */
 .itemtooltip {
  width: 18em;
  padding: 0.3em;
  margin: 5px 0 5px 5px;
  background-color: #101010;
  border: 1px #b0b0b0 solid;
  border-radius: 0.75ex;
  -moz-border-radius: 0.75ex;
  -webkit-border-radius: 0.75ex;
  text-align: left;
 }

 .itemtooltip ul, .htt .tooltip-content ul {margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none;}
 .itemtooltip, .itemtooltip li, .itemtooltip li a, .htt .tooltip-content, .htt .tooltip-content li, .htt .tooltip-content li a {color: #fff;}
 .itemtooltip li.socket, .itemtooltip li.socket a, .htt .tooltip-content li.socket, .htt .tooltip-content li.socket a {color: #999;}
 .itemtooltip li.glyph, .itemtooltip li.glyph a, .htt .tooltip-content li.glyph, .htt .tooltip-content li.glyph a {color:#71d5ff;}
 .itemtooltip li.req, .itemtooltip li.req a, .htt .tooltip-content li.req, .htt .tooltip-content li.req a {color: #999;}
 .itemtooltip li.locked, .itemtooltip li.locked a, .htt .tooltip-content li.locked, .htt .tooltip-content li.locked a {color: #d22;}
 .itemtooltip li.bonus, .itemtooltip li.bonus a, .htt .tooltip-content li.bonus, .htt .tooltip-content li.bonus a {color: #0f0;}
 .itemtooltip li.flavor, .itemtooltip li.flavor a, .htt .tooltip-content li.flavor, .htt .tooltip-content li.flavor a {color: #ffd517;}
 .itemtooltip li.detail, .itemtooltip li.detail a, .htt .tooltip-content li.detail, .htt .tooltip-content li.detail a {color: #66c;}
 .itemtooltip li.set, .itemtooltip li.set a, .htt .tooltip-content li.set, .htt .tooltip-content li.set a {color: #ffd100;}
 .itemtooltip li.setbonus, .itemtooltip li.setbonus a, .htt .tooltip-content li.setbonus, .htt .tooltip-content li.setbonus a {color: #999;}
 div.htt .setdesc { display:none; }
 .tooltip, .htt .tooltip-content {
  font-size: 1em;
  float: left;
  width: auto;
  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;
 }
.htt .tooltip-content table {color: white}
  .tooltip ul, .htt .tooltip-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
 }
 
 .htt .tooltip-content {
 max-width: 22em;
 background: transparent url(http://www.wowpedia.org/images/thumb/c/c0/Ttbackground.svg/275px-Ttbackground.svg.png) !important; 
 }

 .htt .ach-tt {
 max-width: 35em !important;
 }

 #templatetfb .tooltip-content {
 max-width: 300px !important;
 }
 .htt .tooltip-content .tooltip-hide { display:none; }

 .tooltip-ready {
  visibility:hidden;
  display:block;
  z-index:999;
 }

.itemtooltip .homeicon, .itemtooltip .awayicon, .htt .homeicon {float: right}
.hometip > .awayicon, .awaytip > .homeicon, .hometip > ul > .awayline, .awaytip > ul > .homeline {display: none}
.itemtooltip.awaytip {font-size: 0.85em}
.hometip {float: right}
.awaytip {float: left}
.createline > .itemtooltip {background: transparent; border: none; font-size: 0.90em; margin: 0.75em 0; padding: 0}
.createline .homeicon, .createline .awayicon {display: none}
.awaytip > ul > .createline > .itemtooltip {margin: 0.90em 0}
.homeicon, .awayicon {position: relative}
.homeicon span, .awayicon span {text-shadow: #202020 1px 1px, #202020 0px 0px 3px; position: absolute; bottom: 1px; right: 2px}

 /* --- TABLE DESIGNS --- */
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  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; }

 /* dark table style */
 table.darktable {
  border: 1px solid #aaa;
  padding: 5px;
  background: #F9F9F9;
  font-size: 89%;
  margin: 0.5em 0em 1em 0.5em;
 }
 table.darktable th, table.darktable tr:not(:first-child) th.outer {
  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 2px 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: smaller;
  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; 
 }

table.ambox + table.ambox {   /* Single border between stacked boxes. */
    margin-top: -2px;
}

 /* --- COLORS --- */
 
 /* Blizz text color */ 
 .blizztext, .text-blizz { color:#0070af; }
 
 /* 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;}

 /* Item Quality Colors */ 
 .qc-poor, .qc-poor a { color: #9D9D9D; }
 .qc-common, .qc-common a { color: #000000; } /* common is normally white, but white on white is bad */
 .itemtooltip .qc-common, .tooltip-content .qc-common {color:#fff} /* but we want it white inside tooltips. */
 .qc-uncommon, .qc-uncommon a { color: #27BF13 }
 .qc-rare, .qc-rare a { color: #0070FF; }
 .qc-epic, .qc-epic a { color: #a335ee; }
 .qc-legendary, .qc-legendary a { color: #ff8000; }
 .qc-artifact, .qc-artifact a, .qc-heirloom, .qc-heirloom a { color: #BFA760; }
.qc-enchant, .qc-enchant a {color: #E6BB00}

.abilitylink {color: #2BA2D9}
.talentlink {color: #4e96f7}

 /* Class Colors */
 .cc-druid, .cc-druid a { color: #FF7D0A; }
 .cc-hunter, .cc-hunter a { color: #ABD473; }
 .cc-mage, .cc-mage a { color: #69CCF0; }
 .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;}
.achievementbox {max-width:40em}


.factiontable {background-color: #f0f0f0; border: 2px solid #f0f0f0}
.factiontable tr {background-color: white}
.factiontable.alliance th, .factiontable.alliance td.factionbg {background-color: #CCE4FF}
.factiontable.horde th, .factiontable.horde td.factionbg {background-color: #FFD4CC}

.guildtable {border-spacing: 0 1px}
.guildtable td {padding: 1px 0.5em}
.guildtable th {padding: 2px 1em}


/**************************/
/****** TESTING AREA ******/
/**************************/

/* New main page-related styles */

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 {
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;
}
.mpcontentbox-main {
 margin-top:10px;
 padding:7px 15px 12px 15px;
 -moz-border-radius:0.5em;
 -webkit-border-radius:0.5em;
}
.mpcontentbox-header { border-bottom:1px solid #444; }
.mpcontentbox-table { width:100%; }
.mpcontentbox-table td { width:33%; }
.bg-darkblue {background:#F0F4FF;}
.bg-darkgreen {background:#F0FFF5;}
.bg-darkgray {background:#F0F0F0;}
.bg-darkred {background:#FFF7F0;}

.mpcontentbox-main.bg-darkred, .mpcontentbox-sidebar.bg-darkred {border: 1px solid #E6DACF}
.mpcontentbox-main.bg-darkgreen, .mpcontentbox-sidebar.bg-darkgreen {border: 1px solid #CFE6D6}
.mpcontentbox-main.bg-darkblue, .mpcontentbox-sidebar.bg-darkblue {border: 1px solid #CFD4E6}
.mpcontentbox-main.bg-darkgray, .mpcontentbox-sidebar.bg-darkgray {border: 1px solid #D9D9D9}

#ptabs {
  font-size:93%;
  font-weight:bold;
  clear: left;
  margin:1em 0 3px 0;
}
#firstHeading #ptabs { margin:1em 10px 3px !important; font-weight:normal !important;}
#ptabs .activetab {
  padding:5px 10px 5px 10px;
  margin:0 3px 0 0;
  background:#E5E5E5;
  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;
}
#ptabs .inactivetab {
  padding:5px 10px 5px 10px;
  margin:0 3px 0 0;
  text-decoration:none;
  background:#F5F5F5;
  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;
}
#firstHeading #ptabs .activetab, #firstHeading #ptabs .inactivetab { padding:0px 10px !important; }
#ptabs .inactivetab:hover {
  background:#CCC;
  color:black;
}
#ptabs a:hover { text-decoration:none !important; }
#ptabs .activetab.alliancetab, #ptabs .activetab.hordetab {background-color: transparent}
#ptabs .activetab.alliancetab {color: #214DA6}
#ptabs .activetab.hordetab {color: #A63721}
#ptabs .inactivetab.alliancetab, #ptabs .inactivetab.hordetab {color: #606060}

/* costitem */
span.costitem div { display: inline; }

/* Recent changes, Special:Filelist arrows */
.mw-arr-r { background-image: url('http://www.wowpedia.org/images/2/26/Icon-next-12x12.png'); }
.mw-arr-d, .mw-sort-desc { background-image: url('http://www.wowpedia.org/images/6/68/Icon-down-12x12.png'); }
.mw-arr-u, .mw-sort-asc { background-image: url('http://www.wowpedia.org/images/7/79/Icon-up-12x12.png'); }
.mw-arr-l { background-image: url('http://www.wowpedia.org/images/2/20/Icon-back-12x12.png'); }

/* 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 { border: 1px solid #aaa; background-color: #f9f9f9; 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://www.wowpedia.org/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://www.wowpedia.org/images/3/30/WoWbg.jpg');
}
.opacity70 { background: url('http://www.wowpedia.org/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; }

/* elinks */
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.wowhead { background-image: url('http://www.wowpedia.org/images/6/6e/Icon-wowhead-22x22.png'); }
ul.elinks li.allakhazam { background-image: url('http://www.wowpedia.org/images/7/7c/Icon-allakhazam-22x22.png'); }
ul.elinks li.thottbot { background-image: url('http://www.wowpedia.org/images/f/ff/Icon-thottbot-22x22.png'); }
ul.elinks li.wowus { background-image: url('http://www.wowpedia.org/images/9/9c/Icon-wowus-22x22.png'); }
ul.elinks li.sigrie { background-image: url('http://www.wowpedia.org/images/b/ba/Icon-mmochampion-22x22.png'); }
span.alliance-link, span.horde-link, span.neutral-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://www.wowpedia.org/images/4/45/Alliance_15.gif'); }
span.horde-link { background-image: url('http://www.wowpedia.org/images/6/68/Horde_15.gif'); }
span.neutral-link { background-image: url('http://www.wowpedia.org/images/5/5f/Neutral_15.gif'); }

.alliance-link-big, .horde-link-big, .neutral-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://www.wowpedia.org/images/8/8e/Alliance_32-square.gif'); }
.horde-link-big { background-image: url('http://www.wowpedia.org/images/7/7c/Horde_32.gif'); }
.neutral-link-big { background-image: url('http://www.wowpedia.org/images/3/38/Neutral_32-square.gif'); }
.combat-link-big { background-image: url('http://www.wowpedia.org/images/6/6c/Combat_32.gif'); }


span.socketlink-red { background-image: url('http://www.wowpedia.org/images/0/02/UI-EmptySocket-Red.png'); }
span.socketlink-blue { background-image: url('http://www.wowpedia.org/images/f/fc/UI-EmptySocket-Blue.png'); }
span.socketlink-yellow { background-image: url('http://www.wowpedia.org/images/8/87/UI-EmptySocket-Yellow.png'); }
span.socketlink-prismatic { background-image: url('http://www.wowpedia.org/images/4/48/UI-EmptySocket-Prismatic.png'); }
span.socketlink-meta { background-image: url('http://www.wowpedia.org/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_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; }

.itemlink {white-space: nowrap}
.itemtooltip .itemlink {white-space: normal !important;}
.questshort .questlong-prefix {display: none}

/* Other-faction links on quest-disambiguated pages */
.fswitched .qfordisambig {display: none}


/* Curse Footer */
#ft {background: none; overflow: hidden}
#ft div {width: 1100px;}
#ft h1, #ft a, #ft {font-size: 10px;}
#ft .site-navigation {
list-style: none;
margin-left: 160px;
padding-bottom: 5px;
font-size: 10px;
}
#ft .site-navigation ul {
list-style: none;
}
#ft .network-navigation {
margin-left: 160px;
margin-bottom: 140px !important;
}
#ft .network-navigation ul {
float: left;
width: 110px;
}
#ft .network-navigation ul.double {
width: 280px;
}
#ft .network-navigation ul.curse li.header a {
display: block;
text-indent: -999em;
height: 18px;
width: 140px;
}
#ft .network-navigation ul li {
float: left;
list-style: none;
width: 140px;
margin-bottom: 2px;
}
#ft .network-navigation ul li.header {
font-size: 12px;
clear: both;
font-weight: bold;
width: 100%;
}