Infobox.css

From Bearscape Wiki
Jump to: navigation, search

table.infobox {

   background-color: #f9f9f9;
   border: 1px solid #aaa;
   border-collapse: collapse;
   float: right;
   margin: 0 0 1em 1em;
   max-width: 300px;

} table.infobox caption {

   font-weight: bold;

} table.infobox tr > td, table.infobox tr > th, table.infobox * > tr > td, table.infobox * > tr > th {

   padding: 0.2em 0.4em;
   vertical-align: top;

} table.infobox tr > td:first-child, table.infobox tr > th:first-child, table.infobox * > tr > td:first-child, table.infobox * > tr > th:first-child {

   background-color: #eee;

} table.infobox > tr > td~td, table.infobox > tr > th~td, table.infobox > * > tr > td~td, table.infobox > * > tr > th~td {

   text-align: right;

}