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

Line 2: Line 2:
 
#footer{
 
#footer{
 
margin: 0 auto;
 
margin: 0 auto;
position:relative;
 
 
width:1200px;
 
width:1200px;
overflow:hidden;
 
background:black;
 
 
}
 
}
 
#sponsors{
 
#sponsors{
 
position:relative;
 
position:relative;
overflow:hidden;
 
 
margin-left: calc((1200px - 3 * 300px) / 2);
 
margin-left: calc((1200px - 3 * 300px) / 2);
 
width:1200px;
 
width:1200px;

Revision as of 09:17, 13 July 2015

#footer{ margin: 0 auto; width:1200px; } #sponsors{ position:relative; margin-left: calc((1200px - 3 * 300px) / 2); width:1200px; } .sponsorSnapgeneLogo, .sponsorNEBLogo, .sponsorPromegaLogo, .sponsorUFELogo, .sponsorIDTLogo, .sponsorICMSLogo{ width: 300px; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); } .sponsorSnapgeneLogo:hover, .sponsorNEBLogo:hover, .sponsorPromegaLogo:hover, .sponsorUFELogo:hover, .sponsorIDTLogo:hover, .sponsorICMSLogo:hover{ -webkit-filter: none; filter: none; }