Difference between revisions of "MediaWiki:Erudite.css"

(Created page with "→‎Set a background image for the top banner: #top-wrap { background-image: url(images/mybanner.jpg); }")
 
Line 3: Line 3:
 
   background-image: url(images/mybanner.jpg);
 
   background-image: url(images/mybanner.jpg);
 
}
 
}
 +
 +
body.baseline {background-image:url(/skins/erudite/images/body-bg.png); background-repeat:repeat; background-position:left 20px;}

Revision as of 12:25, 28 December 2015

/* Set a background image for the top banner */
#top-wrap {
  background-image: url(images/mybanner.jpg);
}

body.baseline {background-image:url(/skins/erudite/images/body-bg.png); background-repeat:repeat; background-position:left 20px;}