Ir al contenido

Diferencia entre revisiones de «MediaWiki:Common.css»

De WikiDerechos
Sin resumen de edición
Sin resumen de edición
Línea 21: Línea 21:
     color: blue;
     color: blue;
     cursor: pointer;
     cursor: pointer;
}
.mw-portlet li {
    padding-left: 10px;
    list-style-type: none;
}
.mw-portlet li .toggle {
    margin-right: 5px;
    color: #555;
}
.mw-portlet li:hover {
    background-color: #e8e8e8;
    border-radius: 3px;
}
}

Revisión del 01:30 6 mar 2025

.mw-portlet {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mw-portlet h3 {
    cursor: pointer;
    font-weight: bold;
}

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

.toggle-sidebar {
    font-size: 12px;
    color: blue;
    cursor: pointer;
}

.mw-portlet li {
    padding-left: 10px;
    list-style-type: none;
}

.mw-portlet li .toggle {
    margin-right: 5px;
    color: #555;
}

.mw-portlet li:hover {
    background-color: #e8e8e8;
    border-radius: 3px;
}