Ir al contenido

Diferencia entre revisiones de «MediaWiki:Common.css»

De WikiDerechos
Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
/* Ocultar subniveles por defecto */
.mw-portlet h3 {
#mw-panel .portal ul ul {
     cursor: pointer;
     display: none;
    background-color: #f8f9fa;
     padding-left: 15px;
     padding: 5px;
    border-radius: 3px;
}
}


/* Mostrar subniveles al pasar el cursor */
.toggle {
#mw-panel .portal:hover ul ul {
     cursor: pointer;
     display: block;
     font-weight: bold;
}
     margin-right: 5px;
 
/* Dar un margen más elegante */
#mw-panel .portal ul {
     list-style: none;
     padding-left: 0;
}
}

Revisión del 01:25 6 mar 2025

.mw-portlet h3 {
    cursor: pointer;
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 3px;
}

.toggle {
    cursor: pointer;
    font-weight: bold;
    margin-right: 5px;
}