MediaWiki:Common.css: Difference between revisions

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


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


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


.ooo-section-header__title {
.ooo-intro__title {
   font-size: 1.9rem;
   font-size: 1.9rem;
   font-weight: 800;
   font-weight: 800;
Line 608: Line 608:
}
}


.ooo-section-header__text {
.ooo-intro__title::after {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 14px;
  opacity: 0.95;
}
 
/* Underline */
.ooo-section-header__title::after {
   content: "";
   content: "";
   display: block;
   display: block;
   height: 3px;
   height: 3px;
   width: 120px;
   width: 140px;
   margin-top: 8px;
   margin-top: 8px;
   background: var(--ooo-accent);
   background: var(--ooo-accent);
   opacity: 0.6;
   opacity: 0.6;
}
.ooo-intro__text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 14px;
  opacity: 0.95;
}
}