Mudanças entre as edições de "Widget:TesteBossYawnv3/style"

De Wiki Gla
Ir para navegação Ir para pesquisar
(Limpou toda a página)
Etiqueta: anulando
 
Linha 1: Linha 1:
.boss-container-teste {
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    background: #0a0e1a;
    border-radius: 16px;
    overflow: hidden;
    backgroud-color: #3a3a3c;
}


/* Botões de dificuldade */
.boss-diff-buttons {
    display: flex;
    gap: 8px;
    background: #11161f;
    padding: 12px 20px;
    border-bottom: 1px solid #2a2e3a;
}
.boss-diff-btn {
    background: #1a1f2b;
    border: none;
    color: #a0a5b0;
    padding: 8px 24px;
    border-radius: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
}
.boss-diff-btn:hover {
    background: #2a2e3a;
    color: #ddd;
}
.boss-diff-btn.active {
    background: #7c3aed;
    color: white;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.3);
}
/* Conteúdo principal */
.boss-content {
    padding: 24px;
}
/* Títulos */
.boss-content h2 {
    font-size: 28px;
    font-weight: bold;
    color: #ffd700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.boss-content h3 {
    color: #7c3aed;
    margin: 20px 0 12px 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.boss-content h3:first-of-type {
    margin-top: 0;
}
/* Introdução */
.boss-content em {
    color: #a0a5b0;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #2a2e3a;
    font-style: italic;
}
/* Listas */
.boss-content ul {
    margin: 0;
    padding-left: 20px;
}
.boss-content li {
    margin: 8px 0;
    color: #e0e0e0;
}
/* Localização */
.boss-content p {
    color: #c0c0c0;
    line-height: 1.5;
}
/* Responsivo */
@media (max-width: 600px) {
    .boss-diff-buttons {
        justify-content: center;
    }
   
    .boss-diff-btn {
        padding: 6px 16px;
        font-size: 12px;
    }
   
    .boss-content {
        padding: 16px;
    }
   
    .boss-content h2 {
        font-size: 22px;
    }
   
    .boss-content h3 {
        font-size: 16px;
    }
}

Edição atual tal como às 17h44min de 9 de abril de 2026