Lompat ke isi

MediaWiki:Common.css: Perbedaan antara revisi

Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
 
(70 revisi perantara oleh 2 pengguna tidak ditampilkan)
Baris 1: Baris 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#ca-history {
 
    display: none;
}
#n-recentchanges { display: none; }
#n-recentchanges { display: none; }
#t-info { display: none; }
#t-info { display: none; }
#t-specialpages { display: none; }
#t-permalink { display: none; }
#feedlinks { display: none; }
#t-recentchangeslinked { display: none; }
#t-log { display: none; }
#p-tb-label { display: none; }
#t-print { display: none;}
#t-whatlinkshere { display: none;}
#contentSub { display: none;}
#content p { font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#mw-panel {
    font-size: 16px;
    font-weight: 500;
}


@import url( 'https://fonts.google.com/specimen/Source+Sans+Pro ');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
body {
   font-family: 'Source Sans Pro';
   font-family: 'Open Sans', sans-serif;
}
}


Baris 16: Baris 34:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: 'Source Sans Pro';
   font-family: Martel;
  font-weight: 400;
}
}


Baris 39: Baris 58:
/* Consistent size for <small>, <sub> and <sup> */
/* Consistent size for <small>, <sub> and <sup> */
small {
small {
font-size: 85%;
font-size: 95%;
}
}


Baris 45: Baris 64:
.mw-body-content sup,
.mw-body-content sup,
span.reference /* for Parsoid */ {
span.reference /* for Parsoid */ {
font-size: 80%;
font-size: 90%;
}
}


Baris 1.279: Baris 1.298:
#advancedSiteNotices .covid-asn-main__content {
#advancedSiteNotices .covid-asn-main__content {
padding: 5px;
padding: 5px;
}
.wikitable th,
.wikitable td {
    vertical-align: top;
}
}