Pengguna:Isma/skin.css

Dari widuri
Revisi per 7 Januari 2014 03.05 oleh Isma (bicara | kontrib) (←Membuat halaman berisi 'save ink and paper with very small fonts: @media print { #footer, #content, body { font-size: 8pt !important; } h1 { font-size: 17pt } h2 { font-siz...')

(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)
Lompat ke: navigasi, cari

Catatan: Setelah menyimpan, Anda mungkin harus memintas singgahan peramban Anda untuk melihat perubahan.

  • Firefox / Safari: Tahan Shift sambil mengeklik Reload, atau tekan Ctrl-F5 atau Ctrl-R (⌘-R di Mac)
  • Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R di Mac)
  • Internet Explorer: Tahan Ctrl sambl mengeklik Refresh, atau tekan Ctrl-F5
  • Opera: Bersihkan tembolok di Tools → Preferences
/* save ink and paper with very small fonts */@media print {    #footer,    #content,    body { font-size: 8pt !important; }    h1 { font-size: 17pt }    h2 { font-size: 14pt }    h3 { font-size: 11pt }    h4 { font-size: 9pt }    h5 { font-size: 8pt }    h6 {        font-size: 8pt;        font-weight: normal;    }}