MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
| (40 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; } | ||
| Baris 9: | Baris 7: | ||
#feedlinks { display: none; } | #feedlinks { display: none; } | ||
#t-recentchangeslinked { 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;} | |||
@import url( 'https://fonts.googleapis.com/ | #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/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 20: | Baris 34: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: | font-family: Martel; | ||
font-weight: 400; | |||
} | } | ||
| Baris 49: | 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.283: | Baris 1.298: | ||
#advancedSiteNotices .covid-asn-main__content { | #advancedSiteNotices .covid-asn-main__content { | ||
padding: 5px; | padding: 5px; | ||
} | |||
.wikitable th, | |||
.wikitable td { | |||
vertical-align: top; | |||
} | } | ||