Updated style.css with legacy config from main dir
This commit is contained in:
parent
9f85dc9957
commit
3e74482ba6
@ -25,7 +25,7 @@ h5,
|
|||||||
h6 {
|
h6 {
|
||||||
margin: 0 0 35px;
|
margin: 0 0 35px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: "Verdana",Verdana,Arial,sans-serif;
|
font-family: Montserrat,"Verdana",Verdana,Arial,sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
@ -65,7 +65,7 @@ a:focus {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-bottom: 1px solid rgba(255,255,255,.3);
|
border-bottom: 1px solid rgba(255,255,255,.3);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -140,13 +140,14 @@ a:focus {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-container {
|
.intro {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 100px 0;
|
padding: 100px 0;
|
||||||
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: url(../img/background.jpg) no-repeat bottom center fixed;
|
background: url(../img/background.jpg) no-repeat bottom center scroll;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
@ -154,6 +155,12 @@ a:focus {
|
|||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.intro-minecraft{
|
||||||
|
background: url(../img/background-minecraft.jpg) no-repeat bottom center scroll;
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.intro .intro-body .title-heading {
|
.intro .intro-body .title-heading {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
@ -261,7 +268,7 @@ a:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content-section {
|
.content-section {
|
||||||
padding-top: 75px;
|
padding-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-section {
|
.download-section {
|
||||||
@ -284,7 +291,7 @@ a:focus {
|
|||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
.content-section {
|
.content-section {
|
||||||
padding-top: 20px;
|
padding-top: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-section {
|
.download-section {
|
||||||
|
Loading…
Reference in New Issue
Block a user