MediaWiki:Common.css: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
html,body,input{
/* CSS placed here will be applied to all skins */
  font-family:'Noto Sans',sans-serif;
@font-face {
}
  font-family: 'Noto Sans';
.mw-body h1,
src:  url('https://anna.info/x/woff2/NotoSans-Regular.woff2') format('woff2');
.mw-body h2{
  font-display:block;
font-family:'Noto Sans',sans-serif;
}
textarea,pre, code, tt, kbd, samp, .mw-code {
  font-family:'Noto Mono',monospace;
}
}


@media screen{
html,input,textarea{
 
font-family: "Noto Sans",sans-serif;
body {
width:1002px;
_margin:auto;
background-color:#fcfcfc;
}
}
#mw-head{
/*no Serif for tango.info*/
width:1002px;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
right:auto;
     font-family: "Noto Sans",sans-serif;
}
 
div#p-logo,div#p-logo a{
     width:22px;height:22px;
background-size: 22px 22px;
}
#footer-icons{
display:none;
}
 
 
}
}

Latest revision as of 2020-12-04T23:49:58

/* CSS placed here will be applied to all skins */
@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;
}