MediaWiki:Print.css: Perbedaan revisi

Dari widuri
Lompat ke: navigasi, cari
(←Membuat halaman berisi 'CSS yang ada di sini akan diterapkan untuk tampilan cetak.: #content a.external.text:after,#content a.external.autonumber:after { content: none;}')
 
Baris 1: Baris 1:
 
/* CSS yang ada di sini akan diterapkan untuk tampilan cetak. */
 
/* CSS yang ada di sini akan diterapkan untuk tampilan cetak. */
 
#content a.external.text:after,#content a.external.autonumber:after { content: none;}
 
#content a.external.text:after,#content a.external.autonumber:after { content: none;}
 +
 +
/* 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;    }}

Revisi per 26 Februari 2014 10.30

/* CSS yang ada di sini akan diterapkan untuk tampilan cetak. */
#content a.external.text:after,#content a.external.autonumber:after {	content: none;}

/* 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;    }}