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

From 2013.igem.org

(Difference between revisions)
Line 45: Line 45:
     background-image: url("http://img837.imageshack.us/img837/5260/7qy6.jpg");
     background-image: url("http://img837.imageshack.us/img837/5260/7qy6.jpg");
     background-position: center center;
     background-position: center center;
 +
    background-repeat: no-repeat;
}
}
Line 51: Line 52:
     background-image: url("http://img30.imageshack.us/img30/7399/9nxm.jpg");
     background-image: url("http://img30.imageshack.us/img30/7399/9nxm.jpg");
     background-position: center center;
     background-position: center center;
 +
    background-repeat: no-repeat;
}
}

Revision as of 23:03, 10 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 {

   color: white;
   background-color: white;

}

.table-modeling .table-check {

   background-color: white;
   background-image: url("http://img837.imageshack.us/img837/5260/7qy6.jpg");
   background-position: center center;
   background-repeat: no-repeat;

}

.table-modeling .table-cross {

   background-color: white;
   background-image: url("http://img30.imageshack.us/img30/7399/9nxm.jpg");
   background-position: center center;
   background-repeat: no-repeat;

}