/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body .mediawiki { background: url("https://dungeondefenderswiki.dungeondefenders2.com/2images/images8/backgrounds86/Duxter-BG1-DD2DD2_Greystone_Plaza_Background_Image.jpg") ; background-size: cover !important; background-repeat: no-repeat top left #0b0c0e!important; background-attachment: fixed !important; background-position: left center top !important; background-attachmentcolor: fixed#0b0c0e; margin-rightopacity: 10px.90;
}
#p-logo a {
background-image: url("//wiki.dungeondefenders2.com/resources/assets/logo.png") !important; background-position: left top; background-repeat: no-repeat; height: 143px102px; width: 300px145px;
}
#p-logo {
height: 143px102px; widthposition: 300pxstatic !important;
}
div#content {
background-image: none;
background-color: rgba(0, 0, 0, .995);
border-left: 1px solid #181818;
border-right: 1px solid #181818;
padding: 5px;
width: 145px;
top: 150px40px;
}
a:visited {
color: #73819c;
}
color: #73819c;
cursor: pointer;
background-image: none;
padding-right: unset;
}
div#bodyContent table.wikitable {
color: #FFFFFFrgba(244,244,244,.84);
}
table.wikitable {
background: transparent;
color: #FFFFFFrgba(244,244,244,.84);
}
code {
color: white;
background: rgba(0, 0, 0, 0.4);
}
div#mw-panel div.portal h3 {
color: #FFFFFF;
}
/* Makes changed text in the "Changes" panel in the wikitext editor visible */
.diffchange {
background: #FEEEC8;
}
/* Removes text decoration */
.no-decoration a:hover {
text-decoration: none;
}
/*
* Changes the background color of the menuSelectWidget to gray so that the options are actually visible
* Gray is used over black to keep black elements visible
*/
.oo-ui-menuSelectWidget, .oo-ui-dropdownWidget {
background-color: gray;
}
/*
* Center aligns text (which would be ✓ or ✗) in the 2nd column for Template Documentation pages
*/
.TemplateDocumentation td:nth-child(2) {
text-align: center;
}
/* Adds a horizontal scrollbar for better navigation in-case there's too many tabbers */
ul.tabbernav {
display: flex;
position: relative;
z-index: 1;
overflow-x: scroll;
line-height: 18px !important;
}
/* Customizations for tabber horizontal scrollbar */
body ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
body ::-webkit-scrollbar-thumb {
background: #918e89;
}
body ::-webkit-scrollbar-thumb:hover {
background: #5c5a57 !important;
}
body ::-webkit-scrollbar-thumb:active {
background: #3d3c3a !important;
}
/* Customizations for tabber borders */
.tabberlive .tabbertab {
border: 1px #5c5a57 solid !important;
border-top:0 !important;
background-color: #000000 !important;
}
/* Override Orange Color on Tooltips */
.simple-tooltip {
color: inherit !important;
}
/* Styles code blocks for documentation on templates */
code.tempdoc-code-block {
display: flex;
justify-content: center;
width: 90%;
margin: auto;
padding-bottom: 25px;
white-space: pre-wrap;
}