<style class="Mys2010-styles">
body {);color:red;height:100%;overflow:hidden;}
header {
-o-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
padding: 0px 0;
position: fixed;
top: -9px;
width: 100%;
text-align: center;
font-size: 6px;
background: linear-gradient(270deg, #FF0000, #660099, #FFFF00, #660099,#fff, #B20000, #fff, #660099, #FFFF00, #660099,#FF0000);
border-bottom: 3px solid #dad;
}
.ap {
position: fixed;
right: 0;
bottom: 0;
left: 0;
height: 54px;
margin: auto;
font-family: Arial, sans-serif;
font-size: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
font-size: 11px;
background: linear-gradient(270deg, #fff, #660099, #fff, #660099,#f00, #fff, #f00, #660099, #fff, #660099,#fff);
border-top: 2px solid #fff;
z-index: 9999;
}
h2 {
padding: 15px;
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%);
background: linear-gradient(transparent 10%, #009999 50%, transparent 90%);
}
#M-2010, #teks, #posisi, #dibawah {
position: absolute;
font-size: 11px;
margin: 2px
}
#M-2010, #teks div {
text-decoration: underline;
cursor: pointer
}
#teks, #posisi {
text-align: right;
right: 50px;
}
#teks, #dibawah {
text-align: left;
left: 50px;
}
#dibawah, #posisi {
bottom: 17px;
}
body {
background:#111;
}
body::before {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
background-image: -o-linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
background-image: -ms-linear-gradient(bottom, rgba(255,255,255,.3) 26%, rgb(188,52,255) 63%, rgba( 0, 0, 0, 0.8 ) 91%);
-webkit-animation: overlay infinite 12s;
animation: overlay infinite 12s;
content: '';
}
@-webkit-keyframes transform {
0%, 16% {
opacity: 0;
-webkit-transform: translateY(-50%) rotateX(-90deg);
transform: translateY(-50%) rotateX(-90deg);
}
18% {
opacity: 1;
}
40% {
opacity: 1;
-webkit-transform: translateY(-50%) rotateX(0deg);
transform: translateY(-50%) rotateX(0deg);
}
}
@keyframes transform {
0%, 16% {
opacity: 0;
-webkit-transform: translateY(-50%) rotateX(-90deg);
transform: translateY(-50%) rotateX(-90deg);
}
18% {
opacity: 1;
}
40% {
opacity: 1;
-webkit-transform: translateY(-50%) rotateX(0deg);
transform: translateY(-50%) rotateX(0deg);
}
}
@-webkit-keyframes overlay {
0% {
opacity: .5;
}
18%, 81% {
opacity: 0;
}
92%, 100% {
opacity: .5;
}
}
@keyframes overlay {
0% {
opacity: .5;
}
18%, 81% {
opacity: 0;
}
92%, 100% {
opacity: .5;
}
}
@-webkit-keyframes opacity {
0%, 4% {
opacity: 0;
}
18%, 81% {
opacity: 1;
}
92%, 100% {
opacity: 0;
}
}
@keyframes opacity {
0%, 4% {
opacity: 0;
}
18%, 81% {
opacity: 1;
}
92%, 100% {
opacity: 0;
}
}
body {
height: 100vh;
width: 100vw;
position: relative;
}
.container {
position: fixed;
bottom: 1em;
right: 1em;
}
/*1-bottom up 50px*/
.menu-toggle {
width: 50px;
height:50px;
border-radius: 50%;
background-color: #2F2F31;
position: absolute;
z-index: 5;
bottom: 46px;
right:1px;
display: table;
text-align: center;
}
.menu-toggle .fa {
color: #dad;
font-size: 18px;
display: table-cell;
vertical-align: middle;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.menu-toggle.open .fa {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.btn-app {
width: 2.5em;
height: 2.5em;
border-radius: 50%;
position: absolute;
background-color: #4644fd;
color: #fff;
text-align: center;
}
.btn-app .fa {
line-height: 2.5em;
}
.open .btn-app {
box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
}
/*2- bottom up 50px*/
.menu-round {
position: absolute;
bottom: 50px;
right: 0;
z-index: 3;
}
.menu-round .btn-app {
bottom: 0.25em;
right: 0.25em;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.menu-round.open .btn-app:nth-of-type(1) {
right: 0.5em;
bottom: 4.25em;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.menu-round.open .btn-app:nth-of-type(2) {
right: 3.5em;
bottom: 3.5em;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.menu-round.open .btn-app:nth-of-type(3) {
right: 4.25em;
bottom: 0.5em;
}
/*3- bottom up icon 20px*/
.menu-line {
position: absolute;
bottom: 50px;
z-index: 2;
}
/*4- bottom up 50px*/
.menu-line .btn-app {
bottom: 50px;
right: 0.5em;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.menu-line.open .btn-app:nth-of-type(1) {
bottom: 50px;
}
.menu-line.open .btn-app:nth-of-type(1) {
bottom: 7.25em;
}
.menu-line.open .btn-app:nth-of-type(2) {
bottom: 10.25em;
}
.menu-line.open .btn-app:nth-of-type(3) {
bottom: 13.25em;
}
.menu-line.open .btn-app:nth-of-type(4) {
bottom: 16.25em;
}
.menu-line.open .btn-app:nth-of-type(5) {
bottom: 19.25em;
}
.menu-line.open .btn-app:nth-of-type(6) {
bottom: 22.25em;
}
.menu-line.open .btn-app:nth-of-type(7) {
bottom: 25.25em;
}
/*end*/
* { margin: 0; padding: 0; font: inherit; box-sizing: border-box; }
html { background: #f00; color: #fff; }
body { min-height: 100vh; font: 1rem Roboto, FontAwesome, sans-serif; font-weight: 700; }
main { display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; text-align: center; }
main > h1 { font-size: 10vw; }
.fade { color: #111; text-shadow: 1px 1px rgba(255, 255, 255, .1), -1px -1px rgba(0, 0, 0, .88); }
.fade.on { text-shadow: 1px 1px rgba(255, 255, 255, .1), -1px -1px rgba(0, 0, 0, .88), 0px 0px 15px #2888d2;}
@media only screen and (max-width: 800px) { main > h1 { color: #fff; } }
/*end*/
Text-Neon {
text-transfrom: uppercase;
text-align: center;
color: #87ceeb;
text-shadow: 0 0 10px #87ceeb, 0 0 15px #87ceeb, 0 0 30px #87CEEB, 0 0 30px #87CEEB;
font-family: agency fb, arial, helvetica;
font-size: 20px;
animation: neon 4s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);}
@keyframes neon {
0% {text-shadow: 0 0 10px #dad, 0 0 20px #fff, 0 0 80px #f00, 0 0 100px #f00, 0 0 140px #dad, 0 0 200px #fff;}
100% {text-shadow: 0 0 2px #000 , 0 0 8px #000 , 0 0 10px #000 , 0 0 20px #000 , 0 0 30px #f00;}}
</style>