MediaWiki:Timeless.css: Difference between revisions
From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
font-family: "Exo 2"; | font-family: "Exo 2"; | ||
} | } | ||
.site-title { | .site-title { | ||
display: none; | display: none; | ||
Line 11: | Line 12: | ||
p { | p { | ||
font-size: 1. | font-size: 1.1rem; | ||
} | } | ||
Revision as of 19:59, 21 August 2025
/* All CSS here will be loaded for users of the Timeless skin */ h1 { color: #20700a; font-size: 2rem; font-family: "Exo 2"; } .site-title { display: none; } p { font-size: 1.1rem; } #p-logo-text { display: none; } .craftpedia-translation-warning { border: 1px solid #f0c36d; background-color: #fff8e5; padding: 0.8em 1em; margin-bottom: 1em; border-radius: 6px; font-size: 0.95em; color: #6b4b00; font-weight: 500; } .translation-missing-notice { border: 1px solid #f0c36d; background-color: #fff8e5; padding: 0.8em 1em; margin: 1em 0; border-radius: 6px; font-size: 0.95em; color: #6b4b00; }