580
düzenleme
("<div class="blink" style="text-align:center; margin-bottom:5pt; line-height:10pt"> <p style="font-size:12pt; color:red;">{{{1}}}</p> <p style="font-size:16pt; color:red;">{{{1}}}</p> <p style="font-size:20pt; color:red;">{{{1}}}</p> <p style="font-size:24pt; color:red;">{{{1}}}</p> <p style="font-size:28pt; color:red;">{{{1}}}</p> <p style="font-size:32pt; color:red;">{{{1}}}</p> <p style="font-size:36pt; color:red;">{{{1}}}</p> </div>" içeriğiyle yeni sayfa oluşturdu) |
Değişiklik özeti yok |
||
1. satır: | 1. satır: | ||
<div class="blink" style="text-align:center; margin-bottom:5pt; | <div class="blink-container" style="text-align:center; margin-bottom:5pt;"> | ||
<p style="font-size:12pt; color:red;">{{{1}}}</p> | <p style="font-size:12pt; color:red; animation: blink 1.5s linear infinite;">{{{1}}}</p> | ||
<p style="font-size:16pt; color:red;">{{{1}}}</p> | <p style="font-size:16pt; color:red; animation: blink 1.5s linear infinite;">{{{1}}}</p> | ||
<p style="font-size:20pt; color:red;">{{{1}}}</p> | <p style="font-size:20pt; color:red; animation: blink 1.5s linear infinite;">{{{1}}}</p> | ||
<p style="font-size:24pt; color:red;">{{{1}}}</p> | <p style="font-size:24pt; color:red; animation: blink 1.5s linear infinite;">{{{1}}}</p> | ||
<p style="font-size:28pt; color:red;">{{{1}}}</p> | <p style="font-size:28pt; color:red; animation: blink 1.5s linear infinite;">{{{1}}}</p> | ||
<p style="font-size:32pt; color:red;">{{{1}}}</p> | <p style="font-size:32pt; color:red; animation: blink 1.5s linear infinite;">{{{1}}}</p> | ||
<p style="font-size:36pt; color:red;">{{{1}}}</p> | <p style="font-size:36pt; color:red; animation: blink 1.5s linear infinite;">{{{1}}}</p> | ||
</div> | </div> | ||
<style> | |||
@keyframes blink { | |||
0% { opacity: 1; } | |||
50% { opacity: 0; } | |||
100% { opacity: 1; } | |||
} | |||
</style> |