MediaWiki:Timeless.css: Difference between revisions
From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
No edit summary |
No edit summary |
||
(8 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 */ | ||
/* Those changes are intended for use only with https://japan.craftpedia.asia */ | |||
#mw-content-container { | |||
background-color: #0F4C81; | |||
} | |||
#content, #toc { | |||
background-color: #F8F4E6 | |||
} | |||
#toc { | |||
font-family: Poppins; | |||
} | |||
h1 { | h1 { | ||
font-size: 2rem; | font-size: 2rem; | ||
font-family: " | font-family: "Poppins"; | ||
color: #1c1c1c; | |||
} | } | ||
.site-title { | .site-title { | ||
display: none; | display: none; | ||
Line 11: | Line 25: | ||
p { | p { | ||
font-size: 1. | font-size: 1.1rem; | ||
text-indent: 10px; | |||
color: #1c1c1c; | |||
font-family:Poppins; | |||
} | } | ||
Latest revision as of 18:31, 24 August 2025
/* All CSS here will be loaded for users of the Timeless skin */ /* Those changes are intended for use only with https://japan.craftpedia.asia */ #mw-content-container { background-color: #0F4C81; } #content, #toc { background-color: #F8F4E6 } #toc { font-family: Poppins; } h1 { font-size: 2rem; font-family: "Poppins"; color: #1c1c1c; } .site-title { display: none; } p { font-size: 1.1rem; text-indent: 10px; color: #1c1c1c; font-family:Poppins; } #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; }