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
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
/* CSS placed here will be applied to all skins */

/* Bigger logo size fix */
.mw-wiki-logo { background-size: contain; }

/* Gamepedia navbar too close */
#global-wrapper #p-logo {
    top: -150px;
}

/* Style for horizontal lists (separator following item).
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 6 (2014-05-09)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ") ";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ") ";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) " ";
    white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
}

/* Element animator */
.animated > *:not(.animated-active),
.animated-paused > *:not(.animated-active),
.animated > .animated-subframe > *:not(.animated-active),
.animated-paused > .animated-subframe > *:not(.animated-active) {
	display: none;
}

.missing-icon a.new {
    font-size:0;
}

.missing-icon a.new::before {
    content:" ";
    width: 32px;
    height: 32px;
    display:block;
    background-size:cover;
    background-image:url(https://gamepedia.cursecdn.com/adventofascension_gamepedia/b/b1/MissingIcon32.png);
}


/* TEMPLATES from Hydra.css */
/* Notice templates */
.topNotice {
  border: 2px solid #ff9900;
  background: rgba(0, 0, 0, 0);
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move,
.topnotice.merge,
.topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
  border: 2px solid #008000;
}

/* Navboxes in general */
/* Lore navboxes */
/* --- TABLE DESIGNS --- */
/* Default style for navigation boxes */
.navbox2 {                     /* Navbox container style */
   border: 1px solid #aaa;
   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: #efefef;      /* Background color */
}
.navbox2-list {
   line-height: 1.8em;
   border-color: #efefef;    /* Must match background color */
}
.navbox2 th,
.navbox2-title {
   background: #6e18a3;      /* Level 1 color */
   color: #fff;
}
.navbox2-abovebelow,
th.navbox2-group,
.navbox2-subgroup .navbox2-title {
   background: rgba(0,0,0,0.1);      /* Level 2 color */
   color: #000;
}
.navbox2-subgroup .navbox2-group,
.navbox2-subgroup .navbox2-abovebelow {
   background: #efefef;      /* Level 3 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;
}



/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
   font-weight: normal;
   /* @noflip */
   text-align: right;
}
/* In navboxes, the show/hide button balances the v·d·e links
  from [[Template:Navbar]], so they need to be the same width. */
.navbox2 .mw-collapsible-toggle {
   width: 6em;
}

table.extrapadding td {
  padding-left: 4px;
  padding-right: 4px;
}

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

.content .navbox2 table {
    margin: 0;
}
.content .navbox2 ol ol, .content .navbox2 ul ol, .content .navbox2 ol ul, .content .navbox2 ul ul {
    margin-left: 0;
}
.navbox2-title a, .noprint.plainlinks.navbar span, .navbox2 .mw-collapsible-toggle > a {
    color: #fff;
}
.navbox2-subgroup th.navbox2-title a { color: #000; }
/* End of new Navbox styling */


.theme-fandomdesktop-dark .infobox {
	background: black;
}


.theme-fandomdesktop-dark .headerSort {
	color: white;	
}
.explain {
    text-decoration: underline dotted;
    cursor: help;
}
Advertisement