Difference between revisions of "MediaWiki:Common.css"

From Rainwall RPG
Jump to navigation Jump to search
Line 13: Line 13:
  
 
#mw-panel li a:visited {
 
#mw-panel li a:visited {
color: #eb9104;
+
color: #fdaa27;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
Line 24: Line 24:
  
 
#mw-panel .portal .body li a:visited {
 
#mw-panel .portal .body li a:visited {
color: #eb9104;
+
color: #fdaa27;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
Line 37: Line 37:
  
 
a.new:visited {
 
a.new:visited {
color: #1177a2 !important;
+
color: #fdaa27 !important;
 
}
 
}

Revision as of 00:43, 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: #fdaa27;
font-weight: bold;
}


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

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

a {
color: #198476; 
}

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

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