Difference between revisions of "MediaWiki:Common.css"

From Rivendom
Jump to: navigation, search
Line 8: Line 8:
  
 
div.LoreToStats p{
 
div.LoreToStats p{
  position: relative;
 
  top: 3pt;
 
  left: 3pt;
 
 
}
 
}

Revision as of 20:40, 8 June 2015

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

div.LoreToStats {
  height: 30px;
  background-color: rgba(219, 236, 255, 0.9);
  border: 1px dashed rgba(195, 194, 255, 0.9);
}

div.LoreToStats p{
}