helialprofile.png
Welcome to IOPWiki, Commander.
We are lacking editors focused on Girls' Frontline and Girls' Frontline 2. You can contribute without an account. Learn how to contribute and join our Discord server.

Difference between revisions of "MediaWiki:Common.css"

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
m
Line 3: Line 3:
 
#content .mw-body {
 
#content .mw-body {
 
opacity=0.5;
 
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 {
 
body {
/* Multiple backgrounds stacked. Stacking is reversed (1st is top) */
+
background-image:  url("http://gfwiki.com/images/1/1f/Background.jpg");
background-image:  url("http://vignette2.wikia.nocookie.net/girls-frontline/images/a/ab/testbg.jpg");
 
 
background-repeat: no-repeat, repeat;
 
background-repeat: no-repeat, repeat;
 
background-attachment: fixed, scroll;
 
background-attachment: fixed, scroll;
 
background-position: 100% 4%, top left;
 
background-position: 100% 4%, top left;
 
}
 
}

Revision as of 08:53, 25 August 2016

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

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

body {
	background-image:  url("http://gfwiki.com/images/1/1f/Background.jpg");
	background-repeat: no-repeat, repeat;
	background-attachment: fixed, scroll;
	background-position: 100% 4%, top left;
}