/* Fundo gótico com roxo e preto */ body { cursor: url(https://cur.cursors-4u.net/cursor.png), auto; background-color: #0a0010; background-image: url('https://i.imgur.com/9nvjGnl.jpeg'); /* Troque por um fundo que você quiser */ background-repeat: no-repeat; background-attachment: fixed; background-size: cover; color: #d9c3ff; font-family: "Trebuchet MS", Arial, sans-serif; } /* Contêiner geral com brilho roxo */ .container { width: 1000px; margin: auto; padding: 10px; border-radius: 10px; } /* Coluna lateral */ .sidebar { width: 150px; border: 2px solid #7900ff; border-radius: 10px; background: rgba(30, 0, 40, 0.85); color: #e7cfff; margin: 6px; padding: 8px; box-shadow: 0 0 15px #a057ff; } /* Área principal */ .main { width: 700px; border: 2px solid #7900ff; border-radius: 10px; background: rgba(20, 0, 32, 0.85); color: #d9c3ff; margin: 6px; padding: 10px; box-shadow: 0 0 20px #b975ff; text-shadow: 0 0 4px #5500a3; } /* Links estilo tumblr gótico */ a:link, a:visited { color: #bf70ff; text-decoration: none; font-weight: bold; } a:hover { color: #ffffff; text-shadow: 0 0 10px #d797ff, 0 0 20px #bc50ff; } /* Cabeçalhos com vibe dark media player */ h2, h3 { color: #eecfff; text-shadow: 0 0 6px #7e05d9; font-family: "Arial Black", sans-serif; } /* Imagens com borda neon */ img { border: 2px solid #9a50ff; box-shadow: 0 0 12px #b974ff; border-radius: 4px; }