Lompat ke isi

MediaWiki:Common.css: Perbedaan antara revisi

Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
 
(32 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; }
Baris 14: Baris 12:
#t-whatlinkshere { display: none;}
#t-whatlinkshere { display: none;}


#content h2 { font-family: "Cambria"; }
#contentSub { display: none;}
#content p { font-family: "Roboto"; }
 
#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.googleapis.com/css?family=Roboto ');
@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: 'Roboto';
   font-family: 'Open Sans', sans-serif;
}
}


Baris 27: Baris 34:
#content h1,  
#content h1,  
#content h2 {
#content h2 {
   font-family: 'Roboto';
   font-family: Martel;
  font-weight: 400;
}
}


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


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