Difference between revisions of "MediaWiki:Common.css"

From Isleward Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
}
 
}
  
#mw-panel .body ul li a:visited {
+
div#mw-panel div.portal div.body ul li a:visited {
  color: cyan;
+
  color: #0b0080;
 
}
 
}

Revision as of 18:31, 15 August 2017

body {
 background: url('http://blog.isleward.com/images/bg.png');
}

#mw-panel {
 background-color: #3c3f4c;
}

div#mw-panel div.portal div.body ul li a:visited {
 color: #0b0080;
}