Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 282: Line 282:
height:108px;
height:108px;
}
}
 +
 +
}
 +
 +
@media only screen and (min-width : 1600px)
 +
and (max-width : 1600px)
 +
{
 +
 +
#facebook-link
 +
{
 +
right: 178px;
 +
bottom: -25px;
 +
width: 39px;
 +
height: 38px;
 +
}
 +
 +
#facebook-link:hover
 +
{
 +
background: url(https://static.igem.org/mediawiki/2014/0/09/VUPV_facebook_selected.png) no-repeat center center;
 +
}
 +
 +
#twitter-link
 +
{
 +
left: 98px; 
 +
bottom: -25px;
 +
width: 40px;
 +
height: 38px;
 +
}
 +
 +
#twitter-link:hover
 +
{
 +
width: 37px;
 +
height: 35px;
 +
background: url(https://static.igem.org/mediawiki/2014/3/3e/VUPV_twitter_selected.png) no-repeat center center;
 +
background-size: cover;
 +
}
 +
 +
#mail-link
 +
{
 +
left: 275px;
 +
bottom: -23px;
 +
width: 33px;
 +
height: 43px;
 +
}
 +
}
}

Revision as of 14:57, 21 August 2014