MediaWiki:Common.css: Difference between revisions
From semantic-hub.io
YvonneDHBW (talk | contribs) mNo edit summary |
YvonneDHBW (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600 | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Space+Grotesk:wght@700&display=swap'); | ||
/* Backgroundcolor footer */ | /* Backgroundcolor footer */ | ||
| Line 11: | Line 11: | ||
h1 { | h1 { | ||
font-family: ' | font-family: 'Space Grotesk', sans-serif; | ||
font-size: 2.2rem; | font-size: 2.2rem; | ||
font-weight: 600; | font-weight: 600; | ||
| Line 22: | Line 22: | ||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||
} | |||
h2 { | |||
font-family: 'Space Grotesk', sans-serif; | |||
} | } | ||
Revision as of 17:41, 12 April 2026
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Space+Grotesk:wght@700&display=swap');
/* Backgroundcolor footer */
body {
background: #1e293b;
font-family: 'Inter', sans-serif;
}
/* Page title h1 */
h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 2.2rem;
font-weight: 600;
color: #1e3a8a; /* Dunkelblau */
margin-bottom: 15px;
padding-bottom: 8px;
border-bottom: 2px solid #3b82f6; /* helleres Blau */
letter-spacing: 0.5px;
}
h2 {
font-family: 'Space Grotesk', sans-serif;
}
