One Hat Cyber Team
Your IP :
172.70.50.39
Server IP :
188.114.96.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
theme
/
dev
/
components
/
countdown
/
View File Name :
countdown.css
.countdown { display: flex; align-items: center; margin-left: -5px; margin-right: -5px; line-height: 1; text-align: center; } .countdown-block { position: relative; flex: 0 1 auto; padding: 0 5px; } .countdown-block-seconds { position: absolute; opacity: 0; visibility: hidden; } .countdown-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; flex-direction: column; justify-content: center; } .countdown-circle { fill: transparent; } html:not(.ie-11):not(.ie-10) .countdown-circle { width: 100%; height: auto; } .countdown-circle-bg { stroke: #cfcfcf; stroke-width: 2px; } .countdown-circle-fg { stroke: #F2B449; stroke-width: 3px; } .countdown-counter { font-family: "Spartan", sans-serif; font-size: 24px; font-weight: 600; line-height: 1.1; letter-spacing: 0.01em; color: #272b37; } .countdown-title { font-size: 0.75rem; font-weight: 700; line-height: 1.2; letter-spacing: 0.04em; text-transform: uppercase; color: #8d8d8d; } * + .countdown { margin-top: 1.5625rem; } .countdown + * { margin-top: 1.5625rem; } .context-dark .countdown-counter { color: #fff; } .context-dark .countdown-title { color: rgba(255, 255, 255, 0.6); } @media (min-width: 576px) { .countdown-block-seconds { position: relative; opacity: 1; visibility: visible; } } @media (min-width: 768px) { .countdown { margin-left: -20px; margin-right: -20px; } .countdown-block { padding: 0 20px; } .countdown-counter { font-size: 34px; } } @media (min-width: 992px) { .countdown-counter { font-size: 40px; } } @media (min-width: 1200px) { * + .countdown { margin-top: 2.5rem; } .countdown + * { margin-top: 2.5rem; } } /*# sourceMappingURL=countdown.css.map */