MediaWiki:Citizen.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* HERO */
.hb-hero {
background-image:
linear-gradient(
rgba(0,0,0,.35),
rgba(0,0,0,.35)
),
url("/images/0/0b/Bocholt-banner.jpg");
background-size: cover;
background-position: center;
min-height: 420px;
border-radius: 60px 0px 60px 0px;
clip-path: ellipse(100% 85% at center);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 40px;
}
.hb-overlay {
text-align: center;
color: white;
max-width: 800px;
padding: 2rem;
}
.hb-overlay h1 {
color: white;
font-size: 4rem;
margin-bottom: 10px;
}
.hb-overlay p {
font-size: 1.25rem;
}
/* THEMA TEGELS */
.hb-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
gap: 24px;
}
.hb-card {
background: white;
border-radius: 24px;
padding: 25px;
border-top: 5px solid #2E78B7;
box-shadow: 0 3px 10px rgba(0,0,0,.08);
transition: .2s;
}
.hb-card:hover {
transform: translateY(-5px);
}
.hb-icon {
font-size: 42px;
}
.hb-card h3 {
margin-top: 12px;
}
.hb-card a {
color: #2E78B7;
text-decoration: none;
}
/* Historisch Bocholt */
.hb-header {
text-align: center;
padding: 2rem 0;
margin-bottom: 2rem;
}
.hb-header h1 {
color: #2E78B7;
font-size: 3rem;
}
.hb-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
gap: 20px;
margin-top: 20px;
}
.hb-card {
background: #fff;
border-radius: 20px;
padding: 25px;
border-top: 5px solid #2E78B7;
box-shadow: 0 2px 10px rgba(0,0,0,.08);
transition: .2s;
}
.hb-card:hover {
transform: translateY(-4px);
}
.hb-icon {
font-size: 48px;
margin-bottom: 10px;
}
.hb-card h3 {
margin-top: 5px;
margin-bottom: 10px;
}
.hb-card h3 a {
color: #2E78B7;
text-decoration: none;
}
.hb-card p {
margin-bottom: 0;
}
.hb-links {
background: #EAF3F8;
padding: 20px;
border-radius: 20px;
margin-top: 20px;
}