Diferencia entre revisiones de «MediaWiki:Vector.css»

De DerechoPedia
Ir a la navegaciónIr a la búsqueda
Sin resumen de edición
Etiqueta: Revertido
Sin resumen de edición
Etiqueta: Revertido
Línea 1: Línea 1:
/* --- MENÚ LATERAL MODERNO "ESTILO APP" (VECTOR) --- */
/* --- CÓDIGO MAESTRO DERECHOPEDIA (DISEÑO + ARREGLO DE ESPACIOS) --- */


/* 1. AJUSTE DEL CONTENEDOR (Más aire) */
/* ==================================================================
#mw-panel {
  1. ARREGLO URGENTE DE ESTRUCTURA (EVITA QUE SE VEA MAL)
     padding-top: 15px !important;
  ================================================================== */
    padding-left: 0 !important; /* Pegado a la izquierda para el efecto de borde */
/* Esto empuja el texto principal a la derecha para respetar el menú */
div#content,
div#footer,
div#mw-head-base {
     margin-left: 12em !important; /* Espacio reservado para la barra izquierda */
}
}


/* 2. TÍTULOS DE SECCIONES (Minimalistas) */
/* Esto fija el ancho de la barra izquierda */
div#mw-panel {
    width: 11em !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
 
/* ==================================================================
  2. CABECERA (CIELO Y TEXTOS BLANCOS)
  ================================================================== */
#mw-head {
    background-image: url('https://s23.derechopedia.cl/kya.cl/Sky.png') !important;
    background-color: #263355 !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
 
/* Textos del menú superior en blanco */
#p-namespaces li > a,
#p-views li > a,
#p-cactions li > a,
#p-personal li a {
    color: #ffffff !important;
    font-weight: bold !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
    background: none !important;
}
 
/* Pestaña activa blanca */
#p-namespaces li.selected > a,
#p-views li.selected > a {
    background-color: #ffffff !important;
    color: #263355 !important;
    border-bottom: none !important;
    border-radius: 4px 4px 0 0 !important;
}
 
/* ==================================================================
  3. MENÚ LATERAL MODERNO (ESTILO APP)
  ================================================================== */
/* Ajuste de posición del logo */
#p-logo {
    margin-bottom: 20px !important;
    margin-left: 10px !important;
}
 
/* Títulos de secciones (ej: PRINCIPALES) */
#mw-panel .portal h3 {
#mw-panel .portal h3 {
     color: #263355 !important; /* Tu azul corporativo */
     color: #263355 !important;
     font-family: 'Segoe UI', Roboto, sans-serif !important;
     font-family: 'Segoe UI', Roboto, sans-serif !important;
     font-size: 11px !important; /* Pequeño y elegante */
     font-size: 11px !important;
     font-weight: 800 !important;
     font-weight: 800 !important;
     text-transform: uppercase;
     text-transform: uppercase;
     letter-spacing: 1px; /* Espaciado entre letras */
     letter-spacing: 1px;
     margin: 20px 0 8px 15px !important; /* Alineación */
     margin: 15px 0 5px 10px !important;
     border: none !important;
     border: none !important;
     display: block !important;
     display: block !important;
    opacity: 0.8;
}
}


/* 3. LIMPIEZA DE LA LISTA */
/* Limpieza de la lista */
#mw-panel .portal .body ul {
#mw-panel .portal .body ul {
     list-style: none !important;
     list-style: none !important;
Línea 34: Línea 85:
}
}


/* 4. ENLACES (ESTILO CÁPSULA MODERNA) */
/* DISEÑO DE BOTONES LATERALES */
#mw-panel .portal .body li a {
#mw-panel .portal .body li a {
     display: block !important;
     display: block !important;
     padding: 10px 15px !important; /* Botón más alto y cómodo */
     padding: 8px 10px !important;
     margin-bottom: 2px !important;
     margin-bottom: 2px !important;
     margin-right: 10px !important; /* Espacio a la derecha */
     margin-right: 5px !important;
      
      
     color: #555 !important; /* Gris oscuro neutro */
     color: #555 !important;
     font-family: 'Segoe UI', sans-serif !important;
     font-family: 'Segoe UI', sans-serif !important;
     font-size: 14px !important;
     font-size: 13px !important;
     text-decoration: none !important;
     text-decoration: none !important;
      
      
     /* LA MAGIA MODERNA: Bordes redondos solo a la derecha */
     /* Borde redondeado a la derecha */
     border-radius: 0 20px 20px 0 !important;  
     border-radius: 0 15px 15px 0 !important;  
     border-left: 4px solid transparent !important; /* Borde invisible listo para el hover */
     border-left: 3px solid transparent !important;
     transition: all 0.2s ease; /* Suavidad al pasar el mouse */
     transition: all 0.2s ease;
}
}


/* 5. EFECTO AL PASAR EL MOUSE (HOVER) */
/* Efecto al pasar el mouse */
#mw-panel .portal .body li a:hover {
#mw-panel .portal .body li a:hover {
     background-color: #f0f4ff !important; /* Azul muy pálido de fondo */
     background-color: #eef2ff !important; /* Azul muy clarito */
     color: #263355 !important; /* Texto azul fuerte */
     color: #263355 !important;
     border-left-color: #263355 !important; /* La barrita azul a la izquierda */
     border-left-color: #263355 !important; /* Línea azul indicadora */
     font-weight: 600 !important;
     font-weight: 700 !important;
    text-decoration: none !important;
     padding-left: 15px !important; /* Pequeño movimiento */
     padding-left: 20px !important; /* Pequeño movimiento a la derecha */
}
 
/* ==================================================================
  4. EXTRAS
  ================================================================== */
/* Arreglo para que las imágenes grandes no se salgan */
#siteNotice img, #content img {
    max-width: 100% !important;
    height: auto !important;
}
}

Revisión del 16:02 19 dic 2025

/* --- CÓDIGO MAESTRO DERECHOPEDIA (DISEÑO + ARREGLO DE ESPACIOS) --- */

/* ==================================================================
   1. ARREGLO URGENTE DE ESTRUCTURA (EVITA QUE SE VEA MAL)
   ================================================================== */
/* Esto empuja el texto principal a la derecha para respetar el menú */
div#content, 
div#footer, 
div#mw-head-base {
    margin-left: 12em !important; /* Espacio reservado para la barra izquierda */
}

/* Esto fija el ancho de la barra izquierda */
div#mw-panel {
    width: 11em !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* ==================================================================
   2. CABECERA (CIELO Y TEXTOS BLANCOS)
   ================================================================== */
#mw-head {
    background-image: url('https://s23.derechopedia.cl/kya.cl/Sky.png') !important;
    background-color: #263355 !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Textos del menú superior en blanco */
#p-namespaces li > a,
#p-views li > a,
#p-cactions li > a,
#p-personal li a {
    color: #ffffff !important;
    font-weight: bold !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
    background: none !important;
}

/* Pestaña activa blanca */
#p-namespaces li.selected > a,
#p-views li.selected > a {
    background-color: #ffffff !important;
    color: #263355 !important;
    border-bottom: none !important;
    border-radius: 4px 4px 0 0 !important;
}

/* ==================================================================
   3. MENÚ LATERAL MODERNO (ESTILO APP)
   ================================================================== */
/* Ajuste de posición del logo */
#p-logo {
    margin-bottom: 20px !important;
    margin-left: 10px !important;
}

/* Títulos de secciones (ej: PRINCIPALES) */
#mw-panel .portal h3 {
    color: #263355 !important;
    font-family: 'Segoe UI', Roboto, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0 5px 10px !important;
    border: none !important;
    display: block !important;
}

/* Limpieza de la lista */
#mw-panel .portal .body ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#mw-panel .portal .body li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* DISEÑO DE BOTONES LATERALES */
#mw-panel .portal .body li a {
    display: block !important;
    padding: 8px 10px !important;
    margin-bottom: 2px !important;
    margin-right: 5px !important;
    
    color: #555 !important;
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    text-decoration: none !important;
    
    /* Borde redondeado a la derecha */
    border-radius: 0 15px 15px 0 !important; 
    border-left: 3px solid transparent !important;
    transition: all 0.2s ease;
}

/* Efecto al pasar el mouse */
#mw-panel .portal .body li a:hover {
    background-color: #eef2ff !important; /* Azul muy clarito */
    color: #263355 !important;
    border-left-color: #263355 !important; /* Línea azul indicadora */
    font-weight: 700 !important;
    padding-left: 15px !important; /* Pequeño movimiento */
}

/* ==================================================================
   4. EXTRAS
   ================================================================== */
/* Arreglo para que las imágenes grandes no se salgan */
#siteNotice img, #content img {
    max-width: 100% !important;
    height: auto !important;
}