Pengguna:Klrfl/vector-2022.css
Tampilan
Catatan: Setelah menyimpan, Anda harus memintas tembolok (cache) peramban Anda untuk melihat perubahannya. Google Chrome, Firefox, Microsoft Edge dan Safari: Tahan tombol ⇧ Shift dan klik Muat ulang (Reload) di tombol bilah alat. Untuk detail dan instruksi tentang peramban lain, lihat halaman menghapus singgahan (Inggris).
html, body{
font-family: system-ui, sans-serif;
}
.vector-body{
line-height: 1.7;
}
/* modifikasi toc */
.sidebar-toc .sidebar-toc-text{
border-radius: .5em;
padding: .25em;
transition: background 200ms ease;
}
/* mengubah latar belakang sidebar item ketika aktif */
.vector-toc-level-1-active {
background: #ddda;
padding-inline-start: .5em;
}
@media screen and (max-width: 40em){
/*infobox*/
.infobox{
display: flex;
justify-content: center;
float: none;
width: auto !important;
margin: auto;
}
/*images*/
.thumb{
display: block;
margin: 1em auto !important;
}
.thumbinner{
margin: auto;
}
div.tright, div.tleft{
float: none !important;
}
}