MediaWiki:Common.css: Difference between revisions

From Dragon Realm Wiki
No edit summary
No edit summary
 
Line 6: Line 6:
  color: white;
  color: white;
  font-family:monospace;
  font-family:monospace;
font-size:12px;
  float:left;
  float:left;
  clear:both;
  clear:both;
  border:0px;
  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;
}