Administradores da interface, Administradores (Semantic MediaWiki), Editores (Semantic MediaWiki), Administradores
352
edições
Escreva seu primeiro verbete!
Sem resumo de edição |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
<div id="photo-slider" class="carousel slide" data-ride="carousel" style="width: 100%;"> | <div id="photo-slider" class="carousel slide" data-ride="carousel" style="width: 100%; max-width: 100%; height: auto;"> | ||
<!-- Indicators --> | <!-- Indicators --> | ||
<ol class="carousel-indicators"> | <ol class="carousel-indicators"> | ||
Linha 5: | Linha 5: | ||
{{#if: {{{Slide2}}} | <li data-target="#photo-slider" data-slide-to="1"></li> }} | {{#if: {{{Slide2}}} | <li data-target="#photo-slider" data-slide-to="1"></li> }} | ||
{{#if: {{{Slide3}}} | <li data-target="#photo-slider" data-slide-to="2"></li> }} | {{#if: {{{Slide3}}} | <li data-target="#photo-slider" data-slide-to="2"></li> }} | ||
</ol> | </ol> | ||
Linha 13: | Linha 12: | ||
<div class="carousel-item active"> | <div class="carousel-item active"> | ||
[[File:{{{Slide1Image}}}|class=img-fluid|alt={{{Slide1Alt}}}|style=width:100%;height:auto;]] | [[File:{{{Slide1Image}}}|class=img-fluid|alt={{{Slide1Alt}}}|style=width:100%;height:auto;]] | ||
<div class="carousel-caption d-md-block" style="background | <div class="carousel-caption d-md-block" style="position: absolute; top: 0; left: 0; width: 100%; background: rgba(0,0,0,0.5); padding: 20px; text-align: left;"> | ||
< | <h5 style="color: white; font-size: 1.8rem; font-weight: bold;">{{{Slide1Title}}}</h5> | ||
<p style="color:white; font-size: | <p style="color: white; font-size: 1.2rem;">{{{Slide1Description}}}</p> | ||
<a href="{{{Slide1Link}}}" style="color: #ffffff; text-decoration: underline; font-size: 1rem;">Leia mais</a> | |||
</div> | </div> | ||
</div> | </div> | ||
Linha 22: | Linha 22: | ||
<div class="carousel-item"> | <div class="carousel-item"> | ||
[[File:{{{Slide2Image}}}|class=img-fluid|alt={{{Slide2Alt}}}|style=width:100%;height:auto;]] | [[File:{{{Slide2Image}}}|class=img-fluid|alt={{{Slide2Alt}}}|style=width:100%;height:auto;]] | ||
<div class="carousel-caption d-md-block" style="background | <div class="carousel-caption d-md-block" style="position: absolute; top: 0; left: 0; width: 100%; background: rgba(0,0,0,0.5); padding: 20px; text-align: left;"> | ||
< | <h5 style="color: white; font-size: 1.8rem; font-weight: bold;">{{{Slide2Title}}}</h5> | ||
<p style="color:white; font-size: | <p style="color: white; font-size: 1.2rem;">{{{Slide2Description}}}</p> | ||
<a href="{{{Slide2Link}}}" style="color: #ffffff; text-decoration: underline; font-size: 1rem;">Leia mais</a> | |||
</div> | </div> | ||
</div> | </div> | ||
Linha 31: | Linha 32: | ||
<div class="carousel-item"> | <div class="carousel-item"> | ||
[[File:{{{Slide3Image}}}|class=img-fluid|alt={{{Slide3Alt}}}|style=width:100%;height:auto;]] | [[File:{{{Slide3Image}}}|class=img-fluid|alt={{{Slide3Alt}}}|style=width:100%;height:auto;]] | ||
<div class="carousel-caption d-md-block" style="background | <div class="carousel-caption d-md-block" style="position: absolute; top: 0; left: 0; width: 100%; background: rgba(0,0,0,0.5); padding: 20px; text-align: left;"> | ||
< | <h5 style="color: white; font-size: 1.8rem; font-weight: bold;">{{{Slide3Title}}}</h5> | ||
<p style="color:white; font-size: | <p style="color: white; font-size: 1.2rem;">{{{Slide3Description}}}</p> | ||
<a href="{{{Slide3Link}}}" style="color: #ffffff; text-decoration: underline; font-size: 1rem;">Leia mais</a> | |||
<a href="{{{ | |||
</div> | </div> | ||
</div> | </div> | ||
Linha 58: | Linha 51: | ||
</a> | </a> | ||
</div> | </div> | ||