MediaWiki:Common.css

From tango.info wiki
Revision as of 2018-08-04T17:10:40 by Tobiasco (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.
html,body,input{
 font-family:'Noto Sans',sans-serif;
}
.mw-body h1,
.mw-body h2{
 font-family:'Noto Sans',sans-serif;
}
textarea,pre, code, tt, kbd, samp, .mw-code {
 font-family:'Noto Mono',monospace;
}

@media screen{

body {
	width:1002px;
	_margin:auto;
	background-color:#fcfcfc;
}
#mw-head{
 width:1002px;
 right:auto;
}

div#p-logo,div#p-logo a{
    width:22px;height:22px;
}
#footer-icons{
	display:none;
}


}