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:
.mw-portlet {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.mw-portlet h3 {
.mw-portlet h3 {
     cursor: pointer;
     cursor: pointer;
     background-color: #f8f9fa;
     font-weight: bold;
    padding: 5px;
    border-radius: 3px;
}
}


Línea 10: Línea 15:
     font-weight: bold;
     font-weight: bold;
     margin-right: 5px;
     margin-right: 5px;
}
.toggle-sidebar {
    font-size: 12px;
    color: blue;
    cursor: pointer;
}
}

Revisión del 01:28 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;
}