Ir al contenido

Diferencia entre revisiones de «MediaWiki:Common.css»

De WikiDerechos
Página creada con «#mw-panel .portal ul { list-style: none; padding-left: 0; } #mw-panel .portal ul ul { display: none; padding-left: 15px; } #mw-panel .portal:hover ul ul { display: block; }»
 
Sin resumen de edición
Línea 1: Línea 1:
#mw-panel .portal ul {
/* Ocultar subniveles por defecto */
    list-style: none;
    padding-left: 0;
}
 
#mw-panel .portal ul ul {
#mw-panel .portal ul ul {
     display: none;
     display: none;
Línea 9: Línea 5:
}
}


/* Mostrar subniveles al pasar el cursor */
#mw-panel .portal:hover ul ul {
#mw-panel .portal:hover ul ul {
     display: block;
     display: block;
}
/* Dar un margen más elegante */
#mw-panel .portal ul {
    list-style: none;
    padding-left: 0;
}
}

Revisión del 00:59 6 mar 2025

/* Ocultar subniveles por defecto */
#mw-panel .portal ul ul {
    display: none;
    padding-left: 15px;
}

/* Mostrar subniveles al pasar el cursor */
#mw-panel .portal:hover ul ul {
    display: block;
}

/* Dar un margen más elegante */
#mw-panel .portal ul {
    list-style: none;
    padding-left: 0;
}