Difference between revisions of "MediaWiki:Common.css"

From DAVE Developer's Wiki
Jump to: navigation, search
m
Line 3: Line 3:
 
pre.terminal-output {
 
pre.terminal-output {
 
font-family: monospace, "Courier New" !important;
 
font-family: monospace, "Courier New" !important;
background:lightgray;
+
color:white;
 +
background:black;
 
}
 
}

Revision as of 09:11, 2 May 2012

/* CSS placed here will be applied to all skins */

pre.terminal-output {
	font-family: monospace, "Courier New" !important;
	color:white;
	background:black;
}