Special: Difference between revisions

From Product Liability Judgments Database
No edit summary
Blanked the page
Tags: Blanking Visual edit
 
Line 1: Line 1:


/* ===== EUR‑Lex–style hero band for the homepage ===== */
:root{
  --eu-blue:#004494;
  --eu-blue-80:#003a7a;
  --eu-blue-20:#e5eef9;
  --ink-900:#0f172a;
  --ink-600:#475569;
  --line:#e5e7eb;
}
/* Calm typography site‑wide (keeps defaults elsewhere) */
.mw-body {
  color: var(--ink-900);
  line-height: 1.6;
  font-family: Inter, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* The homepage hero */
.eur-hero {
  background: radial-gradient(1200px 400px at 20% 0, #1252a8 0, var(--eu-blue) 55%, var(--eu-blue-80) 100%);
  color:#fff;
  border-radius: 12px;
  padding: 28px 28px;
  margin: 0 0 16px 0;
  box-shadow: 0 1px 2px rgba(16,24,40,.06);
}
.eur-hero .kicker {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  color: #e6efff;
  margin: 0 0 .25rem 0;
}
.eur-hero h1 {
  color:#fff;
  font-size: 2rem;
  font-weight: 780;
  margin: .1rem 0 .4rem 0;
}
.eur-hero p {
  color:#f1f6ff;
  margin: 0 0 .7rem 0;
}

Latest revision as of 16:46, 19 January 2026