MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
} | } | ||
.landing-page h1 { | .landing-page .section h1 { | ||
font-family: Arial, Helvetica, sans-serif !important; | font-family: Arial, Helvetica, sans-serif !important; | ||
border: 0; | border: 0; | ||
Line 13: | Line 13: | ||
} | } | ||
.landing-page p { | .landing-page .section p { | ||
font-size: 1.2rem; | font-size: 1.2rem; | ||
} | |||
.landing-page .section { | |||
padding-right: 3em; | |||
} | } | ||
Revision as of 22:34, 8 May 2025
/* CSS placed here will be applied to all skins */ img { max-width: 100%; height: auto; } .landing-page .section h1 { font-family: Arial, Helvetica, sans-serif !important; border: 0; margin: 0 0 .75em 0; padding: 0; } .landing-page .section p { font-size: 1.2rem; } .landing-page .section { padding-right: 3em; } .landing-page .hero-box { display: flex; flex-wrap: wrap; align-items: center; margin: 0; } .landing-page .hero-box > div { padding: 2em 0; } .landing-page .hero-box .left { flex: 3; min-width: 350px; } .landing-page .hero-box .right { flex: 2; min-width: 350px; } .landing-page .hero-box .headline { font-size: 4rem; font-weight: bold; line-height: 1.0; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif !important; border: 0; } .landing-page .hero-box .tagline { font-size: 1.2rem; line-height: 1.8; margin-top: 0; color: rgba(50, 60, 60, 0.8); font-family: Arial, Helvetica, sans-serif !important; } .landing-page .hero-box a { display: inline-block; padding: 0.5em 1.5em; background-color: rgb(177, 224, 223); color: black; text-decoration: none; border-radius: 5px; font-size: 1rem; font-weight: bold; }