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)))
 
(44 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;}
}
}


.mp-links {
.body {font-family: sans-serif;}
  border:1px solid #3b587e
.CodeMirror, pre.CodeMirror-line, pre.CodeMirror-line-like {
  background: #f5fbfd;
font-family: sans-serif !important;
  border-radius: 5px;
  width:30%
}
}
* {font-family: sans-serif}
* body.page-Main_Page h1.firstHeading { display:none; }

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