MediaWiki:Common.css: Difference between revisions

From Dragon Realm Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hack to make pre tags wrap */
pre {
white-space: normal;
}


/* Terminal-styled pre tags */
/* Terminal-styled pre tags */
.terminal{
.terminal{
background-color:black !important;
background-color: black;
color:white !important;
color: white;
font-family:monospace;
font-size:12px;
float:left;
clear:both;
border:0px;
}
}

Latest revision as of 19:28, 18 June 2011

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

/* Terminal-styled pre tags */
.terminal{
 background-color: black;
 color: white;
 font-family:monospace;
 font-size:12px;
 float:left;
 clear:both;
 border:0px;
}