📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
catalog
/
view
/
theme
/
default
/
stylesheet
📝
style.css
← Geri Dön
* { margin: 0; padding: 0; box-sizing: border-box; } .wrapper { max-width: 1000px; margin: 0 auto; } .input-group .form-control[name^=quantity] { min-width: 50px; height: 50px; } input.form-control { width: 50px; height: 50px; } .wrapper h1 { padding: 20px 0; text-align: center; text-transform: uppercase; } .project { display: flex; } .shop { flex: 75%; } .box { display: flex; width: 100%; height: 251px; overflow: hidden; margin-bottom: 20px; background: #fff; transition: all .6s ease; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } .box:hover { border: none; transform: scale(1.01); } .box img { width: 320px; height: 250px; object-fit: cover; } .content { padding: 20px; width: 100%; position: relative; } .content h3 { margin-bottom: 9px; } .content h4 { margin-bottom: 50px; } .btn-area { position: absolute; bottom: 20px; right: 20px; /* padding: 10px 25px; */ background-color: #da4f49; color: white; cursor: pointer; border-radius: 5px; width: 75px; } .btn-area:hover { background-color: #76bfb6; color: #fff; font-weight: 600; } .unit input { width: 40px; padding: 5px; text-align: center; } .btn-area i { margin-right: 5px; } .right-bar { flex: 25%; margin-left: 20px; padding: 20px; height: 100%; border-radius: 5px; background: #fff; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } .right-bar hr { margin-bottom: 25px; } .right-bar p { display: flex; justify-content: space-between; margin-bottom: 30px; font-size: 20px; } .right-bar a { background-color: #76bfb6; color: #fff; text-decoration: none; display: block; text-align: center; height: 40px; line-height: 40px; font-weight: 900; } .right-bar i { margin-right: 15px; } .right-bar a:hover { background-color: #3972a7; } @media screen and (max-width: 700px) { .content h3 { margin-bottom: 15px; } .content h4 { margin-bottom: 20px; } .btn2 { display: none; } .box { height: 349px; } .box img { height: 150px; width: 200px; } } @media screen and (max-width: 900px) { .project { flex-direction: column; } .right-bar { margin-left: 0; margin-bottom: 20px; } } @media screen and (max-width: 1250px) { .wrapper { max-width: 95%; } }
💾 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