Jump to content

MediaWiki:Common.css: Difference between revisions

From tango.info wiki
No edit summary
No edit summary
Line 18: Line 18:
}
}
#mw-head{
#mw-head{
  width:1002px;
  max-width:1002px;
  right:auto;
  right:auto;
}
}


div#p-logo,div#p-logo a{
div#p-logo,div#p-logo a{
  max-width:22px;height:22px;
  width:22px;height:22px;
  background-size: 22px 22px;
  background-size: 22px 22px;
}
}

Revision as of 2018-08-04T17:38:54

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 {
 max-width:1002px;
 _margin:auto;
 background-color:#fcfcfc;
}
#mw-head{
 max-width:1002px;
 right:auto;
}

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


}