Difference between revisions of "MediaWiki:Common.css"
From Camilo's web
Line 3: | Line 3: | ||
/* li#ca-edit { display: none; } */ | /* 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; } */ | /* .mw-editsection { display:none!important; } */ |
Revision as of 14:55, 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;
}
h2 {
font-family: Palatino;
font-size: 20px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
}
h3 {
font-family: Palatino;
font-size: 17px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
}
h4 {
font-family: Palatino;
font-size: 15px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
}
h5 {
font-family: Palatino;
font-size: 15px;
font-style: italic;
font-variant: normal;
font-weight: bold;
line-height: 23px;
}
h6 {
font-family: Palatino;
font-size: 15px;
font-style: italic;
font-variant: normal;
font-weight: bold;
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;
}