Difference between revisions of "Template:Team:TU Eindhoven/Results CSS"
(3 intermediate revisions by one other user not shown) | |||
Line 60: | Line 60: | ||
padding-left: 15px; | padding-left: 15px; | ||
list-style-image: url(https://static.igem.org/mediawiki/2015/a/ae/TU_Eindhoven_checklist.png); | list-style-image: url(https://static.igem.org/mediawiki/2015/a/ae/TU_Eindhoven_checklist.png); | ||
+ | } | ||
+ | |||
+ | .questionObjectResults{ | ||
+ | padding-left: 15px; | ||
+ | list-style-image: url(https://static.igem.org/mediawiki/2015/0/0d/TU_Eindhoven_Questionable.png); | ||
} | } | ||
Line 87: | Line 92: | ||
width:35%; | width:35%; | ||
height:60%; | height:60%; | ||
+ | float:left; | ||
margin-top: 5%; | margin-top: 5%; | ||
margin-left:10%; | margin-left:10%; | ||
− | + | background-color: rgba(0,0,0,0.25); | |
} | } | ||
Line 105: | Line 111: | ||
} | } | ||
− | # | + | #raw{ |
− | + | display: none; | |
+ | } | ||
+ | #resultsIcon{ | ||
+ | height:80%; | ||
+ | margin-top: 9px; | ||
} | } | ||
#rawIcon{ | #rawIcon{ | ||
Line 113: | Line 123: | ||
margin-top: 9px; | margin-top: 9px; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Latest revision as of 00:19, 19 September 2015
.spoilerRight1 { width:100%; float: right; margin: 10px 0px; } .spoilerRight2{ width: 75%; float: none; margin: 10px 0px; left: 6%; position: relative; } .overviewImage { display:block; margin-left:auto; margin-right:auto; margin-bottom:2%; margin-top:2%; } #resultTotal { width: 100%; overflow: hidden; position: relative; margin: 10px 0px; } .resultLeft { width: 70%; float:left; margin-top:80px; } .resultRight { width: 70%; float: right; margin-top:80px; } .partRight { margin-left:3%; margin-top:3%; margin-bottom:3%; width: 20%; } .partLeft{ margin-right:3%; margin-top:3%; margin-bottom:3%; width: 20%; } .listObjectResults{ padding-left: 15px; list-style-image: url(https://static.igem.org/mediawiki/2015/a/ae/TU_Eindhoven_checklist.png); } .questionObjectResults{ padding-left: 15px; list-style-image: url(https://static.igem.org/mediawiki/2015/0/0d/TU_Eindhoven_Questionable.png); } .testResultsList{ padding: 30px; margin: 10px; } .checklistGreen { color:#5FB404; margin-left:8px; } .resultIdentifier { display:inline; width: 25px; } #buttons{ width: 100%; height: 150px; text-align: center; font-size:32pt; } #resultsButton{ width:35%; height:60%; float:left; margin-top: 5%; margin-left:10%; background-color: rgba(0,0,0,0.25); } #rawButton{ width:35%; height:60%; float:right; margin-top: 5%; margin-right:10%; background-color: rgba(0,0,0,0.25); } #results{ display: initial; } #raw{ display: none; } #resultsIcon{ height:80%; margin-top: 9px; } #rawIcon{ height:80%; margin-top: 9px; }