|
|
@ -287,7 +287,7 @@ body {
|
|
|
|
color: $white;
|
|
|
|
color: $white;
|
|
|
|
background-color: $primary;
|
|
|
|
background-color: $primary;
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
z-index: 1;
|
|
|
|
z-index: -100;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.headline p {
|
|
|
|
.headline p {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
@ -295,12 +295,14 @@ body {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
/*
|
|
|
|
-moz-transform: translateX(100%);
|
|
|
|
-moz-transform: translateX(100%);
|
|
|
|
-webkit-transform: translateX(100%);
|
|
|
|
-webkit-transform: translateX(100%);
|
|
|
|
transform: translateX(100%);
|
|
|
|
transform: translateX(100%);
|
|
|
|
-moz-animation: scroll-left 1s linear infinite;
|
|
|
|
-moz-animation: scroll-left 1s linear infinite;
|
|
|
|
-webkit-animation: scroll-left 1s linear infinite;
|
|
|
|
-webkit-animation: scroll-left 1s linear infinite;
|
|
|
|
animation: scroll-left 45s linear infinite;
|
|
|
|
animation: scroll-left 45s linear infinite;
|
|
|
|
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.headline a {
|
|
|
|
.headline a {
|
|
|
|
color: $white;
|
|
|
|
color: $white;
|
|
|
|