MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
ADMIN-ency (bicara | kontrib) Tidak ada ringkasan suntingan |
ADMIN-ency (bicara | kontrib) Tidak ada ringkasan suntingan |
||
| Baris 349: | Baris 349: | ||
border-radius:8px; | border-radius:8px; | ||
} | } | ||
.me-card a { | .me-card a { | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
.me-card:hover { | .me-card:hover { | ||
| Baris 364: | Baris 362: | ||
.me-explore-card { | .me-explore-card { | ||
background:#006b54; | background:#006b54; | ||
border-radius:12px; | border-radius:12px; | ||
padding:25px 15px; | padding:25px 15px; | ||
width:160px; | width:160px; | ||
height:90px; | height:90px; | ||
text-align:center; | text-align:center; | ||
display:flex; | display:flex; | ||
flex-direction:column; | flex-direction:column; | ||
justify-content:center; | 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; | |||
} | |||
.me- | /* =========================== | ||
MALIKI ENCYCLOPEDIA HOME | |||
=========================== */ | |||
.me-home{ | |||
max-width:1200px; | |||
margin:auto; | |||
} | |||
/* HERO */ | |||
.me-hero{ | |||
background:#f8f6ef; | |||
padding:50px; | |||
border-radius:15px; | |||
text-align:center; | |||
border:1px solid #ddd; | |||
margin-bottom:40px; | |||
} | |||
.me-hero h1{ | |||
font-family:Georgia,serif; | |||
font-size:38px; | |||
color:#006b5b; | |||
} | } | ||
/* EXPLORE */ | |||
.me-explore{ | |||
display:grid; | |||
grid-template-columns:repeat(5,1fr); | |||
gap:25px; | |||
margin-bottom:50px; | |||
} | |||
.me-explore-card{ | |||
background:#006b5b; | |||
color:white; | |||
padding:30px 15px; | |||
border-radius:12px; | |||
text-align:center; | |||
transition:.3s; | |||
} | } | ||
.me- | .me-explore-card:hover{ | ||
transform:translateY(-5px); | |||
box-shadow:0 8px 20px rgba(0,0,0,.2); | |||
} | |||
.me-explore-card a{ | |||
color:white; | |||
} | |||
.me-icon{ | |||
font-size:35px; | |||
display:block; | display:block; | ||
margin-bottom:15px; | |||
} | |||
margin- | .me-featured{ | ||
display:grid; | |||
grid-template-columns:2fr 1fr; | |||
gap:30px; | |||
margin:40px 0; | |||
} | |||
.me-feature-main{ | |||
border:1px solid #ddd; | |||
border-radius:15px; | |||
padding:25px; | |||
background:white; | |||
} | |||
.me-feature-main img{ | |||
width:100%; | |||
border-radius:10px; | |||
} | |||
.me-feature-side{ | |||
display:flex; | |||
flex-direction:column; | |||
gap:20px; | |||
} | } | ||
.me- | .me-feature-side div{ | ||
background:#f8f6ef; | |||
padding:25px; | |||
border-radius:12px; | |||
border:1px solid #ddd; | |||
} | } | ||
Revisi per 9 September 2026 15.27
/* =====================================
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;
}
/* ===========================
MALIKI ENCYCLOPEDIA HOME
=========================== */
.me-home{
max-width:1200px;
margin:auto;
}
/* HERO */
.me-hero{
background:#f8f6ef;
padding:50px;
border-radius:15px;
text-align:center;
border:1px solid #ddd;
margin-bottom:40px;
}
.me-hero h1{
font-family:Georgia,serif;
font-size:38px;
color:#006b5b;
}
/* EXPLORE */
.me-explore{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:25px;
margin-bottom:50px;
}
.me-explore-card{
background:#006b5b;
color:white;
padding:30px 15px;
border-radius:12px;
text-align:center;
transition:.3s;
}
.me-explore-card:hover{
transform:translateY(-5px);
box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.me-explore-card a{
color:white;
}
.me-icon{
font-size:35px;
display:block;
margin-bottom:15px;
}
.me-featured{
display:grid;
grid-template-columns:2fr 1fr;
gap:30px;
margin:40px 0;
}
.me-feature-main{
border:1px solid #ddd;
border-radius:15px;
padding:25px;
background:white;
}
.me-feature-main img{
width:100%;
border-radius:10px;
}
.me-feature-side{
display:flex;
flex-direction:column;
gap:20px;
}
.me-feature-side div{
background:#f8f6ef;
padding:25px;
border-radius:12px;
border:1px solid #ddd;
}