MediaWiki:Common.css: Difference between revisions

From Japari Library, the Kemono Friends Wiki
Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
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 */
#test {
 
color:white;
@media only screen and (min-width: 960px) {
.hidedesktop{display:none;}
}
}


* {font-family: sans-serif}
.body {font-family: sans-serif;}
* body.page-Main_Page h1.firstHeading { display:none; }
.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;
}