Wowpedia

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

READ MORE

Wowpedia
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/** Tables of Contents
 *
 *  1. FANDOM FIXES
 *      - Section for the skin and other things
 *  2. WOWPEDIA - ACTUAL SITE CSS
 *      - Templates, templates, templates
 *
**/
body.theme-fandommobile-light {
	/* Background colors */
	--wowpedia-bg-blue: #F0F4FF;
	--wowpedia-bg-green: #F0FFF5;
	--wowpedia-bg-gray: #F0F0F0;
	--wowpedia-bg-red: #FFF7F0;
	
	/* Class color codes, adjusted colors are different from in-game for better contrast on light mode */
	--class-color--deathknight: #C41E3A;
	--class-color--demonhunter: #A330C9;
	--class-color--druid: #CB4F00; /* adjusted */
	--class-color--evoker: #00634C; /*adjusted */
	--class-color--hunter: #608029; /* adjusted */
	--class-color--mage: #08809C; /* adjusted */
	--class-color--monk: #00884F; /* adjusted */
	--class-color--paladin: #C44884; /* adjusted */
	--class-color--priest: #757589; /* adjusted */
	--class-color--rogue: #8E7318; /* adjusted */
	--class-color--shaman: #0070DD;
	--class-color--warlock: #7366D6; /* adjusted */
	--class-color--warrior: #9B6C41; /* adjusted */

	/* Text colors */
	--wow-text-color--say: #CC9900;
	--wow-text-color--yell: #FF4040;
	--wow-text-color--emote: #F87431;
	--wow-text-color--whisper: #F8B0DE;
	--wow-text-color--bossemote: #f0d000;

    /* Quality colors */
	--quality-color--poor: #9D9D9D;
	--quality-color--common: black;
	--quality-color--uncommon: #27BF13;
	--quality-color--rare: #0070FF;
	--quality-color--epic: #a335ee;
	--quality-color--legendary: #ff8000;
	--quality-color--artifact: #BFA760;
	--quality-color--heirloom: #00CCFF; /* token is the same as heirloom */
	--quality-color--enchant: #E6BB00;

	/* Reputation colors */
	--rep-color--hated: #ac1d1d;
	--rep-color--hostile: #ac0000;
	--rep-color--unfriendly: #AB4918;
	--rep-color--neutral: #acac00;
	--rep-color--friendly: #00ac00;
    --rep-color--honored: #00AB5B;
	--rep-color--revered: #00AB89;
	--rep-color--exalted: #00acac; /* paragon is the same as exalted */

	/* Faction colors */
	--horde-text-color: #A62121;
	--horde-background-color: #FFD4CC;
	--alliance-text-color: #214DA6;
	--alliance-background-color: #CCE4FF;

	/* Other */
	--horde-text-color: #A63721;
	--alliance-text-color: #214DA6;
	--blizztext-color: #0070af;
	--abilitylink-color: #2BA2D9;

	/* Api */
	--wowapi-text-color: #aa8800;
	--wowapi-text-color-alt: #40a590;
}

body.theme-fandommobile-dark {
	/* Modify default colors for dark theme */
	--theme-page-background-color: #202020;
	--fandom-mobile-body-gradient: linear-gradient(180deg,#202020,#202020 55px,#202020 100vh,#202020);
	--theme-page-background-color--secondary: #181818;
	--theme-table-background-color: #181818;

	/* Background colors */
	--wowpedia-bg-blue: #16181D;
	--wowpedia-bg-green: #161A16;
	--wowpedia-bg-gray: #181818;
	--wowpedia-bg-red: #1A1616;

	/* Class color codes, adjusted colors are different from in-game for better contrast on dark mode */
	--class-color--deathknight: #FF324A; /* adjusted */
	--class-color--demonhunter: #D43AFF; /* adjusted */
	--class-color--druid: #FF7C0A;
	--class-color--evoker: #33937F;
	--class-color--hunter: #AAD372;
	--class-color--mage: #3FC7EB;
	--class-color--monk: #00FF98;
	--class-color--paladin: #F48CBA;
	--class-color--priest: #FFFFFF;
	--class-color--rogue: #FFF468;
	--class-color--shaman: #0086FF; /* adjusted */
	--class-color--warlock: #8788EE;
	--class-color--warrior: #C69B6D;

	/* Text colors */
	--wow-text-color--say: #E6E68E;
	--wow-text-color--yell: #FF4040;
	--wow-text-color--emote: #F87431;
	--wow-text-color--whisper: #F8B0DE;
	--wow-text-color--bossemote: #f0d000;

	/* Quality colors */
	--quality-color--poor: #9D9D9D;
	--quality-color--common: white;
	--quality-color--uncommon: #1EFF00;
	--quality-color--rare: #0070FF;
	--quality-color--epic: #a335ee;
	--quality-color--legendary: #ff8000;
	--quality-color--artifact: #E6CC80;
	--quality-color--heirloom: #00CCFF; /* token is the same as heirloom */
	--quality-color--enchant: #FFD100;

	/* Reputation colors */
	--rep-color--hated: #cc2222;
	--rep-color--hostile: red;
	--rep-color--unfriendly: #ee6622;
	--rep-color--neutral: yellow;
	--rep-color--friendly: lime;
	--rep-color--honored: #00ff88;
	--rep-color--revered: #00ffcc;
	--rep-color--exalted: cyan; /* paragon is the same as exalted */

	/* Faction colors */
	--horde-text-color: #A62121;
	--horde-background-color: #661111;
	--alliance-text-color: #214DA6;
	--alliance-background-color: #143A66;

	/* Other */
	--blizztext-color: #00C0FF;
	--abilitylink-color: #7ad5ff;
	
	/* Api */
	--wowapi-text-color: #ecbc21;
	--wowapi-text-color-alt: #4ec9b0;
}

/** FANDOM FIXES **/
/* Main Page */
.mpleft-column img { border: 0; }

/* Recreate hydradark feel (margins for content) */
.mw-parser-output p, .mw-parser-output section { margin: 0.5em 0; }
.mw-parser-output p + p { margin-top: 0; }
.mw-parser-outputdl { margin: 0.2em 0 0.5em; }
.mw-parser-output p+ul, .mw-parser-output p+ol { margin-top: -0.5em; }
.mw-parser-output ol, .mw-parser-output ul { margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 1.6em; }
.mw-parser-output ol.special { margin-left:2.7em; }/* prevents lists on special pages from having the leftmost numbers cut off */

/* Infobox */
table.fandommobile-infobox {
    background: var(--theme-page-background-color--secondary);
    border-radius: 0.25em;
}
table.fandommobile-infobox .article-media-placeholder {
	border-color: transparent;
}

/** WOWPEDIA - ACTUAL SITE CSS **/
/* Content / Templates */
th.rotate > div {
  transform: 
    translate(30px, 100px)
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 1px 10px;
}
table.stylish td:first-child { white-space:nowrap; }
table.stylish td:not(:first-child) {
  border:1px solid;
  text-align: center;
  width: 30px;
}

.content table.stylish th { border:none; }
.article-table-wrapper tr>th.rotate { 
	background:none;
	border-right: 0;
	border-bottom: 0;
	height: 140px;
	white-space: nowrap;
}
.article-table-wrapper tr>th.rotatecorner {
	width: 140px;
	border-right: 0;
	border-bottom: 0;
	background: none;
}
th.rotatecorner > span  {  
	position:relative; 
	top:100px;
}
th.rotatecorner > div {
	transform: translate(135px, 75px) rotate(315deg);
	width:60px;
	border-bottom:1px solid;
}

span.icon img {
	width: 50px;
	border: 0;
}
span.icon figcaption { display: none; }

#mp-outer-container .article-media-placeholder { border: 0; }
.mpcontentbox {
	margin: 5px;
	padding: 7px 15px 12px 15px;
	border-radius: 0.5em;
}
.mpcontentbox > h3 { border-bottom: 1px solid #444; margin: 0.5ex 0; padding: 0.4ex 0; }
.theme-fandommobile-dark .mpcontentbox > h3 { border-color: #303030; }

.bg-darkblue { background-color: var(--wowpedia-bg-blue); }
.bg-darkgreen { background-color: var(--wowpedia-bg-green); }
.bg-darkgray { background-color: var(--wowpedia-bg-gray); }
.bg-darkred { background-color: var(--wowpedia-bg-red); }

/* Style for horizontal lists (separator following item).
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 4.3 (2014-01-06)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul,
.mw-parser-output .hlist ul {
   margin: 0;
   padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
   margin: 0;
   display: inline;
}
/* Display nested lists inline */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
   display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
   content: ": ";
}
.hlist dd:after,
.hlist li:after {
   content: " · ";
   font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
   content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
   content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
   content: " (";
   font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
   content: ") ";
   font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
   content: ") ";
   font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
   counter-reset: listitem;
}
.hlist ol > li {
   counter-increment: listitem;
}
.hlist ol > li:before {
   content: " " counter(listitem) " ";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
   content: " (" counter(listitem) " ";
}

/* WoW Style Tooltip */
.wtooltip {
 width: 18em;
 min-width: 15em;
 padding: 0.3em;
 margin: 5px;
 background-color: #101010;
 border: 1px #b0b0b0 solid;
 border-radius: 0.75ex;
 text-align: left;
}
.wtooltip ul {margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none;}
.wtooltip, .wtooltip li, .wtooltip li > a {color: #f0f0f0;}
.wtooltip .outericon {position: absolute; left: -38px; top: 0}
.mw-parser-output .wtooltip ul { margin: 0; } /* fix skin's ul override */

/* itemtooltip and others MUST be used in conjunction with wtooltip */
.itemtooltip { width: fit-content; max-width:22em; margin-top: 0; }
.proftip {width: 22em}

.htt .tooltip-content ul {margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none;}
.htt .tooltip-content, .tooltip-content a, .htt .tooltip-content li, .htt .tooltip-content li > a {color: #f0f0f0;}
.htt > .tooltip-content {clear: both}
li.socket, li.socket a, .htt .tooltip-content li.socket, .htt .tooltip-content li.socket a {color: #999;}
li.glyph, li.glyph a, .htt .tooltip-content li.glyph, .htt .tooltip-content li.glyph a {color:#71d5ff;}
li.relic, li.relic a, .htt .tooltip-content li.relic, .htt .tooltip-content li.relic a {color:#BFA760;}
li.req, li.req a, .htt .tooltip-content li.req, .htt .tooltip-content li.req a {color: #999;}
li.locked, li.locked a, .htt .tooltip-content li.locked, .htt .tooltip-content li.locked a {color: #d22;}
li.bonus, li.bonus a, .htt .tooltip-content li.bonus, .htt .tooltip-content li.bonus a {color: #0f0;}
li.flavor, li.flavor a, .htt .tooltip-content li.flavor, .htt .tooltip-content li.flavor a, .wtooltip li.description, .wtooltip li.description a {color: #ffd517;}
li.detail, li.detail a, .htt .tooltip-content li.detail, .htt .tooltip-content li.detail a {color: #66c;}
li.set, li.set a, .htt .tooltip-content li.set, .htt .tooltip-content li.set a {color: #ffd100;}
li.setbonus, li.setbonus a, .htt .tooltip-content li.setbonus, .htt .tooltip-content li.setbonus a {color: #999;}
li.corruption, li.corruption a, .htt .tooltip-content li.corruption, .htt .tooltip-content li.corruption a {color: #956DD1;}
li.corruptionresist, li.corruptionresist a, .htt .tooltip-content li.corruptionresist, .htt .tooltip-content li.corruptionresist a {color: #ffd517;}
div.htt .setdesc { display:none; }
.setdesc .linkicon { display: none; }
.setdesc strong.selflink {font-weight: normal}
.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;
 border-radius: 0.75ex;
}

/* Template:itemtip and co. */
.tt-icon {float: right; position: relative; margin-left: 4px}
.tt-icon-stack {text-shadow: #202020 1px 1px, #202020 0px 0px 3px; position: absolute; bottom: 1px; right: 2px}

.hometip > ul > .awayline, .awaytip > ul > .homeline {display: none}
.wtooltip.awaytip {font-size: 0.85em}
.createline > .itemtooltip {background: transparent; border: none; font-size: 0.90em; margin: 0.75em 0; padding: 0}
.awaytip > ul > .createline > .itemtooltip {margin: 0.90em 0}
.subability > .abilitytooltip {background: transparent; border: none; font-size: 0.90em; margin: 0; padding: 0}
.awaytip > ul > .subability > .abilitytooltip {margin: 0.90em 0}

.hometip {
	/*float: right;*/
	margin: auto;
}

/* Content templates */
.greybar {background-color: #202020; border-color: #383838; color: #e0e0e0}
.darktable, .darkbox, div.forumheader {background-color: #181818; border-color: #383838}
table.stylish td:not(:first-child) { border-color:#383838; }
.navbox, .navbox-subgroup {background-color: #181818; border-color: #383838}
table.navbox {border-color: #383838}
.navbox-even, .alt, .darktable .alt, .rowtitle, .darktable .rowtitle, .darkbox .alt {background-color: #202020}
.navbox-list {border-color: #181818}
table.zebra.darktable > tbody > tr:nth-child(2n+1), table.zebra.darkbox > tbody > tr:nth-child(2n+1) {background-color: #202020}
table.zebra> tbody > tr:nth-child(2n+1), table.zebra.darkbox > tbody > tr:nth-child(2n+1) {background-color: #282828}
table.darktable th, table.darkbox th, .navbox-title, table.navbox th, table.stylish td:first-child {background-color: #062540}
table.darktable td.title, .darkbox td.title {background-color: #303030}
table.darktable tr:not(:first-child) th, table.darkbox tr:not(:first-child) th, .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {background-color: #072C4D}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {background-color: #282828}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {background-color: #282828}
.title {background-color: #202020}
.ambox {background-color: #282828; border-top-color: #383838; border-bottom-color: #383838; border-right-color: #383838}
.ambox-gray {border-left-color: #383838}
table.wwusrbox {background-color: #282828; border-color: #383838}
table.wwusrbox td.main {font-size: 0.85em}
table.wwusrbox td.left, table.wwusrbox td.right {background-color: #303030}
div.book { border-color: #383838; background-color: #282828}
div.NavFrame div.NavHead {background-color: #062540}
.wowboxbg {background-color: #303030}
.blizztext, .text-blizz {color: #00C0FF}
.blizztext a, .text-blizz a {color: #E0E0E0}
.text-say {color: #E6E68E}
.infobox .mid-header {background-color: #303030;}

/* Quality Colors */
.qc-poor, .qc-poor a { color: #9D9D9D; }
.qc-common, .qc-common a {color: white}
.qc-uncommon, .qc-uncommon a {color: #1EFF00}
.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 {color: #E6CC80}
.qc-heirloom, .qc-heirloom a, .qc-token, .qc-token a { color: #00CCFF; }
.qc-enchant, .qc-enchant a {color: #FFD100}

/* Skillup Colors */
.skill-red { color: #DD2222; }
.skill-orange { color: #FF8040; }
.skill-yellow { color: #FDCD00; } /* This is a slightly darker yellow so it'll show up in the light skin */
.skill-green { color: #40BF40; }
.skill-gray { color: #808080; }

/* Class Colors */
.cc-deathknight, .cc-deathknight a { color: #FF324A; }
.cc-demonhunter, .cc-demonhunter a { color: #D43AFF; }
.cc-druid, .cc-druid a { color: #FF7C0A; }
.cc-evoker, .cc-evoker a { color: #33937F; }
.cc-hunter, .cc-hunter a { color: #AAD372; }
.cc-mage, .cc-mage a { color: #3FC7EB; }
.cc-monk, .cc-monk a {color: #00FF98; }
.cc-paladin, .cc-paladin a { color: #F48CBA; }
.cc-priest, .cc-priest a {color: #FFFFFF; }
.cc-rogue, .cc-rogue a {color: #FFF468; }
.cc-shaman, .cc-shaman a { color: #0086FF; }
.cc-warlock, .cc-warlock a { color: #8788EE; }
.cc-warrior, .cc-warrior a { color: #C69B6D; }

/* Template:reputation */
.rep-hated {color: #cc2222}
.rep-hostile {color: red}
.rep-unfriendly {color: #ee6622}
.rep-neutral {color: yellow}
.rep-friendly {color: lime}
.rep-honored {color: #00ff88}
.rep-revered {color: #00ffcc}
.rep-exalted, .rep-paragon {color: cyan}

.factiontable {background-color: #282828; border: 2px solid #282828}
.factiontable tr {background-color: #181818}
.factiontable.alliance th, .factiontable.alliance td.factionbg {background-color: #143A66}
.factiontable.horde th, .factiontable.horde td.factionbg {background-color: #661111}

.abilitylink {color: #7ad5ff}
.achievementlink { color: #CC9900; }

.repspanbar {background: #002040; border-width: 1px; border-style: solid; border-color:  #204080 #001030 #001030 #204080}

.infobox .article-media-thumbnail figcaption { text-align: center; }
.mobile-gallery__image img.article-media-icon { width: unset; }

/* Template:Text */
.text-yell { color:#FF4040; }
.text-emote { color:#F87431; }
.text-whisper { color:#F8B0DE; }
.text-bossemote { color:#f0d000; }

/* Bold the links */
.mw-parser-output b a { font-weight: 700; }

/* Math extension */
.skin-fandommobile .mwe-math-fallback-image-inline {
    filter: invert(1);
}

/* Table centering */
.col1-center td:first-child,
.col2-center td:nth-child(2),
.col3-center td:nth-child(3),
.lastCol-center td:last-child {
    text-align: center;
}

/* External links icons */
ul.elinks {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
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('https://static.wikia.nocookie.net/wowpedia/images/b/b9/ElinkIcon-wowhead.png/revision/latest'); background-size: 22px; } /* Retail */
ul.elinks li.wowheadc { background-image: url('https://static.wikia.nocookie.net/wowpedia/images/e/ee/ElinkIcon-wowheadc.png/revision/latest'); background-size: 22px; } /* Classic Era */
ul.elinks li.wowhead-bc { background-image: url('https://static.wikia.nocookie.net/wowpedia/images/6/65/ElinkIcon-wowhead-bc.png/revision/latest'); background-size: 22px; } /* BC Classic */
ul.elinks li.wowhead-wrath { background-image: url('https://static.wikia.nocookie.net/wowpedia/images/3/34/ElinkIcon-wowhead-wrath.png/revision/latest'); background-size: 22px; } /* Wrath Classic */
ul.elinks li.wowus { background-image: url(https://static.wikia.nocookie.net/wowpedia/images/3/3a/ElinkIcon-wowus.png/revision/latest); }
ul.elinks li.sigrie { background-image: url(https://static.wikia.nocookie.net/wowpedia/images/2/25/ElinkIcon-mmochampion.png/revision/latest); }

/* Custom borders for Template:Itemtip */
.tt-customborder,
.tooltip-content.tt-customborder {
	position: relative;
	border-style: solid;
	border-width: 0;
	padding: 10px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.tt-border-corruption,
.tooltip-content.tt-border-corruption { /* Corruption */
	border-image-source:url(https://static.wikia.nocookie.net/wowpedia/images/6/66/GameTooltip-corruption.png/revision/latest);
	border-image-repeat:stretch;
	border-image-slice:36 fill;
	border-image-width:26px;
	border-image-outset:0;
}

.tt-border-corruption:before {
	content:"";
	display:block;
	width:68px;
	height:25px;
	background:url(https://static.wikia.nocookie.net/wowpedia/images/2/20/GameTooltip-corruptioneye.png/revision/latest);
	position:absolute;
	top:0;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}

.tt-border-azerite,
.tooltip-content.tt-border-azerite { /* Azerite */
	border-image-source: url(https://static.wikia.nocookie.net/wowpedia/images/7/7a/GameTooltip-azerite.png/revision/latest);
	border-image-repeat: stretch;
	border-image-slice: 36 fill;
	border-image-width: 26px;
	border-image-outset: 4px;
	margin-top: 13px;
}
.tt-border-azerite:before {
	content:"";
	display:block;
	width:97px;
	height:28px;
	background:url(https://static.wikia.nocookie.net/wowpedia/images/0/08/GameTooltip-azeritetop.png/revision/latest);
	position:absolute;
	top:-2px;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.tt-border-azerite:after {
	content:"";
	display:block;
	width:47px;
	height:12px;
	background:url(https://static.wikia.nocookie.net/wowpedia/images/d/dd/GameTooltip-azeritebottom.png/revision/latest);
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.tt-border-maw,
.tooltip-content.tt-border-maw { /* Maw */
	border-image-source: url(https://static.wikia.nocookie.net/wowpedia/images/5/51/GameTooltip-maw.png/revision/latest);
	border-image-repeat: stretch;
	border-image-slice: 36 fill;
	border-image-width: 26px;
	border-image-outset: 4px;
}

/* Template:PseudoAmbox */
.pseudo-ambox {
	width: fit-content;
	padding-bottom: 1em;
}
.pseudo-ambox-content {
	display: flex;
	align-items: center;
	background: var(--theme-page-background-color--secondary);
	border-top: 1px solid var(--theme-border-color);
	border-bottom: 1px solid var(--theme-border-color);
}
.pseudo-ambox-description { margin: auto; padding: 0.3ex 0.3em; flex: min-content; }
.pseudo-ambox-image { padding-left: 0.5em; }
.pseudo-ambox-image .article-media-thumbnail { display: flex; margin: auto; }
.pseudo-ambox-image img { border: none; }
.pseudo-ambox-image figcaption { display: none; }

/* Unbulleted lists */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.plainlist ul li { margin-bottom: 0; }

/* Allow pre tags to wrap */
pre { white-space:pre-wrap; }
Advertisement