MediaWiki:Erudite.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
background: url(images/5/55/Gay_castle_512x512.jpg); | background: url(images/5/55/Gay_castle_512x512.jpg); | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background-position: center; | |||
background-color: rgba(40, 20, 40); | |||
} | } | ||
Revision as of 17:26, 7 February 2023
/*Set background image for body */
body {
background: url(images/5/55/Gay_castle_512x512.jpg);
background-repeat: repeat;
background-position: center;
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);
}