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

From 2013.igem.org

(Difference between revisions)
Line 58: Line 58:
border-bottom:1px solid #dedede;
border-bottom:1px solid #dedede;
border-right:1px solid #dedede;
border-right:1px solid #dedede;
 +
text-align:center;
}
}

Revision as of 01:08, 25 October 2013

/* Tables css */

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

   padding: 0;
   margin: 0;

}

.table-modeling th, .table-modeling td, .table-modeling 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; } .table-modeling tr.tr_border td{ border-bottom:1px solid #dedede; border-right:1px solid #dedede; text-align:center; }