Pokémon Vortex Wiki
Advertisement

/* <source lang=css> */ table.PVtable {

   line-height: 1em;

} .PVtable.left {

   text-align: left;

} .PVtable.center {

   text-align: center;

} .PVtable.right {

   text-align: right;

} .PVtable > tbody > tr > th {

   padding: 10px 15px;
   text-shadow: 1px 1px 1px black;

} .PVtable > tbody > tr:first-child > th:first-child {

  border-top-left-radius:7px;

} .PVtable > tbody > tr:first-child > th:last-child {

  border-top-right-radius:7px;

} .PVtable > tbody > tr:last-child > th:first-child {

  border-bottom-left-radius:7px;

} .PVtable > tbody > tr:last-child > th:last-child {

  border-bottom-right-radius:7px;

} .PVtable > tbody > tr > td {

   padding: 10px 15px;

}

Advertisement