Updated style.css with legacy config from main dir
This commit is contained in:
		@@ -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,18 +140,25 @@ a:focus {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.background-container {
 | 
					.intro {
 | 
				
			||||||
  display: table;
 | 
					    display: table;
 | 
				
			||||||
  width: 100%;
 | 
					    width: 100%;
 | 
				
			||||||
  height: auto;
 | 
					    height: auto;
 | 
				
			||||||
  padding: 100px 0;
 | 
					    padding: 100px 0;
 | 
				
			||||||
  color: #fff;
 | 
					    text-align: center;
 | 
				
			||||||
  background: url(../img/background.jpg) no-repeat bottom center fixed;
 | 
					    color: #fff;
 | 
				
			||||||
  background-color: #000;
 | 
					    background: url(../img/background.jpg) no-repeat bottom center scroll;
 | 
				
			||||||
  -webkit-background-size: cover;
 | 
					    background-color: #000;
 | 
				
			||||||
  -moz-background-size: cover;
 | 
					    -webkit-background-size: cover;
 | 
				
			||||||
  background-size: cover;
 | 
					    -moz-background-size: cover;
 | 
				
			||||||
  -o-background-size: cover;
 | 
					    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 {
 | 
				
			||||||
@@ -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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user