Changes

Jump to navigation Jump to search
668 bytes added ,  03:14, 30 January 2016
no edit summary
Line 96: Line 96:  
   border-top-right-radius: 8px;
 
   border-top-right-radius: 8px;
 
   border-bottom-right-radius: 8px;
 
   border-bottom-right-radius: 8px;
 +
}
 +
 +
#infoboxborder {
 +
  border: 12px solid transparent;
 +
  padding: 12px;
 +
  -webkit-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Safari 3.1-5 */
 +
  -o-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Opera 11-12.1 */
 +
  border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch;
 +
  background-color:rgba(255, 210, 132, 0.21);
 +
  float:right;
 +
  border-top-right-radius: 8px;
 +
  border-bottom-right-radius: 8px;
 +
  border-top-left-radius: 8px;
 +
  border-bottom-left-radius: 8px;
 
}
 
}
   Line 119: Line 133:  
   background-color: #84AEEC;
 
   background-color: #84AEEC;
 
   text-align: center;
 
   text-align: center;
 +
}
 +
 +
 +
/* Infobox Styling */
 +
/* Template:Villager */
 +
 +
#infoboxheader {
 +
  text-align:center;
 +
  font-size:16px;
 
}
 
}

Navigation menu