MediaWiki:Common.css: Perbedaan antara revisi
Dari indonesiapedia
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
| (32 revisi perantara oleh pengguna yang sama tidak ditampilkan) | |||
| Baris 1: | Baris 1: | ||
/ | @import url( 'https://fonts.googleapis.com/css?family=Inter|Google+Sans' ); | ||
body { font-family: " | body { font-family: "Inter", sans-serif; } | ||
#content h1 { color: # | #content h1 { color: #4d67c4; font-family: "Google Sans", serif; } | ||
#content h2 { color: # | #content h2 { color: #4d67c4; font-family: "Google Sans", serif; } | ||
#content h3 { color: # | #content h3 { color: #4d67c4; font-family: "Google Sans", serif; } | ||
#content h4 { color: # | #content h4 { color: #4d67c4; font-family: "Google Sans", serif; } | ||
#footer-info { display: none; } | #footer-info { display: none; } | ||
#ca-nstab-main { display:none!important; } | #ca-nstab-main { display:none!important; } | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
#ca-history { 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; | |||
} | |||
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;
}
