MediaWiki:Common.css: Difference between revisions

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


/* =========================================================
/* =========================================================
   OOO INTRO HEADER BLOCK
   OOO SECTION HEADER (Clean Underlined)
   ========================================================= */
   ========================================================= */


.ooo-intro {
.ooo-section-header {
   margin: 30px 0 40px 0;
   margin: 30px 0 35px 0;
}
}


.ooo-intro__title {
.ooo-section-header__title {
   font-size: 1.8rem;
   font-size: 1.9rem;
   font-weight: 800;
   font-weight: 800;
   letter-spacing: 0.5px;
   letter-spacing: 0.5px;
   margin-bottom: 12px;
   margin-bottom: 10px;
   color: var(--ooo-accent);
   color: var(--ooo-accent);
}
}


.ooo-intro__text {
.ooo-section-header__text {
   font-size: 1.05rem;
   font-size: 1.05rem;
   line-height: 1.7;
   line-height: 1.7;
  margin-bottom: 14px;
   opacity: 0.95;
   opacity: 0.95;
  margin-bottom: 16px;
}
}


.ooo-intro__divider {
/* Underline */
   height: 2px;
.ooo-section-header__title::after {
   width: 100%;
  content: "";
   background: linear-gradient(
  display: block;
    to right,
   height: 3px;
    var(--ooo-accent),
   width: 120px;
    transparent
  margin-top: 8px;
  );
   background: var(--ooo-accent);
   opacity: 0.5;
   opacity: 0.6;
}
}