seizel(*ゝω・*)

 seizel(*ゝω・*)'s profile picture

Last active:

Mood:

View my: Blog | Forum Topics

SpaceHey URL:

https://spacehey.com/aitan_bv

 seizel(*ゝω・*)'s Interests

General

Music

Movies

Television

Books

Heroes

 seizel(*ゝω・*)'s Latest Blog Entries [View Blog]

There are no Blog Entries yet.

 seizel(*ゝω・*)'s Blurbs

About me:

Who I'd like to meet:

 seizel(*ゝω・*)'s Friend Space

[view all]

 seizel(*ゝω・*) has 4 friends.

 seizel(*ゝω・*)'s Friends Comments

Displaying 0 of 0 comments ( View all | Add Comment )

<
i still feel you
main, .container, .col, .box, .profile, .contact, .friends, .table-section, .blog-preview, .blurbs, .comments-table, nav, .top { background-color: rgba(10, 10, 15, 0.2) !important; /* Negro con 50% de transparencia */ backdrop-filter: blur(8px); /* Efecto de desenfoque muy elegante */ border: 1px solid rgba(255, 255, 255, 0.2) !important; /* Borde sutil */ color: #d1d1d1 !important; } .main, .content, .profile-content { background: transparent !important; } .comments-table td { background-color: rgba(0, 0, 0, 0.2) !important; border: 1px solid rgba(255, 255, 255, 0.02) !important; } nav .top { background: rgba(0, 0, 0, 0.2) !important; } nav .links { background: rgba(20, 20, 25, 0.2) !important; } .heading:hover, h4:hover, h1:hover { animation: glitch 0.3s cubic-bezier(.25, .46, .45, .94) both infinite; color: #ff0000 !important; /* Destello rojo sutil */ text-shadow: 2px 0 #00ff00, -2px 0 #0000ff; /* Efecto de separación de color RGB */ cursor: url('https://cur.cursors-4u.net/others/oth-2/oth196.cur'), auto !important; } @keyframes glitch { 0% { transform: translate(0); } 20% { transform: translate(-2px, 2px); } 40% { transform: translate(-2px, -2px); } 60% { transform: translate(2px, 2px); } 80% { transform: translate(2px, -2px); } 100% { transform: translate(0); } } .heading, h4, h1 { background: #1a1a1a !important; color: #fff !important; border-bottom: 2px solid #333; font-family: 'Special Elite', cursive; text-transform: uppercase; letter-spacing: 2px; padding: 5px; transition: 0.2s; } .heading:hover, h4:hover, h1:hover { animation: glitch 0.3s infinite; color: #ff4d4d !important; text-shadow: 2px 0 #00ff00, -2px 0 #0000ff; } @keyframes glitch { 0% { transform: translate(0); } 20% { transform: translate(-2px, 2px); } 40% { transform: translate(-2px, -2px); } 60% { transform: translate(2px, 2px); } 80% { transform: translate(2px, -2px); } 100% { transform: translate(0); } main::before { content: " "; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%); background-size: 100% 4px; z-index: 10; pointer-events: none; opacity: 0.4;