Difference between revisions of "Template:Team:TU Eindhoven/Application scenarios CSS"

Line 1: Line 1:
 
<html>
 
<html>
.infoTabIntestine{
+
.infoTabIntestine, .infoTabQfever{
 
display: none;
 
display: none;
 
}
 
}
 +
 
.textholder {
 
.textholder {
 
width:100%;
 
width:100%;

Revision as of 20:39, 17 September 2015

.infoTabIntestine, .infoTabQfever{ display: none; } .textholder { width:100%; margin: 10px 0px; } .columnholder { width:100%; overflow:hidden; } .leftColumn { width:45%; margin-right:1%; float:left; } .rightColumn { width:45%; margin-left:1%; margin-top:auto; margin-bottom:auto; float:right; } .rightColumnImage { margin-top:20px; } .centeredImage { display:block; margin-top:3%; margin-left:auto; margin-right:auto; } .centeredImageCaption { display:block; margin-top:3%; margin-left:10%; margin-right:10%; margin-bottom:3%; } .selector { display:block; float:left; width:33.2%; height:250px; overflow:hidden; position:relative; } .scenarioText { background-color:rgba(255,255,255,0.5); padding:10px; height:93%; position:absolute; bottom:-83%; transition: all 0.5s ease; } .selector:hover .scenarioText { background-color:rgba(255,255,255,0.9); bottom:0; } #scenarioSelector { width:102%; overflow:hidden; margin: 10px 0px; } #qFeverScenario { width:100%; display:none; } #intestinesScenario { width:100%; display:none; } #pesticidesScenario { width:100%; display:none; }