Difference between revisions of "MediaWiki:Common.css"

From Rivendom
Jump to: navigation, search
Line 10: Line 10:
 
   position: relative;
 
   position: relative;
 
   top: 12pt;
 
   top: 12pt;
  top: calc(15px - 12pt);
 
 
}
 
}

Revision as of 20:36, 8 June 2015

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

div.LoreToStats {
  height: 30px;
  width: 100%;
  background-color: #aecef2;
}

div.LoreToStats p{
  position: relative;
  top: 12pt;
}