Difference between revisions of "MediaWiki:Erudite.css"

From sapijaszko.net
Jump to: navigation, search
(Utworzono nową stronę "Set a background image for the top banner: #top-wrap { background-image: url(images/mybanner.jpg); }: Set the colour of the top menu: #menu { backgro...")
(No difference)

Revision as of 21:29, 21 February 2017

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

/* Set the colour of the top menu */
#menu {
  background-color: rgba(30, 90, 160, 0.7);
}