MediaWiki:Erudite.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* Set a background image for the top banner */  
/*Set background image for body */
#top-wrap {
body {
  background-image: url(images/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png);
background: url(images/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png);
background-size: cover;  
background-size: cover;
}
}


/*Set color for top wrap */
#top-wrap {
#top-wrap {
background-color: rgba(10, 10, 10, 0.3);
background-color: rgba(10, 10, 10, 0.7);
}
}


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


/*Set background image for body */
 
body {
/*Set color for bottom wrap */
background: url(images/e/ef/Terrana_avendar_the_age_of_death_queer_fantasy_game_text_scroll_c9951c89-854a-479e-8444-446be6d649be.png);
#bottom-wrap {
background-color: rgba(10, 10, 10, 0.7);
}
}

Revision as of 17:13, 7 February 2023

/*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);
	background-size: cover;
}

/*Set color for top wrap */
#top-wrap {
	background-color: rgba(10, 10, 10, 0.7);
}

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


/*Set color for bottom wrap */
#bottom-wrap {
	background-color: rgba(10, 10, 10, 0.7);
}