Difference between revisions of "MediaWiki:Common.css"

From Rainwall RPG
Jump to navigation Jump to search
Line 3: Line 3:
 
}
 
}
  
li a {
+
#mw-panel .portal .body li a {
color: #198476;
+
    color: #198476;
 
}
 
}
  

Revision as of 00:36, 9 April 2020

body {
   background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg") repeat;
}

#mw-panel .portal .body li a {
    color: #198476;
}

a {
color: #198476; 
}

a.new {
	color: #f8af12 !important;
}
a.new:visited {
	color: #a55858 !important;
}