Abzu Wiki
Advertisement

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(88, 201, 173, 0.6) !important;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
}

body.mediawiki #mw-mf-page-center {
    background: #00070b url("https://hydra-media.cursecdn.com/abzu.gamepedia.com/8/83/Mobile.jpg") no-repeat fixed center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a, a:visited, a.external {
    color: #7799D5;
}

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(88, 201, 173, 0.6);
}

.content {
    color: #ffffff;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: 1px solid rgba(88, 201, 173, 0.6);
    padding: 3px;
}

.content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.content table.wikitable > tr > th,
.content table.wikitable > tr > td,
.content table.wikitable > * > tr > th,
.content table.wikitable > * > tr > td {
    border: 1px solid rgba(88, 201, 173, 0.6);
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: rgba(0, 0, 0, 0);
    padding: 3px;
}

/* Responsive main page stuff */

.primary-navigation-enabled {
    border-left: 12px solid rgba(88, 201, 173, 0.6) !important;
    background: rgba(88, 201, 173, 0.4) !important;
}

#mw-mf-page-left {
    border-left: 12px solid rgba(88, 201, 173, 0.6);
    background: transparent;
}

#mw-mf-page-left ul {
    background: transparent;
}

#mw-mf-page-left ul:first-child {
    border-bottom: 12px solid rgba(88, 201, 173, 0.6);
}

#mw-mf-page-left ul li {
    border-top: 1px solid rgba(88, 201, 173, 0.6);
    border-bottom: 1px solid rgba(88, 201, 173, 0.6);
    background: transparent;
    text-shadow: none;
}

#mw-mf-page-left ul li a,
#mw-mf-page-left ul.hlist li a {
    border: none;
    color: #63ffff;
}

#mw-mf-page-left ul li:hover {
    border-left: 12px solid rgba(88, 201, 173, 0.6);
    background: rgba(88, 201, 173, 0.6);
}

#mw-mf-page-left ul.hlist li:hover {
    border: none;
}

#mw-mf-page-left ul li:hover a,
#mw-mf-page-left ul.hlist li:hover a {
    color: #ffffff;
}
Advertisement