, , , ,

Difference between revisions of "MediaWiki:Common.css"

From Camilo's web
Jump to: navigation, search
Mountain View
Line 8: Line 8:


h1 {
h1 {
font-family: Baskerville;
font-family: Palatino;
font-size: 12px;
font-size: 23px;
font-style: normal;
font-style: italic;
font-variant: normal;
font-variant: small-caps;
font-weight: 400;
font-weight: bold;
line-height: 13px;
line-height: 23px;
}
}
h3 {
h3 {
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
font-family: Palatino;
font-size: 14px;
font-size: 17px;
font-style: normal;
font-style: italic;
font-variant: normal;
font-variant: normal;
font-weight: 500;
font-weight: 400;
line-height: 15px;
line-height: 23px;
}
}
p {
p {
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
font-family: Georgia;
font-size: 14px;
font-size: 14px;
font-style: normal;
font-style: normal;
font-variant: normal;
font-variant: normal;
font-weight: 400;
font-weight: 400;
line-height: 20px;
line-height: 23px;
}
}
blockquote {
blockquote {
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
font-family: Palatino;
font-size: 21px;
font-size: 17px;
font-style: normal;
font-style: normal;
font-variant: normal;
font-variant: small-caps;
font-weight: 400;
font-weight: bold;
line-height: 30px;
line-height: 25px;
}
}
pre {
pre {
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
font-family: Georgia;
font-size: 13px;
font-size: 11px;
font-style: normal;
font-style: italic;
font-variant: normal;
font-variant: normal;
font-weight: 400;
font-weight: 400;
line-height: 18px;
line-height: 16px;
}
}

Revision as of 14:22, 22 October 2016

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

/* li#ca-edit { display: none; } */

/* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */

/* .mw-editsection { display:none!important; } */

h1 {
	font-family: Palatino;
	font-size: 23px;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 23px;
}
h3 {
	font-family: Palatino;
	font-size: 17px;
	font-style: italic;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}
p {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 23px;
}
blockquote {
	font-family: Palatino;
	font-size: 17px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 25px;
}
pre {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	font-variant: normal;
	font-weight: 400;
	line-height: 16px;
}