MediaWiki:Common.css

From tango.info wiki
Revision as of 2020-12-04T23:47:29 by WikiSysop (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
html {/*allways show scrollbars*/
	overflow-y: scroll;
}

@font-face {
 font-family: 'Noto Sans';
 src:  url('https://anna.info/x/woff2/NotoSans-Regular.woff2') format('woff2');
 font-display:block;
}

html,input,textarea{
 font-family: "Noto Sans",sans-serif;
}
/*no Serif for tango.info*/
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    font-family: "Noto Sans",sans-serif;
}

html{
 margin:auto;
 background-color:#eee;
 max-width:1002px;
}