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

From 2013.igem.org

(Difference between revisions)
Line 37: Line 37:
.table-modeling .table-blank {
.table-modeling .table-blank {
-
    color: white;
+
     background-color: transparent;
-
     background-color: white;
+
}
}
.table-modeling .table-check {
.table-modeling .table-check {
-
     background-color: white;
+
     text-align:center;
-
     background-image: url("https://static.igem.org/mediawiki/2013/0/01/CheckIcon.gif");
+
     width:24px;
-
     background-position: center center;
+
     height:24px;
-
    background-repeat: no-repeat;
+
}
}
.table-modeling .table-cross {
.table-modeling .table-cross {
-
     background-color: white;
+
     text-align:center;
-
     background-image: url("https://static.igem.org/mediawiki/2013/c/c9/CrossIcon.gif");
+
     width:24px;
-
     background-position: center center;
+
     height:24px;
-
    background-repeat: no-repeat;
+
}
}

Revision as of 13:49, 11 September 2013

/* Tables css */

.table-modeling table {

   padding: 0;
   margin: 0;

}

.table-modeling th, td, tr {

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

}

.table-modeling thead th {

   font-weight: bold;
   color: #FFFFFF;
   background-color: #17375E;

}

.table-modeling .table-primary {

   font-weight: bold;
   color: #FFFFFF;
   background-color: #17375E;

}

.table-modeling .table-secondary {

   font-weight: bold;
   color: #272B2B;
   background-color: #DBEEF4;

}

.table-modeling .table-column {

   font-weight: bold;
   color: #272B2B;
   background-color: #B5D931;

}

.table-modeling .table-blank {

   background-color: transparent;

}

.table-modeling .table-check {

   text-align:center;
   width:24px;
   height:24px;

}

.table-modeling .table-cross {

   text-align:center;
   width:24px;
   height:24px;

}