21,997
edits
No edit summary |
Mistiryshak (talk | contribs) m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
| (57 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@media only screen and (min-width: 960px) { | |||
.hidedesktop{display:none;} | |||
} | |||
.body {font-family: sans-serif;} | |||
.CodeMirror, pre.CodeMirror-line, pre.CodeMirror-line-like { | |||
font-family: sans-serif !important; | |||
} | } | ||
edits