Difference between revisions of "MediaWiki:Geshi.css"

From DarkWiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to GeSHi syntax highlighting: .mw-highlight pre { font-size: 1em; }")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
.mw-highlight pre {
+
.mw-geshi {
 
font-size: 1em;
 
font-size: 1em;
 +
border: 1px dashed blue;
 +
padding: 10px;
 +
background-color: #eeeeff;
 
}
 
}

Latest revision as of 19:47, 8 April 2016

/* CSS placed here will be applied to GeSHi syntax highlighting */
.mw-geshi {
	font-size: 1em;
	border: 1px dashed blue;
	padding: 10px;
	background-color: #eeeeff;
}