mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
ce4fe5402d
commit
a64fb439b8
1 changed files with 10 additions and 20 deletions
30
index.html
30
index.html
|
@ -49,7 +49,7 @@
|
||||||
to { opacity: 1; }
|
to { opacity: 1; }
|
||||||
}
|
}
|
||||||
/* Main */
|
/* Main */
|
||||||
html, body, div, span, h1, h2, p, a, s, small, strike, strong, sub, b, u, i, ul, li {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -62,10 +62,10 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
background: #000;
|
||||||
|
color: #fff;
|
||||||
font-family: montserratlight,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: montserratlight,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-size: 1.000em;
|
font-size: 1.000em;
|
||||||
color: #fff;
|
|
||||||
background: #000;
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
-webkit-tap-highlight-color: rgba(255,255,255,.2);
|
-webkit-tap-highlight-color: rgba(255,255,255,.2);
|
||||||
}
|
}
|
||||||
|
@ -78,44 +78,35 @@
|
||||||
background: rgba(255,255,255,.04);
|
background: rgba(255,255,255,.04);
|
||||||
}
|
}
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
text-transform: uppercase;
|
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
||||||
font-size: 1.000em;
|
font-size: 1.000em;
|
||||||
margin: 0 0 2.125em 0;
|
|
||||||
line-height: 1.875em;
|
line-height: 1.875em;
|
||||||
|
margin: 0 0 2.125em 0;
|
||||||
}
|
}
|
||||||
h2:before {
|
h2:before {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
cursor: default;
|
||||||
margin: 0 0.625em 0 0;
|
margin: 0 0.625em 0 0;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
||||||
font-size: 1.750em;
|
font-size: 1.750em;
|
||||||
margin: 0 0 0.813em 0;
|
margin: 0 0 0.813em 0;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
|
||||||
color: rgba(255,255,255,.4);
|
color: rgba(255,255,255,.4);
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
color: rgba(255,255,255,.2);
|
color: rgba(255,255,255,.2);
|
||||||
}
|
}
|
||||||
/* Combined Rules */
|
/* Combined Rules */
|
||||||
a, a:before {
|
h2:before, #intro i, #intro a:before {
|
||||||
-moz-transition: all .15s ease-in-out;
|
|
||||||
-webkit-transition: all .15s ease-in-out;
|
|
||||||
-o-transition: all .15s ease-in-out;
|
|
||||||
transition: all .15s ease-in-out;
|
|
||||||
}
|
|
||||||
h1, h2, p, #box, #logo, #about span {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
#facebook:before, h2:before, #intro i, #intro a:before, #twitter:before {
|
|
||||||
font-family: 'icons';
|
font-family: 'icons';
|
||||||
}
|
}
|
||||||
#aboutbutton:before, #about h2:before {
|
#aboutbutton:before, #about h2:before {
|
||||||
|
@ -128,7 +119,6 @@
|
||||||
content: "\2193";
|
content: "\2193";
|
||||||
}
|
}
|
||||||
#intro, #about, #news {
|
#intro, #about, #news {
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
@ -153,6 +143,7 @@
|
||||||
#intro i:before {
|
#intro i:before {
|
||||||
font-size: 21.875em;
|
font-size: 21.875em;
|
||||||
content: "\1F525";
|
content: "\1F525";
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
#intro p {
|
#intro p {
|
||||||
font-size: 3.063em;
|
font-size: 3.063em;
|
||||||
|
@ -239,7 +230,6 @@
|
||||||
}
|
}
|
||||||
/* Downloads */
|
/* Downloads */
|
||||||
#downloads {
|
#downloads {
|
||||||
width: 100%;
|
|
||||||
height: 40%;
|
height: 40%;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue