User:Blackwolfe/timeless.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
(Replaced content with " ")
 
(60 intermediate revisions by the same user not shown)
Line 1: Line 1:
#mw-site-navigation .sidebar-chunk {
background: #858585;
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;
}

Latest revision as of 11:07, 25 November 2020