MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
Undo revision 6556 by FaeriMagic (talk)
No edit summary
m (Undo revision 6556 by FaeriMagic (talk))
Tag: Undo
 
(28 intermediate revisions by the same user 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 (For toolbars and menus) 🍄 */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
body {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
}
#content { /* Keeps the main content area as default font. */
  font-family: sans-serif;
  font-weight: normal;
}
 
/* 🍄 Template:StoryChapter 🍄*/
.story-bold, /* Force bold on specified container. */
.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. */
  font-family: 'Shippori Mincho B1', serif !important;
  font-weight: 700 !important;
}
 
 
 


/* Main container style */
/* Main container style */
Line 387: Line 409:
     background-color: transparent; /* Reveals the content on hover */
     background-color: transparent; /* Reveals the content on hover */
     color: inherit;
     color: inherit;
}
ol li {
    margin-left: -0.5em;
}
}
contributors, delete_pages, Interface administrators
4,719

edits

Navigation menu