🐬 Wapmaster share code hay
🐬 Wapmaster Dat007
D
A
T
0
0
7
K
Í
N
H
C
H
Ú
C
C
Á
C
B
Ạ
N
T
H
À
N
H
C
Ô
N
G
T
R
O
N
G
C
Ô
N
G
V
I
Ệ
C
☰▶
✈ Ảnh nền
✈ Nhạc chuông
✈ Icon đẹp
✈ Chửa bệnh
✈ Xem Phim
✈ ký tự đẹp
✈ Câu đố hay
✈ Truyện ma
✈ Xoay Ảnh
✈ Wapmaster
×
CÁC TIỆN ÍCH
✔ Nhạc nền cho wap/web
✔ Bố cục Chia 2,3,4 cột
✔ Tạo nhận xét cho blogspot
✔ Lớp phủ điều hướng
✔ Thanh trượt
✔ Menu trượt bên trái
✔ DIV kéo thả
✔ Hiệu ứng xoay ảnh
✔ Hiệu ứng ảnh
✔ Hiệu ứng chử chạy
✔ Code thường dùng
✔ Auto nội dung
✔ Chống copy
✔ Hiệu ứng chuột
✔ Chạy thử Code
✔ Chạy thử mã hóa Code
✔ Lốp Menu
✔ Code tổng hợp
✔ Ẩn hiện nội dung
✔ Tràn văn bản
✔ Khung cho blogger
✔ Bo tròn góc
✔ Auto Wap/Web wapego
✔ Auto Wap/Web xtgem
✔ Đưa website lên google
✔ Css tooltip
✔ 4 Nút Sidenav
✔ Icon đẹp
✔ Mã màu css
✔ Tìm hiểu CSS
✔ Mã màu CSS
✔ Css 1
✔ Css 2
✔ Css 3
✔ Css 4
✔ Css 5
✔ Css 6
✔ Css 7
✔ Ký tự đặc biệt
Hiệu ứng ảnh chạy
Ảnh chai qua phải
<style> adu { font-weight: bold; position: relative; -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */ animation: mymove 5s infinite; } /* Safari 4.0 - 8.0 */ #div1 {-webkit-animation-timing-function: linear;} /* Standard syntax */ #div1 {animation-timing-function: linear;} /* Safari 4.0 - 8.0 */ @-webkit-keyframes mymove { from {left: 0px;} to {left: 400px;} } /* Standard syntax */ @keyframes mymove { from {left: 0px;} to {left: 400px;} } </style> <adu id="div1"><img src="http://dat007.wap.mu/files/1067790/00.jpg" width="130px" height="190px "></adu>
Ảnh chai qua lại 2 lần
<br/> <style> dat007 { position: relative; -webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */ -webkit-animation-iteration-count: 3; /* Safari 4.0 - 8.0 */ -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */ animation-name: example; animation-duration: 4s; animation-iteration-count: 3; animation-direction: alternate; } /* DAT007 */ @keyframes example { 0% {left:0px; top:0px;} 25% {left:400px; top:0px;} 100% {left:0px; top:0px;} } </style> <dat007><img src="http://dat007.wap.mu/files/1067790/00.jpg" width="130px" height="190px "></dat007>
Ảnh chay qua lai không dừng
<style> datk { position: relative; -webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */ -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */ animation-name: example; animation-duration: 4s; animation-iteration-count: infinite; } /* Safari 4.0 - 8.0 */ @keyframes example { 0% {left:0px; top:0px;} 25% {left:200px; top:0px;} 100% {left:0px; top:0px;} } /* Safari 4.0 - 8.0 */ @-webkit-keyframes example { 0% {left:0px; top:0px;} 25% {left:200px; top:0px;} 100% {left:0px; top:0px;} } /* Standard syntax */ @keyframes example { 0% {left:0px; top:0px;} 25% {left:400px; top:0px;} 100% {left:0px; top:0px;} } </style> <datk><div style="text-align: left;"><img src="http://dat007.wap.mu/files/1067790/00.jpg" width="130px" height="190px "></div></div>
Ảnh chạy lên xuống không dừng. không dùng chung với 2 code trên
<style> aa { position: relative; -webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */ -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */ animation-name: example; animation-duration: 4s; animation-iteration-count: infinite; } /* Safari 4.0 - 8.0 */ @-webkit-keyframes example { 0% {left:0px; top:0px;} 75% {left:0px; top:200px;} 100% {left:0px; top:0px;} } /* Standard syntax */ @keyframes example { 0% {left:0px; top:0px;} 75% {left:0px; top:700px;} 100% {left:0px; top:0px;} } </style> <aa><div style="text-align: left;"><img src="http://dat007.wap.mu/files/1067790/00.jpg" width="130px" height="190px "></div></div></div></div>
Ảnh chạy lên xuống 3 lần.Không dùng chung với code trên
<style> lenxuong3 { width: px; height: px; background-color: re; position: relative; -webkit-animation-name: example; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */ -webkit-animation-iteration-count: 3; /* Safari 4.0 - 8.0 */ -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */ animation-name: example; animation-duration: 4s; animation-iteration-count: 3; animation-direction: alternate; } /* Standard syntax */ @-webkit-keyframes example { 0% {left:0px; top:0px;} 75% {left:0px; top:700px;} 100% {left:0px; top:0px;} } /* Standard syntax */ @keyframes example { 0% {left:0px; top:0px;} 75% {left:0px; top:700px;} 100% {left:0px; top:0px;} } </style> <lenxuong3><img src="http://dat007.wap.mu/files/1067790/00.jpg" width="130px" height="190px "></div>
Ảnh chạy vòng màn hình khi gê chuộc vào nó
<style> .xoaytoanmanhinh:hover{ animation xoayanhlientuc1 1s linear infinite; -moz-animation: xoayanhlientuc1 1s linear infinite; -webkit-animation: xoayanhlientuc1 1s linear infinite; -o-animation: xoayanhlientuc1 1s linear infinite; } @keyframes xoayanhlientuc1{ from {-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);} to {-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg);} } /* Hien thi cho Safari and Chrome */ @-webkit-keyframes xoayanhlientuc1 { from {-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);} to {-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg);} /* Hien thi cho Firefox */ @-moz-keyframes xoayanhlientuc1{ from {-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);} to {-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg);} } /* Hien thi cho Opera */ @-o-keyframes xoayanhlientuc1{ from {-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);} to {-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg);} } </style> <div class="xoaytoanmanhinh"><img src="http://dat007.wap.mu/files/1067790/00.jpg" width="80" height="80"/></div> </marquee>
2 ảnh 2 bên trược theo chuộc
<div id="left_ads_float"> <style> #left_ads_float { bottom:580px; left: -10px; position:fixed; } #right_ads_float { bottom:580px; right: -10px; position:fixed; } </style> <script> var vtlai_remove_fads=false; function vtlai_check_adswidth() { if(vtlai_remove_fads) { document.getElementById('left_ads_float').style.display='none'; document.getElementById('right_ads_float').style.display='none'; return; }else if(document.cookie.indexOf('vtlai_remove_float_ads')!=-1) { vtlai_remove_fads=true; vtlai_check_adswidth(); return; } else { var lwidth=parseInt(document.body.clientWidth); if(lwidth<1110) { document.getElementById('left_ads_float').style.display='none'; document.getElementById('right_ads_float').style.display='none'; } else { document.getElementById('left_ads_float').style.display='block'; document.getElementById('right_ads_float').style.display='block'; } setTimeout('vtlai_check_adswidth()',10); } } </script> <div id="divAdRight" style="display: none; position: absolute; TOP: 0px"> <a href="your link"><img src="http://dat007.wap.mu/files/1067790/00.jpg" width="130px" height="190px "> </a></div> <div id="divAdLeft" style="display: none; position: absolute; TOP: 0px"> <a href="your link"><img src="http://dat007.wap.mu/files/1067790/00.jpg" width="130px" height="190px "> </a></div> <script> function FloatTopDiv() { startLX = ((document.body.clientWidth -MainContentW)/2)-LeftBannerW-LeftAdjust , startLY = TopAdjust+80; startRX = ((document.body.clientWidth -MainContentW)/2)+MainContentW+RightAdjust , startRY = TopAdjust+80; var d = document; function ml(id) { var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; el.sP=function(x,y){this.style.left=x + 'px';this.style.top=y + 'px';}; el.x = startRX; el.y = startRY; return el; } function m2(id) { var e2=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; e2.sP=function(x,y){this.style.left=x + 'px';this.style.top=y + 'px';}; e2.x = startLX; e2.y = startLY; return e2; } window.stayTopLeft=function() { if (document.documentElement && document.documentElement.scrollTop) var pY = document.documentElement.scrollTop; else if (document.body) var pY = document.body.scrollTop; if (document.body.scrollTop > 30){startLY = 3;startRY = 3;} else {startLY = TopAdjust;startRY = TopAdjust;}; ftlObj.y += (pY+startRY-ftlObj.y)/16; ftlObj.sP(ftlObj.x, ftlObj.y); ftlObj2.y += (pY+startLY-ftlObj2.y)/16; ftlObj2.sP(ftlObj2.x, ftlObj2.y); setTimeout("stayTopLeft()", 1); } ftlObj = ml("divAdRight"); //stayTopLeft(); ftlObj2 = m2("divAdLeft"); stayTopLeft(); } function ShowAdDiv() { var objAdDivRight = document.getElementById("divAdRight"); var objAdDivLeft = document.getElementById("divAdLeft"); if (document.body.clientWidth < 1000) { objAdDivRight.style.display = "none"; objAdDivLeft.style.display = "none"; } else { objAdDivRight.style.display = "block"; objAdDivLeft.style.display = "block"; FloatTopDiv(); } } </script> <script> document.write("<script type='text/javascript' language='javascript'>MainContentW = 800;LeftBannerW = 55;RightBannerW = 55;LeftAdjust = 5;RightAdjust = 5;TopAdjust = 50;ShowAdDiv();window.onresize=ShowAdDiv;;<\/script>"); </script></div>
Bo tròn góc ảnh
<style> img { border-radius: 50%;/* chinh do tron */ } </style> <img src="http://dat007.wap.mu/files/1067790/00.jpg" alt="Paris" width="300" height="300">
Ảnh động
<script type="text/javascript"> // Banner Rotation Script by Bloggerism var ban = new Array(); var link = new Array(); var index = 0; ban[0] = new Image(); ban[0].src = "https://scontent.fsgn2-2.fna.fbcdn.net/v/t1.0-1/p48x48/17308751_609499145918505_7031598913755924300_n.jpg?oh=fb4a5361d44029d702625abefd6c219d&oe=5A85C3B5";//link hình ảnh link[0] = "https://scontent.fsgn2-2.fna.fbcdn.net/v/t1.0-1/p48x48/17308751_609499145918505_7031598913755924300_n.jpg?oh=fb4a5361d44029d702625abefd6c219d&oe=5A85C3B5";//link khách click vào hình ảnh sẽ dẫn đến... ban[1] = new Image(); ban[1].src = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3bDc4Xd-kr3aWa8wgX1R0gj5n27o0iNpYHNR60NTOz7gsqwEAdqEy2htqf1mqqsLGh5xUErtdS5-yEitGNMf2RgVD3x6mYBecHCo7TzS1RJBbgqzWPMuJOUwnScup1R1RlIZ4C1LKLFE/s1600/Dat007.png";//link hình ảnh link[1] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3bDc4Xd-kr3aWa8wgX1R0gj5n27o0iNpYHNR60NTOz7gsqwEAdqEy2htqf1mqqsLGh5xUErtdS5-yEitGNMf2RgVD3x6mYBecHCo7TzS1RJBbgqzWPMuJOUwnScup1R1RlIZ4C1LKLFE/s1600/Dat007.png";//Link khách click vào hình ảnh sẽ dẫn đến... ban[2] = new Image(); ban[2].src = "https://blogger.googleusercontent.com/img/proxy/AVvXsEiEAeSfkytMGidG7JwBkmtCtR4MDJkrdIpGtlg6bQqha4GcyfIpqg9c7KMfPBOmY0LH5co4c_GMdWSlVQmDLyMUWncl4ulvFEcQDlZ7AhtmCKOiiwYc9Pnac2aWicrLhlM-WDtXecoW_DPpVr_IDhoVFTA=s0-d";//link hình ảnh link[2] = "https://blogger.googleusercontent.com/img/proxy/AVvXsEiEAeSfkytMGidG7JwBkmtCtR4MDJkrdIpGtlg6bQqha4GcyfIpqg9c7KMfPBOmY0LH5co4c_GMdWSlVQmDLyMUWncl4ulvFEcQDlZ7AhtmCKOiiwYc9Pnac2aWicrLhlM-WDtXecoW_DPpVr_IDhoVFTA=s0-d";//link khách click vào hình ảnh sẽ dẫn đến... index = Math.random() * (ban.length); index = Math.floor(index); function rotator() {if (index == ban.length) index = 0; if (document.images) { document.images.rotation.src = ban[index].src; } else { document.getElementById('rotation').src=ban[index].src; } index++; setTimeout('rotator()',3000);//tốc độ chuyển giữa các hình ảnh 3000 = 3 giây } function go() {window.open(link[index-1]);} </script> <img id="rotation" style="cursor:pointer;" src="" onclick="go();"/> <script type="text/javascript">rotator();</script>
Trang chủ
Đăng ký:
Bài đăng (Atom)