2018-10-16 14:32:08 +02:00
|
|
|
.body{
|
|
|
|
background-color: azure;
|
|
|
|
}
|
|
|
|
|
2018-10-20 10:45:37 +02:00
|
|
|
.navHeader{
|
2018-10-16 14:32:08 +02:00
|
|
|
position:absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 500px;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
2018-10-20 10:45:37 +02:00
|
|
|
.navHeader img {
|
|
|
|
width: 100%;
|
|
|
|
height: 500px;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
2018-10-16 14:32:08 +02:00
|
|
|
|
2018-10-20 10:45:37 +02:00
|
|
|
.elementsOnHeader {
|
2018-10-16 14:32:08 +02:00
|
|
|
position: sticky;
|
|
|
|
width: 100%;
|
|
|
|
height: 500px;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2018-10-20 10:45:37 +02:00
|
|
|
.elementsOnHeader .login {
|
|
|
|
left: 82%;
|
|
|
|
top: 2%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-10-16 14:32:08 +02:00
|
|
|
|
2018-10-20 10:45:37 +02:00
|
|
|
.elementsOnHeader .register {
|
|
|
|
text-align: center;
|
|
|
|
top: 30%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-10-16 14:32:08 +02:00
|
|
|
|
2018-10-20 10:45:37 +02:00
|
|
|
.elementsOnHeader .search {
|
|
|
|
left: 20%;
|
|
|
|
top: 85%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-10-16 14:32:08 +02:00
|
|
|
|
|
|
|
.mainrow {
|
|
|
|
top: 68%;
|
|
|
|
left: 2%;
|
|
|
|
max-width: 98%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mininote h3 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mininote img {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mininote p {
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
background-color: lightgray;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer p{
|
|
|
|
font: "Comic Sans MS";
|
|
|
|
font-size: 25px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
background-color: #f4c242;
|
|
|
|
border: 1px solid #f4b241;
|
|
|
|
border-radius: 6px;
|
|
|
|
color: gray;
|
|
|
|
padding: 12px 22px;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 14px;
|
|
|
|
transition-duration: 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button:hover {
|
|
|
|
background-color: #f4b241;
|
|
|
|
color: white;
|
|
|
|
}
|