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
No edit summary
No edit summary
Line 294: Line 294:
 
.navbox-title,
 
.navbox-title,
 
table.navbox th {
 
table.navbox th {
background: #151414;
+
background: #6e18a3;
 
color: #fff;
 
color: #fff;
 
}
 
}
Line 302: Line 302:
 
.navbox-group,
 
.navbox-group,
 
.navbox-subgroup .navbox-title {
 
.navbox-subgroup .navbox-title {
background: #1c1b1b;
+
background: #efefef;
color: #fff;
+
color: #000;
 
}
 
}
   
Line 309: Line 309:
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
 
.navbox-subgroup .navbox-abovebelow {
background: #242222;
+
background: #c0c0c0;
color: #fff;
+
color: #000;
 
}
 
}
   
Line 316: Line 316:
 
.navbox-even {
 
.navbox-even {
 
background: #f9f9f9;
 
background: #f9f9f9;
color: #fff;
+
color: #000;
 
}
 
}
   

Revision as of 23:56, 6 June 2016

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Advent_of_Ascension_Wiki h1.firstHeading {
    display: none;
}

/* Framework */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("https://hydra-media.cursecdn.com/adventofascension.gamepedia.com/2/26/Background.png") no-repeat fixed center center / cover  rgba(0, 0, 0, 1);
}

body #pageWrapper {
    margin-right: 10px;
}

/* Head */
div#mw-page-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div#mw-head {
    margin-right: 5px;
}

#mw-head-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 0px;
}

/* Tabs */
#right-navigation {
    margin-right: 5px;
}

div.vectorTabs {
    background-image: none;
}

div.vectorTabs span {
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs ul li,
div.vectorTabs ul li.selected {
    background-color: transparent;
    background-image: none;
}

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

div.vectorTabs li span a,
div.vectorMenu h3 span {
    background-image: none;
    color: #ffffff;
    font-weight: bold;
}

div.vectorTabs span a:visited {
    color: #ffffff;
}

div.vectorTabs li span a:hover,
div.vectorTabs span a:visited:hover {
    color: #F4B7B7 !important;
}

div.vectorTabs li.selected span a {
    color: #ffffff !important;
}

div.vectorTabs li.new span a:hover,
div.vectorTabs li.new span a:visited:hover {
    color: #644e4e;
}

iv.vectorMenu h3 a {
    background-image: url("https://hydra-media.cursecdn.com/commons.cursetech.com/8/80/Vector_menu_downarrow_white.png");
    background-position: 100% 70%;
    background-repeat: no-repeat;
}

div#mw-head div.vectorMenu h3 {
    background-image: none;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #ffffff;
    font-weight: bold;
}

div.vectorMenu {
    background-position: 100% 50%;
}
 
div.vectorMenu ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #aaaaaa;
}
 
div.vectorMenu h5 a {
    background-image: none;
}
 
div.vectorMenu li a {
    color: #000000;
}


/* Sidebar */
div#mw-panel div.portal div.body,
#mw-panel.collapsible-nav .portal {
    background-image: none;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
    color: #dccac6;
}

div#mw-panel div.portal h3,
div#mw-panel div.portal h3:visited,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #a28a85;
    font-weight: bold;
    text-transform: uppercase;
}

div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* Footer */
div#footer {
    overflow-y: hidden;
}

div#footer ul li {
    color: #ffffff;
}

div#footer ul li a {
    color: #a28a85;
}

/* MsUpload color fixes */
#upload-list .file {
	background-color: #353535;
	border-top: #333;
	border-bottom: #444;
}

#upload-list .file .file-title,
#upload-list .file .file-size,
#upload-list .file .file-warning {
	color: #E0E0E0;
}

#upload-list .file a {
    color: #add8e6;
}

#upload-list .file .small-warn {
    background: url("http://adventofascension.gamepedia.com/extensions/MsUpload/css/../images/msu_error-small.png") no-repeat scroll 0 center rgba(255, 246, 191, 0.2);
}

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

/* 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("http://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("http://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;
}

/* Navboxes in general */
/* Lore navboxes */

.navbox_title {
    background: #6e18a3;
    color: #ffffff;
    font-size:90%;
}

/* Newer 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: #f9f9f9;
}

.navbox-list {
    border-color: #f9f9f9;   /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: #6e18a3;
    color: #fff;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #efefef;
    color: #000;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #c0c0c0;
    color: #000;
}

/* Even row striping */
.navbox-even {
    background: #f9f9f9;
    color: #000;
}

/* 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 */