User:机智的小鱼君/global.css

ShoutWiki — express yourself and be heard!
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');/*字体*/
/*编辑区样式*/
.mw-editfont-monospace {
	font-size:120%;
	font-weight:bold;
	font-family:sans-serif,微软雅黑;
}
div .mw-editfont-monospace {
	height:2000px;
}
/*字体*/
body {
    font-family: 'Josefin Sans', "Microsoft YaHei", sans-serif !important;
    background-attachment: fixed !important;
}