Template:Team:Valencia Biocampus/Templates/css/tables

From 2013.igem.org

Revision as of 22:39, 10 September 2013 by Beta3designs (Talk | contribs)

/* Tables css */

.table-modeling table {

   padding: 0;
   margin: 0;

}

.table-modeling th, td, tr {

   padding: 6px;
   text-align: center;
   border: 1px solid white;

}

.table-modeling thead th {

   font-weight: bold;
   color: #FFFFFF;
   background-color: #17375E;

}

.table-modeling .table-primary {

   font-weight: bold;
   color: #FFFFFF;
   background-color: #17375E;

}

.table-modeling .table-secondary {

   font-weight: bold;
   color: #272B2B;
   background-color: #DBEEF4;

}

.table-column {

   font-weight: bold;
   color: #272B2B;
   background-color: #B5D931;

}