Plantilla:BienvenidaFelcoWiki

De tfhkacolwiki
Ir a la navegación Ir a la búsqueda

<style> .bienvenida-felco {

 background-color: #f8fbff;
 border: 1px solid #cce0ff;
 padding: 1.5em;
 border-radius: 12px;
 box-shadow: 1px 1px 6px rgba(0,0,0,0.05);
 margin-bottom: 2em;
 font-size: 95%;

} .bienvenida-felco h3 {

 margin-top: 0;
 color: #2c3e50;

} .bienvenida-felco code {

 background-color: #eef3f9;
 padding: 2px 4px;
 border-radius: 4px;

} .boton-regresar {

 display: inline-block;
 padding: 10px 16px;
 background-color: #007bff;
 color: white !important;
 border-radius: 6px;
 text-decoration: none;
 font-weight: bold;
 margin-top: 1em;
 box-shadow: 1px 1px 5px rgba(0,0,0,0.1);

} .boton-regresar:hover {

 background-color: #0056b3;
 text-decoration: none;

}

.div-proposito { background-color:#d9f2e6; border:1px solid #b3e6cc; padding:0.8em; border-radius:8px; }


</style>