Advent of Ascension Wiki

This wiki is currently being updated to 1.18.2+ versions of the mod. If you are struggling to find information regarding 1.16.5 AoA, or are curious as to why 1.18.2+ versions are being released incomplete, please check out this page.

READ MORE

Advent of Ascension Wiki
Register
Advertisement

In other languages: FrançaisРусский中文


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
.main-container {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("https://static.wikia.nocookie.net/adventofascension_gamepedia/images/3/3a/Bg.png/revision/latest") no-repeat fixed center center / cover  rgba(0, 0, 0, 1);
}

/* Navboxes in general */
/* Lore navboxes */
/* --- TABLE DESIGNS --- */
/* Default style for navigation boxes */
.navbox2 {                     /* Navbox container style */
   border: 1px solid var(--theme-border-color);
   width: 100%;
   margin: auto;
   clear: both;
   font-size: 88%;
   text-align: center;
   padding: 1px;
}
.navbox2-inner,
.navbox2-subgroup {
   width: 100%;
}
.navbox2-group,
.navbox2-title,
.navbox2-abovebelow {
   padding: 0.25em 1em;      /* Title, group and above/below styles */
   line-height: 1.5em;
   text-align: center;
}
th.navbox2-group {             /* Group style */
   white-space: nowrap;
   /* @noflip */
   text-align: right;
}
.navbox2,
.navbox2-subgroup {
   background: var(--theme-page-background-color--secondary);      /* Background color */
}
.navbox2-list {
   line-height: 1.8em;
   border-color: var(--theme-page-background-color--secondary);    /* Must match background color */
}
.navbox2 th,
.navbox2-title {
   background: #6e18a3;      /* Level 1 color */
/*   color: var(--theme-sticky-nav-dynamic-color-1); */
}
.navbox2-abovebelow,
th.navbox2-group,
.navbox2-subgroup .navbox2-title {
   background: rgba(0,0,0,0.1);      /* Level 2 color */
   color: var(--theme-accent-label-color);
}
.navbox2-subgroup .navbox2-group,
.navbox2-subgroup .navbox2-abovebelow {
   background: var(--theme-sticky-nav-dynamic-color-1);      /* Level 3 color */
}
.navbox2-subgroup th.navbox2-title a, .noprint.plainlinks.navbar span {
    color: var(--theme-accent-label-color);
}
.navbox2-even {
   background: rgba(0,0,0,0.05);      /* Even row striping */
}
.navbox2-odd {
   background: transparent;  /* Odd row striping */
}
table.navbox2 + table.navbox2 {  /* Single pixel border between adjacent navboxes */
   margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox2 .hlist td dl,
.navbox2 .hlist td ol,
.navbox2 .hlist td ul,
.navbox2 td.hlist dl,
.navbox2 td.hlist ol,
.navbox2 td.hlist ul {
   padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
ol + table.navbox2,
ul + table.navbox2 {
   margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}

/* Default styling for Navbar template */
.navbar {
   display: inline;
   font-size: 88%;
   font-weight: normal;
}
.navbar ul {
   display: inline;
   white-space: nowrap;
}
.navbar li {
   word-spacing: -0.125em;
}
.navbar.mini li span {
 font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
   font-size: 100%;
}
.navbox2 .navbar {
   display: block;
   font-size: 100%;
}
.navbox2-title .navbar {
   /* @noflip */
   float: left;
   /* @noflip */
   text-align: left;
   /* @noflip */
   margin-right: 0.5em;
   width: 6em;
}


/* Black text for sortable table headers */
.sortable th {
	color: #3a3a3a;
}

/* Styles for LootTable */
.wikitable.loottable td {
	color: #3a3a3a;
}
Advertisement