Lompat ke isi

MediaWiki:Common.css: Perbedaan antara revisi

Tidak ada ringkasan suntingan
Mediawiki>Hidayatsrf
hapus style hatnote → dipindah ke Modul:Hatnote/styles.css,
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.013: Baris 1.006:
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;
}
}