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

Line 51: Line 51:
 
bottom:0;
 
bottom:0;
 
}
 
}
 +
 +
.tourButton{
 +
display:inline-block;
 +
position:absolute;
 +
top:10px;
 +
right:10px;
 +
}
 +
 +
#wikiTour {
 +
position:fixed;
 +
right:3%;
 +
bottom:3%;
 +
width:12%;
 +
height:25%;
 +
opacity:0.4;
 +
}
 +
 +
#nextChapter {
 +
position:relative;
 +
padding:12px;
 +
background-color: #b0c4de;
 +
margin: 5px 0px;
 +
}
 +
 +
#moreDepth {
 +
position:relative;
 +
padding:12px;
 +
background-color: #b0c4de;
 +
margin: 5px 0px;
 +
}
 +
 
</html>
 
</html>

Revision as of 23:40, 17 September 2015

.centreText{ display:block; text-align:center; } .paragraph1{ display:block; text-align:justify; } .imageText{ width:100%; margin: 10px 0px; overflow:hidden; } .linksToDetailsHolder{ width:102%; overflow:hidden; margin: 30px 0px; } .link{ margin-left:2%; margin-right:2%; display:block; float:left; width:29%; overflow:hidden; position:relative; } .linkImg { width:100%; } .linkTxt{ background-color:rgba(255,255,255,0.5); height:60%; width:100%; padding:10px; position:absolute; bottom:-53%; transition: all 0.5s ease; } .link:hover .linkTxt { background-color:rgba(255,255,255,0.9); bottom:0; } .tourButton{ display:inline-block; position:absolute; top:10px; right:10px; } #wikiTour { position:fixed; right:3%; bottom:3%; width:12%; height:25%; opacity:0.4; } #nextChapter { position:relative; padding:12px; background-color: #b0c4de; margin: 5px 0px; } #moreDepth { position:relative; padding:12px; background-color: #b0c4de; margin: 5px 0px; }