Difference between revisions of "MediaWiki:Geshi.css"

From CSE330 Wiki
Jump to navigationJump to search
 
(7 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 */
  
div.source-php {
+
div.source-html4strict pre, div.source-css pre, div.source-apache pre, div.source-javascript pre, div.source-mysql pre, div.source-python pre, div.source-ruby pre, div.source-bash pre, div.source-php pre, div.source-xml pre {
border: 1px dashed #2f6fab;
+
white-space: pre-wrap;
font-size: 1.2em;
+
font-size: 1.3em;
 +
tab-size: 4;
 
}
 
}

Latest revision as of 09:14, 19 March 2013

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

div.source-html4strict pre, div.source-css pre, div.source-apache pre, div.source-javascript pre, div.source-mysql pre, div.source-python pre, div.source-ruby pre, div.source-bash pre, div.source-php pre, div.source-xml pre {
	white-space: pre-wrap;
	font-size: 1.3em;
	tab-size: 4;
}