MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
} | } | ||
div#p-logo | div#p-logo{ | ||
width:50px; | |||
} | |||
#footer-icons{ | #footer-icons{ | ||
display:none; | display:none; |
Revision as of 2018-08-04T15:08:42
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{
width:50px;
}
#footer-icons{
display:none;
}
}