MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 450: Line 450:
   margin-top: 14px !important;
   margin-top: 14px !important;
   margin-bottom: 6px !important;
   margin-bottom: 6px !important;
}
/* --- Título de página (h1) --- */
#firstHeading {
  font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
}
/* --- Título del CTA --- */
.bok-ecosistema .titulo {
  font-family: 'Optima', 'Candara', 'Calibri', 'Segoe UI', sans-serif !important;
  letter-spacing: 0.06em !important;
}
/* --- Meta de artículo (tiempo de lectura + fecha) --- */
.bok-meta {
  font-size: 12px;
  color: #8c9ab5;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f8;
  letter-spacing: 0.02em;
}
}