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

From 2013.igem.org

(Difference between revisions)
Line 30: Line 30:
}
}
-
.table-column {
+
.table-modeling .table-column {
     font-weight: bold;
     font-weight: bold;
     color: #272B2B;
     color: #272B2B;
     background-color: #B5D931;
     background-color: #B5D931;
 +
}
 +
 +
.table-modeling .table-blank {
 +
    color: white;
 +
    background-color: white;
}
}

Revision as of 22:45, 10 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: #272B2B;
   background-color: #DBEEF4;

}

.table-modeling .table-column {

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

}

.table-modeling .table-blank {

   color: white;
   background-color: white;

}