MediaWiki:Erudite.css: Difference between revisions
Content added Content deleted
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/*Set background image for body */ |
/*Set background image for body */ |
||
body { |
body { |
||
background: url(images/ |
background: url(images/1/14/Terrana_avendar_the_age_of_death_queer_fantasy_landscape_dark_r_a149f06b-e9aa-456d-a881-f0f6320df980.jpg); |
||
⚫ | |||
background-position: center; |
background-position: center; |
||
⚫ | |||
background-color: rgba(40, 20, 40); |
background-color: rgba(40, 20, 40); |
||
} |
} |
Revision as of 02:25, 8 February 2023
/*Set background image for body */
body {
background: url(images/1/14/Terrana_avendar_the_age_of_death_queer_fantasy_landscape_dark_r_a149f06b-e9aa-456d-a881-f0f6320df980.jpg);
background-position: center;
background-attachment: fixed;
background-color: rgba(40, 20, 40);
}
/*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);
}