MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 1,296: Line 1,296:
   top: 80px;
   top: 80px;
   align-self: flex-start;
   align-self: flex-start;
}
/* =========================================================
  OOO EXTRA CONTENT BLOCK
  Optional per-item notes / tips
  ========================================================= */
.ooo-extra {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--ooo-border);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 720px;
}
/* section title */
.ooo-extra__title {
  margin: 0 0 8px 0;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--ooo-accent);
  border-bottom: 1px solid var(--ooo-border);
  padding-bottom: 4px;
}
/* body */
.ooo-extra p {
  margin: 0 0 0.6em 0;
}
.ooo-extra ul {
  margin: 0.4em 0 0.6em 1.2em;
}
}