User:Blackwolfe/timeless.css

From IdleOn MMO Wiki
< User:Blackwolfe
Revision as of 08:18, 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: transparent;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	border-radius: 10px;
	color:white;

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

/* visited link */
a:visited {
  color: green;
}

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

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