Difference between revisions of "MediaWiki:Common.css"

From Rainwall RPG
Jump to navigation Jump to search
Line 33: Line 33:
  
 
a.new {
 
a.new {
color: #fe9c34 !important;
+
color: #e4851e !important;
 
}
 
}
  

Revision as of 00:50, 10 April 2020

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

#mw-head {
background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg");
}

#mw-head li a {
color: #198476;
font-weight: bold;
}

#mw-panel li a:visited {
color: #2793d7;
font-weight: bold;
}


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

#mw-panel .portal .body li a:visited {
color: #2793d7;
font-weight: bold;
}

a {
color: #198476; 
}

a.new {
color: #e4851e !important;
}

a:visited {
color: #2793d7 !important;
}