Actions

MediaWiki

Difference between revisions of "Common.css"

(Created page with "CSS placed here will be applied to all skins: {{toclimit|limit=3}} #toc { float: left; clear: both; margin-right: 2.0em }; #ca-talk { display:none!important; }")
 
Line 3: Line 3:
 
#toc { float: left; clear: both; margin-right: 2.0em };
 
#toc { float: left; clear: both; margin-right: 2.0em };
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 +
div#mw-panel div.portal div.body ul li a {
 +
    font-size:16px;
 +
    color: #008000;
 +
}
 +
div#mw-panel div.portal div.body ul li a:visited {
 +
    color: #A0600B;
 +
}

Revision as of 12:15, 27 March 2017

/* CSS placed here will be applied to all skins */
{{toclimit|limit=3}}
#toc { float: left; clear: both; margin-right: 2.0em };
#ca-talk { display:none!important; }
div#mw-panel div.portal div.body ul li a {
    font-size:16px;
    color: #008000;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #A0600B;
}