Difference between revisions of "MediaWiki:Custom.css"

From Rebeldroids Wiki
Line 13: Line 13:
 
.portlet h5 {
 
.portlet h5 {
 
       color: yellow;
 
       color: yellow;
 +
}
 +
#p-navigation a {
 +
    display: block;
 +
    color:YELLOW;
 
}
 
}

Revision as of 14:17, 31 July 2016

#mw-navigation a:link{
color: white;
}
#mw-navigation a:visited{
color: white;
}
#mw-navigation a:active{
color: white;
}
#mw-navigation a{
color: white;
}
.portlet h5 {
       color: yellow;
}
#p-navigation a {
    display: block;
    color:YELLOW;
}