MediaWiki:Common.css: Perbedaan antara revisi

Dari indonesiapedia
Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
 
(28 revisi perantara oleh pengguna yang sama tidak ditampilkan)
Baris 1: Baris 1:
@import url( 'https://fonts.googleapis.com/css?family=Fira+Sans|Bebas+Neue' );
@import url( 'https://fonts.googleapis.com/css?family=Inter|Google+Sans' );


/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body { font-family: "Inter", sans-serif; }
body {
 
  font-family: "Fira Sans", sans-serif;
#content h1 { color: #4d67c4; font-family: "Google Sans", serif; }
#content h2 { color: #4d67c4; font-family: "Google Sans", serif; }
#content h3 { color: #4d67c4; font-family: "Google Sans", serif; }
#content h4 { color: #4d67c4; font-family: "Google Sans", serif; }
#footer-info { display: none; }
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
 
/* Mengubah font nama situs */
#p-logo-text a, .mw-wiki-title {
    font-family: "Google Sans", serif !important;
}
 
/* Mengubah warna header utama */
#mw-header-container {
    background-color: #f7f9fa; /* Ganti dengan warna hex yang diinginkan */
}
}


/* Changes the default font used for MediaWiki headings to Noto Serif: */
/* Mengubah warna tautan */
#content h1,
a {
#content h2 {
    color: #4d67c4;
  font-family: "Bebas Neue", serif;
}
}

Revisi terkini sejak 30 April 2026 21.39

@import url( 'https://fonts.googleapis.com/css?family=Inter|Google+Sans' );

body { font-family: "Inter", sans-serif; }

#content h1 { color: #4d67c4; font-family: "Google Sans", serif; }
#content h2 { color: #4d67c4; font-family: "Google Sans", serif; }
#content h3 { color: #4d67c4; font-family: "Google Sans", serif; }
#content h4 { color: #4d67c4; font-family: "Google Sans", serif; }
#footer-info { display: none; }
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-history { display:none!important; }

/* Mengubah font nama situs */
#p-logo-text a, .mw-wiki-title {
    font-family: "Google Sans", serif !important;
}

/* Mengubah warna header utama */
#mw-header-container {
    background-color: #f7f9fa; /* Ganti dengan warna hex yang diinginkan */
}

/* Mengubah warna tautan */
a {
    color: #4d67c4;
}