Path of Exile Wiki

Please consider helping keep the wiki up to date. Check the to-do list of updates needed for version 3.14.0.

Game data exports will becoming later as the technical changes in addition to regular changes take some more time.

READ MORE

Path of Exile Wiki
(Created page with "body { background: #000000; color: #A38D6D; } #content_wrapper { background: #0f0f0f; color: #A38D6D; border: 1px solid #734e32; clear: both; marg...")
 
No edit summary
Line 14: Line 14:
 
h2 {
 
h2 {
 
border-bottom: 0px solid #494d47;
 
border-bottom: 0px solid #494d47;
  +
}
  +
  +
/* Link Styles */
  +
a,
  +
a:visited {
  +
color: #f2c462;
  +
}
  +
a:active {
  +
color: #f2dcae;
 
}
 
}
   

Revision as of 21:23, 26 June 2013

body {
    background: #000000;
    color: #A38D6D;
}

#content_wrapper {
    background: #0f0f0f;
    color: #A38D6D;
    border: 1px solid #734e32;
    clear: both;
    margin: 0 8px;
}

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

/* Link Styles */
a,
a:visited {
    color: #f2c462;
}
a:active {
    color: #f2dcae;
}

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


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

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

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

table.wikitable th {
    background: #0f0f0f;
    color: #A38D6D;
}

table.infobox {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #734e32;
    width:23em;
}

.mwm-notice {
    background: #000000;
    border: 1px solid #734e32;
}

/* Gradients */
.poe1 {
	background-color: #000000;
	border: 1px solid #75511d;
}