Team:ETH Zurich/modeling/whole

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:ETH Zurich/tpl/head|Whole cell model}}
{{:Team:ETH Zurich/tpl/head|Whole cell model}}
{{:Team:ETH Zurich/tpl/read-more}}
{{:Team:ETH Zurich/tpl/read-more}}
 +
 +
<html>
 +
<style>
 +
@media
 +
only screen and (max-width: 760px),
 +
(min-device-width: 768px) and (max-device-width: 1024px)  {
 +
 +
/* Force table to not be like tables anymore */
 +
table, thead, tbody, th, td, tr {
 +
display: block;
 +
}
 +
 +
/* Hide table headers (but not display: none;, for accessibility) */
 +
thead tr {
 +
border:none;
 +
position: absolute;
 +
top: -9999px;
 +
left: -9999px;
 +
}
 +
 +
 +
td {
 +
/* Behave  like a "row" */
 +
border: none;;
 +
position: relative;
 +
}
 +
 +
td:before {
 +
/* Now like a table header */
 +
position: absolute;
 +
/* Top/left values mimic padding */
 +
top: 6px;
 +
left: 6px;
 +
width: 45%;
 +
padding-right: 10px;
 +
white-space: nowrap;
 +
}
 +
 +
}
 +
</style>
 +
</html>
<center>
<center>

Revision as of 17:00, 12 October 2014

iGEM ETH Zurich 2014