@keyframes blink{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
.col, main, footer, nav::before, .online, nav .links, nav .top {
animation: float 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.col, main, footer, nav::before, .online, nav .links, nav .top {
animation: float 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes float {
0% { transform: translate(0, 0px);
}
50% {
transform: translate(0, 8px);
}
100% {
transform: translate(0, -0px);
}
img:hover , .url-info:hover , .online:hover {
animation: shake 1s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.mood {
background-color: transparent;
border: 5px solid transparent;
padding: 3px;
margin-bottom: 10px;
}
.contact, .url-info, .table-section, .blog-preview, .blurbs, .friends, .profile-info {
background-color: transparent;
border: 5px solid transparent!important;
}
.comments-table td {
border: 3px none;
}
.table-section td {
border: 3px none;
}
.comment-reply:not(:first-child) {
border-top: 2px solid transparent;
}
.container {
width: 85%;
max-width: 1600px;
}
.comment-replies {
border: 1px none;
}
nav .top, nav .links {
background-color: transparent;
color: black;
font-weight: bold;
}
main, footer {
background-color: black;
}
.contact .inner a img{
font-size: 0;
}
.contact .inner a img:before{
font-size: 1em;
display: block
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
/* Add to Friends */
content: url('https://media.discordapp.net/attachments/990004155844296816/1124509192124899490/81e6a4cd95fa0fa_1.png')
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
/* Add to Favorites */
content: url('https://media.discordapp.net/attachments/990004155844296816/1124509192124899490/81e6a4cd95fa0fa_1.png')
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/* Send Message */
content: url('https://media.discordapp.net/attachments/990004155844296816/1124509192124899490/81e6a4cd95fa0fa_1.png')
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/* Forward to Friend */
content: url('https://media.discordapp.net/attachments/990004155844296816/1124509192124899490/81e6a4cd95fa0fa_1.png')
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
/* Instant Message */
content: url('https://media.discordapp.net/attachments/990004155844296816/1124509192124899490/81e6a4cd95fa0fa_1.png')
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
/* Block User */
content: url('https://media.discordapp.net/attachments/990004155844296816/1124509192124899490/81e6a4cd95fa0fa_1.png')
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/* Add to Group */
content: url('https://media.discordapp.net/attachments/990004155844296816/1124509192124899490/81e6a4cd95fa0fa_1.png')
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/* Report Profile */
content: url('https://media.discordapp.net/attachments/990004155844296816/1124509192124899490/81e6a4cd95fa0fa_1.png')
}
.contact {
border-radius: 8px;
background-image: url(https://i.pinimg.com/originals/32/cc/18/32cc18c6dc8aa8c339ee3fdd4d80c9c3.gif);
background-position: center;
no-repeat fixed; background-size:cover;
background-attachment: scroll;
Width: 300px;
Height:180px;
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px Blue, 0 0 3px Darkblue; }
.friends:not(#comments) {
margin-bottom: 10px;
}
.comments-table {
border: none;
border-spacing: 5px;
}
.comments-table td {
background:url(https://i.pinimg.com/originals/bb/82/06/bb8206580f35626f6456b328c8515577.gif);
}
.profile-info{
background:url(https://i.pinimg.com/originals/6c/c9/e6/6cc9e691fb982c2bbbd79ae567d759f8.gif);
background-position: center;
no-repeat fixed; background-size:cover;
}
body {
text-align: center;
}
.profile-pic {
padding: 15px;
}
.heading {
background-color: transparent!important;
}
@keyframes spin{
from{ transform:rotate(0deg); }
to{ transform:rotate(-360deg); }
}
.general-about .profile-pic img{
border-radius: 50%;
animation: spin 7s infinite linear;
}
td {
background-color: transparent!important;
}
*{
border-radius: 9px;
}
.profile .contact .heading, .profile .table-section .heading, .home-actions .heading{
border-radius: 6px 6px 9px 9px;
}
* {cursor: url(https://cur.cursors-4u.net/nature/nat-4/nat340.ani), url(https://cur.cursors-4u.net/nature/nat-4/nat340.png), auto !important;}
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url(https://i.pinimg.com/originals/fc/c0/04/fcc0048de86b87d079d6a6daf1534f64.gif);
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 2s ease 2s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }
@keyframes spin{
from{ transform:rotate(0deg); }
to{ transform:rotate(0deg); }
}
.general-about .profile-pic img{
border-radius: 50%;
animation: spin 7s infinite linear;
}
@keyframes spin{
from{ transform:rotate(0deg); }
to{ transform:rotate(-360deg); }
}
.general-about .profile-pic img{
border-radius: 50%;
animation: spin 7s infinite linear;
}
') no-repeat;
background-size: 70px;
display: block;
width: 200px;
height: 100px;
z-index: 999;
position: absolute;
top: -22px;
left: 108px;
}
!-- (c) Layout created by gumball (https://layouts.spacehey.com/layout?id=101997) -->
ty,fr The film is really underrated ,It's a visual masterpiece
by Alex; ; Report