Difference between revisions of "MediaWiki:Common.css"

From Rivendom
Jump to: navigation, search
Line 9: Line 9:
 
div.LoreToStats p{
 
div.LoreToStats p{
 
   position: relative;
 
   position: relative;
   top: 50%
+
   top: 30%
 
}
 
}

Revision as of 20:34, 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: 30%
}