Actions

MediaWiki

Difference between revisions of "Common.css"

From Stephentown Genealogy: Roots & More

Line 18: Line 18:
 
body {
 
body {
 
font-family: 'Gothic A1', sans-serif;
 
font-family: 'Gothic A1', sans-serif;
 +
line-height: 1.6;
 
}
 
}
 
h1 {
 
h1 {
 
font-family: 'Rollerscript W01 Smooth', 'Nothing You Could Do', 'Caveat', cursive;
 
font-family: 'Rollerscript W01 Smooth', 'Nothing You Could Do', 'Caveat', cursive;
 
}
 
}

Revision as of 03:06, 12 February 2019

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Gothic+A1:thin,regular,black|Caveat|Nothing+You+Could+Do');
@font-face{
        font-family:"Rollerscript W01 Smooth";
        src:url("Fonts/5070280/419f125a-1535-42a7-b054-f30a318844b6.eot?#iefix");
        src:url("Fonts/5070280/419f125a-1535-42a7-b054-f30a318844b6.eot?#iefix") format("eot"),url("Fonts/5070280/2ceca005-0a0f-41d9-a23c-bed8f9f0ed92.woff2") format("woff2"),url("Fonts/5070280/c2b4695e-01da-433e-8950-4439e9766f45.woff") format("woff"),url("Fonts/5070280/ad10d908-96c9-440e-b9ee-d8212a2698a6.ttf") format("truetype");
    }
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;
}
body {
	font-family: 'Gothic A1', sans-serif;
	line-height: 1.6;
}
h1 {
	font-family: 'Rollerscript W01 Smooth', 'Nothing You Could Do', 'Caveat', cursive;
}