MediaWiki:Common.css: Difference between revisions

From Star Trek: Theurgy Wiki

No edit summary
No edit summary
Line 10: Line 10:
}
}


#navigation > ul  li a{
#navigation > ul  li a:hover{
background: #1e1e1e !important;
background: #1e1e1e !important;
   color: #FFA500 !important;
   color: #FFA500 !important;
   box-shadow: 1px 1px 2px #474636 !important;
   box-shadow: 1px 1px 2px #474636 !important;
}
}

Revision as of 13:38, 25 April 2017

/* CSS placed here will be applied to all skins */
#navigation .menu-item a{
background-color: transparent;
box-shadow: none;
border: 1px solid transparent;
}

#navigation > ul  li a:visited{
    color: #70B8FF !important;
}

#navigation > ul  li a:hover{
background: #1e1e1e !important;
  color: #FFA500 !important;
  box-shadow: 1px 1px 2px #474636 !important;
}