MediaWiki:Common.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 85: Line 85:


/* Autorounded table */
/* Autorounded table */
.bordertable {
.roundtable {
  border-collapse: separate;
   border-radius: 10px;
   border-radius: 10px;
   padding-bottom: 4px;
   padding-bottom: 4px;
}
}


.bordertable td {
.roundtable td {
   background-color: white;
   background-color: white;
}
}


.bordertable tr:first-child th:first-child {
.roundtable tr:first-child th:first-child {
   border-top-left-radius: 5px;
   border-top-left-radius: 5px;
}
}


.bordertable tr:first-child th:last-child {
.roundtable tr:first-child th:last-child {
   border-top-right-radius: 5px;
   border-top-right-radius: 5px;
}
}

Navigation menu