contributors, Interface administrators, uploadaccess
1,811
edits
FaeriMagic (talk | contribs) mNo edit summary |
Tag: Undo |
||
| (17 intermediate revisions by 2 users not shown) | |||
| 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;600&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap'); | ||
body { | body { | ||
font-family: 'Shippori Mincho B1', serif; | font-family: 'Shippori Mincho B1', serif; | ||
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; | ||
} | } | ||
/* 🍄 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. */ | ||
.story-bold p { /* Handles the issue where MediaWiki wraps transcluded content in <p> and prevent it from receiving other styles. */ | .story-bold p { /* Handles the issue where MediaWiki wraps transcluded content in <p> and prevent it from receiving other styles. */ | ||
font-family: 'Shippori Mincho B1', serif !important; | font-family: 'Shippori Mincho B1', serif !important; | ||
font-weight: | font-weight: 700 !important; | ||
} | } | ||
/* Main container style */ | /* Main container style */ | ||
| Line 301: | Line 305: | ||
.char-info { | .char-info { | ||
width: | width: 200px; | ||
flex: 1; | flex: 1; | ||
padding: 20px; | padding: 20px; | ||