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); }")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* Set a background image for the top banner */
 
/* Set a background image for the top banner */
 
#top-wrap {
 
#top-wrap {
   background-image: url(images/mybanner.jpg);
+
   background-image: url(images/class.png);
 +
}
 +
#menu {
 +
  background-color: rgba(30, 90, 160, 0.7);
 
}
 
}

Latest revision as of 15:02, 19 January 2014

/* Set a background image for the top banner */
#top-wrap {
  background-image: url(images/class.png);
}
#menu {
  background-color: rgba(30, 90, 160, 0.7);
}