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

From 2013.igem.org

Revision as of 13:16, 12 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: #084351;

}

.table-modeling .table-primary {

   font-weight: bold;
   color: #FFFFFF;
   background-color: #084351;

}

.table-modeling .table-secondary {

   font-weight: bold;
   text-align: left;
   color: #FFFFFF;
   background-color: #4774A4;

}

.table-modeling .table-column {

   font-weight: bold;
   text-align: left;
   color: #2D2F2A;
   background-color: #D9DA00;

}

.table-modeling .table-blank {

   background-color: transparent;

}

.table-modeling .table-check {

   text-align:center;

}

.table-modeling .table-cross {

   text-align:center;

}