Auto commit: 2026-02-01T19:51:52.906Z
This commit is contained in:
parent
6078acc5c5
commit
976c9d2604
37
index.php
37
index.php
@ -303,28 +303,6 @@ try {
|
||||
transform: scale(1.15);
|
||||
}
|
||||
|
||||
.stats-box {
|
||||
background: var(--glass-bg);
|
||||
backdrop-filter: blur(20px);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
border: 1px solid var(--glass-border);
|
||||
border-radius: 25px;
|
||||
padding: 1.5rem;
|
||||
text-align: center;
|
||||
box-shadow: 0 15px 30px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.stat-widget-container {
|
||||
background: rgba(255,255,255,0.04);
|
||||
border-radius: 15px;
|
||||
padding: 0.8rem;
|
||||
border: 1px solid rgba(255,255,255,0.05);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.whatsapp-btn {
|
||||
position: fixed;
|
||||
bottom: 30px;
|
||||
@ -518,19 +496,6 @@ try {
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="stats-box">
|
||||
<h6 class="small mb-3 fw-bold text-uppercase letter-spacing-1">
|
||||
<i class="fas fa-users me-2 text-primary"></i>
|
||||
Oyentes Online
|
||||
</h6>
|
||||
<div class="stat-widget-container">
|
||||
<a href="https://whos.amung.us/stats/lili-records/" target="_blank">
|
||||
<img src="https://whos.amung.us/widget/lili-records.png" alt="Contador de usuarios" border="0">
|
||||
</a>
|
||||
</div>
|
||||
<p class="small opacity-50 mt-3 mb-0" style="font-size: 0.7rem;">Estadísticas en tiempo real</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Right: Image + Content -->
|
||||
@ -806,4 +771,4 @@ try {
|
||||
fetchMetadata();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user