Difference between revisions of "MediaWiki:Common.css"

From TransitWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
body {
    background-image: url('http://www.transitwiki.org/TransitWiki/images/transitwikibg.png');
+
background-color: #f6f6f6;
    background-repeat: no-repeat;
+
/* @embed */
    background-attachment: fixed;
+
background-image: url(/TransitWiki/images/transitwikibg.png);
    background-position: 0px 0px;
+
background-repeat:no-repeat;
    }
+
}

Revision as of 22:49, 30 October 2014

/* CSS placed here will be applied to all skins */
body {
	background-color: #f6f6f6;
	/* @embed */
	background-image: url(/TransitWiki/images/transitwikibg.png);
	background-repeat:no-repeat;
}