Lompat ke isi

MediaWiki:Common.css: Perbedaan antara revisi

Ensiklopedia Pengetahuan Universitas Islam Sultan Agung
Branding Wiki Unissula V1
 
Implementasi modern UI Wiki Unissula V1
Baris 1: Baris 1:
/* ==========================================================
/* ============================================================
   WIKI UNISSULA UI V1
   WIKI UNISSULA MODERN UI V1
   Text-first, lightweight, no external assets
   Text-first / lightweight / no external assets
   ========================================================== */
   ============================================================ */


:root {
:root {
     --wu-green: #08783e;
     --wu-green: #08783e;
     --wu-green-dark: #045c30;
     --wu-green-2: #075f35;
     --wu-green-soft: #eef8f2;
    --wu-green-3: #044d2c;
     --wu-gold: #c89b2c;
     --wu-green-soft: #edf8f2;
     --wu-text: #202122;
 
     --wu-muted: #657078;
     --wu-gold: #d6a62c;
     --wu-border: #dfe6e2;
    --wu-gold-soft: #fff7df;
     --wu-bg: #f7f9f8;
 
     --wu-text: #1d2522;
     --wu-muted: #66736d;
     --wu-border: #e3e9e6;
     --wu-bg: #f6f8f7;
    --wu-white: #ffffff;
 
    --wu-radius: 16px;
}
}


/* ----------------------------------------------------------
  Global
  ---------------------------------------------------------- */


/* ============================================================
  GLOBAL
  ============================================================ */
html,
body {
body {
     background: var(--wu-bg);
     background: var(--wu-bg);
}
}


.mw-page-container {
body {
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    color: var(--wu-text);
}
 
a {
    transition:
        color .15s ease,
        background .15s ease,
        border-color .15s ease;
}
 
 
/* ============================================================
  MEDIAWIKI HEADER
  ============================================================ */
 
.vector-header {
    border-bottom: 1px solid var(--wu-border);
     background: #fff;
     background: #fff;
}
}
Baris 29: Baris 63:
.mw-logo-icon {
.mw-logo-icon {
     display: none !important;
     display: none !important;
}
.mw-logo-container {
    position: relative;
    padding-left: 46px;
}
.mw-logo-container::before {
    content: "WU";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wu-green);
    color: white;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
}
}


.mw-logo-wordmark {
.mw-logo-wordmark {
     font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     font-family:
     font-weight: 800;
        system-ui,
     font-size: 20px;
        -apple-system,
     letter-spacing: -0.4px;
        BlinkMacSystemFont,
     color: var(--wu-green-dark);
        "Segoe UI",
        sans-serif !important;
 
    font-size: 21px !important;
     font-weight: 800 !important;
 
     color: var(--wu-green-2) !important;
}
 
 
/* ============================================================
  ARTICLE DEFAULT
  ============================================================ */
 
.mw-page-container {
    background: #fff;
}
 
.mw-body {
    color: var(--wu-text);
}
 
.mw-body h1,
.mw-body h2,
.mw-body h3 {
     letter-spacing: -.02em;
}
 
.mw-body h2 {
     border-bottom-color: var(--wu-border);
}
}


.vector-header {
.mw-parser-output a {
     border-bottom: 1px solid var(--wu-border);
     color: #0b639d;
}
}


.vector-search-box-input,
.mw-parser-output a.new {
.cdx-text-input__input {
     color: #9c3645;
     border-radius: 8px;
}
}


/* ----------------------------------------------------------
  Main Page
  ---------------------------------------------------------- */


.page-Halaman_Utama.action-view .firstHeading {
/* ============================================================
     display: none;
  HOMEPAGE - REMOVE OLD MEDIAWIKI CHROME
  ============================================================ */
 
.page-Halaman_Utama.action-view .vector-column-start,
.page-Halaman_Utama.action-view .vector-column-end {
     display: none !important;
}
}


.page-Halaman_Utama.action-view .vector-page-toolbar {
.page-Halaman_Utama.action-view .mw-page-container-inner {
     display: none;
     display: block !important;
}
}


.page-Halaman_Utama.action-view #siteSub {
.page-Halaman_Utama.action-view .mw-content-container {
     display: none;
     width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}
}


.page-Halaman_Utama.action-view .mw-body {
.page-Halaman_Utama.action-view .mw-body {
     max-width: none;
    padding: 0 !important;
     max-width: none !important;
}
}


.page-Halaman_Utama.action-view .mw-content-container {
.page-Halaman_Utama.action-view .mw-body-header,
     max-width: 1500px;
.page-Halaman_Utama.action-view .vector-page-toolbar,
.page-Halaman_Utama.action-view #siteSub,
.page-Halaman_Utama.action-view #contentSub {
    display: none !important;
}
 
.page-Halaman_Utama.action-view #bodyContent {
    margin: 0 !important;
}
 
.page-Halaman_Utama.action-view .mw-body-content {
     font-size: 1rem;
}
}
/* ============================================================
  HOMEPAGE WRAPPER
  ============================================================ */


.wu-home {
.wu-home {
     font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
    color: var(--wu-text);
    padding: 0 0 40px;
 
    background: var(--wu-bg);
 
     font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
}
}
/* ============================================================
  HERO
  ============================================================ */


.wu-hero {
.wu-hero {
     padding: 56px 54px;
     position: relative;
     margin: 5px 0 42px;
     overflow: hidden;
     border-radius: 18px;
 
     margin: 0;
 
     background:
     background:
         linear-gradient(135deg, #f2faf5 0%, #ffffff 60%);
        radial-gradient(
     border: 1px solid #dcebe2;
            circle at 85% 10%,
     border-left: 7px solid var(--wu-green);
            rgba(255,255,255,.11) 0,
            rgba(255,255,255,.11) 150px,
            transparent 151px
        ),
        radial-gradient(
            circle at 13% 110%,
            rgba(214,166,44,.16) 0,
            rgba(214,166,44,.16) 220px,
            transparent 221px
        ),
         linear-gradient(
            135deg,
            #064d2e 0%,
            #08783e 55%,
            #076536 100%
        );
 
    color: white;
}
 
.wu-hero::after {
    content: "";
 
    position: absolute;
    right: -70px;
    bottom: -70px;
 
    width: 260px;
    height: 260px;
 
     border: 1px solid rgba(255,255,255,.12);
     border-radius: 50%;
}
}


.wu-kicker {
.wu-hero-inner {
     color: var(--wu-green);
     position: relative;
    z-index: 2;
 
    max-width: 1180px;
    margin: 0 auto;
 
    padding: 62px 42px 60px;
 
    text-align: center;
}
 
.wu-eyebrow {
    margin-bottom: 13px;
 
     font-size: 12px;
     font-size: 12px;
     font-weight: 800;
     font-weight: 800;
     letter-spacing: 1.8px;
 
     margin-bottom: 12px;
     letter-spacing: 2.5px;
 
     color: #f4cf68;
}
}


.wu-title {
.wu-hero-title {
     color: var(--wu-green-dark);
     margin: 0 auto 14px;
     font-size: 48px;
 
     line-height: 1.05;
     font-size: clamp(36px, 4vw, 52px);
     line-height: 1.08;
 
     font-weight: 850;
     font-weight: 850;
     letter-spacing: -1.8px;
     letter-spacing: -1.6px;
     margin-bottom: 16px;
 
     color: white;
}
}


.wu-subtitle {
.wu-hero-subtitle {
     max-width: 840px;
     max-width: 820px;
     font-size: 20px;
 
    margin: 0 auto 30px;
 
    color: rgba(255,255,255,.88);
 
     font-size: 17px;
     line-height: 1.65;
     line-height: 1.65;
    color: #40494d;
}
}


.wu-search-note {
 
     margin-top: 28px;
/* ============================================================
  HERO SEARCH - INPUTBOX
  ============================================================ */
 
.wu-search {
    max-width: 820px;
    margin: 0 auto 18px;
}
 
.wu-search form {
    display: flex !important;
 
    width: 100%;
 
    padding: 0 !important;
     margin: 0 !important;
 
    background: white;
 
    border-radius: 13px;
 
    box-shadow:
        0 12px 35px rgba(0,0,0,.15);
 
    overflow: hidden;
}
 
.wu-search input[type="text"],
.wu-search input[type="search"] {
    flex: 1;
 
    min-width: 0;
 
    height: 56px;
 
    margin: 0 !important;
    padding: 0 20px !important;
 
    border: 0 !important;
    outline: 0 !important;
 
    background: white !important;
 
    color: #26332d;
 
     font-size: 15px;
     font-size: 15px;
     color: var(--wu-text);
 
    box-shadow: none !important;
}
 
.wu-search input[type="submit"],
.wu-search button {
    height: 56px;
 
    min-width: 100px;
 
    margin: 0 !important;
    padding: 0 25px !important;
 
    border: 0 !important;
    border-radius: 0 !important;
 
    background: #edc24e !important;
 
    color: #3e3213 !important;
 
    font-size: 14px;
    font-weight: 800;
 
    cursor: pointer;
}
 
.wu-search input[type="submit"]:hover,
.wu-search button:hover {
    background: #f4cf68 !important;
}
 
 
/* ============================================================
  POPULAR SEARCHES
  ============================================================ */
 
.wu-popular {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
 
    font-size: 12px;
}
 
.wu-popular-label {
    display: inline-flex;
    align-items: center;
 
     color: rgba(255,255,255,.72);
 
    margin-right: 5px;
}
 
.wu-popular a {
    display: inline-block;
 
    padding: 5px 11px;
 
    color: white !important;
 
    text-decoration: none !important;
 
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
 
    background: rgba(0,0,0,.08);
}
 
.wu-popular a:hover {
    background: rgba(255,255,255,.14);
}
 
 
/* ============================================================
  SHORTCUTS
  ============================================================ */
 
.wu-shortcuts {
    max-width: 1180px;
 
    margin: 30px auto 0;
 
    padding: 20px;
 
    display: grid;
 
    grid-template-columns:
        repeat(6, minmax(0, 1fr));
 
    gap: 8px;
 
    border: 1px solid var(--wu-border);
    border-radius: var(--wu-radius);
 
    background: white;
 
    box-shadow: 0 5px 25px rgba(24,65,45,.04);
}
 
.wu-shortcut {
    text-align: center;
 
    padding: 18px 10px 14px;
 
    border-radius: 12px;
}
}


.wu-hero-links {
.wu-shortcut:hover {
     margin-top: 16px;
     background: #f8fbf9;
    font-size: 15px;
}
}


.wu-hero-links a {
.wu-icon {
     color: var(--wu-green-dark);
    display: flex;
     font-weight: 700;
    align-items: center;
     text-decoration: none;
    justify-content: center;
 
    width: 46px;
    height: 46px;
 
    margin: 0 auto 11px;
 
    background: var(--wu-green-soft);
 
    border-radius: 12px;
 
     color: var(--wu-green);
 
    font-size: 12px;
     font-weight: 850;
 
     letter-spacing: .5px;
}
}


.wu-section-title {
.wu-shortcut-title {
     font-size: 25px;
     margin-bottom: 4px;
     line-height: 1.2;
 
     font-size: 14px;
     font-weight: 800;
     font-weight: 800;
    color: var(--wu-text);
    margin: 42px 0 18px;
    border-bottom: 0;
}
}


.wu-grid {
.wu-shortcut-desc {
    min-height: 36px;
 
    margin-bottom: 7px;
 
    color: var(--wu-muted);
 
    font-size: 11px;
    line-height: 1.45;
}
 
.wu-shortcut a {
    color: var(--wu-green-2) !important;
 
    text-decoration: none !important;
 
    font-size: 11px;
    font-weight: 750;
}
 
 
/* ============================================================
  MAIN LAYOUT
  ============================================================ */
 
.wu-layout {
    max-width: 1180px;
 
    margin: 22px auto 0;
 
     display: grid;
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
 
     gap: 18px;
     grid-template-columns:
        minmax(0, 2fr)
        minmax(280px, .95fr);
 
     gap: 20px;
}
}


.wu-card {
.wu-main,
     min-height: 185px;
.wu-side {
     padding: 25px;
     display: flex;
    flex-direction: column;
 
    gap: 20px;
}
 
.wu-panel {
     padding: 23px;
 
     border: 1px solid var(--wu-border);
     border: 1px solid var(--wu-border);
     border-radius: 14px;
     border-radius: var(--wu-radius);
     background: #fff;
 
     line-height: 1.55;
    background: white;
     transition: transform .12s ease, box-shadow .12s ease;
 
    box-shadow:
        0 4px 18px rgba(20,60,40,.035);
}
 
.wu-panel-heading {
    margin-bottom: 19px;
 
    color: var(--wu-green-2);
 
    font-size: 17px;
    font-weight: 800;
}
 
.wu-heading-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 
.wu-heading-symbol {
    margin-right: 7px;
 
    color: var(--wu-gold);
}
 
.wu-heading-link {
    font-size: 12px;
    font-weight: 650;
}
 
.wu-heading-link a {
    color: var(--wu-green) !important;
    text-decoration: none !important;
}
 
 
/* ============================================================
  FEATURED
  ============================================================ */
 
.wu-featured-content {
    display: grid;
 
    grid-template-columns:
        minmax(0, 1fr)
        170px;
 
    gap: 28px;
 
    align-items: center;
}
 
.wu-featured-title {
    margin-bottom: 11px;
 
    color: var(--wu-green-2);
 
    font-size: 23px;
    line-height: 1.3;
 
    font-weight: 850;
}
 
.wu-featured-description {
    color: #525f59;
 
    font-size: 14px;
    line-height: 1.7;
}
 
.wu-feature-mark {
    display: flex;
    align-items: center;
    justify-content: center;
 
    width: 145px;
    height: 145px;
 
    margin: auto;
 
     background:
        linear-gradient(
            145deg,
            #dff2e6,
            #f4faf6
        );
 
    border-radius: 35px;
 
    color: rgba(8,120,62,.28);
 
    font-size: 42px;
    font-weight: 900;
}
 
.wu-tags {
    display: flex;
    flex-wrap: wrap;
 
    gap: 7px;
 
    margin: 17px 0;
}
 
.wu-tags span {
    padding: 4px 9px;
 
    border-radius: 6px;
 
    background: var(--wu-green-soft);
 
    color: var(--wu-green-2);
 
    font-size: 10px;
    font-weight: 700;
}
 
.wu-more a {
    color: var(--wu-green) !important;
 
    text-decoration: none !important;
 
    font-size: 13px;
    font-weight: 800;
}
 
 
/* ============================================================
  EMPTY / RECENT ARTICLES
  ============================================================ */
 
.wu-empty-content {
    padding: 25px 20px;
 
    text-align: center;
 
    background: #fafcfa;
 
    border: 1px dashed #d9e4de;
    border-radius: 12px;
}
 
.wu-empty-title {
    margin-bottom: 6px;
 
    font-weight: 800;
}
 
.wu-empty-desc {
    max-width: 560px;
    margin: auto;
 
    color: var(--wu-muted);
 
    font-size: 13px;
     line-height: 1.6;
}
 
.wu-empty-actions {
    margin-top: 15px;
 
    font-size: 12px;
}
 
.wu-empty-actions a {
    color: var(--wu-green) !important;
     font-weight: 750;
    text-decoration: none !important;
}
 
 
/* ============================================================
  TOPICS
  ============================================================ */
 
.wu-topic-list {
    display: flex;
    flex-direction: column;
}
 
.wu-topic {
    display: flex;
    align-items: center;
 
    gap: 10px;
 
    padding: 12px 0;
 
    border-bottom: 1px solid #edf1ef;
 
    font-size: 12px;
}
}


.wu-card:hover {
.wu-topic:last-child {
     transform: translateY(-2px);
     border-bottom: 0;
    box-shadow: 0 8px 24px rgba(25, 70, 45, .08);
}
}


.wu-card-label {
.wu-rank {
     font-size: 11px;
    flex: 0 0 auto;
 
    display: flex;
    align-items: center;
    justify-content: center;
 
    width: 23px;
    height: 23px;
 
    border-radius: 50%;
 
    background: var(--wu-green);
 
    color: white;
 
     font-size: 10px;
     font-weight: 800;
     font-weight: 800;
    letter-spacing: 1.3px;
    color: var(--wu-green);
    margin-bottom: 8px;
}
}


.wu-card-title {
.wu-topic a {
     font-size: 20px;
    color: #29322e !important;
 
    text-decoration: none !important;
 
    font-weight: 650;
}
 
.wu-topic a:hover {
    color: var(--wu-green) !important;
}
 
 
/* ============================================================
  CONTRIBUTE
  ============================================================ */
 
.wu-contribute {
    background:
        linear-gradient(
            145deg,
            #f1f9f4,
            #ffffff
        );
}
 
.wu-contribute-text {
    margin-bottom: 17px;
 
    color: var(--wu-muted);
 
    font-size: 13px;
    line-height: 1.6;
}
 
.wu-button a {
    display: block;
 
    padding: 11px 13px;
 
    border: 1px solid var(--wu-green);
    border-radius: 9px;
 
    color: var(--wu-green) !important;
 
    text-decoration: none !important;
 
    text-align: center;
 
     font-size: 12px;
     font-weight: 800;
     font-weight: 800;
    margin-bottom: 9px;
    color: var(--wu-text);
}
}


.wu-card a {
.wu-button a:hover {
     display: inline-block;
    background: var(--wu-green);
     margin-top: 13px;
    color: white !important;
     font-weight: 700;
}
     color: var(--wu-green-dark);
 
     text-decoration: none;
 
/* ============================================================
  QUICK LINKS
  ============================================================ */
 
.wu-quicklinks {
     display: flex;
    flex-direction: column;
}
 
.wu-quicklinks a {
    position: relative;
 
    display: block;
 
     padding: 10px 20px 10px 0;
 
     border-bottom: 1px solid #edf1ef;
 
     color: #3b4641 !important;
 
    text-decoration: none !important;
 
    font-size: 12px;
}
 
.wu-quicklinks a::after {
    content: "›";
 
    position: absolute;
    right: 3px;
 
     color: #88938e;
}
}


.wu-info-box {
.wu-quicklinks a:last-child {
    padding: 28px 30px;
     border-bottom: 0;
    border: 1px solid var(--wu-border);
     border-radius: 14px;
    background: var(--wu-green-soft);
    line-height: 1.7;
}
}
/* ============================================================
  STATS
  ============================================================ */


.wu-stats {
.wu-stats {
     display: grid;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
 
     gap: 14px;
     grid-template-columns:
    margin-top: 24px;
        repeat(3, 1fr);
 
     gap: 8px;
}
}


.wu-stat {
.wu-stats > div {
    padding: 12px 5px;
 
     text-align: center;
     text-align: center;
     padding: 23px 16px;
 
    border: 1px solid var(--wu-border);
     background: #fafcfa;
     border-radius: 12px;
 
    background: #fff;
     border-radius: 9px;
}
}


.wu-stat-number {
.wu-stat-number {
     display: block;
     display: block;
     color: var(--wu-green-dark);
 
     font-size: 29px;
     color: var(--wu-green);
 
     font-size: 19px;
     font-weight: 850;
     font-weight: 850;
}
}
Baris 213: Baris 887:
.wu-stat-label {
.wu-stat-label {
     display: block;
     display: block;
    margin-top: 2px;
    color: var(--wu-muted);
    font-size: 9px;
}
/* ============================================================
  EXPLORE
  ============================================================ */
.wu-explore-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.wu-explore {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid var(--wu-border);
    border-radius: 10px;
}
.wu-explore-code {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--wu-green-soft);
    border-radius: 9px;
    color: var(--wu-green);
    font-size: 10px;
    font-weight: 850;
}
.wu-explore strong {
    font-size: 12px;
}
.wu-explore span {
     color: var(--wu-muted);
     color: var(--wu-muted);
     font-size: 13px;
 
    margin-top: 3px;
     font-size: 10px;
}
}


.wu-footer-note {
 
     margin-top: 35px;
/* ============================================================
     padding-top: 20px;
  BOTTOM
  ============================================================ */
 
.wu-bottom {
    max-width: 1180px;
 
     margin: 25px auto 0;
 
     padding: 20px 5px;
 
    display: flex;
    justify-content: space-between;
 
    color: var(--wu-muted);
 
     border-top: 1px solid var(--wu-border);
     border-top: 1px solid var(--wu-border);
     color: var(--wu-muted);
 
    font-size: 11px;
}
 
.wu-bottom strong {
    display: block;
 
    margin-bottom: 3px;
 
     color: var(--wu-green-2);
 
     font-size: 13px;
     font-size: 13px;
}
}


/* ----------------------------------------------------------
  Article styling
  ---------------------------------------------------------- */


.mw-body h1,
/* ============================================================
.mw-body h2,
  FOOTER / MEDIAWIKI BRANDING
.mw-body h3 {
  ============================================================ */
     letter-spacing: -.3px;
 
.page-Halaman_Utama #footer {
     max-width: 1180px;
    margin: 0 auto;
}
}


.mw-body h2 {
#footer-poweredbyico {
     border-bottom-color: var(--wu-border);
     display: none !important;
}
}


.mw-parser-output a {
 
     color: #1261a0;
/* ============================================================
  DISABLE CREATE ACCOUNT VISUAL LINK
  Actual permission is disabled in LocalSettings.
  ============================================================ */
 
#pt-createaccount,
#pt-createaccount-2 {
     display: none !important;
}
}


.mw-parser-output a.new {
 
    color: #a33;
/* ============================================================
  RESPONSIVE
  ============================================================ */
 
@media (max-width: 1100px) {
 
    .wu-shortcuts {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
 
        margin-left: 20px;
        margin-right: 20px;
    }
 
    .wu-layout,
    .wu-bottom {
        margin-left: 20px;
        margin-right: 20px;
    }
 
}
}


/* ----------------------------------------------------------
  Responsive
  ---------------------------------------------------------- */


@media (max-width: 1000px) {
@media (max-width: 850px) {
     .wu-grid {
 
         grid-template-columns: repeat(2, minmax(0, 1fr));
     .wu-layout {
        grid-template-columns: 1fr;
    }
 
    .wu-featured-content {
         grid-template-columns: 1fr;
     }
     }


     .wu-title {
     .wu-feature-mark {
         font-size: 40px;
         display: none;
     }
     }
}
}


@media (max-width: 700px) {
 
     .wu-hero {
@media (max-width: 650px) {
         padding: 32px 24px;
 
     .wu-hero-inner {
         padding: 42px 20px;
     }
     }


     .wu-title {
     .wu-hero-title {
         font-size: 34px;
         font-size: 34px;
     }
     }


     .wu-subtitle {
     .wu-hero-subtitle {
         font-size: 17px;
         font-size: 15px;
     }
     }


     .wu-grid,
     .wu-shortcuts {
     .wu-stats {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
 
    .wu-search form {
        display: block !important;
        overflow: visible;
 
        background: transparent;
 
        box-shadow: none;
    }
 
    .wu-search input[type="text"],
    .wu-search input[type="search"] {
        width: 100% !important;
 
        border-radius: 10px !important;
    }
 
    .wu-search input[type="submit"],
     .wu-search button {
        width: 100%;
 
        margin-top: 8px !important;
 
        border-radius: 10px !important;
    }
 
    .wu-explore-grid {
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
     }
     }
    .wu-bottom {
        display: block;
    }
    .wu-bottom > div + div {
        margin-top: 10px;
    }
}
}

Revisi per 21 Agustus 2026 08.27

/* ============================================================
   WIKI UNISSULA MODERN UI V1
   Text-first / lightweight / no external assets
   ============================================================ */

:root {
    --wu-green: #08783e;
    --wu-green-2: #075f35;
    --wu-green-3: #044d2c;
    --wu-green-soft: #edf8f2;

    --wu-gold: #d6a62c;
    --wu-gold-soft: #fff7df;

    --wu-text: #1d2522;
    --wu-muted: #66736d;
    --wu-border: #e3e9e6;
    --wu-bg: #f6f8f7;
    --wu-white: #ffffff;

    --wu-radius: 16px;
}


/* ============================================================
   GLOBAL
   ============================================================ */

html,
body {
    background: var(--wu-bg);
}

body {
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    color: var(--wu-text);
}

a {
    transition:
        color .15s ease,
        background .15s ease,
        border-color .15s ease;
}


/* ============================================================
   MEDIAWIKI HEADER
   ============================================================ */

.vector-header {
    border-bottom: 1px solid var(--wu-border);
    background: #fff;
}

.mw-logo-icon {
    display: none !important;
}

.mw-logo-container {
    position: relative;
    padding-left: 46px;
}

.mw-logo-container::before {
    content: "WU";

    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--wu-green);
    color: white;

    border-radius: 10px;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
}

.mw-logo-wordmark {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-size: 21px !important;
    font-weight: 800 !important;

    color: var(--wu-green-2) !important;
}


/* ============================================================
   ARTICLE DEFAULT
   ============================================================ */

.mw-page-container {
    background: #fff;
}

.mw-body {
    color: var(--wu-text);
}

.mw-body h1,
.mw-body h2,
.mw-body h3 {
    letter-spacing: -.02em;
}

.mw-body h2 {
    border-bottom-color: var(--wu-border);
}

.mw-parser-output a {
    color: #0b639d;
}

.mw-parser-output a.new {
    color: #9c3645;
}


/* ============================================================
   HOMEPAGE - REMOVE OLD MEDIAWIKI CHROME
   ============================================================ */

.page-Halaman_Utama.action-view .vector-column-start,
.page-Halaman_Utama.action-view .vector-column-end {
    display: none !important;
}

.page-Halaman_Utama.action-view .mw-page-container-inner {
    display: block !important;
}

.page-Halaman_Utama.action-view .mw-content-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.page-Halaman_Utama.action-view .mw-body {
    padding: 0 !important;
    max-width: none !important;
}

.page-Halaman_Utama.action-view .mw-body-header,
.page-Halaman_Utama.action-view .vector-page-toolbar,
.page-Halaman_Utama.action-view #siteSub,
.page-Halaman_Utama.action-view #contentSub {
    display: none !important;
}

.page-Halaman_Utama.action-view #bodyContent {
    margin: 0 !important;
}

.page-Halaman_Utama.action-view .mw-body-content {
    font-size: 1rem;
}


/* ============================================================
   HOMEPAGE WRAPPER
   ============================================================ */

.wu-home {
    margin: 0;
    padding: 0 0 40px;

    background: var(--wu-bg);

    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
}


/* ============================================================
   HERO
   ============================================================ */

.wu-hero {
    position: relative;
    overflow: hidden;

    margin: 0;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(255,255,255,.11) 0,
            rgba(255,255,255,.11) 150px,
            transparent 151px
        ),
        radial-gradient(
            circle at 13% 110%,
            rgba(214,166,44,.16) 0,
            rgba(214,166,44,.16) 220px,
            transparent 221px
        ),
        linear-gradient(
            135deg,
            #064d2e 0%,
            #08783e 55%,
            #076536 100%
        );

    color: white;
}

.wu-hero::after {
    content: "";

    position: absolute;
    right: -70px;
    bottom: -70px;

    width: 260px;
    height: 260px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}

.wu-hero-inner {
    position: relative;
    z-index: 2;

    max-width: 1180px;
    margin: 0 auto;

    padding: 62px 42px 60px;

    text-align: center;
}

.wu-eyebrow {
    margin-bottom: 13px;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2.5px;

    color: #f4cf68;
}

.wu-hero-title {
    margin: 0 auto 14px;

    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.08;

    font-weight: 850;
    letter-spacing: -1.6px;

    color: white;
}

.wu-hero-subtitle {
    max-width: 820px;

    margin: 0 auto 30px;

    color: rgba(255,255,255,.88);

    font-size: 17px;
    line-height: 1.65;
}


/* ============================================================
   HERO SEARCH - INPUTBOX
   ============================================================ */

.wu-search {
    max-width: 820px;
    margin: 0 auto 18px;
}

.wu-search form {
    display: flex !important;

    width: 100%;

    padding: 0 !important;
    margin: 0 !important;

    background: white;

    border-radius: 13px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.15);

    overflow: hidden;
}

.wu-search input[type="text"],
.wu-search input[type="search"] {
    flex: 1;

    min-width: 0;

    height: 56px;

    margin: 0 !important;
    padding: 0 20px !important;

    border: 0 !important;
    outline: 0 !important;

    background: white !important;

    color: #26332d;

    font-size: 15px;

    box-shadow: none !important;
}

.wu-search input[type="submit"],
.wu-search button {
    height: 56px;

    min-width: 100px;

    margin: 0 !important;
    padding: 0 25px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #edc24e !important;

    color: #3e3213 !important;

    font-size: 14px;
    font-weight: 800;

    cursor: pointer;
}

.wu-search input[type="submit"]:hover,
.wu-search button:hover {
    background: #f4cf68 !important;
}


/* ============================================================
   POPULAR SEARCHES
   ============================================================ */

.wu-popular {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;

    font-size: 12px;
}

.wu-popular-label {
    display: inline-flex;
    align-items: center;

    color: rgba(255,255,255,.72);

    margin-right: 5px;
}

.wu-popular a {
    display: inline-block;

    padding: 5px 11px;

    color: white !important;

    text-decoration: none !important;

    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;

    background: rgba(0,0,0,.08);
}

.wu-popular a:hover {
    background: rgba(255,255,255,.14);
}


/* ============================================================
   SHORTCUTS
   ============================================================ */

.wu-shortcuts {
    max-width: 1180px;

    margin: 30px auto 0;

    padding: 20px;

    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    gap: 8px;

    border: 1px solid var(--wu-border);
    border-radius: var(--wu-radius);

    background: white;

    box-shadow: 0 5px 25px rgba(24,65,45,.04);
}

.wu-shortcut {
    text-align: center;

    padding: 18px 10px 14px;

    border-radius: 12px;
}

.wu-shortcut:hover {
    background: #f8fbf9;
}

.wu-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    margin: 0 auto 11px;

    background: var(--wu-green-soft);

    border-radius: 12px;

    color: var(--wu-green);

    font-size: 12px;
    font-weight: 850;

    letter-spacing: .5px;
}

.wu-shortcut-title {
    margin-bottom: 4px;

    font-size: 14px;
    font-weight: 800;
}

.wu-shortcut-desc {
    min-height: 36px;

    margin-bottom: 7px;

    color: var(--wu-muted);

    font-size: 11px;
    line-height: 1.45;
}

.wu-shortcut a {
    color: var(--wu-green-2) !important;

    text-decoration: none !important;

    font-size: 11px;
    font-weight: 750;
}


/* ============================================================
   MAIN LAYOUT
   ============================================================ */

.wu-layout {
    max-width: 1180px;

    margin: 22px auto 0;

    display: grid;

    grid-template-columns:
        minmax(0, 2fr)
        minmax(280px, .95fr);

    gap: 20px;
}

.wu-main,
.wu-side {
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.wu-panel {
    padding: 23px;

    border: 1px solid var(--wu-border);
    border-radius: var(--wu-radius);

    background: white;

    box-shadow:
        0 4px 18px rgba(20,60,40,.035);
}

.wu-panel-heading {
    margin-bottom: 19px;

    color: var(--wu-green-2);

    font-size: 17px;
    font-weight: 800;
}

.wu-heading-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wu-heading-symbol {
    margin-right: 7px;

    color: var(--wu-gold);
}

.wu-heading-link {
    font-size: 12px;
    font-weight: 650;
}

.wu-heading-link a {
    color: var(--wu-green) !important;
    text-decoration: none !important;
}


/* ============================================================
   FEATURED
   ============================================================ */

.wu-featured-content {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        170px;

    gap: 28px;

    align-items: center;
}

.wu-featured-title {
    margin-bottom: 11px;

    color: var(--wu-green-2);

    font-size: 23px;
    line-height: 1.3;

    font-weight: 850;
}

.wu-featured-description {
    color: #525f59;

    font-size: 14px;
    line-height: 1.7;
}

.wu-feature-mark {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 145px;
    height: 145px;

    margin: auto;

    background:
        linear-gradient(
            145deg,
            #dff2e6,
            #f4faf6
        );

    border-radius: 35px;

    color: rgba(8,120,62,.28);

    font-size: 42px;
    font-weight: 900;
}

.wu-tags {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    margin: 17px 0;
}

.wu-tags span {
    padding: 4px 9px;

    border-radius: 6px;

    background: var(--wu-green-soft);

    color: var(--wu-green-2);

    font-size: 10px;
    font-weight: 700;
}

.wu-more a {
    color: var(--wu-green) !important;

    text-decoration: none !important;

    font-size: 13px;
    font-weight: 800;
}


/* ============================================================
   EMPTY / RECENT ARTICLES
   ============================================================ */

.wu-empty-content {
    padding: 25px 20px;

    text-align: center;

    background: #fafcfa;

    border: 1px dashed #d9e4de;
    border-radius: 12px;
}

.wu-empty-title {
    margin-bottom: 6px;

    font-weight: 800;
}

.wu-empty-desc {
    max-width: 560px;
    margin: auto;

    color: var(--wu-muted);

    font-size: 13px;
    line-height: 1.6;
}

.wu-empty-actions {
    margin-top: 15px;

    font-size: 12px;
}

.wu-empty-actions a {
    color: var(--wu-green) !important;
    font-weight: 750;
    text-decoration: none !important;
}


/* ============================================================
   TOPICS
   ============================================================ */

.wu-topic-list {
    display: flex;
    flex-direction: column;
}

.wu-topic {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 12px 0;

    border-bottom: 1px solid #edf1ef;

    font-size: 12px;
}

.wu-topic:last-child {
    border-bottom: 0;
}

.wu-rank {
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    border-radius: 50%;

    background: var(--wu-green);

    color: white;

    font-size: 10px;
    font-weight: 800;
}

.wu-topic a {
    color: #29322e !important;

    text-decoration: none !important;

    font-weight: 650;
}

.wu-topic a:hover {
    color: var(--wu-green) !important;
}


/* ============================================================
   CONTRIBUTE
   ============================================================ */

.wu-contribute {
    background:
        linear-gradient(
            145deg,
            #f1f9f4,
            #ffffff
        );
}

.wu-contribute-text {
    margin-bottom: 17px;

    color: var(--wu-muted);

    font-size: 13px;
    line-height: 1.6;
}

.wu-button a {
    display: block;

    padding: 11px 13px;

    border: 1px solid var(--wu-green);
    border-radius: 9px;

    color: var(--wu-green) !important;

    text-decoration: none !important;

    text-align: center;

    font-size: 12px;
    font-weight: 800;
}

.wu-button a:hover {
    background: var(--wu-green);
    color: white !important;
}


/* ============================================================
   QUICK LINKS
   ============================================================ */

.wu-quicklinks {
    display: flex;
    flex-direction: column;
}

.wu-quicklinks a {
    position: relative;

    display: block;

    padding: 10px 20px 10px 0;

    border-bottom: 1px solid #edf1ef;

    color: #3b4641 !important;

    text-decoration: none !important;

    font-size: 12px;
}

.wu-quicklinks a::after {
    content: "›";

    position: absolute;
    right: 3px;

    color: #88938e;
}

.wu-quicklinks a:last-child {
    border-bottom: 0;
}


/* ============================================================
   STATS
   ============================================================ */

.wu-stats {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 8px;
}

.wu-stats > div {
    padding: 12px 5px;

    text-align: center;

    background: #fafcfa;

    border-radius: 9px;
}

.wu-stat-number {
    display: block;

    color: var(--wu-green);

    font-size: 19px;
    font-weight: 850;
}

.wu-stat-label {
    display: block;

    margin-top: 2px;

    color: var(--wu-muted);

    font-size: 9px;
}


/* ============================================================
   EXPLORE
   ============================================================ */

.wu-explore-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;
}

.wu-explore {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 13px;

    border: 1px solid var(--wu-border);
    border-radius: 10px;
}

.wu-explore-code {
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    background: var(--wu-green-soft);

    border-radius: 9px;

    color: var(--wu-green);

    font-size: 10px;
    font-weight: 850;
}

.wu-explore strong {
    font-size: 12px;
}

.wu-explore span {
    color: var(--wu-muted);

    font-size: 10px;
}


/* ============================================================
   BOTTOM
   ============================================================ */

.wu-bottom {
    max-width: 1180px;

    margin: 25px auto 0;

    padding: 20px 5px;

    display: flex;
    justify-content: space-between;

    color: var(--wu-muted);

    border-top: 1px solid var(--wu-border);

    font-size: 11px;
}

.wu-bottom strong {
    display: block;

    margin-bottom: 3px;

    color: var(--wu-green-2);

    font-size: 13px;
}


/* ============================================================
   FOOTER / MEDIAWIKI BRANDING
   ============================================================ */

.page-Halaman_Utama #footer {
    max-width: 1180px;
    margin: 0 auto;
}

#footer-poweredbyico {
    display: none !important;
}


/* ============================================================
   DISABLE CREATE ACCOUNT VISUAL LINK
   Actual permission is disabled in LocalSettings.
   ============================================================ */

#pt-createaccount,
#pt-createaccount-2 {
    display: none !important;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1100px) {

    .wu-shortcuts {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        margin-left: 20px;
        margin-right: 20px;
    }

    .wu-layout,
    .wu-bottom {
        margin-left: 20px;
        margin-right: 20px;
    }

}


@media (max-width: 850px) {

    .wu-layout {
        grid-template-columns: 1fr;
    }

    .wu-featured-content {
        grid-template-columns: 1fr;
    }

    .wu-feature-mark {
        display: none;
    }

}


@media (max-width: 650px) {

    .wu-hero-inner {
        padding: 42px 20px;
    }

    .wu-hero-title {
        font-size: 34px;
    }

    .wu-hero-subtitle {
        font-size: 15px;
    }

    .wu-shortcuts {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .wu-search form {
        display: block !important;
        overflow: visible;

        background: transparent;

        box-shadow: none;
    }

    .wu-search input[type="text"],
    .wu-search input[type="search"] {
        width: 100% !important;

        border-radius: 10px !important;
    }

    .wu-search input[type="submit"],
    .wu-search button {
        width: 100%;

        margin-top: 8px !important;

        border-radius: 10px !important;
    }

    .wu-explore-grid {
        grid-template-columns: 1fr;
    }

    .wu-bottom {
        display: block;
    }

    .wu-bottom > div + div {
        margin-top: 10px;
    }

}