Difference between revisions of "MediaWiki:Common.css"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
pre.terminal-output {
+
pre.board-terminal {
 
font-family: monospace, "Courier New" !important;
 
font-family: monospace, "Courier New" !important;
 
color:white;
 
color:white;
 +
background:black;
 +
}
 +
 +
pre.workstation-terminal {
 +
font-family: monospace, "Courier New" !important;
 +
color:green;
 
background:black;
 
background:black;
 
}
 
}

Revision as of 09:33, 2 May 2012

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

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

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