Difference between revisions of "Template:Aachen/css"

Line 662: Line 662:
 
margin-top: 30px;
 
margin-top: 30px;
 
         padding: 0;
 
         padding: 0;
}
 
.header{
 
margin-top: 40px;
 
margin-bottom: 18px;
 
        font-size: 72px;
 
}
 
.subheader{
 
margin-top: 18px;
 
margin-bottom: 18px;
 
        font-size: 50px;
 
 
}
 
}
 
p{
 
p{
Line 714: Line 704:
 
text-align: center;
 
text-align: center;
 
background-color: lightgrey;
 
background-color: lightgrey;
 +
}
 +
.bgimg {
 +
height: 70%;
 +
/*background: url('https://static.igem.org/mediawiki/2017/d/df/Wintershall_Monte_Kali_11.svg') no-repeat center center fixed;*/
 +
background: url('../img/LandingAnimation.gif');
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover;
 +
}
 +
.bgimghp {
 +
margin-bottom: 15px;
 +
height: 75%;
 +
background: url('http://placehold.it/1920x756') no-repeat center center scroll;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover;
 +
}
 +
.header{
 +
color: white;
 +
}
 +
.subheader{
 +
font-size: 50px;
 +
color: white;
 +
}
 +
.headerbg{
 +
padding: 5px;
 +
background-color: #aa0044;
 +
}
 +
.subheaderbg{
 +
padding: 5px;
 +
background-color: #aa0044;
 +
}
 +
.background-green{
 +
background-color: #008080;
 +
color:white;
 +
}
 +
.background-green a{
 +
color:white;
 +
color: #aa0044;
 +
}
 +
.background-red{
 +
background-color: #aa0044;
 +
color:white;
 
}
 
}
 
/*# sourceMappingURL=bootstrap-theme.css.map */
 
/*# sourceMappingURL=bootstrap-theme.css.map */

Revision as of 16:51, 22 October 2017