contributors, delete_pages, Interface administrators
4,719
edits
FaeriMagic (talk | contribs) mNo edit summary  | 
				FaeriMagic (talk | contribs)  m (Added hatnote css. And mushroom emojis for easy reading.)  | 
				||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */  | /* CSS placed here will be applied to all skins. */  | ||
/* Wiki Font */  | /* 🍄 Wiki Font (For toolbars and menus) 🍄 */  | ||
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');  | @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');  | ||
body {  | body {  | ||
| Line 7: | Line 7: | ||
   font-weight: 600;  |    font-weight: 600;  | ||
}    | }    | ||
#content {  | #content { /* Keeps the main content area as default font. */  | ||
   font-family: sans-serif;  |    font-family: sans-serif;  | ||
   font-weight: normal;  |    font-weight: normal;  | ||
}  | }  | ||
/* 🍄 Hatnotes (Template:Distinguish) 🍄 */  | |||
.hatnote {  | |||
  all: unset; /* Wipes the inherited default appearance of hatnotes */  | |||
  font-style: italic;  | |||
  padding: 0.5em;  | |||
  margin: 1em 0;  | |||
}  | |||
/* 🍄 Template:StoryChapter 🍄*/  | |||
.story-bold, /* Force bold on specified container. */  | .story-bold, /* Force bold on specified container. */  | ||
.story-bold *, /* Ensure nested <span>s, bold tags, etc, are also properly styled. */  | .story-bold *, /* Ensure nested <span>s, bold tags, etc, are also properly styled. */  | ||
| Line 18: | Line 27: | ||
   font-weight: 700 !important;  |    font-weight: 700 !important;  | ||
}  | }  | ||
/* Main container style */  | /* Main container style */  | ||