Menu tonen/verbergen
Voorkeurenmenu omschakelen
Persoonlijk menu tonen/verbergen
Niet aangemeld
Uw IP-adres wordt openbaar zichtbaar als u wijzigingen aanbrengt.

MediaWiki:Common.css: verschil tussen versies

MediaWiki-interfacepagina
Nieuwe pagina aangemaakt met '* CSS die hier wordt geplaatst heeft invloed op alle vormgevingen: .glitch-hero { padding: 18px 20px; margin: 0 0 20px 0; border: 1px solid #2a2a2a; border-radius: 10px; background: #11161c; } .glitch-hero-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; } .glitch-hero-text { line-height: 1.6; } .glitch-grid { width: 100%; border-collapse: separate; border-spacing: 12px; } .glitch-card { vertical-align: top;…'
 
Geen bewerkingssamenvatting
 
(Een tussenliggende versie door dezelfde gebruiker niet weergegeven)
Regel 39: Regel 39:
.glitch-muted {
.glitch-muted {
   color: #a0a7b4;
   color: #a0a7b4;
}
.glitch-event-card {
  text-align: left;
  min-width: 220px;
}
.glitch-event-date {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #7ee7ff;
}
.glitch-event-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.glitch-event-meta {
  color: #a0a7b4;
  margin-bottom: 10px;
}
.glitch-event-link a {
  font-weight: 600;
}
.glitch-small-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0.8em 0 0.4em 0;
}
}

Huidige versie van 31 mrt 2026 18:40

/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */
.glitch-hero {
  padding: 18px 20px;
  margin: 0 0 20px 0;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  background: #11161c;
}

.glitch-hero-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.glitch-hero-text {
  line-height: 1.6;
}

.glitch-grid {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
}

.glitch-card {
  vertical-align: top;
  padding: 16px;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  background: #11161c;
}

.glitch-card-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.glitch-muted {
  color: #a0a7b4;
}

.glitch-event-card {
  text-align: left;
  min-width: 220px;
}

.glitch-event-date {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #7ee7ff;
}

.glitch-event-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.glitch-event-meta {
  color: #a0a7b4;
  margin-bottom: 10px;
}

.glitch-event-link a {
  font-weight: 600;
}

.glitch-small-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0.8em 0 0.4em 0;
}