mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Initial Commit
This commit is contained in:
parent
10735fc3c9
commit
df006abd0e
2 changed files with 47 additions and 21 deletions
|
@ -131,8 +131,8 @@ margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
padding: 7px 14px;
|
padding: 30px 7px 14px 0px;
|
||||||
border: 1px solid #fff;
|
border: 2px solid #fff;
|
||||||
border-radius: 35px;
|
border-radius: 35px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -21,7 +21,6 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 21px;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #595959;
|
background-color: #595959;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -33,13 +32,12 @@ html {
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin: 0 0 35px;
|
margin: 0 0 25px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -48,16 +46,23 @@ text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 35px;
|
margin: 0 0 15px;
|
||||||
line-height: 1.6;
|
line-height: 1.4;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
p {
|
p {
|
||||||
margin: 0 0 25px;
|
margin: 0 0 20px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
margin: 0 0 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -97,14 +102,21 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand-heading {
|
.brand-heading {
|
||||||
font-size: 40px;
|
font-size: 35px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
text-align: center;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-text {
|
.intro-text {
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
margin-top: -35px;
|
margin-top: 0px;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
|
@ -119,17 +131,16 @@ margin-top: -35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
width: 70px;
|
padding: 7px 14px;
|
||||||
height: 70px;
|
border: 1px solid #fff;
|
||||||
padding: 7px 21px;
|
|
||||||
border: 2px solid #fff;
|
|
||||||
border-radius: 35px;
|
border-radius: 35px;
|
||||||
font-size: 40px;
|
font-size: 20px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: 0 0;
|
background: 0 0;
|
||||||
-webkit-transition: background .3s ease-in-out;
|
-webkit-transition: background .3s ease-in-out;
|
||||||
-moz-transition: background .3s ease-in-out;
|
-moz-transition: background .3s ease-in-out;
|
||||||
transition: background .3s ease-in-out;
|
transition: background .3s ease-in-out;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-circle:hover,
|
.btn-circle:hover,
|
||||||
|
@ -154,8 +165,11 @@ margin-top: -35px;
|
||||||
.about-body {
|
.about-body {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding-left: 65px;
|
padding-left: 20px;
|
||||||
padding-right: 65px;
|
padding-right: 20px;
|
||||||
|
padding-top: 40px;
|
||||||
|
padding-bottom: 40px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
|
@ -168,9 +182,20 @@ padding-right: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-body {
|
.about-body {
|
||||||
padding-left: 30px;
|
padding-left: 90px;
|
||||||
padding-right: 30px;
|
padding-right: 90px;
|
||||||
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
|
input[type="text"] {
|
||||||
|
font-size: 21px;
|
||||||
|
}
|
||||||
|
#ipbox {
|
||||||
|
font-size: 21px;
|
||||||
|
}
|
||||||
|
.btn-circle {
|
||||||
|
padding: 7px 18px;
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
|
@ -202,7 +227,7 @@ input[type="text"] {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 21px;
|
font-size: 16px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
-webkit-border-top-right-radius: 3px;
|
-webkit-border-top-right-radius: 3px;
|
||||||
-webkit-border-bottom-right-radius: 3px;
|
-webkit-border-bottom-right-radius: 3px;
|
||||||
|
@ -225,6 +250,7 @@ input[type="text"]:focus {
|
||||||
background-color: #488c1d;
|
background-color: #488c1d;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
font-size: 16px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
-webkit-border-top-left-radius: 3px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
-webkit-border-bottom-left-radius: 3px;
|
-webkit-border-bottom-left-radius: 3px;
|
||||||
|
|
Loading…
Reference in a new issue