MediaWiki:Erudite.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
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(http://zilba.site.nfoservers.com/mediawiki/images/thumb/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png/1024px-Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png);
background-image: url(images/thumb/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png/480px-Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png);
}
}



Revision as of 00:48, 8 February 2023

/* Set a background image for the top banner */
#top-wrap {
  background-image: url(images/thumb/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png/480px-Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png);
}

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