Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <br></br>
- <center>
- <h2>
- <script type='text/javascript'>
- //<![CDATA[
- /*
- Teks berganti-ganti warna Script by Matt Hedgecoe
- Featured on JavaScript Kit, visit http://www.javascriptkit.com/script/script2/rainbowtext.shtml
- */
- var text="D'CAFE ~ ALTIZ - KATA BIJAK" //Ganti dengan teks anda
- var speed=80 //Kecepatan ganti warna
- if (document.all||document.getElementById){
- document.write('<span id="highlight">' + text + '</span>')
- var storetext=document.getElementById? document.getElementById("highlight") : document.all.highlight
- }
- else
- document.write(text)
- var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
- var r=1
- var g=1
- var b=1
- var seq=1
- function changetext(){
- rainbow="#"+hex[r]+hex[g]+hex[b]
- storetext.style.color=rainbow
- }
- function change(){
- if (seq==6){
- b--
- if (b==0)
- seq=1
- }
- if (seq==5){
- r++
- if (r==12)
- seq=6
- }
- if (seq==4){
- g--
- if (g==0)
- seq=5
- }
- if (seq==3){
- b++
- if (b==12)
- seq=4
- }
- if (seq==2){
- r--
- if (r==0)
- seq=3
- }
- if (seq==1){
- g++
- if (g==12)
- seq=2
- }
- changetext()
- }
- function starteffect(){
- if (document.all||document.getElementById)
- flash=setInterval("change()",speed)
- }
- starteffect()
- //]]>
- </script>
- </h2></center>
- <br>
- <style>
- body{background:#ff8000;}
- ul.topUL {padding:0; margin:0; list-style:none; width:250px; margin:0 auto; position:relative; z-index:100; font-family:verdana, arial, sans-serif;}ul.topUL > li {float:left; margin-right:1px; position:relative; z-index:10;}ul.topUL > li a.p1 {display:block; width:43px; border:2px solid #333; border-width:1px 3px; height:248px; color:#fff; top:0; left:0; text-decoration:none; position:relative;-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
- -webkit-transition: 0.25s;-moz-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s;}ul.topUL > li > a span {display:block; width:43px; white-space:nowrap; position:absolute; left:0px; top:200px;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);}ul.topUL > li.b1 > a {background:#562; border-color:#340;background: -moz-linear-gradient(0, #562, #784 50%, #562 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#562), color-stop(50%, #784), color-stop(100%, #562)); }ul.topUL > li.b2 > a {background:#366; border-color:#144;background: -moz-linear-gradient(0, #366, #688 50%, #366 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#366), color-stop(50%, #688), color-stop(100%, #366)); }ul.topUL > li.b3 > a {background:#246; border-color:#024;background: -moz-linear-gradient(0, #246, #579 50%, #246 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#246), color-stop(50%, #579), color-stop(100%, #246)); }ul.topUL > li.b4 > a {background:#741; border-color:#520;background: -moz-linear-gradient(0, #741, #a74 50%, #741 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#741), color-stop(50%, #a74), color-stop(100%, #741)); }ul.topUL > li.b5 > a {background:#623; border-color:#401;background: -moz-linear-gradient(0, #623, #956 50%, #623 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#623), color-stop(50%, #956), color-stop(100%, #623)); }
- ul.topUL ul.sub {padding:0; list-style:none; position:absolute; left:-51px; top:230px; width:0; overflow:hidden; height:250px; margin:0 0 20px 0;-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
- -webkit-transition: 0s;-moz-transition: 0s;-o-transition: 0s;transition: 0s;transition-delay:0s;-o-transition-delay: 0s;-moz-transition-delay: 0s;-ms-transition-delay: 0s;-webkit-transition-delay: 0s;}
- ul.topUL > li.b1 > ul {background:#784;}ul.topUL > li.b2 > ul {background:#688;}ul.topUL > li.b3 > ul {background:#579;}ul.topUL > li.b4 > ul {background:#a74;}ul.topUL > li.b5 > ul {background:#956;}
- ul ul li.content {width:0; height:190px; position:absolute; left:0; top:10px; background:#eee; padding:40px 0 0 0; text-indent:20px; font-size:11px; color:#444; overflow:hidden;-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
- -webkit-transition: 0s;-moz-transition: 0s;-o-transition: 0s;transition: 0s;transition-delay: 0s;-o-transition-delay: 0s;-moz-transition-delay: 0s;-ms-transition-delay: 0s;-webkit-transition-delay: 0s;}ul ul li b {display:block;}ul ul li a {text-decoration:none; color:#444; padding-left:20px; line-height:20px;}ul ul li a:hover {color:#000; text-decoration:underline;}
- ul ul li.cover {width:0; height:220px; position:absolute; padding-top:30px; text-indent:10px; font-size:14px font-weight:bold; color:#fff; left:0; top:0; z-index:100; overflow:hidden; white-space:nowrap;}
- ul ul li.cover i {font-weight:normal; font-style:normal; font-size:10px; line-height:40px; padding-left:10px;}ul ul li.cover em {display:block; font-weight:normal; font-style:normal; margin-top:120px; font-size:10px; line-height:40px;}
- ul.topUL > li.b1 li.cover {background:#562;background: -moz-linear-gradient(0, #562, #784 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#562), color-stop(100%, #784)); }ul.topUL > li.b2 li.cover {background:#366;background: -moz-linear-gradient(0, #366, #688 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#366), color-stop(100%, #688)); }ul.topUL > li.b3 li.cover {background:#246;background: -moz-linear-gradient(0, #246, #579 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#246), color-stop(100%, #579)); }ul.topUL > li.b4 li.cover {background:#741;background: -moz-linear-gradient(0, #741, #a74 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#741), color-stop(100%, #a74)); }ul.topUL > li.b5 li.cover {background:#623;background: -moz-linear-gradient(0, #623, #956 100%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#623), color-stop(100%, #956)); }
- ul.topUL > li:hover {direction:ltr; z-index:100;}ul.topUL > li:hover a.p1 {top:230px;left:-100px;-o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
- -webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;transition-delay: 0s;-o-transition-delay: 0s;-moz-transition-delay: 0s;-ms-transition-delay: 0s;-webkit-transition-delay: 0s;}
- ul.topUL li:hover ul {width:200px;-o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
- -webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;transition-delay: 0.5s;-o-transition-delay: .5s;-moz-transition-delay: 0.5s;-ms-transition-delay: 0.5s;-webkit-transition-delay: 0.5s;}ul.topUL li:hover ul li.cover {width:200px;-webkit-transition: 0.25s;-moz-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s;}
- ul.topUL li:hover ul li.content {width:190px;background: -moz-linear-gradient(0, #ddd, #fff 50%); background: -webkit-gradient(linear, 0 0, 100% 0, from(#ddd), color-stop(50%, #fff)); -webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
- ul.topUL li:hover ul:hover {overflow:visible;}
- ul.topUL li.b1:hover ul:hover li.cover {border-right:4px solid #451;}ul.topUL li.b2:hover ul:hover li.cover {border-right:4px solid #255;}ul.topUL li.b3:hover ul:hover li.cover {border-right:4px solid #135;}ul.topUL li.b4:hover ul:hover li.cover {border-right:4px solid #630;}ul.topUL li.b5:hover ul:hover li.cover {border-right:4px solid #512;}
- ul.topUL li.b1:hover ul:hover li.cover {border-right:4px solid #451;}ul.topUL li.b2:hover ul:hover li.cover {border-right:4px solid #255;}ul.topUL li.b3:hover ul:hover li.cover {border-right:4px solid #135;}ul.topUL li.b4:hover ul:hover li.cover {border-right:4px solid #630;}ul.topUL li.b5:hover ul:hover li.cover {border-right:4px solid #512;}
- ul.topUL li:hover ul:hover li.cover {left:-2px; width:1px; height:235px; top:-15px; padding-top:45px;-o-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
- -webkit-transition: 0.25s;-moz-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s;}
- .shelf {clear:left; width:350px; height:25px; background:#620; margin:0 auto; background: -moz-linear-gradient(90deg, #620, #950 20%, #620 30%); background: -webkit-gradient(linear, 0 100%, 0 0 , from(#620), color-stop(20%, #950), color-stop(30%, #620)); -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);}
- body#layout #main,
- body#layout #sidebar {
- padding: 0;
- }
- .coveraka {
- position: relative;
- width: 940px;
- height: 260px;
- margin: 20px auto;
- background-color: rgba(0,0,0,0.3);
- z-index: 1;
- -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
- -mox-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
- box-shadow: 0 2px 10px rgba(0,0,0,0.3);
- }
- .coveraka p {color:black;
- text-align:center;
- margin: 0;
- }
- .left_gate {
- position: absolute;
- background: #41B5F0;
- bottom: 0; right: 50%; left: 0; top: 0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition:all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .coveraka:hover .left_gate {
- right: 100%; left: -50%;
- }
- .right_gate {
- position:absolute;
- background:#0C5CA3;
- bottom: 0;
- left: 50%;
- right:0;top:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .coveraka:hover .right_gate {
- left: 100%; right: -50%;
- }
- .slide_in {
- overflow:hidden;
- }
- .slide_in .left_gate {
- background: #0C5CA3;
- }
- .slide_in .right_gate {
- background: #41B5F0;
- }
- </style>
- <div id='info'>
- <ul class='topUL'>
- <li class='b1'>
- <a class='p1' href='#url'>
- <span></span></a><ul class='sub'><li class='cover'><br/><i>by: D'Cafe ~ Altiz</i><em> Buka </em></li>
- <li class='content'><b></b><a href='#'>***********************************************************</a>
- <a href='#'>Dalam hal gaya, ikutilah arus; dalam hal prinsip, berdirilah bagai batu karang.</a></li></ul></li>
- <li class='b3'><a class='p1' href='#url'><span></span></a>
- <ul class='sub'><li class='cover'><br/><i> by: D'Cafe ~ Altiz </i><em> Buka </em></li>
- <li class='content'><b></b><a href='#'>***********************************************************</a><a href='#'>Kesuksesan adalah hasil perpaduan kerja otak, kerja hati, dan kerja keras.</a></li></ul></li>
- <li class='b3'><a class='p1' href='#url'><span></span></a><ul class='sub'><li class='cover'><br/><i> by: D'Cafe ~ Altiz </i><em> Buka </em></li>
- <li class='content'><b></b><a href='#'>***********************************************************</a><a href='#'>Teman terbaik dalam menemani perjalan hidup saya adalah terutama diri saya sendiri.</a></li></ul></li>
- <li class='b4'><a class='p1' href='#url'><span></span></a><ul class='sub'><li class='cover'><br/><i> by: D'Cafe ~ Altiz </i><em> Buka </em></li>
- <li class='content'><b></b><a href='#'>***********************************************************</a><a href='#'>Masalah menciptakan peluang bagi saya untuk menjadi kreatif dan menjadi pemenang.</a></li></ul></li>
- <li class='b5'><a class='p1' href='#url'><span></span></a><ul class='sub'><li class='cover'><br/><i> by: D'Cafe ~ Altiz </i><em>Buka</em></li><li class='content'><b></b><a href='#'>***********************************************************</a>
- <a href='#'>Kemarin Saya mersa baik. Hari ini Saya hebat. besok Saya akan merasa lebih baik lagi dan lebih hebat lagi.</a></li></ul></li></ul>
- <div class='shelf'></div></div><!-- end of info --><div style='clear: both;'></div></div>
- <br></br><center>
- <table border=20>
- <td>
- <style>#oktri img{-moz-transition:all .8s ease-in-out;-ms-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;}
- #oktri img:hover{ -o-transform: scale(1.5) rotate(360deg); -moz-transform: scale(1.5) rotate(360deg); -webkit-transform: scale(1.5) rotate(360deg);}</style>
- <div id="oktri">
- <a href=""><img src=" https://z-p3-scontent-sin6-2.xx.fbcdn.net/v/t1.0-0/cp0/e15/q65/p600x600/30726174_1004875582996483_1698630802172018688_o.jpg?_nc_cat=0&efg=eyJpIjoiYiJ9&oh=fe693679706c867b33d635b0359e7340&oe=5B61A90A " style="width:250px;height:250px;">
- </a> </div></td>
- </table></center>
Add Comment
Please, Sign In to add comment