Jump to content

MediaWiki:Common.css: Difference between revisions

From tango.info wiki
No edit summary
No edit summary
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
html {/*allways show scrollbars*/
/* CSS placed here will be applied to all skins */
overflow-y: scroll;
@font-face {
}
  font-family: 'Noto Sans';
html,body,input{
  src: url('https://ablx.de/x/woff2/NotoSans-Regular.woff2') format('woff2');
  font-family:'Noto Sans',sans-serif;
  font-display:block;
}
.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#mw-panel{
top:0;
width:auto;
padding-left:0;
padding-top:0;
left:auto;
position:static;
float:left;
}
}


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

Latest revision as of 2025-08-02T12:47:34

/* CSS placed here will be applied to all skins */
@font-face {
 font-family: 'Noto Sans';
 src:  url('https://ablx.de/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;
}