Diferencia entre revisiones de «Formatos Alerta»
De enunpimpam
(No se muestran 7 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
[[Category:Ayuda]] | [[Category:Ayuda]] | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | <div class="alert alert-danger text-center"> | ||
+ | <i class="fas fa-exclamation-circle text-danger fa-3x"></i> | ||
+ | <span class="nota">'''Cuidado''' No olvidarse del '''punto''' final de cada dominio.</span> | ||
+ | </div> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | <div class="alert alert-danger text-center"> | ||
+ | <i class="fas fa-exclamation-circle text-danger fa-3x"></i><span class="nota">'''Cuidado''' No olvidarse del '''punto''' final de cada dominio.</span> | ||
+ | </div> | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
<nowiki><div class="alert alert-warning"></div></nowiki> | <nowiki><div class="alert alert-warning"></div></nowiki> | ||
<div class="alert alert-warning">This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the <code>data-slider</code> attribute in elements are warmly welcome.</div> | <div class="alert alert-warning">This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the <code>data-slider</code> attribute in elements are warmly welcome.</div> | ||
Línea 8: | Línea 23: | ||
<nowiki><div class="alert alert-info"></div></nowiki> | <nowiki><div class="alert alert-info"></div></nowiki> | ||
<div class="alert alert-info">This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the <code>data-slider</code> attribute in <code>btn</code> elements are warmly welcome.</div> | <div class="alert alert-info">This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the <code>data-slider</code> attribute in <code>btn</code> elements are warmly welcome.</div> | ||
+ | <nowiki><div class="alert primary"></div></nowiki> | ||
+ | <div class="alert alert-primary">This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the <code>data-slider</code> attribute in <code>btn</code> elements are warmly welcome.</div> | ||
+ | |||
+ | <nowiki><code class="alert-warning></code></nowiki> | ||
+ | |||
+ | <code class="alert-warning>data-slider</code> | ||
+ | |||
+ | <nowiki><code class="alert-danger></code></nowiki> | ||
+ | |||
+ | <code class="alert-danger>data-slider</code> | ||
+ | |||
+ | <nowiki><code class="alert-success></code></nowiki> | ||
+ | |||
+ | <code class="alert-success>data-slider</code> | ||
+ | |||
+ | <nowiki><code class="alert-info></code></nowiki> | ||
+ | |||
+ | <code class="alert-info>data-slider</code> |
Revisión actual del 17:10 29 sep 2021
<div class="alert alert-danger text-center"> <i class="fas fa-exclamation-circle text-danger fa-3x"></i> <span class="nota">'''Cuidado''' No olvidarse del '''punto''' final de cada dominio.</span> </div>
Cuidado No olvidarse del punto final de cada dominio.
<div class="alert alert-warning"></div>
This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the
data-slider
attribute in elements are warmly welcome.<div class="alert alert-danger"></div>
This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the
data-slider
attribute in btn
elements are warmly welcome.<div class="alert alert-success"></div>
This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the
data-slider
attribute in btn
elements are warmly welcome.<div class="alert alert-info"></div>
This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the
data-slider
attribute in btn
elements are warmly welcome.<div class="alert primary"></div>
This page exists just for testing purposes. Carousels are not currently supported by Tweeki out of the box. Patches with CSS fixes and the necessary code to allow the
data-slider
attribute in btn
elements are warmly welcome.<code class="alert-warning></code>
data-slider
<code class="alert-danger></code>
data-slider
<code class="alert-success></code>
data-slider
<code class="alert-info></code>
data-slider