MediaWiki:Erudite.css

Revision as of 03:12, 7 February 2024 by Taski (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 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-size: 100%;
	background-color: rgba(40, 20, 40, 0.9);
}

/*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);
}

#main {
	color: white;
	background-color: rgba(10, 10, 10, 0.9);
	border-left-style: solid;
	border-right-style: solid;
	border-color: #ccc;
	border-width: thin;
}

/* Links */
a {
	color: #3498BF;
	text-decoration: none;
	border-bottom: thin solid #aaaaaa;
}

a:hover,
a:focus {
	border-color: #555555;
}

a:visited {
	color: #330077;
}

a.new {
	color: #cc0000;
}

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