Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 128: Line 128:
}
}
 +
 +
@media only screen and (min-device-width : 720px)
 +
and (max-device-width : 1500px)
 +
{
 +
 +
.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:100px;
 +
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 : 1501px)
 +
and (max-device-width : 2200px)
 +
{
.footer-img
.footer-img
{
{
-
background:url(https://static.igem.org/mediawiki/2014/9/90/Valencia_UPV_Footer-grass_trans.png) no-repeat center center; /* METER EL FONDO */
+
/* 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;
background-size: cover;
-
width:100%;
+
width:100%;
z-index: 0;
z-index: 0;
-
height:100px;
+
height:150px;
-
padding:0px;
+
padding:0px;
margin:0px;
margin:0px;
-
border-radius:3px;
+
border-radius:3px;
-
-moz-border-radius:3px;
+
-moz-border-radius:3px;
-
-webkit-border-radius:3px;
+
-webkit-border-radius:3px;
bottom: 0px;
bottom: 0px;
position: fixed;
position: fixed;
 +
 +
}
}
}

Revision as of 16:09, 19 August 2014