Diferencia entre revisiones de «Plantilla:Help Box»
Ir a la navegación
Ir a la búsqueda
Sin resumen de edición |
Sin resumen de edición |
||
Línea 1: | Línea 1: | ||
< | <style> | ||
<div>< | .helpbox { | ||
<div>{{{contenido}}}</div> | border: 1px solid #ccc; | ||
<div>{{{imagen|}}}</div> | background-color: #f8f8f8; | ||
padding: 10px; | |||
margin-bottom: 10px; | |||
} | |||
.helpbox-titulo { | |||
font-size: 1.2em; | |||
font-weight: bold; | |||
margin-bottom: 5px; | |||
} | |||
.helpbox-contenido { | |||
margin-bottom: 10px; | |||
} | |||
.helpbox-imagen { | |||
text-align: center; | |||
margin-bottom: 10px; | |||
} | |||
.helpbox-imagen img { | |||
max-width: 100%; | |||
} | |||
</style> | |||
<div class="helpbox"> | |||
<div class="helpbox-titulo">{{{titulo}}}</div> | |||
<div class="helpbox-contenido">{{{contenido}}}</div> | |||
<div class="helpbox-imagen">{{{imagen|}}}</div> | |||
</div> | </div> |
Revisión del 17:44 12 feb 2025
<style> .helpbox {
border: 1px solid #ccc; background-color: #f8f8f8; padding: 10px; margin-bottom: 10px;
}
.helpbox-titulo {
font-size: 1.2em; font-weight: bold; margin-bottom: 5px;
}
.helpbox-contenido {
margin-bottom: 10px;
}
.helpbox-imagen {
text-align: center; margin-bottom: 10px;
}
.helpbox-imagen img {
max-width: 100%;
} </style>
{{{titulo}}}
{{{contenido}}}