MediaWiki:Common.css: Perbedaan antara revisi

Dari indonesiapedia
Tidak ada ringkasan suntingan
Tanda: Dikembalikan
Tidak ada ringkasan suntingan
Tanda: Dikembalikan
Baris 14: Baris 14:
/* Mengubah font nama situs */
/* Mengubah font nama situs */
#p-logo-text a, .mw-wiki-title {
#p-logo-text a, .mw-wiki-title {
    text-transform: none !important; /* Membatalkan uppercase */
     font-family: "Google Sans", serif !important;
     font-family: "Google Sans", serif !important;
    text-transform: none !important; /* Membatalkan uppercase */
}
}

Revisi per 30 April 2026 18.15

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

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

#content h1 { color: #3266cc; font-family: "Google Sans", serif; }
#content h2 { color: #3266cc; font-family: "Google Sans", serif; }
#content h3 { color: #3266cc; font-family: "Google Sans", serif; }
#content h4 { color: #3266cc; 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 {
    text-transform: none !important; /* Membatalkan uppercase */
    font-family: "Google Sans", serif !important;
}