MediaWiki:Common.css: Difference between revisions

From Ekologos Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 42: Line 42:
.page-Main_Page .mw-parser-output {
.page-Main_Page .mw-parser-output {
     padding: 0 20px !important;
     padding: 0 20px !important;
}
/* ==========================================================
  EKOLOGOS WIKI DESIGN SYSTEM
========================================================== */
body{
    background:#f8f6f1;
    color:#2f2f2f;
    font-family:"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
/* Page width */
.mw-parser-output{
    width:100%;
}
/* Main content */
.homepage{
    width:100%;
}
/* Typography */
.home-title{
    font-family:Georgia,"Times New Roman",serif;
    font-size:68px;
    line-height:1.1;
    color:#23492f;
    font-weight:600;
}
.home-subtitle{
    font-size:24px;
    line-height:1.6;
    color:#555;
    max-width:900px;
    margin:auto;
}
.section-title{
    font-family:Georgia,serif;
    font-size:42px;
    color:#23492f;
    margin-bottom:20px;
}
/* Cards */
.eko-card{
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.25s;
}
.eko-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 40px rgba(0,0,0,.15);
}
/* Buttons */
.eko-button{
    display:inline-block;
    background:#295536;
    color:white;
    padding:14px 30px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
}
.eko-button:hover{
    background:#1f4129;
    color:white;
    text-decoration:none;
}
}

Revision as of 07:28, 3 July 2026

.navbar-brand img,
.mw-wiki-logo,
#p-logo img {
    max-height: 150px !important;
    width: auto !important;
    max-width: 250px !important;
}

.navbar-brand {
    padding: 5px !important;
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
}

.navbar-brand img,
.navbar-brand .mw-wiki-logo {
    height: 80px !important;
    width: auto !important;
    max-height: 80px !important;
}

.page-Main_Page #firstHeading,
.page-Main_Page #contentSub,
.page-Main_Page .mw-indicators,
.page-Main_Page .page-tools,
.page-Main_Page #toc,
.page-Main_Page .toc {
    display: none !important;
}

body .container,
body .container-fluid,
.col-cmln,
.col-12,
#mw-content-text,
.mw-parser-output {
    max-width: 100% !important;
    width: 100% !important;
}

.page-Main_Page .mw-parser-output {
    padding: 0 20px !important;
}

/* ==========================================================
   EKOLOGOS WIKI DESIGN SYSTEM
========================================================== */

body{
    background:#f8f6f1;
    color:#2f2f2f;
    font-family:"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

/* Page width */

.mw-parser-output{
    width:100%;
}

/* Main content */

.homepage{
    width:100%;
}

/* Typography */

.home-title{
    font-family:Georgia,"Times New Roman",serif;
    font-size:68px;
    line-height:1.1;
    color:#23492f;
    font-weight:600;
}

.home-subtitle{
    font-size:24px;
    line-height:1.6;
    color:#555;
    max-width:900px;
    margin:auto;
}

.section-title{
    font-family:Georgia,serif;
    font-size:42px;
    color:#23492f;
    margin-bottom:20px;
}

/* Cards */

.eko-card{
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.25s;
}

.eko-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 40px rgba(0,0,0,.15);
}

/* Buttons */

.eko-button{

    display:inline-block;

    background:#295536;

    color:white;

    padding:14px 30px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;
}

.eko-button:hover{

    background:#1f4129;

    color:white;

    text-decoration:none;
}