MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Pianoforte (talk | contribs) No edit summary |
Pianoforte (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | body { | ||
Line 10: | Line 7: | ||
background-attachment: fixed, scroll; | background-attachment: fixed, scroll; | ||
background-position: 100% 4%, top left; | background-position: 100% 4%, top left; | ||
} | |||
.ns-0 div#content, .ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a, .ns-0 div#content div.thumb { | |||
background-color: rgba(255,255,255,0.8); | |||
} | } |
Revision as of 09:24, 25 August 2016
/* CSS placed here will be applied to all skins */
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;
}
.ns-0 div#content, .ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a, .ns-0 div#content div.thumb {
background-color: rgba(255,255,255,0.8);
}