Difference between revisions of "MediaWiki:Common.css"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: pre.termina-output { font-family: monospace, "Courier New" !important; color:red; background:blue; }")
 
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
pre.termina-output {
+
pre.terminal-output {
 
font-family: monospace, "Courier New" !important;
 
font-family: monospace, "Courier New" !important;
color:red;
+
background:lightgray;
background:blue;
 
 
}
 
}

Revision as of 09:09, 2 May 2012

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

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