Actions

MediaWiki

Difference between revisions of "Common.css"

From Stephentown Genealogy: Roots & More

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
#p-logo {
 
#p-logo {

Revision as of 05:26, 6 February 2019

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 155px;
	width: 12em;
	overflow: visible;
}