MediaWiki:Common.css
MediaWiki-interfacepagina
Meer acties
Opmerking: na het publiceren moet je misschien je browsercache legen om de veranderingen te zien.
- Firefox / Safari: houd Shift ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
- Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
- Edge: houd Ctrl ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5.
/** 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;
}