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: #ff9b3a;
+
color: #2793d7;
 
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: #ff9b3a;
+
color: #2793d7;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
Line 33: Line 33:
  
 
a.new {
 
a.new {
color: #eb9104 !important;
+
color: #ff9b3a !important;
 
}
 
}
  
a.new:visited {
+
a:visited {
color: #ffa61a !important;
+
color: #2793d7 !important;
 
}
 
}

Revision as of 00:48, 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: #ff9b3a !important;
}

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