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

From 2013.igem.org

/* 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;

} .table-modeling tr.tr_border td .td_row{ position:relative; } .table-modeling tr.tr_border td .info-icon{ display:block; width:100%; height:24px; position:absolute; top:0; left:0; background:url('https://static.igem.org/mediawiki/2013/3/31/InfoIcon.gif') no-repeat center center; } .table-modeling tr td.heading_td { cursor: help; } .table-modeling tr.tr_border td .td_row .tooltip{ min-width:120px; }