Reklam gösterimini engelleyici yazılım kullandığınızı görüyoruz.
Sitemizin ayakta kalıp sizlere hizmet edebilmek için en büyük gelir kaynağı sayfamızda gösterilen reklamlardır.
Reklam gösterimde bizim sayfamıza ayrıcalık tanıyarak ayakta kalmamıza destek olmak ister misiniz ?

Buton Tasarımı #1

Konu

#1
Buton Yapımcısı: -
Buton Sürümü: -

Buton Görünümü

[Resim: b81a2c87-buton.png]

Buton DemoTIKLA DEMO GİT


Ana Sayfa Kodu:

PHP Kod:
<h2><strong>Forum.</strong><a href=
 
   "https://forum.webdiyo.com/">WebDiyo.COM</a></h2>
<
link rel="stylesheet" href="stil/style.css">

<
titleWebDiyo Buton Tasarim</title>
<
div class="container">
 
 <div class="switch">
 
   <div class="switch-back"></div>

 
   <input type="radio" class="switch-input" name="switch" value="off" id="off" checked>
 
   <label for="off" class="switch-label-left switch-label-off"><span>Off</span></label>
 
   <div class="label-off"><div>Off</div></div>
 
   
    
<input type="radio" class="switch-input" name="switch" value="on" id="on">
 
   <label for="on" class="switch-label-right switch-label-on"><span>On</span></label>
 
   <div class="label-on"><div>On</div></div>

 
   <span class="switch-selection"></span>
 
 </div>
</
div
FTP stil/style.css adında klasör oluşturun ve dosyanın içine aşağıdaki kodları yazın.

PHP Kod:
body background#D3D8DE; text-align: center; }
h2 colorrgba(0,0,0,0.2); }
text-decorationnonecolor#EC5C93; }

.container {
 
 positionrelative;
 
 margin20px auto;
 
 width48px;
 
 text-aligncenter;
}

.switch {
 
 positionabsolute;
 
 top0;
 
 left0;
 
 right0;
 
 margin0 auto;
 
 height44px;
 
 width48px;
 
 border3px solid #FFF;
 
 border-radius10px;
 
 z-index2;
}

.switch:
before, .switch:after 
 
 content" ";
 
 positionabsolute;
 
 top2px;
 
 margin0;
 
 height33px;
 
 width33px;
 
 background#69727F;
 
 border3px solid #FFF;
 
 border-radius6px;
 
 -webkit-transformrotate(45deg);
 
 -moz-transform   rotate(45deg);
 
 -o-transform     rotate(45deg);
 
 -ms-transform    rotate(45deg);
 
 transform        rotate(45deg);
 
 z-index1;
}

.switch:
before 
 
 left: -18px;
}

.switch:
after 
 
 right: -18px;
}

.switch-
back {
 
 positionabsolute;
 
 top: -4px;
 
 left: -1px;
 
 margin0 auto;
 
 height45px;
 
 width50px;
 
 background#69727F;
 
 border-top3px solid #FFF;
 
 border-bottom3px solid #FFF;
 
 border-radius6px;
 
 z-index2;
}

.switch-
input {
 
 .displaynone;
}

.switch-
label-left, .switch-label-right {
 
 displayblock;
 
 positionabsolute;
 
 top0;
 
 left: -19px;
 
 width72%;
 
 height100%;
 
 colortransparent;
 
 text-indent: -999px;
 
 overflowhidden;
 
 cursorpointer;
 
 .backgroundrgba(255,0,0,0.1);
 
 z-index3;
}

.switch-
label-right {
 
 leftauto;
 
 right: -19px;
 
 width72%;
}

.switch-
input:checked + .switch-label {
 
 -webkit-transition0.2s ease-out;
 
 -moz-transition   0.2s ease-out;
 
 -o-transition     0.2s ease-out;
 
 transition        0.2s ease-out;
}

.switch-
input:checked + .switch-label-on ~ .switch-selection {
 
 left27px;
 
 -webkit-box-shadow0px 0px 25px rgba(150,255,50,0.3), 1px 1px 10px rgba(0,0,0,0.8), inset 0px 0px 0px 3px #B0CD61;
 
 box-shadow0px 0px 25px rgba(150,255,50,0.3), 1px 1px 10px rgba(0,0,0,0.8), inset 0px 0px 0px 3px #B0CD61;
}

.switch-
input:checked + .switch-label-off ~ .switch-selection {
 
 -webkit-box-shadow0px 0px 25px rgba(255,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.8), inset 0px 0px 0px 3px #E4837B;
 
 box-shadow0px 0px 25px rgba(255,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.8), inset 0px 0px 0px 3px #E4837B;
}

.switch-
selection {
 
 displayblock;
 
 positionabsolute;
 
 top3px;
 
 left: -15px;
 
 margin4px;
 
 width25px;
 
 height25px;
 
 background#FFF;
 
 border2px solid #FFF;
 
 border-radius3px;
 
 -webkit-transformrotate(45deg);
 
 -moz-transform   rotate(45deg);
 
 -o-transform     rotate(45deg);
 
 -ms-transform    rotate(45deg);
 
 transform        rotate(45deg);
 
 -webkit-transitionleft 0.15s ease-out;
 
 -moz-transitionleft 0.15s ease-out;
 
 -o-transitionleft 0.15s ease-out;
 
 transitionleft 0.15s ease-out;
 
 z-index999;
}

.
label-on, .label-off {
 
 displayblock;
 
 positionabsolute;
 
 top3px;
 
 margin4px;
 
 width25px;
 
 height25px;
 
 backgroundrgba(0,0,0,0.1);
 
 border2px solid transparent;
 
 border-radius3px;
 
 color#69727F;
 
 font-size0.75em;
 
 text-aligncenter;
 
 line-height25px;
 
 -webkit-transformrotate(45deg);
 
 -moz-transform   rotate(45deg);
 
 -o-transform     rotate(45deg);
 
 -ms-transform    rotate(45deg);
 
 transform        rotate(45deg);
 
 z-index2;
}

.
label-on right: -15px; }
.
label-off left: -15px; }

.
label-on div, .label-off div {
 
 -webkit-transformrotate(-45deg) !important;
 
 -moz-transform   rotate(-45deg);
 
 -o-transform     rotate(-45deg);
 
 -ms-transform    rotate(-45deg);
 
 transform        rotate(-45deg) !important;
 
 z-index: -1;




Cevapla


Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
CSS Örnekleri #4 Buton Yapımı ` ripeNess 1 341 28-10-2018, Saat: 15:52
Son Yorum: ` bRae
CSS Örnekleri #5 Beğeni Buton Yapımı ` ripeNess 1 339 28-10-2018, Saat: 15:52
Son Yorum: ` bRae

Task