Changes

MediaWiki:Common.css

1,066 bytes added, 13 June
m
no edit summary
/* 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;
}
div#content {
background-image: none;
background-color: rgba(0, 0, 0, .995);
border-left: 1px solid #181818;
border-right: 1px solid #181818;
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 litte bit of horizontal padding to each of the cells */
.TemplateDocumentation td {
padding: 0 5px;
}
WikiDefender
6,914
edits