victtommm

victtommm's profile picture

Last active:

Mood:

View my: Blog | Forum Topics

SpaceHey URL:

https://spacehey.com/profile?id=4277075

victtommm's Interests

General

Music

Movies

Television

Books

Heroes

victtommm's Latest Blog Entries [View Blog]

There are no Blog Entries yet.

victtommm's Blurbs

About me:


L Lawliet - Death Note

Who I'd like to meet:

victtommm's Friend Space

[view all]

victtommm has 2 friends.

victtommm's Friends Comments

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

/* * CÓDIGO FINAL DE ESTILO GÓTICO VAMPIRO PARA SPACEHEY * Estética Black/Red/Old-Web */ /* =================================================================== * 1. FONDO Y ESTRUCTURA GENERAL * =================================================================== */ body { /* Fondo completamente negro (simula el fondo con patrón de cruces) */ background-color: #000000; /* Simula un patrón sutil de 'cruces' góticas con una textura muy oscura */ background-image: repeating-linear-gradient( 45deg, #1a0000 0%, #1a0000 1px, #000000 1px, #000000 15px ); background-attachment: fixed; color: #cccccc; /* Texto base gris claro */ font-family: 'Courier New', monospace; /* Fuente de estilo 'vieja web' */ } /* El área principal del perfil debe ser negra */ .profile { background-color: #000000; border: 3px solid #660000; /* Borde grueso rojo sangre */ padding: 0; } /* =================================================================== * 2. BARRA DE NAVEGACIÓN SUPERIOR Y FOOTER * =================================================================== */ #nav, #nav a, #footer, .search, .search input { background-color: #000000 !important; border-color: #4d0000 !important; color: #ff3333 !important; } #nav { border-bottom: 3px solid #4d0000 !important; } /* =================================================================== * 3. ESTILO DE LAS CAJAS (MÓDULOS DEL PERFIL) * =================================================================== */ /* Fondo de todos los módulos (Acerca de, Amigos, Contacto, etc.) */ .profile .table-section, .profile .contact, .profile .blurbs, .profile .friends, .home-actions { background-color: #0a0a0a; /* Fondo negro muy ligeramente grisáceo */ border: 1px solid #4d0000; /* Borde rojo sangre oscuro */ margin-bottom: 10px; padding: 0; } /* Encabezados de las Cajas (Títulos de los módulos) */ .profile .heading { background-color: #330000; /* Rojo muy oscuro */ color: #ff0000; /* Texto de los títulos en rojo brillante */ border-bottom: 1px solid #ff0000; text-transform: uppercase; font-weight: bold; padding: 5px; } /* =================================================================== * 4. ENLACES Y TEXTO * =================================================================== */ a { color: #ff3333; /* Enlaces en rojo sangre */ text-decoration: none; } a:hover { color: #ffffff; /* Blanco al pasar el ratón */ text-decoration: underline; } /* Tablas de detalles (General, Contacto, Blurbs) */ .details-table td { color: #cccccc !important; background-color: #0a0a0a !important; /* Fondo del contenido de la tabla */ padding: 3px 5px; } .details-table td:first-child { color: #ff6666 !important; /* Etiquetas (ej. Edad, Género) en rojo claro */ font-weight: bold; background-color: #1a0000 !important; /* Simula la separación de columnas */ } /* =================================================================== * 5. LIMPIEZA Y GRÁFICOS PERSONALIZADOS * =================================================================== */ /* Oculta los molestos anuncios */ #ad-leaderboard { display: none; } /* Oculta los iconos predeterminados en la caja de Contacto (para dejar el espacio limpio para el contenido personalizado del usuario) */ .profile .contact .heading img { display: none; }