Theme For Moved / Change to new URL

1. After change your URL, you have to make a new blog with your old URL.
2. Go to this site and copy all the code: http://pastebin.com/raw.php?i=JH5YxfyH
3. Click you blog name » Go to Customize appearance » and follow the instruction below.




4. Click save and look at you page.
**BASIC CODE FROM TUMBLR, EDITED BY AAMANDARICKA
NEW UNFOLLOWER SCRIPT!!
CHECK THIS OUT : http://userscripts.org/scripts/show/112207
p/s: i’m not gonna answer any question from this.
How to stretch background image

1. Add this tag into body section
background-size: cover;

Scroll up & bottom Button
1. Copy and paste this code before </head> tags.
<!----- SCROLL TOP/HOME/BOTTOM A1 ---->
<title>Scroll to Bottom or Top - DevCurry.com</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
</script>
<script type="text/javascript" language="javascript">
$(function () {
$('#scrlBotm').click(function () {
$('html, body').animate({
scrollTop: $(document).height()
},
1500);
return false;
});
$('#scrlTop').click(function () {
$('html, body').animate({
scrollTop: '0px'
},
1500);
return false;
});
});
</script>
2. Copy and paste the code before </body> tags. You can change the position and image for the button.
<!----- SCROLL TOP/HOME/BOTTOM A2 ---->
<a id="scrlTop" title="Top" href="#" style="position: fixed; bottom: 377px; right: 2px;"><img src="http://25.media.tumblr.com/tumblr_lr6vxlHRDx1qmnaxoo2_75sq.png"></a>
<a title="Home" href="http://academyoftumblr.tumblr.com/" style="position: fixed; bottom: 361px; right: 22px;"><img src="http://cdn4.iconfinder.com/data/icons/PixeloPhilia_2/PNG/home.png"></a>
<a id="scrlBotm" title="Bottom" href="#" style="position: fixed; bottom: 300px; right: 2px;"><img src="http://29.media.tumblr.com/tumblr_lr6vxlHRDx1qmnaxoo1_75sq.png"></a>

- white highlight : position from bottom
- red highlight : url for image

How to get the old Customize Page!
THIS LINK FOR OLD CUSTOMIZE PAGE
http://www.tumblr.com/customize-classic
IF YOU HAVE ANOTHER BLOG, USE THIS LINK AND REPLACE “USERNAME” WITH YOUR BLOG USERNAME
Tumblr has changed the customize page, what do you think?

Would you like me to answer your questions personally or post it?
**I still have a lot of unanswered messages, if your message is still not answered and you want me to reciprocate as soon as possible please submit your message again. Sorry and Thanks :)








