Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 153: Line 153:
@media only screen and (min-device-width : 720px)
@media only screen and (min-device-width : 720px)
-
and (max-device-width : 1500px)
+
and (max-device-width : 1366px)
 +
{
 +
 
 +
.footer-img
 +
{
 +
/* METER EL FONDO */
 +
background:url(https://static.igem.org/mediawiki/2014/9/90/Valencia_UPV_Footer-grass_trans.png) no-repeat center center;
 +
background-size: cover;
 +
width:100%;
 +
z-index: 0;
 +
height:115px;
 +
padding:0px;
 +
margin:0px;
 +
border-radius:3px;
 +
-moz-border-radius:3px;
 +
-webkit-border-radius:3px;
 +
bottom: 0px;
 +
position: fixed;
 +
 
 +
}
 +
 
 +
}
 +
 
 +
@media only screen and (min-device-width : 1366px)
 +
and (max-device-width : 1600px)
{
{
Line 176: Line 200:
}
}
-
@media only screen and (min-device-width : 1500px)
+
@media only screen and (min-device-width : 1600px)
{
{

Revision as of 16:20, 19 August 2014