MediaWiki:Common.css: Difference between revisions

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


/* =========================================================
/* =========================================================
   OOO INTRO (Clean Underlined Section)
   OOO INTRO (Clean Branded Intro Section)
   ========================================================= */
   ========================================================= */


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


/* Title */
.ooo-intro__title {
.ooo-intro__title {
   font-size: 1.9rem;
   font-size: 1.9rem;
   font-weight: 800;
   font-weight: 800;
   letter-spacing: 0.5px;
   letter-spacing: 0.5px;
   margin-bottom: 10px;
   margin-bottom: 14px;
  color: var(--ooo-accent);
}


.ooo-intro__title::after {
   /* Force brand color */
  content: "";
   color: var(--ooo-accent) !important;
  display: block;
  height: 3px;
   width: 140px;
   margin-top: 8px;
  background: var(--ooo-accent);
  opacity: 0.6;
}
}


/* Intro text */
.ooo-intro__text {
.ooo-intro__text {
   font-size: 1.05rem;
   font-size: 1.05rem;
   line-height: 1.7;
   line-height: 1.7;
   margin-top: 14px;
   margin-bottom: 16px;
   opacity: 0.95;
   opacity: 0.95;
}
/* Divider AFTER content */
.ooo-intro__divider {
  height: 3px;
  width: 100%;
  background: var(--ooo-accent);
  opacity: 0.6;
}
}