Difference between revisions of "MediaWiki:Common.css"

From Tenebrous Isles
Jump to: navigation, search
Line 1: Line 1:
html {
+
body.page-Main_Page h1.firstHeading { display:none; }
  min-height: 100%;
 
}
 
 
body {
 
 
 
}
 
 
 
 
a:link
 
{
 
color: #4F2F4F;
 
}     
 
a:visited
 
{
 
color: #4F2F4F;
 
}
 
a:hover
 
{
 
color: #4F2F4F;
 
}
 
a:active
 
{
 
color: #4F2F4F;
 
}
 

Revision as of 07:51, 13 July 2013

body.page-Main_Page h1.firstHeading { display:none; }