MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
Mediawiki>Hidayatsrf hapus style hatnote → dipindah ke Modul:Hatnote/styles.css, |
Tidak ada ringkasan suntingan |
||
| (73 revisi perantara oleh 2 pengguna tidak ditampilkan) | |||
| Baris 1: | Baris 1: | ||
/* CSS placed here will be applied to all skins */ | |||
#n-recentchanges { display: none; } | |||
#t-info { display: none; } | |||
#t-specialpages { 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/css2?family=Open+Sans&display=swap'); | |||
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | |||
body { | |||
font-family: 'Open Sans', sans-serif; | |||
} | |||
/* Changes the default font used for MediaWiki headings to Noto Serif: */ | |||
#content h1, | |||
#content h2 { | |||
font-family: Martel; | |||
font-weight: 400; | |||
} | |||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ | ||
cite, | cite, | ||
| Baris 19: | Baris 58: | ||
/* Consistent size for <small>, <sub> and <sup> */ | /* Consistent size for <small>, <sub> and <sup> */ | ||
small { | small { | ||
font-size: | font-size: 95%; | ||
} | } | ||
| Baris 25: | 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.006: | Baris 1.045: | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 90%; | font-size: 90%; | ||
} | |||
/* Hatnotes and disambiguation notices */ | |||
.hatnote { | |||
font-style: italic; | |||
} | |||
.hatnote i { | |||
font-style: normal; | |||
} | |||
div.hatnote { | |||
/* @noflip */ | |||
padding-left: 1.6em; | |||
margin-bottom: 0.5em; | |||
} | |||
div.hatnote + div.hatnote { | |||
margin-top: -0.5em; | |||
} | } | ||
| Baris 1.173: | Baris 1.231: | ||
do not apply to print mode */ | do not apply to print mode */ | ||
#siteSub { | #siteSub { | ||
display: | display: none; | ||
} | } | ||
} | } | ||
| Baris 1.240: | Baris 1.298: | ||
#advancedSiteNotices .covid-asn-main__content { | #advancedSiteNotices .covid-asn-main__content { | ||
padding: 5px; | padding: 5px; | ||
} | |||
.wikitable th, | |||
.wikitable td { | |||
vertical-align: top; | |||
} | } | ||