Difference between revisions of "MediaWiki:Common.css"

no edit summary
Line 1,864: Line 1,864:
height: 400px;
height: 400px;
background-color: silver;
background-color: silver;
}
.homepage-slide-1, .homepage-slide-2, .homepage-slide-3 {
height: 400px;
display: flex;
align-items: center;
text-align: center;
color: white;
font-size: 300%;
animation-name: slider-animation;
animation-duration: 5s;
animation-iteration-count: infinite;
background-position: center;
background-size: cover;
}
.homepage-slide-1 {
background-color: red;
background-image: url();
}
.homepage-slide-2 {
background-color: yellow;
animation-delay: 5s;
}
.homepage-slide-3 {
background-color: blue;
animation-delay: 5s;
}
@keyframes slider-animation {
0% { opacity: 0; }
10% { opacity: 1; }
80% { opacity: 1; }
0% { opacity: 0; }
}
}


Line 1,901: Line 1,933:


.informative-video {
.informative-video {
width: 12rem;
width: 15rem;
padding: 1rem 2rem;
padding: 1rem 2rem;
border-radius: 3rem;
border-radius: 3rem;
background-color: #116089;
background-color: #116089;
text-align: center;
color: white;
color: white;
}
}