Template:Team:Aachen/Header

From 2014.igem.org

(Difference between revisions)
Line 20: Line 20:
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
 +
}
 +
 +
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
 +
 +
.loadBG {
 +
}
 +
 +
body {
 +
    background-image:url(https://static.igem.org/mediawiki/2014/0/06/Aachen_bg1.png);
 +
    background-size: 100% 100%;
 +
    background-attachment: fixed;
 +
    opacity: 0.2;
 +
    position: absolute;
 +
    z-index: -1;
 +
    top: 0;
 +
    bottom: 0;
 +
    left: 0;
 +
    right: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
}
 +
}
}
</style>
</style>

Revision as of 21:38, 3 May 2014