Difference between revisions of "MediaWiki:Common.css"
From MakeHuman Community Wiki
(Created page with "→CSS placed here will be applied to all skins: a, a:visited { color: #0b0090; }") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | |||
| + | div#mw-panel div.portal div.body ul li a:visited { | ||
| + | color: #0645ad; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal div.body ul li a { | ||
| + | color: #0645ad; | ||
| + | } | ||
a, a:visited | a, a:visited | ||
{ | { | ||
| − | color: # | + | color: #0645ad; |
} | } | ||
Revision as of 10:15, 4 August 2015
/* CSS placed here will be applied to all skins */
div#mw-panel div.portal div.body ul li a:visited {
color: #0645ad;
}
div#mw-panel div.portal div.body ul li a {
color: #0645ad;
}
a, a:visited
{
color: #0645ad;
}