Difference between revisions of "MediaWiki:Geshi.css"

From VCMI Project Wiki
Jump to: navigation, search
Line 5: Line 5:
 
padding: 1em;
 
padding: 1em;
 
border: 1px dashed #2f6fab;
 
border: 1px dashed #2f6fab;
/*color: black;*/
+
color: white;
 
background-color: black;
 
background-color: black;
 
line-height: 1.1em;
 
line-height: 1.1em;
 
}
 
}

Revision as of 00:07, 14 December 2012

/* CSS placed here will be applied to GeSHi syntax highlighting */

div.mw-geshi {
	font-family:	Monaco, Consolas, Courier, 'Courier New', sans-serif;
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: white;
	background-color: black;
	line-height: 1.1em;
}