Jump to content

MediaWiki:Common.css: Difference between revisions

From tango.info wiki
No edit summary
No edit summary
Line 1: Line 1:
html {/*allways show scrollbars*/
overflow-y: scroll;
}
html,body,input{
html,body,input{
  font-family:'Noto Sans',sans-serif;
  font-family:'Noto Sans',sans-serif;
Line 20: Line 23:
  max-width:1002px;
  max-width:1002px;
  right:auto;
  right:auto;
}
div#mw-panel{
top:0;
width:auto;
padding-left:0;
padding-top:0;
left:auto;
position:static;
float:left;
}
}



Revision as of 2018-08-05T10:07:05

html {/*allways show scrollbars*/
	overflow-y: scroll;
}
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#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{
 width:22px;height:22px;
 background-size: 22px 22px;
}
#footer-icons{
 display:none;
}


}