MediaWiki:Common.css: verschil tussen versies
MediaWiki-interfacepagina
Meer acties
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 |
||
| 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; | |||
} | } | ||
Versie van 31 mrt 2026 18:28
/** 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;
}