Difference between revisions of "MediaWiki:Common.css"

From Rainwall RPG
Jump to navigation Jump to search
Line 44: Line 44:
 
}
 
}
  
h1 {
+
h1, h2, h3, h4, h5, h6 {
 
color: #006e6b;
 
color: #006e6b;
 
}
 
}

Revision as of 00:58, 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: #006e6b;
font-weight: bold;
text-shadow: 1px 1px #333;
}

#mw-panel li a:visited {
color: #2793d7;
font-weight: bold;
text-shadow: 1px 1px #333;
}


#mw-panel .portal .body li a {
color: #006e6b;
font-weight: bold;
text-shadow: 1px 1px #333;
}

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

a {
color: #006e6b; 
}

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

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

h1, h2, h3, h4, h5, h6 {
color: #006e6b;
}