MediaWiki:Erudite.css

Revision as of 01:07, 8 February 2023 by Elanthe (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Set a background image for the top banner */ 
#top-wrap {
  background-image: url(images/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png);
 background-size: cover; 
	
}

#top-wrap {
	background-color: rgba(10, 10, 10, 0.3);
}

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

/*Set background image for body */
body {
	background: url(images/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png);
}