MediaWiki:Common.css: Difference between revisions

From Star Trek: Theurgy Wiki

(Created page with "→‎CSS placed here will be applied to all skins: #navigation .menu-item a{ background-color: transparent; box-shadow: none; }")
 
No edit summary
Line 2: Line 2:
#navigation .menu-item a{
#navigation .menu-item a{
background-color: transparent;
background-color: transparent;
    box-shadow: none;
box-shadow: none;
border: 1px solid transparent;
}
}

Revision as of 13:12, 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;
}