Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
background-image: url(/TransitWiki/images/transitwikibg.png); | background-image: url(/TransitWiki/images/transitwikibg.png); | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
| + | background-attachment: scroll; | ||
| + | |||
} | } | ||
#top-wrap { | #top-wrap { | ||
background-image: url(/TransitWiki/images/transitwikifade.png); | background-image: url(/TransitWiki/images/transitwikifade.png); | ||
| + | } | ||
| + | |||
| + | #mw-page-base { | ||
| + | height: 5em; | ||
| + | background-color: white; | ||
| + | /* @embed */ | ||
| + | background-image: url(/TransitWiki/images/transitwikifade.png); | ||
| + | background-position: bottom left; | ||
| + | background-repeat: no-repeat; | ||
| + | background-attachment: scroll; | ||
} | } | ||
Latest revision as of 22:57, 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;
background-attachment: scroll;
}
#top-wrap {
background-image: url(/TransitWiki/images/transitwikifade.png);
}
#mw-page-base {
height: 5em;
background-color: white;
/* @embed */
background-image: url(/TransitWiki/images/transitwikifade.png);
background-position: bottom left;
background-repeat: no-repeat;
background-attachment: scroll;
}