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

From 2013.igem.org

(Difference between revisions)
Line 17: Line 17:
}
}
-
.table-modeling.table-primary {
+
.table-modeling .table-primary {
     font-weight: bold;
     font-weight: bold;
     color: #FFFFFF;
     color: #FFFFFF;
Line 23: Line 23:
}
}
-
.table-modeling.table-secondary {
+
.table-modeling .table-secondary {
     font-weight: bold;
     font-weight: bold;
     color: #111111;
     color: #111111;
     background-color: #DBEEF4;
     background-color: #DBEEF4;
}
}

Revision as of 22:35, 10 September 2013

/* Tables css */

.table-modeling table {

   padding: 0;
   margin: 0;

}

.table-modeling th, td, tr {

   padding: 6px;
   text-align: center;

}

.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: #111111;
   background-color: #DBEEF4;

}