MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
ADMIN-ency (bicara | kontrib) Tidak ada ringkasan suntingan |
ADMIN-ency (bicara | kontrib) Tidak ada ringkasan suntingan |
||
| Baris 1: | Baris 1: | ||
/* ===================================== | /* ===================================== | ||
MALIKI ENCYCLOPEDIA | MALIKI ENCYCLOPEDIA | ||
Common.css FINAL | Common.css FINAL v7.0 | ||
Clean World History Style | |||
===================================== */ | ===================================== */ | ||
| Baris 48: | Baris 49: | ||
HERO | HERO | ||
========================= */ | ========================= */ | ||
.me-hero{ | .me-hero{ | ||
| Baris 91: | Baris 91: | ||
/* ===================================== | /* ===================================== | ||
FEATURED / PENGETAHUAN PILIHAN | |||
===================================== */ | ===================================== */ | ||
. | /* baris kartu */ | ||
.mw-parser-output .featured-grid{ | |||
display:flex; | display:flex; | ||
| Baris 103: | Baris 105: | ||
align-items:flex-start; | align-items:flex-start; | ||
gap: | gap:25px; | ||
margin:40px auto; | |||
width:100%; | |||
} | } | ||
| Baris 113: | Baris 115: | ||
. | /* kartu */ | ||
.mw-parser-output .featured-item{ | |||
width:300px; | width:300px; | ||
flex:none; | |||
text-align:center; | text-align:center; | ||
background:transparent; | |||
border:none; | |||
} | } | ||
| Baris 123: | Baris 133: | ||
/* | /* ========================= | ||
GAMBAR | |||
========================= */ | |||
.mw-parser-output .featured-image{ | |||
height: | height:150px; | ||
background:# | background:#f8f6ef; | ||
border:1px solid #ddd; | border:1px solid #ddd; | ||
border-radius: | border-radius:10px; | ||
display:flex; | display:flex; | ||
| Baris 143: | Baris 154: | ||
align-items:center; | align-items:center; | ||
margin-bottom:18px; | |||
} | |||
/* ukuran gambar */ | |||
.mw-parser-output .featured-image img{ | |||
max-width:120px; | |||
max-height:120px; | |||
width:auto; | |||
height:auto; | |||
object-fit:contain; | object-fit:contain; | ||
| Baris 163: | Baris 178: | ||
/* | /* ========================= | ||
JUDUL | |||
========================= */ | |||
. | .mw-parser-output .featured-item h3{ | ||
color:#006b54; | color:#006b54; | ||
| Baris 171: | Baris 189: | ||
font-size:20px; | font-size:20px; | ||
margin:15px 0 | margin:15px 0 10px; | ||
} | } | ||
| Baris 177: | Baris 195: | ||
/* | /* ========================= | ||
DESKRIPSI | |||
========================= */ | |||
. | |||
.mw-parser-output .featured-item p{ | |||
max-width:250px; | |||
margin:0 auto; | |||
font-size:14px; | font-size:14px; | ||
| Baris 189: | Baris 214: | ||
/* | /* ========================= | ||
LINK | |||
========================= */ | |||
. | .mw-parser-output .featured-item a{ | ||
display:inline-block; | display:inline-block; | ||
margin-top: | margin-top:20px; | ||
color:#c79b2b; | color:#c79b2b; | ||
| Baris 206: | Baris 234: | ||
.mw-parser-output .featured-item a:hover{ | |||
color:#006b54; | |||
} | } | ||
/* ===================================== | /* ===================================== | ||
JELAJAH PENGETAHUAN | |||
===================================== */ | ===================================== */ | ||
.me-explore{ | .me-explore{ | ||
flex | display:flex; | ||
justify-content:center; | |||
gap:25px; | |||
flex-wrap:wrap; | flex-wrap:wrap; | ||
margin:40px auto; | |||
} | } | ||
.me-item{ | |||
width:300px; | |||
text-align:center; | |||
} | } | ||
| Baris 344: | Baris 273: | ||
. | .me-explore-card{ | ||
height:220px; | |||
background:#ffffff; | |||
border:1px solid #ddd; | |||
border-radius:15px; | |||
display:flex; | |||
justify-content:center; | |||
justify-content:center | |||
align-items:center; | align-items:center; | ||
} | } | ||
| Baris 488: | Baris 293: | ||
.me-explore-card img{ | |||
. | |||
max-width: | max-width:160px; | ||
max-height: | max-height:160px; | ||
object-fit:contain; | object-fit:contain; | ||
| Baris 506: | Baris 305: | ||
.me-item h3{ | |||
. | |||
color:#006b54; | color:#006b54; | ||
font-size:20px; | font-size:20px; | ||
} | } | ||
| Baris 520: | Baris 315: | ||
.me-item p{ | |||
. | |||
font-size:14px; | font-size:14px; | ||
line-height:1.6; | line-height:1.6; | ||
} | } | ||
.me-item > a{ | |||
. | |||
color:#c79b2b; | color:#c79b2b; | ||
| Baris 550: | Baris 332: | ||
} | } | ||
/* ===================================== | /* ===================================== | ||
RESPONSIVE | |||
===================================== */ | ===================================== */ | ||
@media(max-width:900px){ | |||
.featured-grid{ | |||
flex-wrap:wrap; | |||
} | |||
} | } | ||
| Baris 661: | Baris 353: | ||
@media(max-width:700px){ | |||
.featured-item{ | |||
width:100%; | |||
} | |||
. | .me-hero{ | ||
padding:25px; | |||
} | |||
. | .me-hero h1{ | ||
font-size:30px; | |||
} | } | ||
} | } | ||
Revisi per 9 September 2026 20.14
/* =====================================
MALIKI ENCYCLOPEDIA
Common.css FINAL v7.0
Clean World History Style
===================================== */
/* =========================
GLOBAL
========================= */
body{
background:#f5f8f7;
color:#24343b;
}
.firstHeading{
color:#004f40;
}
a{
color:#1f5f8b;
}
a:hover{
color:#006b54;
}
/* =========================
HOME CONTAINER
========================= */
.me-home{
max-width:1200px;
margin:0 auto;
}
/* =========================
HERO
========================= */
.me-hero{
background:#f8f6ef;
padding:45px;
border:1px solid #ddd;
border-radius:16px;
text-align:center;
margin:30px 0 50px;
}
.me-hero h1{
font-family:Georgia,serif;
font-size:42px;
color:#006b5b;
margin:0 0 15px;
}
.me-hero p{
font-size:18px;
line-height:1.7;
}
/* =====================================
FEATURED / PENGETAHUAN PILIHAN
===================================== */
/* baris kartu */
.mw-parser-output .featured-grid{
display:flex;
justify-content:center;
align-items:flex-start;
gap:25px;
margin:40px auto;
width:100%;
}
/* kartu */
.mw-parser-output .featured-item{
width:300px;
flex:none;
text-align:center;
background:transparent;
border:none;
}
/* =========================
GAMBAR
========================= */
.mw-parser-output .featured-image{
height:150px;
background:#f8f6ef;
border:1px solid #ddd;
border-radius:10px;
display:flex;
justify-content:center;
align-items:center;
margin-bottom:18px;
}
/* ukuran gambar */
.mw-parser-output .featured-image img{
max-width:120px;
max-height:120px;
width:auto;
height:auto;
object-fit:contain;
}
/* =========================
JUDUL
========================= */
.mw-parser-output .featured-item h3{
color:#006b54;
font-size:20px;
margin:15px 0 10px;
}
/* =========================
DESKRIPSI
========================= */
.mw-parser-output .featured-item p{
max-width:250px;
margin:0 auto;
font-size:14px;
line-height:1.6;
}
/* =========================
LINK
========================= */
.mw-parser-output .featured-item a{
display:inline-block;
margin-top:20px;
color:#c79b2b;
font-weight:bold;
text-decoration:none;
}
.mw-parser-output .featured-item a:hover{
color:#006b54;
}
/* =====================================
JELAJAH PENGETAHUAN
===================================== */
.me-explore{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
margin:40px auto;
}
.me-item{
width:300px;
text-align:center;
}
.me-explore-card{
height:220px;
background:#ffffff;
border:1px solid #ddd;
border-radius:15px;
display:flex;
justify-content:center;
align-items:center;
}
.me-explore-card img{
max-width:160px;
max-height:160px;
object-fit:contain;
}
.me-item h3{
color:#006b54;
font-size:20px;
}
.me-item p{
font-size:14px;
line-height:1.6;
}
.me-item > a{
color:#c79b2b;
font-weight:bold;
}
/* =====================================
RESPONSIVE
===================================== */
@media(max-width:900px){
.featured-grid{
flex-wrap:wrap;
}
}
@media(max-width:700px){
.featured-item{
width:100%;
}
.me-hero{
padding:25px;
}
.me-hero h1{
font-size:30px;
}
}