MediaWiki:Common.css: Difference between revisions

No edit summary
mNo edit summary
Line 593: Line 593:


/* =========================================================
/* =========================================================
   OOO INTRO (Clean Branded Intro Section)
   OOO INTRO (Neutral, Theme-Safe)
   ========================================================= */
   ========================================================= */


.ooo-intro {
.ooo-intro {
   margin: 30px 0 40px 0;
   margin: 30px 0 40px 0;
  /* Explicitly remove any inherited background */
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
}


Line 607: Line 612:
   margin-bottom: 14px;
   margin-bottom: 14px;


  /* Force brand color */
   color: var(--ooo-accent) !important;
   color: var(--ooo-accent) !important;
}
}
Line 615: Line 619:
   font-size: 1.05rem;
   font-size: 1.05rem;
   line-height: 1.7;
   line-height: 1.7;
   margin-bottom: 16px;
   margin-bottom: 18px;
   opacity: 0.95;
   opacity: 0.95;
}
}


/* Divider AFTER content */
/* Divider */
.ooo-intro__divider {
.ooo-intro__divider {
   height: 3px;
   height: 3px;
   width: 100%;
   width: 100%;
   background: var(--ooo-accent);
   background: linear-gradient(
  opacity: 0.6;
    to right,
    var(--ooo-accent),
    rgba(245,196,0,0.2)
  );
}
}