The Adventures of Tree 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;
}

/* Custom fonts */
@font-face {
    font-family: 'ArchitectsDaughter';
    src: local('ArchitectsDaughter'), local('ArchitectsDaughter'), url(https://commons.gamepedia.com/media/hydra/fonts/ArchitectsDaughter.ttf) format('truetype');
}

/* non-content area */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: #99ccd7 url("https://static.wikia.nocookie.net/adventuresoftree_gamepedia/images/9/98/Backdrop.jpg/revision/latest") no-repeat fixed top center / cover;
    color: #000000;
}

.mw-body,
#mw-mf-page-center {
    background: transparent !important;
}

#bodyContent,
.footer-content {
    background: rgba(255, 255, 255, 0.7);
}

#footer {
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #aaaaaa;
    color: #000000;
}

#footer a {
    color: #0645ad;
    text-shadow: 1px 1px 0.1em #999999;
}

#footer h2 {
    color: #0645ad;
    text-shadow: 1px 1px 0.25em #999999;
}

.header-container.header-chrome {
    background-image: url('https://static.wikia.nocookie.net/adventuresoftree_gamepedia/images/3/3e/Log_button_middle.png/revision/latest');
    height: 40px;
    background-color: #99ccd7;
}

.header-container.header-chrome form.header {
    height: 40px;
}

.header-container.header-chrome form.header h1 {
    color: #fff;
    border: none;
}

.header-container.header-chrome .search-box {
    padding-left: 10px;
}

/* content area */
#content_wrapper {
    background-color: unset;
    border: none;
    border-radius: 5px;
}

.overlay-enabled, #content {
    background-color: rgba(255, 255, 255, 0.7);
}

a,
a.external,
a:visited {
    color: #0645ad;
}

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

.content table td,
.content table th {
    border: medium none;
    padding: 3px;
}

h1, 
h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #aaaaaa;
    color: #000000;
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
}

.thumb,
#content .thumb {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

table.wikitable {
    border: none;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    margin: auto;
    margin-bottom: 1em;
}

table.wikitable td {
    border: none;
    padding: 3px;
    background: rgba(0, 0, 0, 0);
}

table.wikitable th {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 3px;
}

.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
    background-color: rgba(0, 0, 0, 0);
}

a.back_to_top,
a.back_to_top:visited {
    margin-top: 7px;
}
Advertisement