📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
propanel
/
view
/
stylesheet
/
promotion
📝
promotion.css
← Geri Dön
/* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 50px; height: 29px; } /* Hide default HTML checkbox */ .switch input {display:none;} /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; -webkit-transition: .4s; transition: .4s; border: 1px solid #ccc; } .slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 5px; bottom: 4px; background-color: #ccc; -webkit-transition: .4s; transition: .4s; border: 1px solid #ccc; } .slider:after { position: absolute; content: ""; position: absolute; top: 4px; left: 29px; font-size: 15px; color: #ccc; font-size: 12px; font-weight: normal; } input:checked + .slider:after { position: absolute; content: ""; -webkit-transform: translateX(-22px); -ms-transform: translateX(-22px); transform: translateX(-22px); } input:checked + .slider { border: none; background-color: rgba(55, 191, 44, 0.7); } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { border: none; background-color: white; -webkit-transform: translateX(21px); -ms-transform: translateX(21px); transform: translateX(21px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }
💾 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