Welcome to IOPWiki, Commander.
We are searching for editors to complete gameplay topics in all games. You can contribute without an account. Learn how to contribute and join our Discord server.

MediaWiki:Common.css: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Pianoforte (talk | contribs)
Created page with "→‎CSS placed here will be applied to all skins: #content .mw-body { opacity=0.5; } .WikiaSiteWrapper { background-image: url("http://vignette3.wikia.nocookie.net/girls-f..."
 
Pianoforte (talk | contribs)
mNo edit summary
Line 12: Line 12:
     background-attachment: fixed;
     background-attachment: fixed;
     background-position: center;
     background-position: center;
}
body {
/* Multiple backgrounds stacked. Stacking is reversed (1st is top) */
background-image:  url("http://vignette2.wikia.nocookie.net/girls-frontline/images/a/ab/testbg.jpg");
background-repeat: no-repeat, repeat;
background-attachment: fixed, scroll;
background-position: 100% 4%, top left;
}
}

Revision as of 07:05, 25 August 2016

/* CSS placed here will be applied to all skins */

#content .mw-body {
opacity=0.5;
}

.WikiaSiteWrapper {
	background-image: url("http://vignette3.wikia.nocookie.net/girls-frontline/images/9/99/Testbg.png");
    background-color: #3c3c3c;
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

body {
	/* Multiple backgrounds stacked. Stacking is reversed (1st is top) */
	background-image:  url("http://vignette2.wikia.nocookie.net/girls-frontline/images/a/ab/testbg.jpg");
	background-repeat: no-repeat, repeat;
	background-attachment: fixed, scroll;
	background-position: 100% 4%, top left;
}