MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Mistiryshak (talk | contribs) mNo edit summary Tag: Reverted |
Mistiryshak (talk | contribs) m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
| (28 intermediate revisions by the same user 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; | |||
} | |||