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

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
/* Tables css */
/* Tables css */
-
.table-modeling table {
+
.table-modeling table,  table.pgrouptable.tablesorter {
     padding: 0;
     padding: 0;
     margin: 0;
     margin: 0;
}
}
-
.table-modeling th, td, tr {
+
.table-modeling th, td, tr, .pgrouptable th, .pgrouptable td, .pgrouptable tr {
     padding: 6px;
     padding: 6px;
     text-align: center;
     text-align: center;
Line 12: Line 12:
}
}
-
.table-modeling thead th {
+
.table-modeling thead th, .pgrouptable thead th {
     font-weight: bold;
     font-weight: bold;
     color: #FFFFFF;
     color: #FFFFFF;
Line 18: Line 18:
}
}
-
.table-modeling .table-primary {
+
.table-modeling .table-primary, .pgrouptable .table-primary {
     font-weight: bold;
     font-weight: bold;
     color: #FFFFFF;
     color: #FFFFFF;
Line 24: Line 24:
}
}
-
.table-modeling .table-secondary {
+
.table-modeling .table-secondary, .pgrouptable .table-secondary {
     font-weight: bold;
     font-weight: bold;
     text-align: left;
     text-align: left;
Line 31: Line 31:
}
}
-
.table-modeling .table-column {
+
.table-modeling .table-column, .pgrouptable .table-column {
     font-weight: bold;
     font-weight: bold;
     text-align: left;
     text-align: left;

Revision as of 15:39, 4 October 2013

/* Tables css */

.table-modeling table, table.pgrouptable.tablesorter {

   padding: 0;
   margin: 0;

}

.table-modeling th, td, tr, .pgrouptable th, .pgrouptable td, .pgrouptable tr {

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

}

.table-modeling thead th, .pgrouptable thead th {

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

}

.table-modeling .table-primary, .pgrouptable .table-primary {

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

}

.table-modeling .table-secondary, .pgrouptable .table-secondary {

   font-weight: bold;
   text-align: left;
   color: #FFFFFF;
   background-color: #2C5382;

}

.table-modeling .table-column, .pgrouptable .table-column {

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

}

.table-modeling .table-blank {

   background-color: transparent;

}

.table-modeling .table-check {

   text-align:center;

}

.table-modeling .table-cross {

   text-align:center;

}