MediaWiki:Common.css: Perbedaan antara revisi
Tampilan
ADMIN-ency (bicara | kontrib) Tidak ada ringkasan suntingan |
ADMIN-ency (bicara | kontrib) Tidak ada ringkasan suntingan |
||
| Baris 54: | Baris 54: | ||
} | } | ||
/* ===================================== | |||
KNOWLEDGE CARD | |||
===================================== */ | |||
/* ===================================== | /* ===================================== | ||
| Baris 67: | Baris 71: | ||
border-radius:12px; | border-radius:12px; | ||
box-shadow:0 2px 8px rgba(0,0,0,0.08); | box-shadow:0 2px 8px rgba(0,0,0,0.08); | ||
} | } | ||
| Baris 80: | Baris 78: | ||
font-weight:700; | font-weight:700; | ||
color:#00695c; | color:#00695c; | ||
} | } | ||
| Baris 87: | Baris 84: | ||
color:#b8860b; | color:#b8860b; | ||
font-weight:600; | font-weight:600; | ||
} | } | ||
| Baris 93: | Baris 89: | ||
.knowledge-card-description { | .knowledge-card-description { | ||
line-height:1.6; | line-height:1.6; | ||
} | } | ||
/* ===================================== | /* ===================================== | ||
Revisi per 8 September 2026 08.57
/* =====================================
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
===================================== */
.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;
}
.knowledge-card-link a:hover {
color:#b8860b;
}