Difference between revisions of "MediaWiki:Common.css"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 18: Line 18:
 
white-space: -moz-pre-wrap;  
 
white-space: -moz-pre-wrap;  
 
word-wrap: break-word
 
word-wrap: break-word
 +
}
 +
 +
div.reflist ol.references {
 +
list-style-type: inherit; /* Enable custom list style types */
 
}
 
}

Revision as of 14:09, 26 August 2016

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

code.board-terminal,
pre.board-terminal {
	font-family: monospace, "Courier New" !important;
	color:white;
	background:black;
	white-space: pre-wrap; 
	white-space: -moz-pre-wrap; 
	word-wrap: break-word
}

pre.workstation-terminal {
	font-family: monospace, "Courier New" !important;
	color:lightgreen;
	background:black;
	white-space: pre-wrap; 
	white-space: -moz-pre-wrap; 
	word-wrap: break-word
}

div.reflist ol.references {
 list-style-type: inherit; /* Enable custom list style types */
}