Difference between revisions of "MediaWiki:Common.css"

From DAVE Developer's Wiki
Jump to: navigation, search
m
Line 4: Line 4:
 
font-family: monospace, "Courier New" !important;
 
font-family: monospace, "Courier New" !important;
 
color:white;
 
color:white;
background:darkgray;
+
background:black;
 
}
 
}
  
Line 10: Line 10:
 
font-family: monospace, "Courier New" !important;
 
font-family: monospace, "Courier New" !important;
 
color:lightgreen;
 
color:lightgreen;
background:darkgray;
+
background:black;
 
}
 
}

Revision as of 09:35, 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:lightgreen;
	background:black;
}