Changes

MediaWiki:Common.css

1,151 bytes removed, 23 May
m
no edit summary
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;
}
a:visited {
color: #73819c;
}
.TemplateDocumentation td {
padding: 0 5px;
}
 
body.mediawiki {
/* Replace <URL> with the URL of the image you want the background to be. */
background-image: url("https://wiki.dungeondefenders2.com/wiki/File:DD2 Greystone Plaza_Background Image.jpg");
/* Changes the color of the background, use a hex code or color name (i.e. "red"). */
background-color: #0b0c0e;
/* Combines two or more background layers together with different blend modes, use one of the names of the blend mode to change the resulting background appearance (examples: "color-dodge", "screen", "multiply", "hard-light", "difference", "luminosity"). */
background-blend-mode: normal;
/* Set to "scroll" to allow it to scroll with the page, or to "fixed" to keep its position static */
background-attachment: fixed;
/* Set to either the directions from which to start the image (i.e. "top left", "left center", "right center", etc), percentages (x% y%), or position (xpos ypos). (Note: % and pos are mixable). */
background-position: top left;
/* The default setting is repeating the image both vertically and horizontally, setting to "repeat-y" will repeat the image only vertically, setting it to "repeat-x" will repeat it only horizontally, and setting it to "no-repeat" prevents it from repeating at all. */
background-repeat: no-repeat;
}
WikiDefender
6,914
edits