PAGE CODES
arrien

Hi,this site is for my skin code. Pleasa dont stole anything and please be nice here! Comment first before take the code :)

<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script>
<script type='text/javascript' language='Javascript'>
var scrolltotop={
//startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
//scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (1=top).
setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
controlHTML: '<img src="http://3.bp.blogspot.com/-Uxo06NgJ87k/UfSJEqxZQAI/AAAAAAAATTA/-aznmwmSh6I/s1600/grey.png"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ center of window corner
anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
state: {isvisible:false, shouldvisible:false},
scrollup:function(){
if (!this.cssfixedsupport) //if control is positioned using JavaScript
this.$control.css({opacity:0}) //hide control immediately after clicking it
var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
dest=jQuery('#'+dest).offset().top
else
dest=0
this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
},
keepfixed:function(){
var $window=jQuery(window)
var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
this.$control.css({left:controlx+'px', top:controly+'px'})
},
togglecontrol:function(){
var scrolltop=jQuery(window).scrollTop()
if (!this.cssfixedsupport)
this.keepfixed()
this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
if (this.state.shouldvisible && !this.state.isvisible){
this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
this.state.isvisible=true
}
else if (this.state.shouldvisible==false && this.state.isvisible){
this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
this.state.isvisible=false
}
},
init:function(){
jQuery(document).ready(function($){
var mainobj=scrolltotop
var iebrws=document.all
mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
.css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
.attr({title:"Let's Fly High !"})
.click(function(){mainobj.scrollup(); return false})
.appendTo('body')
if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
mainobj.togglecontrol()
$('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
mainobj.scrollup()
return false
})
$(window).bind('scroll resize', function(e){
mainobj.togglecontrol()
})
})
}
}
scrolltotop.init()
</script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script>
<base target='_blank'/>
<link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl647v8OI1qfamg6.gif" />
<br><br><br></br><center>

</script>
<link href='http://fonts.googleapis.com/css?family=Iceberg|Oswald' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pontano+Sans' rel='stylesheet' type='text/css'></link>
<link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>

<title> ƊЄƧƬƖƝƳ</title>

<script type="text/javascript">
function changeNavigation(id)
{document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}
</script>
</head>

<style type="text/css">
#navbar-iframe { display: none; }

body {
background:url(http://i.imgur.com/r9lmj.png)fixed;
color: #888888;
line-height: 13px;
text-align: justify;
cursor: url(http://i1196.photobucket.com/albums/aa406/tieqaonew/02.gif), progress;
}

table {
cursor: url(http://i42.tinypic.com/wvo2yq.png);
background:#fff;
font: 12px pontano sans;
letter-spacing: 1px;
color: #555555;
line-height: 16px;
padding:5px;
border:solid 1px #fff
width:900px;
cursor: url(http://i1196.photobucket.com/albums/aa406/tieqaonew/02.gif), progress;
}

a{color: #cbcbcb;
text-decoration: none;
-webkit-transition:0.5s;
cursor: url(http://i1196.photobucket.com/albums/aa406/tieqaonew/02.gif), progress;
}

a:hover{text-decoration: none;
color: #999;
-webkit-transition:0.5s;
}

::-moz-selection {
background:#000;
color:#fff;
}

::selection {
background:#DAE9E6;
color:#fff;
}

i , s, strike {
color: #A4A4A4;
}

b {
color:#ccc;
-webkit-transition-duration: 1.5s;
}

b:hover {
color: #eee;
-webkit-transition-duration: 1.5s;
}

a.linkies {
font-size: 9px;
font-family: Trebuchet Ms;
cursor: url(http://static.tumblr.com/mpornxv/JVilj15ds/0215.png), progress;
display:inline-block;
text-align:center;
width: 20px;
color: #fff;
background:#D0DBFC;
padding:3px;
margin:2px;
text-decoration: none;
-webkit-transition-duration:1200ms;
}

a.linkies:hover{
display:inline-block;
text-align:center;
width: 20px;
color: #000;
background:#fff;
-webkit-transition-duration:1200ms;
}

.h1 {
background:url(http://www.pastelpatterns.com/small/smallpattern-1.png);
color:#AAAAAA;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;letter-spacing:5px;
margin-bottom:5px;
margin:15px;
font-family:'cd';
font-size:20px;
line-height:12px;
border: solid 1px #;
text-align:center;
padding-right:0px;
}

@font-face{font-family:cd;src:url('http://static.tumblr.com/tedujjb/C78mkkmk4/charleedoodles.ttf')}

.lulu{
display:inline-block;
width: 285px;
padding:3px;
margin:5px;
background:#fafafa;
font:8.3px tt;
text-align:left;
Text-decoration:none;
color:#b0b0b0;
text-transform:uppercase;
border:0px solid #b1b1b1;
}

.lulu:hover{
-webkit-transition-duration: 0.5s; color: #000;}
@font-face {
font-family:tt !important;
src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf') !important;
}

blockquote {
width:500px;
text-align:left;
background:url(http://24.media.tumblr.com/tumblr_m6cqhjCrpP1rxrqnyo6_250.png);
border-bottom:2px solid #eee;
border-top:2px solid #eee;
border-right:2px solid #eee;
border-left:2px solid #eee;
padding:5px;
font: 9px 'trebuchet ms';}

.post-footer{
color:#fff;
text-align:right;
height:10px;
font-size:10px;
margin:15px 0px 15px;
border-top:1px dashed #F7F7F7;
}

a.exomm{
display:inline-block;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;
padding-top:3px;
width:50px;
height:20px;
text-transform:uppercase;
color: #fff;
background:#ccc;
text-align:center;
}

a.exomm:hover{
background:#DBE9E6;
}

.luhan{
background:#eee;
text-align:center;
font: 15px 'ttn';
letter-spacing:2px;
text-transform:none;
border-bottom:none;
border:1px solid #;
color:#000;
padding:5px 25px 5px 5px;
-webkit-transition:All 0.4s ease;
-moz-transition:All 0.4s ease;
-o-transition:All 0.4s ease;
line-height:11px;
text-decoration:none;
cursor: url(http://i1196.photobucket.com/albums/aa406/tieqaonew/02.gif), progress;
}

.sehun {
background:#eee;
text-align:center;
font: 15px 'ttn';
text-transform:uppercase;
letter-spacing:2px;
border-bottom:none;
border:1px solid #;
padding:5px 25px 5px 5px;
color:#333;
-webkit-transition:All 0.4s ease;
-moz-transition:All 0.4s ease;
-o-transition:All 0.4s ease;
line-height:11px;
text-decoration:none;
}

.xialu {
margin-top:0px;
text-align: justify;
color: #888888;
padding:2px;
padding-left:15px;
letter-spacing:1px;
text-transform:block;
}

@font-face {
font-family:tt;
src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
}

a.growl {
letter-spacing:1px;
width:80px;
display:inline-block;
background:#fff;
color:#000;
border-left:solid 5px #fff;
cursor:vertical-text;
font-family: travelling_typewriter;
font-size:10px;
padding:5px;
text-transform:uppercase;
text-align:center;
letter-spacing:1px;
text-decoration:none;
}

img{
border:1px solid #f8f8f8;
padding:3px;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
}

a.navi{
font-family:tt;
text-transform: uppercase;
display:inline-block;
width:70px;
height:12px;
background:#fff;
color:#999;
font-size:8px ;
padding:2px;
margin:2px;
text-align:center;
letter-spacing:1px;
border-left:1px solid #f8f8f8;
border-right:1px solid #f8f8f8;
border-top:1px solid #f8f8f8;
border-bottom:1px solid #f8f8f8;
text-decoration:none;
}

a.navi:hover{
-webkit-transition-duration: 0.5s;  box-shadow: inset 85px 0 0px 0 #A4A4A4; color: #fff;
}

@font-face {
font-family:tt !important;
src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf') !important;
}

::-webkit-scrollbar {
width: 8px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background-color: #ECE9EC;
border: 3px solid #fff;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background-color: #ECE9EC;
border: 1px solid #fff;
}

.hunhan2{
width:150px;height:150px;
-webkit-border-radius:100px 90px 100px 0px;
-moz-border-radius:100px 90px 100px 0px;
border-radius:100px 90px 100px 0px;
border: 0px solid #e6e6e6;-webkit-transition:1s;}

#s-m-t-tooltip {
    background: #eee;/* change the background color */
    font-size: 9px;/* change the font size */
    line-height: 11px;
    font-family: cambria;/* change the font */
    letter-spacing: 2px;
    text-transform: lowercase;/* can be lowercase, uppercase, none */
    color: #000;/* change the text color */
    text-align: center;
    padding: 5px 10px 5px 10px;
    display: block;
    border: 3px double #fff;
    border-radius: 5px;
    margin: 24px 14px 7px 12px;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.1);
}

@font-face{
font-family:ttn;
src:url(http://static.tumblr.com/dep4vzc/82Km8jmz4/tutano_cc_v2.ttf);
}


/* Comments
----------------------------------------------- */
#comments h4 {
margin:1.8em 0; font-size:10px; text-transform:uppercase; color: #aaaaaa; line-height:10px; border-bottom: 1px dashed #dedede; background: ; text-align:center;
font: 15px 'ttn';}

#comments h4 strong {font-size:8pt tahoma;}

.comment-timestamp {
margin:0 0 .5em;
padding:0 0 .75em 20px;
color:#666;
}

#comments {
margin:5;
border-width:0 1px 1px;
padding:20px 0 15px 0;
}
.comment-icon blogger-comment-icon{display:none}
#comments-block {
margin:2px ;
}

span.comment-icon{display:none}

.comment-poster {
font-weight:bold;
}

.comment-body {
margin:0px;
}

.comment-body p {
background:url(http://1.bp.blogspot.com/-cucOtPp3kHI/TxR60XcrZbI/AAAAAAAACjo/2z0WUPKfUEs/s1600/tumblr_ls0w5txuft1r3vazto8_250.png);
border:3px solid #ccc;
margin:0em;
padding:5px;
color:#808080;
}

</style>
<div style="margin-top:-40px;">
<div style="display:inline-block;width:900px;padding:0px;border-radius:0px 0px 0px 0px;border : 7px solid #eee;border-bottom:none;">

<div style="display:inline-block;width:900px;padding-top:310px;border-radius:0px 0px 0px 0px;border:0px dotted #FBF8E0;border-bottom:none;background-repeat:no-repeat;background: url(http://i.imgur.com/G760FxJ.png);"></div><br>
<div style="margin-top:0px;width:880px;padding:10px;border-radius:0px 0px 0px 0px;border:0px solid #efefef;background-color:#fff;background-position:center;">

<a class="growl" onClick="document.getElementById('main').innerHTML=document.getElementById('k').innerHTML" title="ABOUT">I</a>
<a class="growl" onClick="document.getElementById('main').innerHTML=document.getElementById('o').innerHTML" title="ENTRY">II</a>
<a class="growl" onClick="document.getElementById('main').innerHTML=document.getElementById('p').innerHTML" title="STUFF">III</a>
<a class="growl" onClick="document.getElementById('main').innerHTML=document.getElementById('H').innerHTML" title="BIAS">IV</a>
<a class="growl" href="http://www.blogger.com/follow-blog.g?blogID=BLOG 1D"title="FOLLOW">V</a>
<a class="growl" href="http://www.blogger.com/home"title="DASHBOARD">VI</a></div></div></div>


<center>
<div style="border : 7px solid #eee;border-top:none;
width:900px;border-radius: 0px 0px 0px 0px;
padding:0px;margin-top:-1px;">
<center>

</style>
</head>

<div align="center">
</center>
<center>
<table border="0" cellspacing="0" cellpadding="15">
</center>
<tr>

<td valign="top" width="180">

<div class="sehun">Destiny</div><br>
<center><img src="http://data.whicdn.com/images/69656465/large.png" style="border: 1px solid #D4D3D3; height: 120px; padding: 4px; padding: 5px;width="120" /></center>
<div style="font-size:8px;font-family:tt;text-align:center;text-transform:uppercase;">
<center>L WIFEY IS HERE, DONT TAKE MA BOY!<br>
<br>

<div class="sehun">Cbox</div>
<br><center><img src="http://i.imgur.com/6hBBdUY.png"width="160"/></center>
</div>
<br>

<!------------Dont remove the credit or i kill u---------->

<div class="sehun">Credit</div><br>
<div style="font-size:8px;font-family:tt;text-align:center;text-transform:uppercase;">© 2013-Full Template by <a href="http://arrienlove.blogspot.com/">Arrien</a> some tuto from <a href="http://ayunipororo.blogspot.com/">kaiwufvn</a>. Do tell me if I do not credit yours.<br>
<center><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="20" height="17">
    <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
    <param name="bgcolor" value="#ffffff" />
    <param name="FlashVars" value="mp3=http://k002.kiwi6.com/hotlink/22rpv1wme5/01._infinite_-_destiny.mp3&amp;width=25&amp;autoplay=1&amp;volume=75&amp;showslider=0&amp;showloading=never&amp;sliderwidth=0&amp;bgcolor1=ffffff&amp;bgcolor2=ffffff&amp;slidercolor1=ffffff&amp;slidercolor2=ffffff&amp;sliderovercolor=ffffff&amp;buttoncolor=b0b0b0&amp;buttonovercolor=b0b0b0" />
<br /></object></center>
</div>

<!------------Dont remove the credit or i kill u---------->

<td id="main" valign="top" style="width:900px; padding-left:13px; border-left:1px solid #fff; padding-right:13px; ">

<blogger><div class="luhan"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div><br>
<$BlogItemBody$>
<center><br><MainPage>
<BlogItemCommentsEnabled>
<BlogItemCommentsEnabled><a href="<$BlogItemCommentCreate$>"
<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$>
comment (s) </a> | <a href="<$BlogItemCommentCreate$>" <$BlogItemCommentFormOnClick$>>Jom comment (s) </a>
</BlogItemCommentsEnabled>
</BlogItemCommentsEnabled>
</MainPage>
<br>
<div style="text-align:right;" ">
<!-- Begin #comments -->
<ItemPage>
<div id="comments"style='overflow:auto; width:ancho;height:400px;'>
<BlogItemCommentsEnabled><a name="comments"></a>
<h4><$I18NNumComments$>:</h4>
<dl id="comments-block">
<$CommentPager$>
<BlogItemComments>
<dt class="comment-poster" id="<$BlogCommentAnchorName$>"><a name="<$BlogCommentAnchorName$>"></a>
<$I18NCommentAuthorSaid$>
</dt>
<dd class="comment-body">
<p><$BlogCommentBody$></p>
</dd>
<dd class="comment-timestamp"><a href="<$BlogCommentPermalinkURL$>" title="comment permalink"><$BlogCommentDateTime$></a>
<$BlogCommentDeleteIcon$>
</dd>
</BlogItemComments>
<$CommentPager$>
</dl>
<p class="comment-timestamp">
<$BlogItemCreate$>
</p>
<p class="comment-timestamp">
</p>
</div>
</ItemPage>
<!-- End #comments -->
</div><br><br>
<a style="float:left;" href=<$NewerPosts$>><div class="newer"><span>←</span> Newer Post</div></a>
<a style="float:right;" href=<$OlderPosts$>><div class="older" >Older Post <span>→</span></div></a>
<br></blogger><br>
</div>

<td id="o" style="display: none;">
<blogger><div class="luhan"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div><br>
<$BlogItemBody$>
<center><br><MainPage>
<BlogItemCommentsEnabled>
<BlogItemCommentsEnabled><a href="<$BlogItemCommentCreate$>"
<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$>
comment (s) </a> | <a href="<$BlogItemCommentCreate$>" <$BlogItemCommentFormOnClick$>>Jom comment (s) </a>
</BlogItemCommentsEnabled>
</BlogItemCommentsEnabled>
</MainPage>
<br>
<div style="text-align:right;" ">
<!-- Begin #comments -->
<ItemPage>
<div id="comments"style='overflow:auto; width:ancho;height:400px;'>
<BlogItemCommentsEnabled><a name="comments"></a>
<h4><$I18NNumComments$>:</h4>
<dl id="comments-block">
<$CommentPager$>
<BlogItemComments>
<dt class="comment-poster" id="<$BlogCommentAnchorName$>"><a name="<$BlogCommentAnchorName$>"></a>
<$I18NCommentAuthorSaid$>
</dt>
<dd class="comment-body">
<p><$BlogCommentBody$></p>
</dd>
<dd class="comment-timestamp"><a href="<$BlogCommentPermalinkURL$>" title="comment permalink"><$BlogCommentDateTime$></a>
<$BlogCommentDeleteIcon$>
</dd>
</BlogItemComments>
<$CommentPager$>
</dl>
<p class="comment-timestamp">
<$BlogItemCreate$>
</p>
<p class="comment-timestamp">
</p>
</div>
</ItemPage>
<!-- End #comments -->
</div><br><br>
<a style="float:left;" href=<$NewerPosts$>><div class="newer"><span>←</span> Newer Post</div></a>
<a style="float:right;" href=<$OlderPosts$>><div class="older" >Older Post <span>→</span></div></a>
<br></blogger><br>

<td id="k" style="display: none;">
<div class="luhan">The Destiny</div><br>
<center><img src="http://data.whicdn.com/images/69842145/large.png" style="
padding: 5px;" /></center>
<center>Don’t leave, don’t turn around, I can’t let you go like this
Even if you leave me like this, you can’t escape me
Cause you are my destiny.</center>
<blockquote><center>Replace with your profile<center></blockquote>
</div>

<td id="p" style="display: none;">
<div class="luhan">Tutobies</div><br>
<center><img src="http://data.whicdn.com/images/69170113/large.gif" style="
padding: 5px;" /></center><br>
<center><a class="lulu" href="URL TUTO">Tutorial</a>
<a class="lulu" href="URL TUTO">Tutorial</a>
<a class="lulu" href="URL TUTO">Tutorial</a>
<a class="lulu" href="URL TUTO">Tutorial</a>
<a class="lulu" href="URL TUTO">Tutorial</a>
<a class="lulu" href="URL TUTO">Tutorial</a>
<a class="lulu" href="URL TUTO">Tutorial</a>
<a class="lulu" href="URL TUTO">Tutorial</a><center>
</div>

<td id="H" style="display: none;">
<div class="luhan">Bias</div><br>
<center><img src="http://data.whicdn.com/images/70289818/large.gif" style="
padding: 5px;" /></center><br><blockquote><center> Cause you're my DESTINY </center></blockquote><br>
<center>
</div>

</td>
</table>
</body>
</html>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
<script>
    (function($){
        $(document).ready(function(){
            $("[title]").style_my_tooltips();
        });
    })(jQuery);
</script>
kaiwufvn