Talk:Gym

From The Pokemon Insurgence Wiki

This may be the code for the custom gallery boxes. It'll need to go on our MediaWiki:Common.css page, it'll be green change it if you want. On a side note when are we going to change the sidebar/pages to a round style as well?

/* Bulba-style gallery */ li.gallerybox {

   border: 1px solid #80964B;
   display: inline-block;
   vertical-align: top;
   background: #C4E673;
   height: 205px;
   border-radius: 10px;
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
   -khtml-border-radius: 10px; 
   -icab-border-radius: 10px; 
   -o-border-radius: 10px;

}

li.gallerybox div.thumb {

   background-color: #E0F2B6;
   border: 1px solid #80964B;
   margin: 2px 2px 0px 2px;
   text-align: center;
   border-radius: 10px;
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
   -khtml-border-radius: 10px; 
   -icab-border-radius: 10px; 
   -o-border-radius: 10px;

}

div.gallerytext {

   font-size: 85%;
   overflow: hidden;
   padding: 0px 4px;
   word-wrap: break-word;
   height: 50px;

}