MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
| (61 revisi perantara oleh 2 pengguna tidak ditampilkan) | |||
| Baris 1: | Baris 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#n-recentchanges { display: none; } | #n-recentchanges { display: none; } | ||
#t-info { display: none; } | #t-info { display: none; } | ||
#t-specialpages { display: none; } | #t-specialpages { display: none; } | ||
#t-permalink { display: none; } | #t-permalink { display: none; } | ||
#feedlinks { display: none; } | |||
#t-recentchangeslinked { display: none; } | |||
#t-log { display: none; } | |||
#p-tb-label { display: none; } | |||
#t-print { display: none;} | |||
#t-whatlinkshere { display: none;} | |||
#contentSub { display: none;} | |||
#content p { font-family: 'Open Sans', sans-serif; | |||
font-size: 16px; | |||
font-weight: 400; | |||
} | |||
#mw-panel { | |||
font-size: 16px; | |||
font-weight: 500; | |||
} | |||
@import url( 'https://fonts.googleapis.com/ | @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); | ||
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | ||
body { | body { | ||
font-family: ' | font-family: 'Open Sans', sans-serif; | ||
} | } | ||
| Baris 18: | Baris 34: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: | font-family: Martel; | ||
font-weight: 400; | |||
} | } | ||
| Baris 41: | Baris 58: | ||
/* Consistent size for <small>, <sub> and <sup> */ | /* Consistent size for <small>, <sub> and <sup> */ | ||
small { | small { | ||
font-size: | font-size: 95%; | ||
} | } | ||
| Baris 47: | Baris 64: | ||
.mw-body-content sup, | .mw-body-content sup, | ||
span.reference /* for Parsoid */ { | span.reference /* for Parsoid */ { | ||
font-size: | font-size: 90%; | ||
} | } | ||
| Baris 1.281: | Baris 1.298: | ||
#advancedSiteNotices .covid-asn-main__content { | #advancedSiteNotices .covid-asn-main__content { | ||
padding: 5px; | padding: 5px; | ||
} | |||
.wikitable th, | |||
.wikitable td { | |||
vertical-align: top; | |||
} | } | ||