MediaWiki:Common.css
Tampilan
Catatan: Setelah menerbitkan, Anda mungkin perlu melewati tembolok peramban web Anda untuk melihat perubahan.
- Firefox/Safari: Tekan dan tahan Shift sembari mengeklik Reload, atau tekan Ctrl-F5 atau Ctrl-R (⌘-R di Mac)
- Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R di Mac)
- Edge: Tahan Ctrl sembari mengeklik Refresh, atau tekan Ctrl-F5
/* =====================================
MALIKI ENCYCLOPEDIA
Common.css FINAL v8.0
World History Inspired Style
===================================== */
/* =========================
GLOBAL
========================= */
body{
background:#f5f8f7;
color:#24343b;
}
.firstHeading{
color:#004f40;
}
a{
color:#1f5f8b;
}
a:hover{
color:#006b54;
}
/* =========================
HOME
========================= */
.me-home{
max-width:1200px;
margin:auto;
}
/* =====================================
HERO SECTION
===================================== */
.me-hero{
background:#f8f6ef;
border:1px solid #ddd;
border-radius:16px;
overflow:hidden;
margin:30px auto 55px;
text-align:center;
}
/* gambar banner */
.me-hero-image{
width:100%;
}
.me-hero-image img{
width:100%;
height:220px;
object-fit:cover;
}
/* konten hero */
.me-hero-content{
padding:25px 40px 35px;
}
.me-hero h1{
font-family:Georgia,serif;
font-size:52px;
font-weight:normal;
color:#006b54;
margin:0 auto 15px;
padding-bottom:12px;
border-bottom:1px solid #ccc;
max-width:850px;
}
.me-hero .tagline{
font-size:25px;
color:#24343b;
margin:20px auto;
}
.me-hero p{
font-size:18px;
line-height:1.7;
max-width:850px;
margin:15px auto;
}
/* =====================================
FEATURED CONTENT
===================================== */
.featured-grid{
display:flex;
justify-content:center;
align-items:flex-start;
gap:18px;
margin:35px auto;
}
/* item */
.featured-item{
width:300px;
flex:none;
text-align:center;
}
/* gambar */
.featured-image{
height:160px;
background:#f8f6ef;
border:1px solid #ddd;
border-radius:8px;
display:flex;
justify-content:center;
align-items:center;
margin-bottom:18px;
}
.featured-image img{
max-width:120px;
max-height:120px;
object-fit:contain;
}
/* judul */
.featured-item h3{
color:#006b54;
font-size:20px;
margin:12px 0;
}
/* deskripsi */
.featured-item p{
max-width:250px;
margin:auto;
font-size:14px;
line-height:1.6;
}
/* link */
.featured-item a{
display:inline-block;
margin-top:20px;
color:#c79b2b;
font-weight:bold;
text-decoration:none;
}
/* =====================================
RESPONSIVE
===================================== */
@media(max-width:900px){
.featured-grid{
flex-wrap:wrap;
}
}
@media(max-width:700px){
.me-hero-content{
padding:20px;
}
.me-hero h1{
font-size:34px;
}
.me-hero .tagline{
font-size:20px;
}
.featured-item{
width:100%;
}
}