Diablo Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

Diablo Wiki
No edit summary
No edit summary
Line 1: Line 1:
  +
body {
body, body.navigation-enabled #mw-mf-page-center {
 
 
background: #330707;
 
background: #330707;
 
color: #A18E73;
 
color: #A18E73;
 
}
 
}
   
  +
#mw-mf-page-center, body.navigation-enabled #mw-mf-page-center, .animations #mw-mf-page-center {
#content_wrapper {
 
background: #330707;
+
background: #330707 !important;
 
color: #A18E73;
 
color: #A18E73;
  +
}
border: 1px solid #330707;
 
  +
clear: both;
 
 
body.navigation-enabled .transparent-shield {
margin: 0 8px;
 
  +
background: rgba(51, 7, 7, 0.8) !important;
 
}
 
}
   
Line 74: Line 75:
 
/********************/
 
/********************/
 
.primary-navigation-enabled {
 
.primary-navigation-enabled {
border-left: 12px solid #330707;
+
border-left: 12px solid #330707 !important;
background: #0A0101;
+
background: #0A0101 !important;
 
}
 
}
   

Revision as of 15:58, 4 February 2016

body {
    background: #330707;
    color: #A18E73;
}

#mw-mf-page-center, body.navigation-enabled #mw-mf-page-center, .animations #mw-mf-page-center {
    background: #330707 !important;
    color: #A18E73;
}

body.navigation-enabled .transparent-shield {
  background: rgba(51, 7, 7, 0.8) !important;
}

a {
    color: #E0B021;
}

a:hover {
   color: #AF833B;
}

a:visited {
    color: #AF833B;
}

h2 {
    border-bottom: 0px solid #AAAAAA;
}

.thumb {
    background: none repeat scroll 0 0 #100303;
    border: 1px solid #330707;
    margin-bottom: 10px;
}

table[style] {
    float: none !important;
    margin-left: 0 !important;
    width: 100%;
}

table {
    border: 0px solid #CCCCCC;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: auto;
    margin-bottom: 15px;
    padding: 3px;
}

table td, table th {
    border: 0px solid #CCCCCC;
    padding: 3px;
}

table.infobox {
    background: none repeat scroll 0 0 #100303;
    border: 1px solid #330707;
    width: 21em !important;
    margin: auto;
}

.mwm-notice {
    background: #0A0101;
    border: 1px solid #330707;
}

.nomobile {
    display: none;
}

/********************
/* Main menu styles *
/********************/
.primary-navigation-enabled {
  border-left: 12px solid #330707 !important;
  background: #0A0101 !important;
}

#mw-mf-page-left {
  border-left: 12px solid #330707;
  background: transparent;
}

#mw-mf-page-left ul {
  background: transparent;
}

#mw-mf-page-left ul:first-child {
  border-bottom: 12px solid #330707;
}

#mw-mf-page-left ul li {
  border-top: 1px solid #330707;
  border-bottom: 1px solid #330707;
  background: transparent;
  text-shadow: none;
}

#mw-mf-page-left ul li a, #mw-mf-page-left ul.hlist li a {
  border: none;
  color: #E0B021;
}

#mw-mf-page-left ul li:hover {
  border-left: 12px solid #E0B021;
  background: transparent;
}

#mw-mf-page-left ul.hlist li:hover {
  border: none;
}

#mw-mf-page-left ul li:hover a, #mw-mf-page-left ul.hlist li:hover a {
  color: #AF833B;
}

/* Common styles - mostly copied from MediaWiki:Common.css (excluding desktop-specific styles like nodesktop) */

/* Style for related articles link */
.rellink {
font-style: italic;
}

/* HTML5 Audio tag not formatted from the extension */
audio {
	width: 180px;
}

/* Removes the header from the main page */
body.page-Diablo_III_Wiki h1.firstHeading { display:none; }

body.page-Diablo_II_Wiki h1.firstHeading { display:none; }

body.page-Diablo_I_Wiki h1.firstHeading { display:none; }

/* Controls the color scheme for common tables */

.dftable {
	background-color: #0A0101;
}

.dftable td {
	background-color: #0A0101;
}

.dftable th {
	background-color: #1F0400;
	color: #D49E43;
}

.dftable th.header {
	background-color: #2F0600;
	font-family: Georgia;
        border: none;
}

.dftable th.headergreen {
	background-color: #2F0600;
        color: #8BD442;
	font-family: Georgia;
	padding: 1.0em;
}

.dftable th.header2 {
	background-color: #2F0600;
	font-family: Georgia;
}

.dfborder {
	border: 1px solid #330707;
	border-collapse: collapse;
}

.dfborder td {
	border: 1px solid #330707;
}

.dfborder th {
	border: 1px solid #330707;
}

/* Attributes template style */
.attributesbox {
	padding: 5px;
	border: 1px solid #2F0600;
	font-size: 0.9em;
	width: 100%
}

.attributesbox th {
	text-align: center;
}

.attributesbox th.subheader {
	width: 33%;
}

.attributesbox td {
	text-align: center;
	padding: 0.5em;
}

/* Infobox template style */
.infobox {
	border: 1px solid #2F0600;
	float: right;
	margin-left: .5em;
	width: 270px;
}

.infobox table { 	
	background-color: #0A0101;	 	
	width: 100%;	
}

.infobox th.header {
	padding: 1.0em;
	font-size: 1.2em;
}

.infobox th {
	padding: 3px;
}

.infobox td {
	padding: 3px;
}

.infobox td.image {
	padding: 1em;
	text-align: center;
}

/* Navbox template style */

.navbox {
	border: 1px solid #2F0600;
	font-size: 0.9em;
	padding: 5px;
	width:100%;
}

.navbox th {
	padding-left: 1em;
	padding-right: 1em;
	text-align: right;
	white-space: nowrap;
	width: 1px;
}

.navbox th.header {
	text-align: center;
	white-space: normal;
}

.navboxv {
	border: 1px solid #2F0600;
	font-size: 0.9em;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}
	
/* Portalbox template style */

.portalbox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border: 1px solid #2F0600;
	width: 100%;
}

.portalbox th.header {
	background-color: #2F0600;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: .2em;
	padding-bottom: .2em;
	text-align: center;
}

/* Table style for Breakpoints (Diablo II) */

.breakpoints {
	background-color: #000;
	text-align: center;

}

.breakpoints th {
	background-color: #2F0600;
	width: 70px;

}

.breakpoints th.header {
	background-color: #2F0600;
	color: #F2D5AD;
	font-size: 110%;
	width: 150px;

}

/* Table style for Immune Monsters (Diablo II) */

.immune {
        background-color: #000000;
        text-align: right;
}

.immune th {
        background-color: #2F0600;
        color: #F2D5AD
}

.immune td.red {
        background-color: #CC0000;
        color: #000000;
}

.immune td.green {
        background-color: #008000;
        color: #000000;
}

/* A temporary style used only by the current skill template for Diablo II */
.infoboxskill {
	background-color: #080808;
	border-spacing: 0;
	height:100%;
}

.infoboxskill > td {
	padding: 0;
}

.infoboxskill th {
	font-weight: bold;
	text-align: right;
}

.infoboxskill th.header {
	background-color: #2F0600; 
	padding: 3px; 
	text-align: left;
}

.infoboxskill td.image {
	height: 100%; 
	text-align:center; 
	vertical-align:top;
}

.infoboxskill table {
	background-color: #080808;
	border-spacing: 5px;
	height:100%;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/* Standard colors to be used in the wiki */
.d3color_blue {color:#7979D4;}
.d3color_gold {color:gold;}
.d3color_grey {color:#696969;}
.d3color_green {color:#8BD442;}
.d3color_orange {color:#BF642F;}
.d3color_purple {color:#9D34D9;}
.d3color_red {color:red;}
.d3color_white {color:#FFFFFF;}
.d3color_yellow {color:#F8CC30;}

.d2color_blue {color:#4169E1;}
.d2color_gold {color:#A59263;}
.d2color_green {color:#00FF00;}
.d2color_orange {color:#FFA500;}
.d2color_yellow {color:#FFFF00;}

/*** Start of Diablo: The Hell ***/
/* Last updated at 2010-06-08 */

/* Standard table */
table.THtable
{
 border-collapse: collapse;
}

table.THtable td, table.THtable th
{
 padding: 1px 10px;
}

table.THtable th
{
 background-color: #2f0600;
}

table.THtable tr:nth-child(even)
{
 background-color: transparent;
}

table.THtable tr:nth-child(odd)
{
 background-color: #210400;
}


/* Table for a specific character's stats */

table.THstats-specific td:nth-child(1)
{
 text-align: left;
 width: 8em;
}

table.THstats-specific td:nth-child(2)
{
 text-align: right;
}

table.THstats-specific td:nth-child(3)
{
 text-align: right;
}

table.THstats-specific td:nth-child(4)
{
 text-align: left;
}

/* Table for the combined character's stats */

table.THstats-all td
{
 text-align: right;
}

table.THstats-all td:nth-child(1)
{
 text-align: left;
 width: 8em;
}


/* Table for item stats */

table.THitems td
{
 width: 3em;
 text-align: right;
}

table.THitems td:nth-child(1)
{
 text-align: left;
 width: 16em;
}


/* Table for pre- and subfixes */

table.THpresubfixes td
{
 width: 4em;
 text-align: right;
}

table.THpresubfixes td:nth-child(1)
{
 text-align: left;
 width: 8em;
}

table.THpresubfixes td:nth-child(2)
{
 text-align: left;
 width: 15.5em;
}

/* Table for unique items */

table.THuniqueitems
{
 width: 100%;
}

table.THuniqueitems td:nth-child(1)
{
 width: 11.5em;
}

table.THuniqueitems td:nth-child(2)
{
 width: 6.5em;
}

/* Table for monster lists */

table.THmonster tr:nth-child(even)
{
 background-color: #180300;
}

table.THmonster tr:nth-child(odd)
{
 background-color: #000;
}

table.THmonster
{
 border-collapse: collapse;
 text-align: center;
}

table.THmonster td
{
 border: 1px dotted #4b0900;
 padding: 0 3px;
}

table.THmonster tr:nth-child(2)
{
 background-color: #220400;
}

table.THmonster tr:nth-child(1) td
{
 background-color: #2f0600;
}

table.THmonster tr:nth-child(1) td
{
 color: #d9bf9b;
}

table.THmonster tr:nth-child(1) td, table.THmonster tr:nth-child(2) td
{
 font-weight: bold;
}

table.THmonster td.Undead
{
 color: white;
}

table.THmonster td.Demon
{
 color: red;
}

table.THmonster td.Animal
{
 color: green;
}

table.THmonster
{
 border: 1px solid #5e0c00;
}

table.THmonster tr:nth-child(1) td:nth-child(1),
table.THmonster tr:not(:nth-child(-n+2)) td:nth-child(1),
table.THmonster tr:not(:nth-child(-n+2)) td:nth-child(4),
table.THmonster tr:not(:nth-child(-n+2)) td:nth-child(7),
table.THmonster tr:not(:nth-child(-n+2)) td:nth-child(10),
table.THmonster tr:nth-child(1) td:nth-child(2),
table.THmonster tr:nth-child(1) td:nth-child(3),
table.THmonster tr:nth-child(1) td:nth-child(4),
table.THmonster tr:nth-child(2) td:nth-child(3),
table.THmonster tr:nth-child(2) td:nth-child(6),
table.THmonster tr:nth-child(2) td:nth-child(9)
{
 border-right: 1px solid #5e0c00;
}

/* Table for spell tables */

table.THspell td
{
 text-align: right;
 width: 1.7em;
}

table.THspell td:nth-child(1)
{
 text-align: left;
 width: 9em;
}

/*** End of Diablo: The Hell ***/

/* class infobox template, class icon background; use 'class-bg' for general usage */

div.class-box.Barbarian,      .class-bg.Barbarian
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/a/af/Barbarian1.jpg) no-repeat 0em 0em; }
div.class-box.Demon_Hunter,       .class-bg.Demon_Hunter
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/a/a0/Demon_Hunter.jpg) no-repeat 0em 0em; }
div.class-box.Monk,         .class-bg.Monk
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/3/33/Monk.jpg) no-repeat 0em 0em; }
div.class-box.Witch_Doctor, .class-bg.Witch_Doctor
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/8/8b/Witch_Doctor.jpg) no-repeat 0em 0em; }
div.class-box.Wizard,       .class-bg.Wizard
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/f/fe/Wizard.jpg) no-repeat 0em 0em; }

/* quality image template, color background; use 'quality-bg' for general usage */

div.quality-box.Normal,    .quality-bg.Normal
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/c/c8/Brown_bkgrd.png) no-repeat 0em 0em;
  border: 1px solid #352012; }
div.quality-box.Common,    .quality-bg.Common
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/c/c8/Brown_bkgrd.png) no-repeat 0em 0em;
  border: 1px solid #352012; }
div.quality-box.Magic,    .quality-bg.Magic
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/8/8d/Blue_bkgd.png) no-repeat 0em 0em;
  border: 1px solid #7979D4; }
div.quality-box.Rare,    .quality-bg.Rare
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/c/c6/Yellow_bkgd.png) no-repeat 0em 0em;
  border: 1px solid #F8CC30; }
div.quality-box.Legendary,    .quality-bg.Legendary
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/4/4f/Orange_bkgd.png) no-repeat 0em 0em;
  border: 1px solid #BF642F; }
div.quality-box.Set,    .quality-bg.Set
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/b/bf/Green_bkgd.png) no-repeat 0em 0em;
  border: 1px solid #8BD442; }

/* damage type image template, color background; use 'damage-bg' for general usage */

div.damage-box.Poison,    .damage-bg.Poison
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/0/05/Poison.png) no-repeat 0em 0em;
  border: 0px solid #000; }

div.damage-box.Arcane,    .damage-bg.Arcane
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/d/d8/Arcane.png) no-repeat 0em 0em;
  border: 0px solid #000; }

div.damage-box.Cold,    .damage-bg.Cold
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/6/6b/Cold.png) no-repeat 0em 0em;
  border: 0px solid #000; }

div.damage-box.Fire,    .damage-bg.Fire
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/3/30/Fire.png) no-repeat 0em 0em;
  border: 0px solid #000; }

div.damage-box.Holy,    .damage-bg.Holy
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/a/a3/Holy.png) no-repeat 0em 0em;
  border: 0px solid #000; }

div.damage-box.Lightning,    .damage-bg.Lightning
{ background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/8/86/Lightning.png) no-repeat 0em 0em;
  border: 0px solid #000; }

div.inventory { background: #000 url(http://hydra-media.cursecdn.com/diablo.gamepedia.com/d/db/Inventory.png) no-repeat 0em 0em; }

/* hover tooltip formatting */
.htt {
background-color:#000;
}

/* Test zone */
.dfboxtest {
width: 300px;
border: 1px solid #2F0600;
padding: 5px;
background-color: #0A0101;
}

.headertest {
background-color: #2F0600;
font-size: 120%;
font-weight: bold;
text-align: center;
font-family: Georgia;
color: #D49E43;
padding: .5em;
}

.achlist ul li {
  list-style: none;
  background: url("http://hydra-media.cursecdn.com/diablo.gamepedia.com/f/f0/Achievement_list_bullet_icon.png") no-repeat 1px 0;
  margin-left: -18px;
  padding-left: 20px;
  min-height: 16px
}

.achreq ul li {
  list-style: none;
  background: url("http://hydra-media.cursecdn.com/diablo.gamepedia.com/8/8e/Achievement_req_bullet_icon.png") no-repeat 1px 2px;
  margin-left: -18px;
  margin-top: -1px;
  padding-left: 20px;
  min-height: 16px;
}

.questlist ul li {
  list-style: none;
  background: url("/images/1/19/Quest_list_icon.png") no-repeat 1px 0;
  margin-left: -18px;
  padding-left: 20px;
  min-height: 16px
}