This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
homepage-2017/static/css/index.css
2017-10-08 00:58:20 +03:00

70 lines
928 B
CSS

h1, h2 {
font-family: 'Orbitron', cursive;
}
.challenges .btn-large {
background-color: #3498db;
}
.headerblock {
height: 25em;
/*background-image: url("http://robot.itcollege.ee/assets/img/sumoesp-soldered.jpg");*/
/*background-size: cover;*/
position: relative;
overflow: hidden;
z-index: 0;
}
.headerblock > div {
/*position: relative;*/
}
.headerblock .fadeimage {
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
transition: 1s ease;
opacity: 0;
background-size: cover;
background-position: center center;
}
.fadeimage {
}
.header {
position: absolute;
width: 100%;
left:0;
bottom:0;
background-color: rgba(255,255,255,0.8)
}
.slogan {
color: #3498db;
}
footer, .map {
background-color: #34495e !important;
}
.card{
width: 800px;
margin: 0 auto;
}
.progress{
height:10px;
}
.profile{
width:300px;
}
ul {
font-size: 20px;
line-height: 38px;
}