Template:Infobox Episode Information/styles.css

From AIOWiki
Jump to navigation Jump to search
/* CSS placed here will be applied to all skins */

.ep-box{
  width:250px;
  float:right;
  clear:right;
  margin:1em 0 1em 1em;
  border:2px solid #EEC947;
  background:#F9EAC3; 
  border-radius: 10px 10px 10px 10px;
  margin-top:10px; 
  padding:10px 10px 10px 10px;
}
/*.ep-box-section{
  clear:left;
  font-size:10px;
  text-align:center;
}*/

.ep-box-item-name {
  font-size:10px;
  width:125px;
  float:left;
  text-align:left;
}

.ep-box-item-value {
  font-size:10px;
  width:125px;
  float:left;
  text-align:right;
}