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

From 2013.igem.org

(Difference between revisions)
Line 26: Line 26:
.table-modeling .table-secondary {
.table-modeling .table-secondary {
     font-weight: bold;
     font-weight: bold;
-
     color: #272B2B;
+
     color: #FFFFFF;
     background-color: #084351;
     background-color: #084351;
}
}

Revision as of 13:05, 12 September 2013

/* 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: #FFFFFF;
   background-color: #084351;

}

.table-modeling .table-column {

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

}

.table-modeling .table-blank {

   background-color: transparent;

}

.table-modeling .table-check {

   text-align:center;

}

.table-modeling .table-cross {

   text-align:center;

}