Common.css: Difference between revisions
An Avatar.Global Resource
mNo edit summary Tags: mobile edit mobile web edit |
mNo edit summary |
||
| Line 17: | Line 17: | ||
border: 1px solid #eee; | border: 1px solid #eee; | ||
} | } | ||
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") | |||
body {font-family: "Noto Sans", sans-serif} | |||
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ | |||
div#content h1, div#content h2 {font-family: "Noto Serif", serif} | |||
/* changes the default font used for MediaWiki headings to Noto Serif */ | |||
Revision as of 18:23, 16 November 2018
/* CSS placed here will be applied to all skins */
div.toc-mobile h2 {
display:none
}
div.mf-section .toc
{
display:none;
}
p:first-of-type
{
padding: 15px;
border: 1px solid #eee;
}
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
body {font-family: "Noto Sans", sans-serif}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */
div#content h1, div#content h2 {font-family: "Noto Serif", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */
