📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
kurutemizlemescripti.demodesign.com.tr
/
css
📝
loader.min.css
← Geri Dön
div.drop-container { position: absolute; top: -80px; right: 0; bottom: 0; left: 0; margin: auto; height: 100px; width: 100px; } div.drop { position: absolute; top: -75%; width: 100%; height: 100%; border-radius: 100% 5% 100% 100%; transform: rotate(0deg); margin: 40px 0px 0px 0px; background: deepskyblue; animation: drip 4s forwards infinite; } .loading-pic h4 { color: #fff; position: absolute; font-size: 18px; height: 1em; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; margin: auto; text-align: center; opacity: 0; animation: appear 2s 2.5s forwards; } @keyframes appear { 0% { opacity: 0; } 100% { opacity: 1; } } div.drop-container:before, div.drop-container:after { content: ''; position: absolute; z-index: -1; top: 50%; right: 50%; transform: translate(50%) rotateX(75deg); border-radius: 100%; opacity: 0; width: 75%; height: 75%; border: 5px solid skyblue; animation: dripple 2s ease-out 1s infinite; } div.drop-container:after { animation: dripple 2s ease-out 1.7s infinite; } @keyframes drip { 45% { top: 0; border-radius: 100% 5% 100% 100%; transform: rotate(-45deg); } 100% { top: 0; transform: rotate(0deg); border-radius: 100%; } } @keyframes dripple { 0% { width: 150px; height: 150px; } 25% { opacity: 1; } 100% { width: 500px; height: 500px; top: -100%; opacity: 0; } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula