Difference between revisions of "MediaWiki:Common.css"

Line 5: Line 5:
 
}
 
}
  
#header {  
+
#footer {
background-image: url("header.jpg");
+
height: 40px;
height: 108px;
+
margin-top: 8px;
 +
background-image: url("Footer.jpg");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 +
background-position: center;
 +
background-color: #FFFFFF;
 
}
 
}

Revision as of 22:24, 25 February 2016

/* CSS placed here will be applied to all skins */

#ca-talk {
    display: none !important;
}

#footer {
	height: 40px;
	margin-top: 8px;
	background-image: url("Footer.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}