MediaWiki:Common.css: Difference between revisions
Created page with "→--- FIX UKURAN DAN SKALA LOGO (UNTUK SEMUA SKIN) ---: →Menargetkan elemen wadah logo: #p-logo { →Memaksa elemen wadah memiliki ukuran standar: width: 135px; height: 135px; } →Menargetkan elemen link di dalam wadah logo: #p-logo a, .mw-wiki-logo { →Memaksa ukuran area gambar agar sesuai: width: 135px !important; height: 135px !important; →Memastikan gambar diskala (terutama untuk SVG): background-size: contai..." Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 84: | Line 84: | ||
/* === Hilangkan judul "Halaman Utama" di tampilan MobileFrontend === */ | /* === Hilangkan judul "Halaman Utama" di tampilan MobileFrontend === */ | ||
.page- | .page-Main_Page #section_0, | ||
.page- | .page-Main_Page .content-header, | ||
.page- | .page-Main_Page h1.firstHeading, | ||
.page- | .page-Main_Page #firstHeading { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* Opsional: rapikan jarak setelah header hilang */ | /* Opsional: rapikan jarak setelah header hilang */ | ||
.page- | .page-Main_Page .content { | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
padding-top: 0.5em !important; | padding-top: 0.5em !important; | ||