MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
Mediawiki>Hidayatsrf hapus style hatnote → dipindah ke Modul:Hatnote/styles.css, |
Tidak ada ringkasan suntingan |
||
| Baris 1: | Baris 1: | ||
/* CSS placed here will be applied to all skins */ | |||
#ca-history { | |||
display: none; | |||
} | |||
#n-recentchanges { display: none; } | |||
#t-info { display: none; } | |||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ | ||
cite, | cite, | ||
| Baris 1.006: | Baris 1.013: | ||
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.199: | ||
do not apply to print mode */ | do not apply to print mode */ | ||
#siteSub { | #siteSub { | ||
display: | display: none; | ||
} | } | ||
} | } | ||