Ashes of Creation 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

Ashes of Creation Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Hydra skin */
/* fonts */
@font-face {
	font-family: 'OpenSans-Bold';
	src: local('OpenSans-Bold'), local('OpenSans-Bold'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-BoldItalic';
	src: local('OpenSans-BoldItalic'), local('OpenSans-BoldItalic'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-BoldItalic.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-ExtraBold';
	src: local('OpenSans-ExtraBold'), local('OpenSans-ExtraBold'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-ExtraBold.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-ExtraBoldItalic';
	src: local('OpenSans-ExtraBoldItalic'), local('OpenSans-ExtraBoldItalic'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-ExtraBoldItalic.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-Italic';
	src: local('OpenSans-Italic'), local('OpenSans-Italic'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Italic.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-Light';
	src: local('OpenSans-Light'), local('OpenSans-Light'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-LightItalic';
	src: local('OpenSans-LightItalic'), local('OpenSans-LightItalic'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-LightItalic.ttf) format('truetype');
}


@font-face {
	font-family: 'OpenSans-Regular';
	src: local('OpenSans-Regular'), local('OpenSans-Regular'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-Semibold';
	src: local('OpenSans-Semibold'), local('OpenSans-Semibold'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Semibold.ttf) format('truetype');
}

@font-face {
	font-family: 'OpenSans-SemiboldItalic';
	src: local('OpenSans-SemiboldItalic'), local('OpenSans-SemiboldItalic'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-SemiboldItalic.ttf) format('truetype');
}

p {
  font-family: "OpenSans-Regular";
}

.mw-body .firstHeading,
.mw-body h1, 
.mw-body h2,
h1, 
h2, 
h4, 
h5, 
h6 {
    font-family: "OpenSans-Regular";  
  border-bottom-color: #505050;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


/* links */
a.new, 
#p-personal a.new,
div#content a.new:visited,
a.new:visited {
  color: red;
}

div#content a:visited,
a:visited {
  color: #d16500;
}

/* a,
.mw-body a.extiw, 
.mw-body a.extiw:active,
.mw-body a.external, 
.mw-body a.external:active {
  color: #F78103;
} */

div#footer ul li a {
  color: #F78103;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}

a:visited,
a:focus,
a:active,
.mw-body a.extiw:visited {
  color: #d16500;
}

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* BODY */
/* Hide main page header */
body.page-Ashes_of_Creation_Wiki h1.firstHeading {
    display:none;
}

body {
    background: url("https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/e/e9/Scr2.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: gray;
    background-size: cover;
    color: white;
}

#mw-page-base {
     background-color: transparent;
     background-image: none;
     background-position: left bottom;
     background-repeat: repeat-x;
}

div#pageWrapper {
  background: rgba(255, 255, 255, 0.7);
  border:none;
  margin-top: 0em;
  min-height: 50em;
}

/* LOGO */
#p-logo {
    left: 50vw;
    margin-left: -250px;
    margin-top: 1em;
    height: 0em;
}

#p-logo a {
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  -webkit-filter: drop-shadow(0px 0px 10px black);
  filter: drop-shadow(0px 0px 3.5px black) drop-shadow(1px 1px 1px black);
  width: 32em;
}

/* top nav */
div#mw-head {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #505050;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  height: 40px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
}

#left-navigation {
  display: inline;
  float: left;
  margin-bottom: -2.5em;
  margin-top: 0em;
}

#right-navigation {
  float: right;
  margin-top: 0em;
}

div.vectorTabs {
  background-image: none;
  background-color: transparent;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  float: left;
  height: 2.5em;
  padding-left: 1px;
}

div.vectorTabs span {
  background-image: none;
  background-color: transparent;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  display: inline-block;
}

div.vectorTabs ul li {
  background-color: transparent;
  background-image: none;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: repeat-x;
  float: left;
  height: 100%;
  line-height: 1.125em;
  white-space: nowrap;
}

div#mw-head div.vectorMenu h3 {
  background-image: none;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  float: left;
  font-size: 1em;
  height: 2.5em;
  margin-right: -1px;
  padding-right: 1px;
}

div.vectorMenu h3 span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  margin-right: 20px;
  padding-left: 0.7em;
  padding-top: 1.25em;
}

div.vectorTabs li.selected {
  background-image: none;
}

div.vectorTabs ul {
  background-image: none;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  float: left;
  height: 100%;
}

div.vectorMenu div.menu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #505050;
  border-bottom-color: silver;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: silver;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: silver;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: silver;
  border-top-style: solid;
  border-top-width: 0;
  clear: both;
  left: -1px;
  min-width: 100%;
  position: absolute;
  text-align: left;
  top: 2.5em;
  z-index: 1;
}

/* top nav link color */
div.vectorMenu h3 span,
div.vectorTabs li.selected a, 
div.vectorTabs li.selected a:visited,
div.vectorTabs li a,
div.vectorTabs li a span, 
div.vectorMenu li a,
div.vectorTabs li a:link,
div.vectorTabs li a:visited {
  color: white;
  font-family:"OpenSans-ExtraBold";
}

div.vectorTabs li a:focus,
div.vectorTabs li a:active {
  color: gray;
  font-family: "OpenSans-ExtraBoldItalic";
}

div.vectorTabs li a:hover {
  color: gray;
   font-family: "OpenSans-ExtraBoldItalic";
}

/* side nav */
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
  color: black;
}

#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
div#mw-panel div.portal h3 {
	color: white;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 18px;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
}

/* no divider */
div#mw-panel div.portal {
  background-image: none;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  direction: ltr;
  margin-left: 0.7em;
  margin-right: 0.6em;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

/* content */
.mw-body {
  margin-left: 12em;
  padding-bottom: 1em;
  padding-left: 0em;
  padding-right: 1em;
}

div#content {
    background: transparent;
    border:none;
    color: black;
    padding-top: 10px;
    margin-top: 2.5em;
}
  

body.page-Ashes_of_Creation_Wiki div#footer {
  background: rgba(255, 255, 255, 0.7);
  margin-left: 0em;
  padding-bottom: 1.25em;
  padding-left: 12.5em;
  padding-right: 1.25em;
  padding-top: 1.25em;
}

div#footer {
  background: transparent;
  margin-left: 0em;
  padding-bottom: 1.25em;
  padding-left: 12.5em;
  padding-right: 1.25em;
  padding-top: 1.25em;
}



/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #808080;
     padding:0.25ex 1ex 0ex;
     font-size: 95%;
}

.ambox {
    background-color: #eeeeee;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left:0.8em;
     margin-top:0.5em;
}

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: #f9f9f9;
    border: 1px solid #aaaaaa;
    color: #000000;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: #f9f9f9;
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
    background: #505050;
    color:white;
    font-family: "OpenSans-Bold";
}

.infoboxdetails {
    padding: 0em;
}


/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
.claimwikibutton {
  text-align: center;
}

.claimwikibutton a {
    background: url("https://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    height: 57px;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.claimwikibutton a:hover {
    background: url("https://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
}

/* copyright images tweak */
.copyright-icon {
    background: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png) transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

.feature {
    background: rgba(80, 80, 80, 0.9);
    border: none;
    color: white;
}

.feature a,
.feature a.extiw,
.feature a.extiw:visited,
.feature a.external,
.feature a.external:visited {
    color: #d16500;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #aaaaaa;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(255, 255, 255, 0.2);
}

.navbox-list {
    border-color: rgba(255, 255, 255, 0.2); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(255, 255, 255, 0.2);
    color: #444;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(255, 255, 255, 0.2);
    color: #333;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
}

/* Even row striping */
.navbox-even {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/* End of new Navbox styling */


.header {
    background: #505050;
    text-align: center;
    color: #FFFFFF;
    font-size: 130%;
    padding: 4px;
   font-family: "OpenSans-ExtraBold";
}

/* tables */
table.wikitable > tr > th, 
table.wikitable > * > tr > th {
  background-color: #505050;
  text-align: center;
  font-family: "OpenSans-Regular";
  color: white;
}

.catlinks {
  border:none;
  background: rgba(255, 255, 255, 0.7);
  clear: both;
  margin-top: 1em;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

ul#filetoc {
  border:none;
  background-color: #505050;
}


/* Wiki editor fixes */
div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
    background-color: transparent;
}

.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

.wikiEditor-ui .wikiEditor-ui-view {
    border-bottom: medium none;
    border-left: 1px solid #C3CDB9;
    border-right: 1px solid #C3CDB9;
    border-top : medium none;
}

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C3CDB9;
}

.wikiEditor-ui-tabs {
    background-color: #505050;
    border-left: 1px solid #C3CDB9;
    border-top: 1px solid #C3CDB9;
}

.wikiEditor-ui-tabs div {
    background-color: #000000;
    border-right: 1px solid #C3CDB9;
    border-bottom: 1px solid #C3CDB9;
}

.wikiEditor-ui-tabs div a {
     background: #505050;  /* you can use a gradient here if you want to match your vector tabs or get fancy */
     color: white;
}

.wikiEditor-ui-tabs div.current {
    background-color: #C3CDB9;
    border-bottom: 1px solid #C3CDB9;
}

.wikiEditor-ui-tabs div.current a {
    color: white; /* depends on your tabs bg & how different you wish the current tab and text to appear */
    font-weight: bold; /* optional to make it stand out */
}

.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #C3CDB9;
}

.wikiEditor-ui-toolbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #C3CDB9;
}

.wikiEditor-ui-toolbar .group-search {
    border-left: 1px solid #C3CDB9;
    border-right: none;
}

.wikiEditor-ui-toolbar .group .label {
    color: #505050;
}

.tab {
    border-color: rgba(0, 0, 0, 0);
}

.wikiEditor-ui-toolbar .tabs span.tab a,
.wikiEditor-ui-toolbar .tabs span.tab a:visited {
    color: #505050;
}

.wikiEditor-ui-toolbar .tabs span.tab a.current,
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
    color: #505050;
}

.wikiEditor-ui-toolbar .group .tool-select .label {
    color: #505050; /* or any other dark colour, or change the bg to a dark colour to contrast with light text */
}

.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #C3CDB9;
}

.wikiEditor-ui-toolbar .booklet .index div {
    color: #505050;
}

.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: #505050;
    color: white;
}

.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #C3CDB9;
}

.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #C3CDB9;
    color: #505050;
}

.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: #C3CDB9;
    border-color: #C3CDB9;
    color: black;
}

.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #C3CDB9;
    color: black;
}

.wikiEditor-preview-loading {
    background-color: rgba(0, 0, 0, 0);
}

.wikiEditor-preview-contents {
    background-color: rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color #C3CDB9 #C3CDB9;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.editOptions {
  background-color: #505050;
  border-bottom-color: #505050;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #c3cdb9;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #c3cdb9;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  color:white;
}

.editOptions a {
    color: #d16500;
}

/* Preferences */
.client-js #preftoc {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px;
}

.client-js #preftoc,
.client-js #preftoc li,  
.client-js #preferences, 
.client-js #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #666666; /* this font color may need tweaking, depending on your background choices */
}

.client-js #preftoc li:first-child {
    margin-bottom: 1px;
    margin-left: 5px;
}

.client-js #preftoc li.selected a {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    border-color: #aaaaaa #aaaaaa rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    color: #000000; /* this font color may need tweaking, depending on your background choices */
}

.client-js #preferences fieldset {
    border-color: #aaaaaa;
}

.client-js #preferences {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: #aaaaaa;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #aaaaaa;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #aaaaaa;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #aaaaaa;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 2px;
}

/* gallery */
li.gallerybox div.thumb {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #505050;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #ccc;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ccc;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  text-align: center;
}

/* list icon style */
ul {
  list-style-image: url("https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/7/7a/Bullet.png");
  list-style-type: disc;
}

/* pager */
.mw-datatable th {
  background-color: #505050;
  color: white;
}

/* expand / collapse anchor text fix */
.mw-interwiki-legend .mw-collapsible-toggle a,
.mw-collapsible-toggle .mw-collapsible-toggle-collapsed a {
    color: #ffffff;
}

/* vertical row headers */
.vertical-row-header {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 1.5em;
}

.vertical-row-header div {
  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  -transform:        rotate(-90deg);
      filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  margin-left: -10em;
  margin-right: -10em;
}

/* front page groups */
div.front-page-group {
    width: 444px;
    height: 230px;
    display: inline-block;
    margin: 8px;
    border:3px solid #505050;
    font-size:24px;
}

table.front-page-table {
    width:100%;
    height:100%;
}

table.front-page-table tr:first-child {
    height: 80px;
}

table.front-page-table td,
table.front-page-table th {
    text-align:center;
    vertical-align:middle;
    min-width:222px;
}

table.front-page-table a {
    color:#FFFFFF !important; /* Need to do this in order to prevent the color being changed by the wiki engine for existing and non-existing pages */
}

table.front-page-table a:hover {
    color:#CCCCCC !important; /* Need to do this in order to prevent the color being changed by the wiki engine for existing and non-existing pages */
}

table.front-page-table th a {
    font-size:32px;
}

#front-page-generalinformation-group {
     background-image:url('https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/a/a9/Front-page-group-background-general_information.png');
}

#front-page-pve-group {
     background-image:url('https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/f/fc/Front-page-group-background-pve.png');
}


#front-page-pvp-group {
     background-image:url('https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/1/17/Front-page-group-background-pvp.png');
}

#front-page-characteroptions-group {
     background-image:url('https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/7/78/Front-page-group-background-character_options.png?version=b42530c3bbb8fedc2556281bb64ca5ef');
}

#front-page-social-group {
     background-image:url('https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/a/aa/Front-page-group-background-social.png');
}

#front-page-economics-group {
     background-image:url('https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/3/37/Front-page-group-background-economics.png');
}

#front-page-transportation-group {
     background-image:url('https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/9/9c/Front-page-group-background-transportation.png');
}

#front-page-world-group {
     background-image:url('https://hydra-media.cursecdn.com/ashesofcreation.gamepedia.com/7/71/Front-page-group-background-world.png');
}
Advertisement