Lompat ke isi

MediaWiki:Common.css

Dari Maliki Encyclopedia
Revisi sejak 9 September 2026 11.20 oleh ADMIN-ency (bicara | kontrib)

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 Minimal Stabil v1.0
===================================== */


/* Warna dasar */
body {
    background:#f5f8f7;
    color:#24343b;
}


/* Judul halaman */
.firstHeading {
    color:#004f40;
}


/* Link */
a {
    color:#1f5f8b;
}

a:hover {
    color:#006b54;
}


/* =====================================
   MALIKI HEADER MENU
===================================== */

#maliki-header-menu {
    width:100%;
    box-sizing:border-box;
    text-align:center;
    padding:12px;
    margin-top:10px;
    margin-bottom:20px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}

#maliki-header-menu a {
    color:#00695c;
    text-decoration:none;
    font-weight:600;
    margin:0 10px;
}

#maliki-header-menu a:hover {
    color:#b8860b;
}

/* =====================================
   KNOWLEDGE CARD
===================================== */

.knowledge-card {
    border:1px solid #ddd;
    padding:20px;
    box-sizing:border-box;
    background:#ffffff;
    margin:15px 0;
    border-radius:12px;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
}


.knowledge-card-title {
    font-size:22px;
    font-weight:700;
    color:#00695c;
}


.knowledge-card-type {
    color:#b8860b;
    font-weight:600;
}


.knowledge-card-description {
    line-height:1.6;
}

/* =====================================
   INFOBOX KNOWLEDGE
===================================== */

.infobox {
    border:1px solid #ddd;
}
/* =====================================
   KNOWLEDGE CARD LINK
===================================== */

.knowledge-card-link a {
    color:#00695c;
    font-weight:bold;
    text-decoration:none;
}

/* =====================================
   JELAJAH PENGETAHUAN LAYOUT
===================================== */

.knowledge-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:25px;
    width:100%;
}


.knowledge-grid .knowledge-card {
    width:100%;
    margin:0;
}

/* =====================================
   KNOWLEDGE CARD PLACEHOLDER
===================================== */

.knowledge-card {
    min-height:420px;
}

.knowledge-card-image {
    width:calc(100% + 40px);
    height:180px;
    margin:-20px -20px 20px -20px;
    overflow:hidden;
}

.knowledge-card-image img {
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

/* =====================================
   KNOWLEDGE SECTION
===================================== */

.knowledge-section {
    margin-bottom:40px;
}

.knowledge-section h2 {
    color:#00695c;
    border-bottom:1px solid #ddd;
    padding-bottom:8px;
}


/* Maliki Encyclopedia Card Layout */

.me-grid {
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:24px;
margin:20px 0;
}

.me-card {
width:220px;
min-height:320px;
border:1px solid #ddd;
border-radius:10px;
background:#ffffff;
padding:15px;
box-shadow:0 2px 6px rgba(0,0,0,0.08);
}

.me-grid {
display:flex;
gap:24px;
flex-wrap:wrap;
}


.me-card {
width:220px;
border:1px solid #ddd;
border-radius:10px;
background:#fff;
padding:15px;
box-shadow:0 2px 6px rgba(0,0,0,.08);
}


.me-card img {
width:100%;
height:150px;
object-fit:cover;
border-radius:8px;
}

/* Maliki Encyclopedia Hero */

.me-hero {
background:#f7f5ef;
padding:40px;
margin:30px 0;
border-radius:12px;
text-align:center;
border:1px solid #ddd;
}

.me-hero h1 {
font-size:38px;
color:#006b54;
margin-bottom:15px;
}

.me-hero p {
font-size:18px;
line-height:1.6;
max-width:800px;
margin:auto;
}

/* Maliki Explore Navigation */

.me-explore {
display:flex;
gap:20px;
flex-wrap:wrap;
margin:30px 0;
}

.me-explore-card {
flex:1;
min-width:180px;
background:#006b54;
padding:25px;
border-radius:12px;
text-align:center;
}

.me-explore-card a {
color:white;
text-decoration:none;
font-size:18px;
font-weight:bold;
}

.me-explore-card:hover {
background:#008060;
}

/* =====================================
   MALIKI ENCYCLOPEDIA HOMEPAGE
   Hero Section
===================================== */

.me-hero {
background:#f7f5ef;
padding:40px;
margin:30px 0;
border-radius:12px;
text-align:center;
border:1px solid #ddd;
}

.me-hero h1 {
font-size:38px;
color:#006b54;
margin-bottom:15px;
}

.me-hero p {
font-size:18px;
line-height:1.6;
max-width:800px;
margin:10px auto;
}


/* =====================================
   MENU JELAJAH PENGETAHUAN
===================================== */

.me-explore {
display:flex;
gap:20px;
flex-wrap:wrap;
justify-content:flex-start;
margin:30px 0;
}


.me-explore-card {
background:#006b54;
border-radius:12px;
padding:25px;
width:200px;
text-align:center;
transition:0.3s;
}


.me-explore-card a {
color:white;
text-decoration:none;
font-size:18px;
font-weight:bold;
display:block;
}


.me-explore-card:hover {
background:#008060;
transform:translateY(-5px);
}


/* =====================================
   KARTU ENSIKLOPEDIA
===================================== */

.me-grid {
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:20px;
margin:30px 0;

}


.me-card {
width:220px;
border:1px solid #ddd;
border-radius:10px;
background:#fff;
padding:15px;
box-shadow:0 2px 6px rgba(0,0,0,0.08);
}


.me-card img {
width:100%;
height:150px;
object-fit:cover;
border-radius:8px;
}


.me-card a {
text-decoration:none;
}


.me-card:hover {
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

/* Maliki Encyclopedia Explore Menu */


.me-explore-card {

background:#006b54;

border-radius:12px;

padding:25px 15px;

width:160px;

height:90px;

text-align:center;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

margin:10px;

transition:0.3s;

}


.me-explore-card a {

color:white;

font-weight:bold;

font-size:16px;

text-decoration:none;

}


.me-explore-card:hover {

background:#c79b2b;

transform:translateY(-6px);

}

.me-icon {

font-size:32px;

display:block;

margin-bottom:8px;

}

.me-grid + h2,
.me-grid + div {
clear:both;
}