Diferencia entre revisiones de «MediaWiki:Common.css»

De FSF
Sin resumen de edición
Sin resumen de edición
 
(No se muestran 16 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
@import url("/index.php?title=MediaWiki:FSF.css&action=raw&ctype=text/css");


/* Colocar la Tabla de Contenidos en el lado derecho */
/* Colocar la Tabla de Contenidos en el lado derecho */
Línea 23: Línea 25:


/************************************************************
/************************************************************
   ESTILO FSF — Encabezados, ToC y mejoras de lectura
   FSF — Estilo Colorido para Líneas Divisorias (HR)
   Autor: ChatGPT & Ziv — 2025-12-05
   Autor: ChatGPT & Ziv — 2025-12-05
*************************************************************/
*************************************************************/


/* --------------------------
/* Línea principal: degradado FSF */
  COLORES ↑ estilo A1/A2
hr {
--------------------------- */
     border: 0;
h1, h2, h3, h4, h5, h6 {
     height: 2px;
     color: #00527A !important;
     margin-top: 0.3em !important;
     font-weight: 600;
     margin-bottom: 0.3em !important;
    line-height: 1.25;
     border-radius: 2px;
     margin-top: 0.55em !important;
    background: linear-gradient(
     margin-bottom: 0.28em !important;
        90deg,
     scroll-margin-top: 80px; /* mejor navegación interna */
        #00527A 0%,
     transition: color 0.25s ease, letter-spacing 0.25s ease;
        #0093C9 25%,
        #00BFD6 50%,
        #0093C9 75%,
        #00527A 100%
    );
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}


/* pequeña animación al pasar el cursor */
/* efecto hover: brillo suave y leve expansión */
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
hr:hover {
     color: #007FB3 !important;
    transform: scale(1.015);
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px rgba(0, 147, 201, 0.35);
}
 
/* Versión móvil: más delgada y compacta */
@media (max-width: 600px) {
     hr {
        height: 2px;
        margin-top: 0.45em !important;
        margin-bottom: 0.45em !important;
    }
}
}
/************************************************************
  FSF — Estilo Colorido para Líneas Divisorias (HR) - F I N
*************************************************************/


/* --------------------------
/* ============================================
   TOC (Tabla de Contenidos)
   ENCABEZADOS H1–H3
--------------------------- */
  Línea inferior suave, animada, elegante
  ============================================ */


#toc, .toc, .mw-table-of-contents {
h1, h2, h3 {
     border: 1px solid #B8D7E6;
    position: relative;
     background: #F7FCFE;
    padding-bottom: 0.45em;
    margin-bottom: 0.9em;
    scroll-margin-top: 90px; /* mejor experiencia al navegar desde el ToC */
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
/* Color por defecto de los h1–h3 (suave, moderno) */
h1 { color: #004a6c; }
h2 { color: #00527a; }
h3 { color: #006089; }
 
/* Línea inferior elegante, difuminada, delgada */
h1::after,
h2::after,
h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 2px; /* línea delgada */
    background: linear-gradient(
        to right,
        rgba(255, 244, 230, 0.0) 0%,
        rgba(255, 244, 230, 0.55) 50%,
        rgba(255, 244, 230, 0.0) 100%
    );
    border-radius: 4px;
    filter: blur(1.8px);
    opacity: 0.85;
    transition: width 0.45s ease, opacity 0.3s ease, filter 0.45s ease;
}
 
/* Animación al pasar el cursor */
h1:hover::after,
h2:hover::after,
h3:hover::after {
    width: 80%;      /* se extiende suavemente */
    opacity: 1;
    filter: blur(1.3px);
}
 
/* Pequeño brillo en el texto al pasar el cursor */
h1:hover, h2:hover, h3:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 230, 0.4);
}
 
/* ============================================
  TOC (Tabla de contenidos)
  Transiciones suaves + colores de acento
  ============================================ */
 
#toc,
.mw-parser-output > .toc {
     border: 1px solid rgba(0,0,0,0.08);
     background: #fafafa;
    border-radius: 10px;
     padding: 1em 1.2em;
     padding: 1em 1.2em;
    border-radius: 0.6em;
     box-shadow: 0 0 10px rgba(0,0,0,0.06);
     box-shadow: 0 0 4px rgba(0,0,0,0.08);
     transition: box-shadow 0.3s ease, border-color 0.3s ease;
    font-size: 0.95em;
    color: #003A52;
    width: fit-content;
    max-width: 30%;
     transition: box-shadow 0.25s ease, transform 0.25s ease;
}
}


/* efecto suave al pasar cursor */
/* Hover suave */
#toc:hover {
#toc:hover,
     box-shadow: 0 0 12px rgba(0,0,0,0.12);
.mw-parser-output > .toc:hover {
    transform: scale(1.015);
    border-color: #d7bfa2;
     box-shadow: 0 0 14px rgba(215, 191, 162, 0.4);
}
}


/* enlaces del ToC */
/* Estilos de enlaces dentro del TOC */
#toc a {
#toc a {
     color: #00527A;
     color: #004a6c;
     text-decoration: none;
     text-decoration: none;
     transition: color 0.2s ease;
     transition: color 0.25s ease, text-shadow 0.25s ease;
}
}


#toc a:hover {
#toc a:hover {
     color: #0084B8;
     color: #006fa3;
     text-decoration: underline;
     text-shadow: 0px 0px 4px rgba(0, 111, 163, 0.35);
}
 
/* Numeración del TOC */
#toc .tocnumber {
    color: #8c6930;
    font-weight: bold;
}
 
/* ============================================
  MÓVILES – Ajustes suaves y mejores escalas
  ============================================ */
@media (max-width: 720px) {
    h1::after, h2::after, h3::after {
        width: 75%;
        opacity: 0.9;
    }
 
    #toc {
        font-size: 0.95em;
        padding: 0.8em 1em;
    }
}
 
/* ============================================
  ENCABEZADOS H1–H3 - Línea inferior suave, animada, elegante - F I N
  ============================================ */
 
 
/* Ajusto los espacios en blanco al usar los encabezados y divisiones que se crean para el ToC con la intensión de que sean mas compactos, agradables de leer en textos largo o tratar de que se se parezca mas el contenido a el formato que presentan herramientas como CHATGPT que es una herramientas que estoy utilizando mucho para crear esta wiki FSF. */
/* Nota: En el skin Timeless, los encabezados utilizan márgenes amplios por defecto, lo que genera espacios grandes entre secciones. Los valores típicos son: h1 (1.4em arriba / 0.6em abajo), h2 (1.2em / 0.5em), h3 (1em / 0.4em) y h4–h6 (0.8–0.6em / 0.3–0.2em). Si se desea un estilo más compacto, estos márgenes pueden ajustarse mediante CSS en '''MediaWiki:Common.css'''.*/</small>
h2 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h3 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h4 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h5 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h6 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
 
/* ==========================================
  ESTILOS GENERALES DE LA TARJETA
  ========================================== */
 
.colorcard {
  width: 260px;
  padding: 15px;
  border-radius: 18px;
  margin: 12px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
 
.colorcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}
 
.colorcard-header {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 8px;
}
 
/* ==========================================
  ESTILOS INDIVIDUALES DE LOS 22 COLORES
  Cada uno refleja el simbolismo del color.
  ========================================== */
 
/* 1. Rojo - Fuerza, vida, impulso */
.color-Rojo {
  background: linear-gradient(135deg, #ff2a2a, #a30000);
  border: 2px solid #ff7070;
}
}


/* numeración más compacta */
/* 2. Naranja - Vitalidad, expansión */
#toc ul, #toc ol {
.color-Naranja {
    margin-left: 1em;
  background: linear-gradient(135deg, #ff8c2a, #e65a00);
  border: 2px solid #ffd0a3;
}
}


/* título del ToC */
/* 3. Oro - Prosperidad, luz superior */
#toc .toctitle {
.color-Oro {
    font-weight: 700;
  background: radial-gradient(circle, #ffe680, #c9a000);
    color: #003A52;
  border: 3px solid #fff3b0;
    padding-bottom: 0.3em;
  color: #402800;
}
}


/* --------------------------
/* 4. Amarillo - Claridad, intelecto */
  MEJORAS EN TEXTO GENERAL
.color-Amarillo {
--------------------------- */
  background: linear-gradient(135deg, #fff066, #e6cc00);
  border: 2px solid #fff7b8;
  color: #403800;
}
 
/* 5. Verde - Sanación, bienestar */
.color-Verde {
  background: linear-gradient(135deg, #28bd67, #0f6135);
  border: 2px solid #92e8b9;
}
 
/* 6. Plantas - Crecimiento orgánico */
.color-Plantas {
  background: repeating-linear-gradient(
    45deg,
    #3e8e41,
    #3e8e41 10px,
    #2f6b31 10px,
    #2f6b31 20px
  );
  border: 2px solid #78d17f;
}
 
/* 7. Turquesa - Movimiento, flujo emocional */
.color-Turquesa {
  background: linear-gradient(135deg, #3ff2e2, #178f85);
  border: 2px solid #affbf2;
}
 
/* 8. Azul - Calma, orden, mente */
.color-Azul {
  background: linear-gradient(135deg, #2a79ff, #003a99);
  border: 2px solid #93bdff;
}
 
/* 9. Índigo - Misterio, percepción profunda */
.color-Índigo {
  background: linear-gradient(135deg, #4b32a8, #190a5c);
  border: 2px solid #c3b4ff;
}
 
/* 10. Violeta - Espíritu, transformación */
.color-Violeta {
  background: linear-gradient(135deg, #b259ff, #5a0099);
  border: 2px solid #e5c2ff;
}


body, #content {
/* 11. Rosa - Amor, dulzura */
    line-height: 1.55;
.color-Rosa {
  background: radial-gradient(circle, #ff8ccc, #cc2a82);
  border: 2px solid #ffc6e9;
}
}


/* enlaces internos más suaves */
/* 12. Magenta - Poder del corazón + voluntad */
a {
.color-Magenta {
    transition: color 0.25s ease;
  background: linear-gradient(135deg, #ff2ad4, #a3007f);
  border: 2px solid #ff9aec;
}
}
a:hover {
 
    color: #007FB3;
/* 13. Blanco - Pureza, equilibrio */
.color-Blanco {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  border: 2px solid #e4e4e4;
  color: #333;
}
}


/* --------------------------
/* 14. Negro - Misterio, profundidad absoluta */
  MÓVILES (responsive)
.color-Negro {
--------------------------- */
  background: linear-gradient(135deg, #000000, #242424);
  border: 2px solid #555;
  color: #ddd;
}


@media (max-width: 900px) {
/* 15. Gris - Neutralidad, pausa */
.color-Gris {
  background: linear-gradient(135deg, #d6d6d6, #8c8c8c);
  border: 2px solid #f0f0f0;
  color: #2a2a2a;
}


    /* encabezados un poco más compactos */
/* 16. Café / Tierra - Enraizamiento, estabilidad */
    h1, h2, h3, h4, h5, h6 {
.color-Café {
        margin-top: 0.45em !important;
  background: linear-gradient(135deg, #8b5a2b, #4b2e16);
        margin-bottom: 0.22em !important;
  border: 2px solid #d8b28a;
    }
  color: #f0e6dd;
}


    /* ToC ocupa todo a lo ancho y más legible */
/* 17. Madera - Naturaleza, hogar */
     #toc {
.color-Madera {
        width: 100%;
  background: repeating-linear-gradient(
        font-size: 1em;
    90deg,
        padding: 1em;
    #c4975a,
    }
    #c4975a 20px,
     #9c743f 20px,
    #9c743f 40px
  );
  border: 2px solid #eed7b7;
  color: #3d2a15;
}


    /* espaciado más cómodo */
/* 18. Plata - Intuición, reflejo interno */
    #toc ul, #toc ol {
.color-Plata {
        margin-left: 0.8em;
  background: linear-gradient(135deg, #e3e3e3, #9a9a9a);
    }
  border: 2px solid #ffffff;
  color: #2e2e2e;
}
}


/* --------------------------
/* 19. Cobre - Protección, conexión ancestral */
  ULTRA-MÓVIL < 480px
.color-Cobre {
--------------------------- */
  background: linear-gradient(135deg, #c46a27, #7a3d11);
  border: 2px solid #f0b088;
}


@media (max-width: 480px) {
/* 20. Coral - Creatividad emocional */
    h1 { font-size: 1.55em; }
.color-Coral {
    h2 { font-size: 1.35em; }
  background: linear-gradient(135deg, #ff7f6e, #cc4330);
    h3 { font-size: 1.18em; }
  border: 2px solid #ffc1b8;
    h4, h5, h6 { font-size: 1.05em; }
}


    #toc {
/* 21. Lavanda - Serenidad espiritual */
        font-size: 1.05em;
.color-Lavanda {
        padding: 1em;
  background: linear-gradient(135deg, #d6b4ff, #9f77cc);
    }
  border: 2px solid #efdfff;
}
}


----
/* 22. Champaña - Elegancia suave, gracia */
/* Ajusto los espacios en blanco al usar los encabezados y divisiones que se crean para el ToC con la intensión de que sean mas compactos, agradables de leer en textos largo o tratar de que se se parezca mas el contenido a el formato que presentan herramientas como CHATGPT que es una herramientas que estoy utilizando mucho para crear esta wiki FSF. */
.color-Champaña {
/* Nota: En el skin Timeless, los encabezados utilizan márgenes amplios por defecto, lo que genera espacios grandes entre secciones. Los valores típicos son: h1 (1.4em arriba / 0.6em abajo), h2 (1.2em / 0.5em), h3 (1em / 0.4em) y h4–h6 (0.8–0.6em / 0.3–0.2em). Si se desea un estilo más compacto, estos márgenes pueden ajustarse mediante CSS en '''MediaWiki:Common.css'''.*/</small>
  background: radial-gradient(circle, #f7e7c6, #d6c193);
h2 { margin-top: 0.25em !important; margin-bottom: 0.10em !important;}
  border: 2px solid #fff5e2;
h3 { margin-top: 0.20em !important; margin-bottom: 0.05em !important;}
  color: #4f3d29;
h4 { margin-top: 0.15em !important; margin-bottom: 0.03em !important;}
}
h5 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h6 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}

Revisión actual - 10:10 11 dic 2025

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
@import url("/index.php?title=MediaWiki:FSF.css&action=raw&ctype=text/css");


/* Colocar la Tabla de Contenidos en el lado derecho */
#toc {
    float: right;           /* Mueve la ToC a la derecha */
    margin-left: 1em;       /* Agrega espacio a la izquierda de la ToC */
    width: 400px;           /* Ajusta el ancho de la ToC según lo que necesites */
    background-color: #f9f9f9; /* Color de fondo opcional para destacarla */
    border: 1px solid #ccc; /* Borde opcional para darle un contorno */
    padding: 10px;          /* Espacio interno para que el contenido no esté pegado a los bordes */
}

/* Evitar que el contenido principal se solape con la ToC */
#mw-content-text {
    overflow: hidden;
}

/* Quitar el logo; de todas maneras no funcionaba 20250926 */

#p-logo, .mw-wiki-logo {
    display: none;
}

/************************************************************
   FSF — Estilo Colorido para Líneas Divisorias (HR)
   Autor: ChatGPT & Ziv — 2025-12-05
*************************************************************/

/* Línea principal: degradado FSF */
hr {
    border: 0;
    height: 2px;
    margin-top: 0.3em !important;
    margin-bottom: 0.3em !important;
    border-radius: 2px;
    background: linear-gradient(
        90deg,
        #00527A 0%,
        #0093C9 25%,
        #00BFD6 50%,
        #0093C9 75%,
        #00527A 100%
    );
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* efecto hover: brillo suave y leve expansión */
hr:hover {
    transform: scale(1.015);
    box-shadow: 0 0 10px rgba(0, 147, 201, 0.35);
}

/* Versión móvil: más delgada y compacta */
@media (max-width: 600px) {
    hr {
        height: 2px;
        margin-top: 0.45em !important;
        margin-bottom: 0.45em !important;
    }
}
/************************************************************
   FSF — Estilo Colorido para Líneas Divisorias (HR) - F I N
*************************************************************/

/* ============================================
   ENCABEZADOS H1–H3
   Línea inferior suave, animada, elegante
   ============================================ */

h1, h2, h3 {
    position: relative;
    padding-bottom: 0.45em;
    margin-bottom: 0.9em;
    scroll-margin-top: 90px; /* mejor experiencia al navegar desde el ToC */
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Color por defecto de los h1–h3 (suave, moderno) */
h1 { color: #004a6c; }
h2 { color: #00527a; }
h3 { color: #006089; }

/* Línea inferior elegante, difuminada, delgada */
h1::after,
h2::after,
h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 2px; /* línea delgada */
    background: linear-gradient(
        to right,
        rgba(255, 244, 230, 0.0) 0%,
        rgba(255, 244, 230, 0.55) 50%,
        rgba(255, 244, 230, 0.0) 100%
    );
    border-radius: 4px;
    filter: blur(1.8px);
    opacity: 0.85;
    transition: width 0.45s ease, opacity 0.3s ease, filter 0.45s ease;
}

/* Animación al pasar el cursor */
h1:hover::after,
h2:hover::after,
h3:hover::after {
    width: 80%;       /* se extiende suavemente */
    opacity: 1;
    filter: blur(1.3px);
}

/* Pequeño brillo en el texto al pasar el cursor */
h1:hover, h2:hover, h3:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 230, 0.4);
}

/* ============================================
   TOC (Tabla de contenidos)
   Transiciones suaves + colores de acento
   ============================================ */

#toc,
.mw-parser-output > .toc {
    border: 1px solid rgba(0,0,0,0.08);
    background: #fafafa;
    border-radius: 10px;
    padding: 1em 1.2em;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Hover suave */
#toc:hover,
.mw-parser-output > .toc:hover {
    border-color: #d7bfa2;
    box-shadow: 0 0 14px rgba(215, 191, 162, 0.4);
}

/* Estilos de enlaces dentro del TOC */
#toc a {
    color: #004a6c;
    text-decoration: none;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

#toc a:hover {
    color: #006fa3;
    text-shadow: 0px 0px 4px rgba(0, 111, 163, 0.35);
}

/* Numeración del TOC */
#toc .tocnumber {
    color: #8c6930;
    font-weight: bold;
}

/* ============================================
   MÓVILES – Ajustes suaves y mejores escalas
   ============================================ */
@media (max-width: 720px) {
    h1::after, h2::after, h3::after {
        width: 75%;
        opacity: 0.9;
    }

    #toc {
        font-size: 0.95em;
        padding: 0.8em 1em;
    }
}

/* ============================================
   ENCABEZADOS H1–H3 - Línea inferior suave, animada, elegante - F I N
   ============================================ */


/* Ajusto los espacios en blanco al usar los encabezados y divisiones que se crean para el ToC con la intensión de que sean mas compactos, agradables de leer en textos largo o tratar de que se se parezca mas el contenido a el formato que presentan herramientas como CHATGPT que es una herramientas que estoy utilizando mucho para crear esta wiki FSF. */
/* Nota: En el skin Timeless, los encabezados utilizan márgenes amplios por defecto, lo que genera espacios grandes entre secciones. Los valores típicos son: h1 (1.4em arriba / 0.6em abajo), h2 (1.2em / 0.5em), h3 (1em / 0.4em) y h4–h6 (0.8–0.6em / 0.3–0.2em). Si se desea un estilo más compacto, estos márgenes pueden ajustarse mediante CSS en '''MediaWiki:Common.css'''.*/</small>
h2 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h3 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h4 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h5 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}
h6 { margin-top: 0.10em !important; margin-bottom: 0.02em !important;}

/* ==========================================
   ESTILOS GENERALES DE LA TARJETA
   ========================================== */

.colorcard {
  width: 260px;
  padding: 15px;
  border-radius: 18px;
  margin: 12px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.colorcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.colorcard-header {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 8px;
}

/* ==========================================
   ESTILOS INDIVIDUALES DE LOS 22 COLORES
   Cada uno refleja el simbolismo del color.
   ========================================== */

/* 1. Rojo - Fuerza, vida, impulso */
.color-Rojo {
  background: linear-gradient(135deg, #ff2a2a, #a30000);
  border: 2px solid #ff7070;
}

/* 2. Naranja - Vitalidad, expansión */
.color-Naranja {
  background: linear-gradient(135deg, #ff8c2a, #e65a00);
  border: 2px solid #ffd0a3;
}

/* 3. Oro - Prosperidad, luz superior */
.color-Oro {
  background: radial-gradient(circle, #ffe680, #c9a000);
  border: 3px solid #fff3b0;
  color: #402800;
}

/* 4. Amarillo - Claridad, intelecto */
.color-Amarillo {
  background: linear-gradient(135deg, #fff066, #e6cc00);
  border: 2px solid #fff7b8;
  color: #403800;
}

/* 5. Verde - Sanación, bienestar */
.color-Verde {
  background: linear-gradient(135deg, #28bd67, #0f6135);
  border: 2px solid #92e8b9;
}

/* 6. Plantas - Crecimiento orgánico */
.color-Plantas {
  background: repeating-linear-gradient(
    45deg,
    #3e8e41,
    #3e8e41 10px,
    #2f6b31 10px,
    #2f6b31 20px
  );
  border: 2px solid #78d17f;
}

/* 7. Turquesa - Movimiento, flujo emocional */
.color-Turquesa {
  background: linear-gradient(135deg, #3ff2e2, #178f85);
  border: 2px solid #affbf2;
}

/* 8. Azul - Calma, orden, mente */
.color-Azul {
  background: linear-gradient(135deg, #2a79ff, #003a99);
  border: 2px solid #93bdff;
}

/* 9. Índigo - Misterio, percepción profunda */
.color-Índigo {
  background: linear-gradient(135deg, #4b32a8, #190a5c);
  border: 2px solid #c3b4ff;
}

/* 10. Violeta - Espíritu, transformación */
.color-Violeta {
  background: linear-gradient(135deg, #b259ff, #5a0099);
  border: 2px solid #e5c2ff;
}

/* 11. Rosa - Amor, dulzura */
.color-Rosa {
  background: radial-gradient(circle, #ff8ccc, #cc2a82);
  border: 2px solid #ffc6e9;
}

/* 12. Magenta - Poder del corazón + voluntad */
.color-Magenta {
  background: linear-gradient(135deg, #ff2ad4, #a3007f);
  border: 2px solid #ff9aec;
}

/* 13. Blanco - Pureza, equilibrio */
.color-Blanco {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  border: 2px solid #e4e4e4;
  color: #333;
}

/* 14. Negro - Misterio, profundidad absoluta */
.color-Negro {
  background: linear-gradient(135deg, #000000, #242424);
  border: 2px solid #555;
  color: #ddd;
}

/* 15. Gris - Neutralidad, pausa */
.color-Gris {
  background: linear-gradient(135deg, #d6d6d6, #8c8c8c);
  border: 2px solid #f0f0f0;
  color: #2a2a2a;
}

/* 16. Café / Tierra - Enraizamiento, estabilidad */
.color-Café {
  background: linear-gradient(135deg, #8b5a2b, #4b2e16);
  border: 2px solid #d8b28a;
  color: #f0e6dd;
}

/* 17. Madera - Naturaleza, hogar */
.color-Madera {
  background: repeating-linear-gradient(
    90deg,
    #c4975a,
    #c4975a 20px,
    #9c743f 20px,
    #9c743f 40px
  );
  border: 2px solid #eed7b7;
  color: #3d2a15;
}

/* 18. Plata - Intuición, reflejo interno */
.color-Plata {
  background: linear-gradient(135deg, #e3e3e3, #9a9a9a);
  border: 2px solid #ffffff;
  color: #2e2e2e;
}

/* 19. Cobre - Protección, conexión ancestral */
.color-Cobre {
  background: linear-gradient(135deg, #c46a27, #7a3d11);
  border: 2px solid #f0b088;
}

/* 20. Coral - Creatividad emocional */
.color-Coral {
  background: linear-gradient(135deg, #ff7f6e, #cc4330);
  border: 2px solid #ffc1b8;
}

/* 21. Lavanda - Serenidad espiritual */
.color-Lavanda {
  background: linear-gradient(135deg, #d6b4ff, #9f77cc);
  border: 2px solid #efdfff;
}

/* 22. Champaña - Elegancia suave, gracia */
.color-Champaña {
  background: radial-gradient(circle, #f7e7c6, #d6c193);
  border: 2px solid #fff5e2;
  color: #4f3d29;
}