<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
!Hola, personitas curiosas! ¡Sí, me refiero a ustedes, simpáticos lectores y lectoras! Mi nombre es Ana Solari y esta soy yo
</p>
<img src="imagenes/Anita.png" alt="Trulli" width="300" height="400">.
<p style="color: black;">
Les quiero contar una historia que me contaron hace poco dos jovencitos, Javier y Federica, que viven en el año 2030. Pensaron que sus aventuras podían gustarles a ustedes y viajaron en el tiempo hasta este año, 2023, para que yo las escribiera. ¿Se imaginan que alguien pueda viajar en el tiempo? Aunque parezca mentira, ellos pueden. Así que los invito a que viajemos un poco en el tiempo para seguir las aventuras de nuestros dos amigos.</p>
<p style="color: black;">
Lo mejor es que empiece por algún principio: ¿qué pasó en ese año, 1930? Pues resulta que el primer mundial de fútbol se jugó acá, en Montevideo, y Uruguay salió campeón. Ahora les voy a contar algo que no sabe nadie, y solo lo van a saber ustedes. El mundial de 1930 se jugó gracias a Javier y a Federica. Sí, así como les digo. ¿No me creen? Bueno, al principio me costó entender lo que me explicaron, y la verdad, es que no les creí del todo.
</p>
<div class="grupo-botones">
<button class="button">
[[Javier y Federica]]
</button>
<div class="grupo-botones">
<button class="button">
[[Personajes]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Así empezó todo.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid blue !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari-</span>
Javier y Federica tienen 14 años, van al liceo y viven en el barrio Peñarol. Me gustaría que se imaginaran cómo será cualquier barrio dentro de diez años. Por ejemplo: el tren que conecta Peñarol con la central de ferrocarriles es eléctrico… y se maneja solo. Casi nadie anda en auto; no hay tantos como ahora, y las calles tienen un pedazo para las bicis. Además, hay más parques en todas partes, muy cuidados, con muchos juegos para personitas como ustedes. En las casitas con jardín, además de flores, hay huertos familiares con verduras de todo tipo. Hay otras cosas por el estilo, que ustedes me dirán. ¡Ay, me fui de tema!
</p>
<div class="grupo-botones">
<button class="button">
[[Javier]]
</button>
<button class="button">
[[Federica]]
</button>
<button class="button">
[[Comienzo]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Javier y Federica.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color:black;">
<span style="color:blue;">Ana Solari -</span>
Federica es la mejor amiga de Javier, le encanta el fútbol y juega muy bien. También le gustan otras cosas, como los cuentos de misterio y la murga; y pelea muchísimo por los derechos de las niñas y las jóvenes. Se mete en problemas porque siempre está defendiendo a los más débiles, entre ellos a Javier. Porque resulta que hay un compañero de clase, al que llaman El Loro, que le hace bromas pesadas, a veces incluso le da alguna patada, y Federica sale en su ayuda. Su pelo es muy enrulado y negro como las plumas de un tordo, y los ojos le cambian de color. Cuando se enoja… les aconsejo que no se le acerquen. Los ojos se vuelven marrón oscuro y hay que andar con mucho cuidado. Al hermanito de Federica le dicen Lalo, y ha de tener la edad de ustedes. Javier lo ayuda con los deberes de la escuela, porque a veces, hacer los deberes… no es tan fácil como algunas personas creen. Y no siempre es divertido.
</p>
<div class="grupo-botones">
<button class="button">
[[Comienzo]]
</button>
<div class="grupo-botones">
<button class="button">
[[Javier y Federica]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Federica.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
Javier es flaquito y bastante tímido; le encanta leer y jugar a juegos de antes, como el Monkey Island o La vuelta al mundo en 80 días, que necesita lentes 3D. Sus padres se llaman Rosario y Fabrizio. Rosario se quedó sin trabajo durante la pandemia del año 2020, y ahora se dedica a hacer unos dibujos muy coloridos en telas que convierte en pañuelos, bolsos, y todo lo que se les ocurra que uno puede hacer con una tela, y los vende por internet y por redes sociales. Fabrizio es contador y trabaja en una oficina no muy lejos de la casa donde viven. ¡Esa casa es muy importante, porque la construyó el fundador de la familia, el primer Scalante que llegó a Montevideo, hace muchísimos años a principios del siglo 20. Eran <a class="texto-explicado"><span>inmigrantes</span></a> italianos y se instalaron en Peñarol, que antes se llamaba Villa Peñarol, cerca de la estación del ferrocarril. Y los hijos del tatarabuelo y del bisabuelo y del abuelo, siempre vivieron en la misma casita, que se iba agrandando según cuántas personas vivían allí. En el frente hay un jardincito muy simpático con una enredadera y un jazmín del país. En la casa hay un cuarto donde se guardan las cosas viejas –algunos lo llaman altillo, porque siempre está en la parte más alta de la casa, como el sótano siempre está bajo tierra- como muebles, cajas con papeles de la familia, juguetes que ya nadie usa y todo eso, al que Javier tiene casi prohibida la entrada. Parece que allá hay cosas del bisabuelo, pero no se habla mucho de eso, es algo misterioso, que a Javier le da mucha curiosidad. Porque me olvidé de decirles que Javier es muy curioso. Y esa curiosidad es la que hace que esta historia, que voy a contarles, empiece.
</p>
<div class="grupo-botones">
<button class="button">
[[Comienzo]]
</button>
<div class="grupo-botones">
<button class="button">
[[Javier y Federica]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Javier.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
/* Estilos explicativo */
.texto-explicado {
text-decoration-color: black !important;
}
.texto-explicado:hover {
color: #a36200 !important;
text-decoration-color: #a36200 !important;
background: white !important;
}
.texto-explicado:hover:after {
display: flex;
position: absolute;
width: 150px;
height: auto;
background: white;
padding: 20px;
border: 1px solid #cecece;
border-radius: 2px;
font-size: 12px;
color: black;
right: 0;
line-height: 14px;
box-shadow: 0.25rem 0.25rem #000000;
content: "Los emigrantes son personas que se van de su país y se mudan a otro, para conseguir trabajo, por ejemplo. A nuestro país llegaron muchísimos hace muchos años, sobre todo italianos y españoles, pero también armenios, griegos, libaneses.";
}
/* Fin estilos explicativo */
[continued]<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
El asunto, como ya les dije, es que esta historia sucede un poco en el año 2030 y otro poco cien años antes, en 1930. ¿Y por qué? Y, porque de alguna manera Javier y Federica viajan en el tiempo. ¡Sí, tal como lo escuchan! ¿No es algo genial? ¿Adónde les gustaría viajar a ustedes, si pudieran? A mí, a la época de los dinosaurios. ¿Ustedes? Bueno, sigo con la historia.
Todo empezó un día en que alguien tocó el timbre en mi casa.
</p>
<div class="grupo-botones">
<button class="button">
[[No abro la puerta]]
</button>
<button class="button">
[[Abro la puerta pero...]]
</button>
<button class="button">
[[Decido abrir la puerta]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/El comienzo.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<div class="grilla-personajes">
<div>
<img style="border: 8px solid blue !important;"src="imagenes/Anita.png" alt="Ana solari">
<p class="name-personajes" style="color:blue;">Ana Solari</p>
</div>
<div>
<img style="border: 8px solid green !important;" src="imagenes/Federica.png" alt="Federica">
<p class="name-personajes"style="color:green;">Federica</p>
</div>
<div>
<img style="border: 8px solid #790C4B !important;"src="imagenes/Javier.png" alt="Javier">
<p class="name-personajes"style="color:#790C4B;">Javier</p>
</div>
<div>
<img style="border: 8px solid #A85405 !important;" src="imagenes/Tomassino.png" alt="Tomassino">
<p class="name-personajes"style="color:#A85405;">Tomassino</p>
</div>
</div>
<div class="grupo-botones">
<button class="button">
[[Ver más personajes]]
</button>
[CSS]
/* Estilos grilla */
.grilla-personajes {
display: grid;
grid-template-rows: repeat(2, 1fr);
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
/* Fin estilos grilla */
/* Estilos imágenes */
img{
border: 8px solid !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos nombres */
.name-personajes {
margin-top: -20px;
font-size: 1.25rem;
}
/* Fin estilos imágenes */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari- </span>
No abrí y seguí leyendo unas crónicas del viaje de las selecciones al primer mundial de fútbol. Una en particular, me llamó la atención. Se trataba de un ciudadano rumano, que vivía en Montevideo y que quiso estafar a la selección rumana. Les pidió que le entregaran un poder a su nombre, para ocuparse de cobrar los viáticos y otras cuestiones vinculadas a la estadía de la selección en Montevideo. Por suerte, la policía ya sabía que era un estafador conocido, y no bien se presentó ante la organización del mundial en Montevideo, lo apresaron y evitaron una considerable pérdida de dinero.
En otra, se hace mención a la reventa de entradas, tal como ocurre hoy en día. Eso me llamó la atención, porque siempre creí que era una práctica actual, pero que no existía ya en 1930. Parece que “pícaros” hay en todos los tiempos. Nuevamente tocan timbre...
</p>
<div class="grupo-botones">
<button class="button">
[[Decido abrir la puerta]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/No abro la puerta.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]<font face="OpenDyslexic">
<img src="imagenes/portada.jpg" alt="Trulli" width="570" height="500">
<div class="grupo-botones">
<button class="button">
[[1930: el viaje]]
</button>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari-</span>
Abrí y me encontré con dos jóvenes de ojos muy grandes que sonreían.
</p>
<p style="color:black;">
<span style="color:green;">Federica- </span>
¿Tú sos la escritora?
</p>
<p style="color: black;">
<span style="color:blue;">Ana Solari</span>
─Sí ─les contesté, porque es la verdad.
</p>
<p style="color:black;">
<span style="color:green;">Federica </span>
─Venimos del año 2030 a contarte nuestras aventuras, capaz que te interesa para un nuevo libro.
</p>
<p style="color: black;">
<span style="color:blue;">Ana Solari</span>
─¡Pero estamos en 2022! ¿Cómo es posible?
</p>
<p style="color:black;">
<span style="color:green;">Federica </span>
─Cuando te contemos vas a entender.
</p>
<p style="color: black;">
<span style="color:blue;">Ana Solari-</span>
Me dieron tanta curiosidad que los hice pasar y los invité con una cocoa espumosa. Hablaron toda la tarde, a veces los dos a la vez y yo les decía:
─De a uno, de a uno.
Al principio pensé que todo era un invento. Porque a ver si me entienden: una chica y un chico dicen que vienen del año 2030 y que por si fuera poco fueron al año 1930, donde vivieron unas aventuras fantásticas y misteriosas. Pero me convencieron; lo que contaban me interesó muchísimo y me entusiasmaron.
</p>
<div class="grupo-botones">
<button class="button">
[[Aventura]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Abrí la puerta.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari - </span>
Abrí la puerta, y me molesté un poco, pero también me reí. Hay una bandita de chiquilines en la cuadra que juegan al rin-raje. En general, solo tocan el timbre y salen corriendo. Sin embargo, la última vez, dejaron una canastita con un osito de peluche al que le faltaba un ojo. Lo guardé porque me dio pena. Esta vez, no era un osito de peluche. Era una misteriosa caja de todos colores. No bien la recogí, la tapa saltó y apareció un enorme sapo verdoso que hizo “brrrp” y casi me hace caer. Miré para todos lados, pero ya habían desaparecido. Me quedé pensando qué podría hacerles yo. Me senté y se me ocurrieron algunas ideas... Nuevamente tocan el timbre
</p>
<div class="grupo-botones">
<button class="button">
[[Decido abrir la puerta]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Abrí pero.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<img src="imagenes/almuerzo.jpg" alt="Trulli" width="570" height="400">
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
La aventura de Javier comienza un mediodía, mientras almuerza con su madre y con su padre, y conversan sobre el mundial que será ese año. Recuerden: 2030. Es importante porque la apertura y la final se juegan en Montevideo. Todos están muy alegres, y las personas recuerdan el primer mundial, el de 1930, cuando Uruguay le ganó a Argentina, con enorme orgullo.
</p>
<p style="color:black;">
<span style="color:#790C4B;">Javier</span>
─¡Seguro que se repite!─dice la gente en todas partes. ─¡Vamos a ser campeones!─
</p>
<div class="grupo-botones">
<button class="button">
[[La habitación secreta]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Aventura.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
En ese momento, es como si se mareara un poco y cuando se quiere acordar, está en el muelle. ¿Pero cómo es posible? Está en 1930, es decir, cien años antes… Pronto se da cuenta de que ese barco enorme que está a punto de salir de un puerto en Francia se llama Conte Verde y viaja a Montevideo. ¡Y lleva entre los pasajeros nada más ni nada menos que a varias de las selecciones que van a participar en el Primer Mundial de Fútbol de la historia! A Javier el fútbol no le interesa demasiado, pero cuando se entera de que el buque va hasta Montevideo, piensa que lo mejor es que se suba para volver a su casa, en Peñarol. ¡Ay, pero no tiene pasaje!
</p>
<img src="imagenes/conte.jpg" alt="Trulli" width="570" height="600">
<div class="grupo-botones">
<button class="button">
[[Una mujer misteriosa]]
</button>
<button class="button">
[[El sobre]]
</button>
<button class="button">
[[Los gemelos]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Revisando fotos.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari - </span>
Entre la muchedumbre, Javier empezó a mirar para todos lados maravillado por aquellas vestimentas y voces que parecían de otro planeta, ya que había personas de diferentes regiones de Europa. Mientras todos esas caras y rostros tan diferentes lo rodeaban una elegante mujer, con un vestido largo y un sombrerito que le ocultaba parte del rostro, le llamó la atención. Algo en su forma de moverse, como si estuviera ajena a la gente que la rodeaba, lo llevó a acercarse a ella. Tímidamente le rozó el brazo y le dijo que había perdido el pasaje, si lo podría ayudar. Ella le sonrió y asintió con la cabeza. Abrió una carterita de cabritilla y le tendió unos billetes y algunas monedas. Le acarició la cabeza y le dijo que con eso podría comprar un pasaje y algo para comer. Después le dio la espalda y desapareció entre la gente. Por más que la buscó en cubierta, durante el viaje, Javier nunca volvió a verla. En algún momento llegó a creer que había sido un fantasma.
</p>
<div class="grupo-botones">
<button class="button">
[[Nuevos amigos]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Mujer misteriosa.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
Por suerte, en el muelle conoce a dos gemelos italianos, Tomassino y Antonella, que son huérfanos y quieren ir a Montevideo a buscar a un pariente lejano. Tampoco tienen pasaje ni dinero, así que planean colarse. Sí, así como lo oyen. Y lo logran: se mezclan entre las personas que suben la escalerilla, y entran al barco sin que nadie se dé cuenta y se apuran a bajar hasta el piso en que viajan los emigrantes, que son muchos.
</p>
<div class="grupo-botones">
<button class="button">
[[En el barco]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Los gemelos.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
El gentío que despedía al barco y de los que querían subir a él, era enorme. Sin saber qué hacer, Javier avanzó unos pasos y vio un sobre. Como pudo y gracias a su tamaño –parecía Pulgarcito entre los gigantes- lo agarró. En la parte superior, había un sello que brillaba y decía “Benvenuti al Conte Verde”. Lo abrió con mucha curiosidad y, para su asombro, dentro del sobre había tres pasajes en segunda clase. Miró a un lado y al otro, pero no supo si alguien lo había perdido. En todo caso, ya podía subir al barco. Entre la muchedumbre, y con los boletos en mano, conoce dos gemelos italianos, Tomassino y Antonella, que son huérfanos y quieren ir a Montevideo a buscar a un pariente lejano. En ese momento Javier supo que por obra del destino, los pasajes que le sobraban serían para ellos.
</p>
<div class="grupo-botones">
<button class="button">
[[En el barco]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/El sobre.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
Los emigrantes son personas que se van de su país y se mudan a otro, para conseguir trabajo, por ejemplo. A nuestro país llegaron muchísimos hace muchos años, sobre todo italianos y españoles, pero también armenios, griegos, libaneses. Algunos apellidos vienen de aquellas personas que llegaron a Uruguay. Y si van al Cerro, van a ver que algunas calles se llaman como los países de los que llegaron, porque muchos se fueron a vivir al Cerro. Pero sigo: en el barco, muy pronto, Javier comienza a vivir la aventura más fantástica de su vida.<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
Imagínense un enorme barco, con varias cubiertas, varios pisos, tres por lo menos, salones para comer muy grandes, las chimeneas siempre prendidas. Y en una de las cubiertas, la más grande: una especie de cancha para que los jugadores se siguieran entrenando. Lo mejor es que les muestre un dibujo de cómo era el barco.
</p>
<img src="imagenes/barco.png" alt="Trulli" width="570" height="400">
<div class="grupo-botones">
<button class="button">
[[El whats app de 1930]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/En el barco.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color:black;">
<span style="color:green;">Federica </span>
─Ahora sigo yo─ dice con una sonrisa de oreja a oreja.
─Cuando Javier volvió, no le creí nada. Pensé que era todo un invento para impresionarme. Además: tiene una imaginación increíble. Cuando me contó lo de la foto, pensé que si era un invento, estaba buenísimo. Así que subieron al enorme barco y se escondieron en una de las bodegas, cerca de la sala de máquinas, donde están los motores del barco. Allá abajo había muchísima gente, italianos, españoles, alemanes, polacos, de todo, y todos hablaban en distintos idiomas. Eran emigrantes y venían para acá, a Montevideo. De pronto, gritos, protestas, corridas. ¿Qué pasaba?
</p>
<p style="color:black;">
<span style="color:#790C4B;">Javier</span>
─Tomassino escuchó que se había roto uno de los motores y que el barco no iba a salir ese día. Así que le mandé un mensaje por whatsapp a Federica para confirmar que sí había salido. Porque si se atrasaba el viaje, era un lío con el mundial.─
</p>
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
─¿Cómo que por Whatsapp? ¿En 1930?─ Los dos me miran y deben de pensar: pobre, no entiende nada.
</p>
<p style="color:black;">
<span style="color:green;">Federica -</span>
─Sí, creo que el celular no se fija en qué año está, sino que capta ondas y así funciona ─me explica Federica con un tono de voz como si dijera: entendé rápido, que no tenemos tiempo para esos detalles.
</p>
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
Hago que sí con la cabeza, aunque no entendí del todo.
</p>
<button class="button">
[[El motor del barco]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Whatsap e 1930.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color:black;">
<span style="color:green;">Federica </span>
─A Javier le gustan mucho los barcos, los motores, sabe un montón. Así que se metió en la sala de máquinas a ver si podía arreglar el problema.
</p>
<p style="color: black;">
<span style="color:blue;">Ana Solari </span>
─¿Y pudo? ─les pregunté, muy nerviosa. Si el barco no salía… el asunto se complicaba..
</p>
<p style="color:black;">
<span style="color:green;">Federica </span>
─¡Claro! ─contesta un poco enojada porque dudé de la capacidad de su amigo.
</p>
<p style="color:black;">
<span style="color:#790C4B;">Javier </span>
─Fue cuando sospeché que yo tenía una misión─
</p>
<p style="color: black;">
<span style="color:blue;">Ana Solari </span>
─¿Una misión?
</p>
<p style="color:black;">
<span style="color:#790C4B;">Javier </span>
─Sí, asegurarme de que no pasara nada que impidiera que se jugara el mundial acá, en Montevideo. Algo así como el Guardián de la Historia─ me explica.
</p>
<p style="color: black;">
<span style="color:blue;">Ana Solari </span>
─Los miré, impresionada. ¡Qué enorme responsabilidad!
¡Como si fueras un superhéroe. Increíble. ¿Pero qué hace un guardián de la Historia? ¿Cómo hiciste para arreglarlo?
</p>
<div class="grupo-botones">
</button>
<button class="button">
[[Los guardianes de la historia]]
</button>
<button class="button">
[[Arreglo del motor]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/El motor del barco.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color:black;">
<span style="color:#790C4B;">Javier </span>
─Había dos hombres que trataban de arreglarlo, pero no podían. Así que se me ocurrió una idea: Antonella hacía como que se desmayaba, Tomassino pedía auxilio a los gritos, y cuando los dos hombres iban a buscar ayuda, yo arreglaba el motor. Y lo logré ─exclama Javier un poco colorado.
</p>
<p style="color:black;">
<span style="color:green;">Federica</span>
─¡Todos creyeron que Antonella se había desmayado de verdad! ─dice como si lo estuviera viendo.
</p>
<p style="color:black;">
<span style="color:#790C4B;">Javier </span>
─Y cuando se solucionó el problema, “aterricé” en mi casa y le conté todo a Federica. Además, tenía las manos todas engrasadas. ¡Había arreglado el motor en serio!─culmina muy orgulloso.
</p>
<span style="color:blue;">Ana Solari </span>
─Pero volviste a ir… ¿no?─
</p>
<img src="imagenes/arreglo.jpg" alt="Trulli" width="570" height="600">
<div class="grupo-botones">
<button class="button">
[[Final del primer capítulo]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Arreglo del motor.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
Acá tengo que hacer una aclaración. Resulta que Uruguay le pagó el viaje a varias selecciones para que vinieran a jugar, y esas selecciones estaban en el barco, que se llama Conte Verde. Era tan grande, que se hicieron unas canchas en las cubiertas para que los jugadores se entrenaran. La selección de Rumania viajó con el rey Carol II, que había armado un equipo de fútbol. Así que en el barco viajaba gente muy importante. Además del rey, iba el que inventó el mundial, el francés Jules Rimet, que traía la copa para el ganador. Y también venía una bailarina muy famosa, pero muy famosa, Josephine Baker.
</p>
<p style="color:black;">
<span style="color:#790C4B;">Javier </span>
─Sí. Cuando le conté a Federica lo de la foto, ella quiso ir al cuarto a revisar y ver si había más fotos. Y encontró una. Ahí estaba yo, de nuevo, viendo cómo la selección de Rumania se entrenaba─
contesta Javier.
</p>
<p style="color:black;">
<span style="color:green;">Federica </span>
─Pero además, Javier me contó que entre los pasajeros viajaba Josephine Baker, ¡casi muero de la emoción! ¡Una ídola total!─
</p>
<button class="button">
[[Tapa del libro]]
</button>
<button class="button">
[[Josephine Baker]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Final del primer capítulo.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
Entre tanta gente, Javier se dirigió hacia la boletería a sacar el pasaje . En ese momento se dio cuenta de que la cantidad de dinero que le había entregado la elegante señora, era un moneda que no conocía y en realidad creía que era demasiado. En el instante que se paró a contar el dinero, zas!!! fue arremetido por dos niños que enseguida le tendieron su mano para poder levantarlo. Evidentemente todos aquellos billetes y monedas volaron por los aires, pero gracias al trabajo de los tres pudieron recuperarlo. Ellos le dijeron a Javier que se escaparon de un orfanato en búsqueda de un pariente lejano. Javier, solo y sin dudarlo compró los tres pasajes y así juntos subieron al barco.
</p>
<div class="grupo-botones">
<button class="button">
[[En el barco]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Nuevos amigos.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
En ese almuerzo, el padre de Javier dice que seguramente en el cuarto de las cosas viejas debe de haber artículos escritos por el bisabuelo de Javier, Massimo, que había sido un apasionado por el fútbol e incluso había publicado artículos en algún diario. Cuando los padres se van a trabajar y como Javier está un poco aburrido porque Federica está visitando a sus abuelos en Bella Unión, va al cuarto prohibido a ver qué encuentra… ¡Y zas, sorpresa! Revisando fotos y noticias de aquella época, descubre una fotografía de un enorme barco en un puerto, y un montón de personas que lo saludan y lo despiden. Mira con más atención la foto y para su completo asombro ve que él está allí, en el muelle, saludando al barco, con una banderita en una mano.
</p>
<img src="imagenes/altillo.jpg" alt="Trulli" width="570" height="400">
<div class="grupo-botones">
<button class="button">
[[Revisando fotos]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Habitación secreta.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<p style="color:black;">
<span style="color:magenta;">Javier </span>
─Pa... pero como te explico qué es un Guardian de la hitoria. Vendria a ser algo así como que si un suceso de la historia se complica, arreglarlo para que las cosas ocurran como deben ser. Te pongo un ejemplo. Nosotros sabemos que Colón llegó a América el 12 de octubre de 1492, ¿no?
</p>
<span style="color:blue;">Ana Solari </span>
─Sí, claro ─digo muy convencida.
</p>
<p style="color:black;">
<span style="color:magenta;">Javier </span>
─Pero imaginate que por algún motivo, algo ocurre, por ejemplo, que no pueden salir del puerto y el viaje se atrasa… Eso no puede suceder. Entonces, el guardián de la Historia, que sabe cómo fueron las cosas, si viaja en el tiempo y ve que hay algún problema, que torcería la Historia, entonces tiene que solucionarlo ─continúa muy serio.
</p>
<span style="color:blue;">Ana Solari </span>
─¡ Impresionante ! No me digas que… No puedo creerlo. ¿Y cómo hiciste para arreglar el motor?
</p>
<div class="grupo-botones">
<button class="button">
[[Arreglo del motor]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Los guardianes de la historia.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font face="OpenDyslexic">
<div class="grilla-personajes">
<div>
<img style="border: 8px solid #992600!important;"src="imagenes//Antonella.png" alt="Trulli">
<p class="name-personajes"style="color:#992600;">Antonella</p>
</div>
<div>
<img style="border: 8px solid #637E02!important;"src="imagenes/capitan.png" alt="Trulli">
<p class="name-personajes"style="color:#637E02;"> El capitán</p>
</div>
<div>
<img style="border: 8px solid #006080 !important;" src="imagenes/Baker.png" alt="Trulli">
<p class="name-personajes"style="color:#006080;">Josephine Baker</p>
</div>
<div>
<img style="border: 8px solid #665800!important;"src="imagenes//Rumano.png" alt="Trulli">
<p class="name-personajes"style="color:#665800;">Rumano</p>
</div>
<div>
<div class="grupo-botones">
<button class="button">
[[Así empezó todo]]
</button>
[CSS]
/* Estilos grilla */
.grilla-personajes {
display: grid;
grid-template-rows: repeat(2, 1fr);
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
/* Fin estilos grilla */
/* Estilos imágenes */
img{
border: 8px solid !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos nombres */
.name-personajes {
margin-top: -20px;
font-size: 1.25rem;
}
/* Fin estilos imágenes */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]
<font color="black">
<font face="OpenDyslexic">
<h1 align="center"><i>Capítulo 1</i></h1>
<h2 align="center">Javier y Federica empiezan una nueva aventura</h2>
<img src="imagenes/despedida.jpg" alt="Trulli" width="570" height="600">
<div class="grupo-botones">
<button class="button">
[[Así empezó todo]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/cap1.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */<img src="imagenes/Baker.png" alt="Trulli" width="570" height="600">
<font face="OpenDyslexic">
<p style="color: black;">
<span style="color:blue;">Ana Solari -</span>
Se los voy a contar rapidito. Josephine nació en Estados Unidos, en una familia muy pobre, y quería ser bailarina. Le encantaba bailar. Pero tenía que trabajar. Así que hacía las dos cosas. Y un buen día se fue a París con un grupo de baile… Como los bisabuelos de Josephine vinieron del África, en la época de los esclavos, su piel era oscura. Antes, hace mucho tiempo, la gente de piel oscura, en otros países, llamaba la atención. En otros países, la gente no quería a esas personas. Pero cuando Josephine llegó a París, la adoraron. Porque, además, bailaba réquete bien. Dicen que era hermosísima. El asunto es que bailaba de una manera distinta a como se bailaba en esa época y pronto se hizo muy conocida. Les cuento, además, que vino a bailar a Montevideo, en una gran sala que había en el Palacio Salvo, ese que está en la Plaza Independencia. Además, se hizo muy amiga del Negro Andrade, un súper jugador de fútbol, que inventó la vuelta olímpica. Disculpen, es que me entusiasmo con la Historia y me voy de tema. Ahora quizá se pregunten por qué estaba en el barco, ¿no? Bueno, la respuesta nos la darán Javier y Federica a medida que avance la aventura.
</p>
<button class="button">
[[Final del primer capítulo]]
</button>
</div>
<audio controls class="audio-prueba">
<source src="Musica/Josephine Baker.m4a">
</audio>
<div class="texto-audio">
<p>
Audio de lectura.
</p>
</div>
[CSS]
/* Estilos imágenes */
img{
border: 8px solid #a36200 !important;
border-radius: 8px !important;
box-shadow: 0.25rem 0.25rem #000000;
margin-bottom: 20px !important;
}
/* Fin estilos imágenes */
/* Estilos audios */
.audio-prueba {
display: flex !important;
justify-content: center !important;
margin: auto;
margin-bottom: 20px !important;
width: 100%;
border: 1px solid #000000;
border-radius: 4px;
background-color: #56AEFF;
transform: translate(-0.25rem,-0.25rem);
box-shadow: 0.25rem 0.25rem #000000;
margin-top: 15px;
}
audio::-webkit-media-controls-panel {
background-color: #56AEFF;
}
.texto-audio {
width: 100%;
font-size: 14px;
margin: -25px 0 10px 0;
}
/* Fin de estilos audio */
/* Estilos botones */
.grupo-botones {
position: relative;
bottom: 0;
width: 100%;
}
.button {
--bg: #000;
--hover-bg: #a36200;
--hover-text: #000000;
color: #ffffff !important;
border: 1px solid var(--bg);
border-radius: 4px;
padding: 0.8em 2em;
transform: translate(-0.25rem,-0.25rem);
background: var(--hover-bg);
box-shadow: 0.25rem 0.25rem var(--bg);
transition: 0.2s;
display: flex !important;
justify-content: center !important;
margin: auto !important;
margin-bottom: 20px !important;
width: 100%;
font-family: OpenDyslexic;
font-size: 16px;
}
.button:hover {
color: var(--hover-text);
background: var(--bg);
transform: translate(0rem,0rem);
box-shadow: none;
}
.button:active {
transform: translate(0);
box-shadow: none;
}
.button a{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
font-family: "OpenDyslexic";
width: 100%;
}
.button a:hover{
color: white !important;
background: none !important;
text-decoration-color: white !important;
font-weight: bold !important;
}
/* Fin estilos botones */
[continued]