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
(Created page with "body { background: #0A0101; color: #A18E73; } #content_wrapper { background: #100303; color: #A18E73; border: 1px solid #330707; clear: both; marg...")
 
No edit summary
Line 10: Line 10:
 
clear: both;
 
clear: both;
 
margin: 0 8px;
 
margin: 0 8px;
  +
}
  +
  +
a {
  +
color: #E0B021;
  +
}
  +
  +
a:hover {
  +
color: #AF833B;
  +
}
  +
  +
a:visited {
  +
color: #AF833B;
 
}
 
}
   

Revision as of 06:24, 14 June 2013

body {
    background: #0A0101;
    color: #A18E73;
}

#content_wrapper {
    background: #100303;
    color: #A18E73;
    border: 1px solid #330707;
    clear: both;
    margin: 0 8px;
}

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