We Need to go Deeper 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 */
/* CSS placed here will affect users of the mobile site */
/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: transparent;
}

footer {
    /* 
    color: #e0e0e0;
    */
}

.overlay #secondary-button.user-button,
.header #secondary-button.user-button,
.overlay .user-button,
.header .user-button {
    background: transparent;
}

/* end header and footer */

.nomobile {
    display: none;
}

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #505050 !important;
}

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

.overlay-enabled, #content {
    /* 
    background: #101010;
    color: #e0e0e0;
    */
}

a,
a:visited,
a.external {
    color: #5a93cc;
}

/* For hydradark only - makes the section collapse arrow visible */
/*
.mw-ui-icon-arrow::before {
    filter: invert(100%);
}
*/

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

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

.content table td,
.content table th {
    border: 1px solid #505050;
    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 #505050;
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: inherit;
    padding: 3px;
}

/* Responsive main page stuff */
/********************
/* Main menu styles *
/********************/
.primary-navigation-enabled {
    background: #101010 !important;
}

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

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

#mw-mf-page-left ul li {
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    background: transparent;
    text-shadow: none;
}

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

#mw-mf-page-left ul li:hover {
    border-left: 12px solid #aaaaaa;
    background: #505050;
}

#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;
}

/* Recent changes */
.content .mw-changeslist table td {
    border: none;
    padding: 1px;
}

/* Template documentation styles */
/* If modifying these styles, be sure to update the desktop skin! */
.doc {
    margin: 0em auto 1em;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #BDCAC3;
    border-radius: 1em;
    padding: 1em;
}

.doc-header {
    padding-bottom: 3px;
    border-bottom: 1px solid #BDCAC3;
    margin-bottom: 1ex;
}

.doc-footer {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #BDCAC3;
    border-radius: 1em;
    padding: 1em;
}

/*********************
/* Front page styles *
/*********************/
.fpbox {
    border-radius: 5px;
    border: 2px solid #505050;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
    background: transparent;
    color: inherit;
    margin: 5px;
    padding: 5px;
}

.fpbox .welcome {
    border-bottom: 1px solid #505050;
    background: transparent;
    /* color: #e0e0e0; */
    font-size: 150%;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpbox .heading {
    border-bottom: 1px solid #505050;
    background: transparent;
    /* color: #e0e0e0; */
    font-size: 132%;
    font-variant: small-caps;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpbox .heading .smalllink {
    color: #3674b3;
    font-weight: bold;
    font-size: 75%;
}

.fpbox .body {
    overflow: hidden;
}

.fpbox.mobilecollapsible .heading a.togglecollapse {
    display: block;
    padding: 0 0 0 15px;
}

.fpbox.mobilecollapsible .heading a.togglecollapse:hover, .fpbox.mobilecollapsible .heading a.togglecollapse:active {
    text-decoration: none;
}

.fpbox.mobilecollapsible.collapsed .heading {
    border: none;
    margin-bottom: -4px;
}

.fpbox.mobilecollapsible.collapsed .heading a.togglecollapse {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAQAAABqrk9lAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQuEiih2AAAALklEQVQI12OczPD2vzAjAwMDAxMDAwPD2/9wJoQDZTIwvP0PZwozMsEYUAUQEwDWNwihamz9rAAAAABJRU5ErkJggg==") left center no-repeat;
}

.fpbox.mobilecollapsible.collapsed .body {
    display: none;
}

.fpbox.mobilecollapsible.expanded .heading a.togglecollapse {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQFkX8FoAAAAIklEQVQI12Ns+M+ABJiEGREcYUYmBgaYgDAjAwMTjAERBABjNAH/5hy/QgAAAABJRU5ErkJggg==") left center no-repeat;
}

.fpbox hr {
    border: none;
    border-bottom: 2px solid #505050;
}

.fpplainbox {
    padding: 5px 8px 10px 8px;
    margin: 0 5px 10px 5px;
    vertical-align: top;
}

.fpmain .columns {
    overflow: hidden;
}

.fpmain .columns .leftcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpmain .columns .rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 400px) {
  .fpmain .columns .leftcol {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .fpmain .columns .rightcol {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

.fplinks {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -2px -3px;
}

.fplinks .linkslabel {
    border-bottom: 2px solid #505050;
    margin: 6px 3px 0 3px;
    flex: 0 0 100%;
}

.fplink {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex: 0 0 100%;
    padding: 2px 3px;
    box-sizing: border-box;
}

@media (min-width: 400px) {
  .fplink {
    flex: 0 0 50%;
  }
}

.fplink.wide {
    flex: 0 0 100%;
}

.fplink .box {
    background: transparent;
    /* 
    background-color: #000000;
    background-image: -moz-linear-gradient(center top , #151515 0%, #000000 100%);
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(0%,#151515), color-stop(100%,#000000));
    background-image:-webkit-linear-gradient(top, #151515 0%, #000000 100%);
    background-image:-o-linear-gradient(top, #151515 0%, #000000 100%);
    background-image:-ms-linear-gradient(top, #151515 0%, #000000 100%);
    background-image: linear-gradient(to bottom, #151515 0%, #000000 100%);
    */
    border: 2px solid #505050;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #505050 inset;
    /* color: #e0e0e0; */
    display: flex;
    flex-flow: column nowrap;
    font-weight: bold;
    align-items: stretch;
    justify-content: stretch;
    text-transform: uppercase;
    flex-grow: 1;
    min-height: 4em;
}

.fplink.image {
    justify-content: flex-start;
}

.fplink.image .box {
    min-height: 70px;
}

.fplink.image .box .image {
    display: flex;
    flex-grow: 1;
    min-height: 70px;
}

.fplink.image .image a {
    min-height: 70px;
}

.fplink.image .box .image img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 70px !important;
}

.fplink.image .image {
    font-size: 75%;
}

.fplink .link {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-grow: 1;
}

.fplink a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.fplink.image .link a {
    border-top: 2px solid #505050;
    background: #ddddb7 !important;
}

.fpvideos {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    max-width: 480px;
}

.fpvideo {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    height: 0;
}

.fpvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fpbox .bigmobilelinks .rightcol {
    padding: 0.25em 0 0 0;
}

@media (min-width: 400px) {
  .fpbox .bigmobilelinks .rightcol {
    padding: 0;
  }
}

.fpbox .bigmobilelinks ul, 
.fpbox .bigmobilelinks .leftcol ul, 
.fpbox .bigmobilelinks .rightcol ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.fpbox .bigmobilelinks ul ul, 
div#content .fpbox .bigmobilelinks .leftcol ul ul, 
div#content .fpbox .bigmobilelinks .rightcol ul ul {
    list-style: none;
    padding: 0.25em 1em 0 1em;
}

.fpbox .bigmobilelinks ul li div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(128, 128, 128, 0.1);
    min-height: 4em;
    margin: 0.25em 0;
    padding: 0;
}

.fpbox .bigmobilelinks a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(128, 128, 128, 0.2);
    min-height: 4em;
    margin: 0.25em 0;
    padding: 0;
}

div.cpbox div.feature {
    width: unset !important;
}

/* Classes permitting setting of alignment on mobile only or differently on desktop and mobile */
/* (See .desktopleft, .desktopcenter, .desktopright in MediaWiki:Common.css for the desktop equivalents */
.mobileleft {
    text-align: left;
}

.mobilecenter {
    text-align: center;
}

.mobileright {
    text-align: right;
}

div#content {
    background:url("https://static.wikia.nocookie.net/weneedtogodeeper_gamepedia/images/4/4d/WikiBackgroundTile2.png/revision/latest") repeat top left;
    background-size: cover;
    background-attachment: fixed;
    background-color:#489892;
    color: white;
}

div#bodyContent,
div.content-unstyled {
  max-width:calc(100% - 32px); /* 100% - (border + 32px) */
   background: rgba(0,0,0,0.6);
   color: #ffffff;
   border: 1px solid #72fefd;
   border-left:0;
   border-right:0;
   padding:1em;
   margin:0;
   margin-bottom:1em;
}

/* HEADER */
div.header-container.header-chrome {
  background-color:#4ca5a1;
  border-bottom:1px solid #000;
  box-shadow:inset 0 0 5px rgba(0,0,0,0.8);
  color:#fff;
  font-weight:bold;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.3);
}

form.header div.search-box {
  margin:10px 20px;
}
.notification-count {
   background: transparent;
}

/* Leave transparent if background if solid color, otherwise tweak black opacity to make text visible */
.overlay-enabled {
    border-top: 0px solid #cccccc;
    background: rgba(0,0,0,0.5) !important;
}

#mw-mf-page-center {
}

.page-Main_Page.is-authenticated .pre-content {
    display: none;
}

/* FOOTER */
/* Background should match opacity of #content */
footer .last-modified-bar {
    border-bottom: solid 1px #c8ccd1;
    background-color: transparent;
    color: #505050;
}

footer {
  border-top:none;
  background: #1b1b1c ;
  color: rgb(240,240,240);
}
footer div.license a, #footer-info-desktop-toggle a, ul.footer-places a {
  color:#5A93CC !important;
}
footer div.license a:visited, #footer-info-desktop-toggle a:visited, ul.footer-places a:visited {
  color:#800074 !important;
}
.content table th {
    background-color: rgba(0, 0, 0, 0);
}
footer a, footer a.external {
    color:rgba(0 0 128);
}
footer a:visited {
    color:rgba(128 0 128);
}
/* End Footer */

/* LINKS */
/* Minimal code to affect all non-new links; notification ensures the default color always displays */
#content a:not(.new) {
    text-decoration: none;
    color: #72FEFD;
    text-shadow: 0px 0px 7px #a7a7a7;
}
.notification-count .circle span {
    color: #fff !important;
}

/* UI STYLING */
/* Default values for HydraDark */
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
    background-color: rgba(248, 249, 250, 0.35);
}

.page-Main_Page.is-authenticated .pre-content {
    display: none;
}

pre, .mw-code {
    background-color: #282828;
    border-color: #505050;
}

.client-js .toc-mobile {
    background-color: transparent;
    border-color: #505050;
}

.mw-ui-button {
    background-color: transparent;
    color: inherit;
    border: 1px solid #fff;
}

.mw-ui-button.mw-ui-progressive:active, 
.mw-ui-button.mw-ui-constructive:active, 
.mw-ui-button.mw-ui-progressive.is-on, 
.mw-ui-button.mw-ui-constructive.is-on, 
.mw-ui-button.mw-ui-progressive.mw-ui-checked, 
.mw-ui-button.mw-ui-constructive.mw-ui-checked {
    background-color: rgba(115, 115, 115, 0.33);
    border-color: white;
}

.mw-mf-user, 
.list-header, 
.page-list.side-list .list-thumb, .topic-title-list.side-list .list-thumb, .site-link-list.side-list .list-thumb {
    background-color: inherit;
    color: inherit;
}

/* Section arrows */
.mw-ui-icon-arrow::before {
    filter: invert(100%);
}

/* EDITOR OVERLAY */
/* Search */
.search-overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}
.search-overlay .results,
.search-overlay .search-feedback {
    background-color: #212121 !important;
}
.list-thumb.list-thumb-none {
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.page-summary h2,
.page-summary h3 {
    color: #F37F20 !important;
}

/* VE Overlay */
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.ve-ui-mwSaveDialog-options {
    background-color: #212121 !important;
}

/* Editor Overlay */
.editor-overlay .wikitext-editor {
    color: #E0E0E0;
}

.editor-overlay .summary-request {
    color: #E0E0E0 !important;
}

/* Overlays */
.overlay.editor-overlay,
.overlay-header-container,
.overlay-footer-container {
    background: #212121 !important;
}

/*****************
* Infobox styles *
******************/
.content .infobox {
  margin:auto;
  margin-bottom: 0.5em;
  padding: 4px;
  border:5px solid #bb8d02;
  border-radius:5px;
  background-color:transparent;
}

.content .infobox-table {
  width: 100% !important; /*unfortunately the use of !important in the built-in css necessitates one here*/
  margin:0;
  padding: 0;
  border: 0;
  background-color:transparent;
  display:table;
}

.content .infobox-header {
  padding:0.4em;
  padding-bottom: 10px;
}

.content .infobox-header,
.content .infobox-section {
  text-align: center;
  background-color:#4faaa7;
  box-shadow:4px -4px 5px rgba(0,0,0,0.2),inset 0 0 10px rgba(0,0,0,0.5);
  color: #fff;
  font-family: sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3),-1px 1px 1px rgba(0,0,0,0.3),1px -1px 1px rgba(0,0,0,0.3),-1px -1px 1px rgba(0,0,0,0.3);
}

.content .infobox-centered {
  text-align: center;
}

.content .infobox-centered img {
  max-width:100%;
  height:auto;
}

.content .infobox-row {
  vertical-align: top;
}

.content .infobox-row-name {
  text-align: left;
  white-space: nowrap;
}

.content .infobox-spacer {
  height: 0.5em;
}

.content .infobox table table {
  width:100% !important; /*unfortunately the use of !important in the built-in css necessitates one here*/
}
/*********************
* End infobox styles *
**********************/

/* Tabber styles */
div#content ul.tabbernav > li a,
ul.tabbernav > li.tabberactive a {
  background-color:#a8914b;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3),-1px 1px 1px rgba(0,0,0,0.3),1px -1px 1px rgba(0,0,0,0.3),-1px -1px 1px rgba(0,0,0,0.3);
}

ul.tabbernav > li.tabberactive a {
 box-shadow: inset 0 0 5px 2px #000;
}
/* end tabber styles */

/*******************
* Gamepedia footer *
********************/
footer {
    border-top:none;
    background: #1b1b1c ;
    color: rgb(240,240,240);
}
footer div.license a, #footer-info-desktop-toggle a, ul.footer-places a {
    color:#5A93CC !important;
}
footer div.license a:visited, #footer-info-desktop-toggle a:visited, ul.footer-places a:visited {
    color:#800074 !important;
}
.content table th {
    background-color: rgba(0, 0, 0, 0);
}
footer a, footer a.external {
    color:rgba(0 0 128);
}
footer a:visited {
    color:rgba(128 0 128);
}

footer#curse-footer .footer-box {
    flex:unset;
}

footer#curse-footer div.footer-box ul li {
    white-space:nowrap;
}
/***********************
* End Gamepedia footer *
************************/
Advertisement