User:Blackwolfe/timeless.css

From IdleOn MMO Wiki
< User:Blackwolfe
Revision as of 09:30, 25 November 2020 by imported>Blackwolfe

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.
#mw-site-navigation .sidebar-chunk {
	background: rgba(192,179,204,0.8);
	border:1;
	border-color:black;
	border-radius: 10px;
}
#mw-content {
	background: rgba(192,179,204,0.8);
	border: solid black;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/* Logo image border */
#p-logo {
    background: rgba(192,179,204,0.7);
	border:1;
	border-color:black;
	color:white;
	border-radius: 10px;
}

 /* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: #0026FF;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: blue;
}

/* Background Image */
#mw-content-container {
    background:  url('https://static.miraheze.org/idleonwiki/9/9f/Background_Beach.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#mw-related-navigation .sidebar-chunk {
	background: rgba(192,179,204,0.7);
	border:1;
	border-color:black;
	color:white;
	border-radius: 10px;
}