mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-23 00:05:03 +00:00
Cleaning up CSS
This commit is contained in:
parent
68b42f0721
commit
406b680617
1 changed files with 15 additions and 30 deletions
|
@ -65,30 +65,15 @@ a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bg {
|
|
||||||
background: #000 url(/img/bg.svg) repeat bottom center scroll;
|
|
||||||
-webkit-background-size: cover;
|
|
||||||
-moz-background-size: cover;
|
|
||||||
-o-background-size: cover;
|
|
||||||
background-size: cover;
|
|
||||||
-webkit-filter: blur(13px);
|
|
||||||
-moz-filter: blur(13px);
|
|
||||||
-o-filter: blur(13px);
|
|
||||||
-ms-filter: blur(13px);
|
|
||||||
filter: blur(13px);
|
|
||||||
width: 100%;
|
|
||||||
height: 10%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#intro {
|
#intro {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color:#488c1d;
|
background-color: #488c1d;
|
||||||
background-image: linear-gradient(90deg, rgba(0,0,0,.06) 50%, transparent 50%),
|
background-image: linear-gradient(90deg, rgba(0,0,0,.06) 50%, transparent 50%),
|
||||||
linear-gradient(rgba(255,255,255,.06) 50%, transparent 50%);
|
linear-gradient(rgba(255,255,255,.06) 50%, transparent 50%);
|
||||||
background-size:20px 20px;
|
background-size: 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#intro-body {
|
#intro-body {
|
||||||
|
@ -248,19 +233,19 @@ font-size: 25px;
|
||||||
margin-bottom: 45px;
|
margin-bottom: 45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@keyframes fadein {
|
@keyframes fadein{
|
||||||
from { opacity: 0; }
|
from{opacity:0;}
|
||||||
to { opacity: 1; }
|
to{opacity:1;}
|
||||||
}
|
}
|
||||||
@-moz-keyframes fadein {
|
@-moz-keyframes fadein{
|
||||||
from { opacity: 0; }
|
from{opacity:0;}
|
||||||
to { opacity: 1; }
|
to{opacity:1;}
|
||||||
}
|
}
|
||||||
@-webkit-keyframes fadein {
|
@-webkit-keyframes fadein{
|
||||||
from { opacity: 0; }
|
from{opacity:0;}
|
||||||
to { opacity: 1; }
|
to{opacity:1;}
|
||||||
}
|
}
|
||||||
@-ms-keyframes fadein {
|
@-ms-keyframes fadein{
|
||||||
from { opacity: 0; }
|
from{opacity:0;}
|
||||||
to { opacity: 1; }
|
to{opacity:1;}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue