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

Line 66: Line 66:
 
padding:12px;
 
padding:12px;
 
background-color: #b0c4de;
 
background-color: #b0c4de;
opacity: 0.4;
 
 
}
 
}
  

Revision as of 19:57, 17 September 2015

.projectTitle{ font-family: Lato_Heavy, Arial, sans-serif; font-size:44px; color: #fff; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; } .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%; padding:10px; position:absolute; bottom:-53%; transition: all 0.5s ease; } .link:hover .linkTxt { background-color:rgba(255,255,255,0.9); bottom:0; } #wikiTour { position:fixed; right:3%; bottom:3%; width:12%; height:19%; padding:12px; background-color: #b0c4de; } #containercontent{ text-align: justify; } #container{ height: 1300px; }