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

From 2013.igem.org

(Difference between revisions)
Line 48: Line 48:
.table-modeling .table-cross {
.table-modeling .table-cross {
     text-align:center;
     text-align:center;
 +
}
 +
#table-RRiTest{
 +
width:950px;
 +
}
 +
#table-RRiTest td{
 +
padding: 6px 10px;
}
}

Revision as of 00:35, 25 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;

}

  1. table-RRiTest{

width:950px; }

  1. table-RRiTest td{

padding: 6px 10px; }