Diferencia entre revisiones de «MediaWiki:Common.css»
Apariencia
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; | ||
font-weight: bold; | |||
} | } | ||
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; }