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

From 2013.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
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, .table-modeling td, .table-modeling 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;
-
     background-color: #17375E;
+
     background-color: #224067;
}
}
-
.table-modeling .table-primary {
+
.table-modeling .table-primary, .pgrouptable .table-primary {
     font-weight: bold;
     font-weight: bold;
     color: #FFFFFF;
     color: #FFFFFF;
-
     background-color: #17375E;
+
     background-color: #224067;
}
}
-
.table-modeling .table-secondary {
+
.table-modeling .table-secondary, .pgrouptable .table-secondary {
     font-weight: bold;
     font-weight: bold;
-
     color: #272B2B;
+
    text-align: left;
-
     background-color: #DBEEF4;
+
     color: #FFFFFF;
 +
     background-color: #2C5382;
}
}
-
.table-modeling .table-column {
+
.table-modeling .table-column, .pgrouptable .table-column {
     font-weight: bold;
     font-weight: bold;
-
     color: #272B2B;
+
    text-align: left;
-
     background-color: #B5D931;
+
     color: #2D2F2A;
 +
     background-color: #D8D91E;
}
}
Line 42: Line 44:
.table-modeling .table-check {
.table-modeling .table-check {
     text-align:center;
     text-align:center;
-
    width:24px;
 
-
    height:24px;
 
}
}
.table-modeling .table-cross {
.table-modeling .table-cross {
     text-align:center;
     text-align:center;
-
    width:24px;
+
}
-
    height:24px;
+
#table-RRiTest{
 +
width:950px;
 +
}
 +
#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;
}
}

Latest revision as of 20:12, 27 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;

} .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; }