fix pages
This commit is contained in:
@@ -2,48 +2,10 @@ h1, h2 {
|
|||||||
font-family: 'Orbitron', cursive;
|
font-family: 'Orbitron', cursive;
|
||||||
}
|
}
|
||||||
|
|
||||||
.challenges .btn-large {
|
.challenges .btn-large, .header h1 {
|
||||||
background-color: #3498db;
|
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 {
|
.slogan {
|
||||||
color: #3498db;
|
color: #3498db;
|
||||||
}
|
}
|
||||||
@@ -53,17 +15,35 @@ footer, .map {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card{
|
.card{
|
||||||
width: 800px;
|
width: 300px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress{
|
.progress{
|
||||||
height:10px;
|
height:10px;
|
||||||
}
|
}
|
||||||
.profile{
|
|
||||||
width:300px;
|
a:link {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover{
|
||||||
|
color: #3498db;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:active{
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile{
|
||||||
|
width:300px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user