MediaWiki:Common.css: Difference between revisions
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;
}