Difference between revisions of "MediaWiki:Common.css"
From Camilo's web
Line 7: | Line 7: | ||
/* .mw-editsection { display:none!important; } */ | /* .mw-editsection { display:none!important; } */ | ||
h1 { | |||
font-family: Baskerville; | |||
font-size: 12px; | |||
font-style: normal; | |||
font-variant: normal; | |||
font-weight: 400; | |||
line-height: 13px; | |||
} | |||
h3 { | |||
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif; | |||
font-size: 14px; | |||
font-style: normal; | |||
font-variant: normal; | |||
font-weight: 500; | |||
line-height: 15px; | |||
} | |||
p { | |||
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif; | |||
font-size: 14px; | |||
font-style: normal; | |||
font-variant: normal; | |||
font-weight: 400; | |||
line-height: 20px; | |||
} | |||
blockquote { | |||
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif; | |||
font-size: 21px; | |||
font-style: normal; | |||
font-variant: normal; | |||
font-weight: 400; | |||
line-height: 30px; | |||
} | |||
pre { | |||
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif; | |||
font-size: 13px; | |||
font-style: normal; | |||
font-variant: normal; | |||
font-weight: 400; | |||
line-height: 18px; | |||
} |
Revision as of 13:05, 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: Baskerville;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 13px;
}
h3 {
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 15px;
}
p {
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
}
blockquote {
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
font-size: 21px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 30px;
}
pre {
font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 18px;
}