Difference between revisions of "MediaWiki:Common.css"

From MakeHuman Community Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: a, a:visited { color: #0b0090; }")
 
 
(One intermediate revision by the same user not shown)
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: #0b0090;
+
   color: #0645ad;
 +
}
 +
 
 +
a.new, a.new:visited
 +
{
 +
  color: red;
 
}
 
}

Latest revision as of 10:16, 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;
}

a.new, a.new:visited
{
  color: red;
}