Pengguna:Bayu198/monobook.css
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).
body {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/bd/Vellum.png);
background-repeat: repeat;
}
#bodyContent {
background: beige;
padding: 6px;
margin: 0px;
border-radius: 10px;
}
h1 {
background-image: linear-gradient(white, beige);
font-family: serif;
font-size: 250%;
padding-top: 60px;
margin: 0px;
border-radius: 10px;
}
h2 {
font-family: serif;
background: papayawhip;
border-left: 6px double black;
border-bottom: 3px solid peachpuff;
padding: 6px;
margin: 6px;
}
h3 {
font-family: serif;
background: papayawhip;
border-left: 3px solid black;
border-bottom: 3px solid peachpuff;
padding: 6px;
margin: 6px;
}
h4 {
font-family: serif;
border-left: 2px solid black;
border-bottom: 3px solid peachpuff;
padding: 3px;
margin: 6px;
}
h5, h6 {
font-family: serif;
border-bottom: 3px solid peachpuff;
}
p {
font-family: sans-serif;
font-size: 112%;
margin: 6px;
padding: 6px;
}