MediaWiki:Common.css: Difference between revisions

From Japari Library, the Kemono Friends Wiki
Jump to navigation Jump to search
mNo edit summary
m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(12 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 */
#test {
color:white;
}


@media only screen and (min-width: 960px) {
@media only screen and (min-width: 960px) {
.hidedesktop{display:none;}
.hidedesktop{display:none;}  
}
}


.body .CodeMirror-lines {font-family: sans-serif}
.body {font-family: sans-serif;}
.CodeMirror, pre.CodeMirror-line, pre.CodeMirror-line-like {
font-family: sans-serif !important;
}

Latest revision as of 13:51, 31 January 2025

/* 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;
}