WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

Icon-warning-22x22 Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Chrome / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac)
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5
__FORCETOC__
/* '''Note:''' other classes that should be defined for styling purposes, at least for box-type elements like DIV and maybe TABLE:
* .ammo (or some such, for [[Template:Bullets]])
* .api (for anything to do with API or UI pages; not sure if they belong in the same class) [[User:D. F. Schmidt|Schmidt]] 15:43, 7 August 2007 (UTC)
* .craft (anything dealing with crafting, recipes, lists of leather, etc.)
*/

 /* CSS placed here will be applied to all skins */

 /* quick fix for darker red links problem */
 a.new {
  color: #F05048;
 }
 
 /* printer friendlier code */
 code {
  color: #FFF;
 }

==Colors==
 /* Blizz text colour */
 
 .blizztext {
  color:#00c0ff;
 }

 /* Item Quality Colors */ 
 .qc-artifact, .qc-artifact a { color: #E5CC80; }
 .qc-legendary, .qc-legendary a { color: #F07902; }
 .qc-epic, .qc-epic a { color: #B048F8; }
 .qc-rare, .qc-rare a { color: #0080FF; }
 .qc-uncommon, .qc-uncommon a { color: #1EFF00; }
 .qc-common, .qc-common a { color: #FFFFFF; }
 .qc-poor, .qc-poor a { color: #9D9D9D; }
 
 /* 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: #FFFFFF; }
 .cc-rogue, .cc-rogue a { color: #FFF569; }
 .cc-shaman, .cc-shaman a { color: #2459FF; }
 .cc-warlock, .cc-warlock a { color: #9482CA; }
 .cc-warrior, .cc-warrior a { color: #C79C6E; }
 
=== Class colors (for nav boxes, etc.) ===
 /* class colors */
 .paladin {background-color: #883355; border: solid 1px #442233;}
 .paladin a, .paladinalt a {color: #ff99cc}
 .paladin a:vlink, .paladinalt a:vlink {color: #ff33cc;}
 .paladinalt {background-color: #662244;}          /* for alternating lines in some tables */
 
 .mage {background-color: #4488aa; border: solid 1px #69ccf0;}
 .mage a, .magealt a {color: #66ccff;}
 .mage a:vlink, .magealt a:vlink {color: #335566;}
 .magealt {background-color: #336677;}

=== Branch colors ===
 /* branch colors */
 {}
 .todo
       {background-color: #352020; 
        border:2px solid #703030}
 .teams                   /* for [[WoWWiki:Community teams]] and associated pages */
       {background-color: #202035; 
        border:2px solid #6060B0}
 .about                   /* for [[WoWWiki:About]] pages */
       {background-color: #302030; 
        border:2px solid #603060}
 .help                    /* for WoWWiki help pages */
       {background-color: #253020;
        border:2px solid #407030}
 .writing               /* for WoWWiki community reference, such as for rules */
       {background-color: #203030;
        border:2px solid #307070}
 .democracy               /* for democracy and voting pages */
       {background-color: #222222;
        border:2px solid #606060}

== Box formatting ==
 /* WoW Style Tooltip */
 .tooltip {
  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;
 }
 .tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
 }

 /* default skin for navigation boxes */
 table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
 }
 table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
 }
 table.navbox tr:not(:first-child) th {
    background-color: #ddf;
 }
 @media print {
    .navbox {
        display: none;
    }
 }

 /* Standard Navigationsleisten, aka box hiding thingy german wikipedia. Documentation [http://en.wikipedia.org/wiki/Wikipedia:NavFrame here] */
 
 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: #ccccff;
        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;
 }

 .listbox {float:right;  /* from [[template:listboxformat]] */
           text-align: center; 
           margin: 0em 0em 1em 2em; 
           padding: 1ex;}

 .instance {border: 1px solid #666;     /* for instance boxes (to include raids, unless someone deems raids worth having their own) */
            padding: 5px; 
            background: #202020; 
            font-size: 90%}
 .class {text-align:left;               /* for boxes related to player classes and their abilities */
         border: 1px solid #666; 
         padding: 5px; 
         background: #202020; 
         font-size: 90%;}
 tr.class, td.class, th.class {padding: 0px 1ex;}

 /* dark table style */
 table.darktable {
  border: 1px solid #606060;
  padding: 5px;
  background: #202020;
  font-size: 90%;
 }
 
 /* dark table style */
 table.darktable th {
  background-color: #003A5E;
  padding: 0 0.5em;
 }
 
 /* dark table style */
 table.darktable caption {
  font-size: 120%;
  font-weight: bold;   
 }

== Content in columns with CSS instead of tables [[Template:Columns]] ==
 /* */
 div.columns-2 div.column {
  float: left;
  width: 50%;
  min-width: 300px;
 }
 div.columns-3 div.column {
  float: left;
  width: 33.3%;
  min-width: 200px;
 }
 div.columns-4 div.column {
  float: left;
  width: 25%;
  min-width: 150px;
 }
 div.columns-5 div.column {
  float: left;
  width: 20%;
  min-width: 120px;
 }


 /* [[Category:User CSS| ]] [[Category:WoWWiki]] */
Advertisement