MediaWiki:Timeless.css: Difference between revisions
From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
h1 { | |||
color: #20700a; | |||
font-size: 2rem; | |||
font-family: "Exo 2"; | |||
} | |||
.site-title { | .site-title { | ||
display: none; | display: none; | ||
Line 17: | Line 24: | ||
color: #6b4b00; | color: #6b4b00; | ||
font-weight: 500; | 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; | |||
} | } |
Latest revision as of 06:01, 13 July 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-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; }