holy shit i love your themes<3
thankyou :DÂ
DEAR READER
Claire Keane
Cosmic Funnies

Love Begins

pixel skylines

â
Lint Roller? I Barely Know Her

"I'm Dorothy Gale from Kansas"
todays bird
let's talk about Bridgerton tea, my ask is open
trying on a metaphor
noise dept.

çĽćĽ / Permanent Vacation

Discoholic đŞŠ
Keni
we're not kids anymore.

Kaledo Art
he wasn't even looking at me and he found me

seen from Malaysia
seen from France

seen from United Kingdom

seen from France
seen from United Kingdom

seen from United States
seen from United Kingdom
seen from United States

seen from Netherlands

seen from TĂźrkiye
seen from Canada
seen from Germany

seen from Canada

seen from Germany

seen from Brazil
seen from Finland
seen from Chile
seen from TĂźrkiye
seen from United States
seen from United States
@themecandy
holy shit i love your themes<3
thankyou :DÂ

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Don't have PHOTOSHOP?
TRYÂ http://pixlr.com
CHANGE THE FOLLOW & DASHBOARD BUTTONS
So some of you have been wondering how did I changed the tumblr buttons of this blog. I decided to put up a tutorial on this, a detailed tutorial. So sorry if this post is too long.
Itâs really easy because all you have to do is to make a new follow and dash buttons then copy and paste some codes.
I first saw a tutorial about this in this blog. I just used the image she provided, but for the codes, I didnât use hers cause her codes are kind of incomplete.Â
First thing is save this image as your basis for the new follow and dashboard buttons.
Just make the new tumblr buttons on top of the image base given above. Just like what ishvi did here:
If you do not have Photoshop, you can go to this site:Â pixlr.com
Itâs an online editing software pretty much just like the Photoshop though the features are very limited, mostly just the basics.Â
So once you are done with your image, save it as .PNG file. Save it separately. So you must have two images. One for the follow, then one for the dashboard.Â
I donât want anyone to mess this up so Iâm posting how I did it.
Repeat the same as you save the dashboard button.
CODES:
Âť CSS
Paste these codes under your <style type=âtext/cssâ>
#hnefd{position:fixed; float:right; top:3px; right:0px; width:150px;}
{block:IndexPage} iframe#tumblr_controls { opacity: 0; filter: alpha(opacity=0); display:none; } {/block:IndexPage}
{block:PermalinkPage} iframe#tumblr_controls { opacity: 1; filter: alpha(opacity=100); } {/block:PermalinkPage}
The #hnefd is for the style and positioning of the buttons. There are also two iframe codes.Â
The one that has {block:IndexPage} is the code to make the original follow and dashboard buttons invisible on your main page. So that when you put your new buttons, it wonât overlap.
While the one with the {block:PermalinkPage} is the code to make the original buttons (the like, reblog etc..) back to its place when you go to the permalink page. Â
Âť HTML
{block:IndexPage}
<div id=âhnefdâ>
<a href=âhttp://www.tumblr.com/follow/YOUR_TUMBLR_NAME_HEREâ><img src=âIMAGE_URL_HEREâ></a>
<a href=âhttp://www.tumblr.com/dashboardâ><img src=âIMAGE_URL_HEREâ></a>
</div>
{/block:IndexPage}
Copy and paste the codes above between <body> and </body> tags.
How To Make Your Pictures Darker On Hover!
Paste This Before </style> tag:
img, a img { border: 0px; opacity: 1.0; filter: alpha(opacity=0.75); -o-transition: opacity 1.5s linear; -webkit-transition: opacity 1.7s linear; -moz-transition: opacity 1.7s linear; }Â img:hover, a:hover img {opacity: .75; filter: alpha(opacity=1.95); -o-transition: opacity .9s linear; -webkit-transition: opacity .15s linear; -moz-transition: opacity 1.7s linear; }
How to install theme and automatically reset default
1. Open customize page click edit html
2. Delete the all entire code and type anything in the box
3. Click âupdate previewâ
4. Click âsaveâ (you can see the theme is just blank with the word you put)
5. Click ârefresh buttonâÂ
6. Copy the new theme code and paste in the html box (delete/replace the anything word before)
7. click âupdate previewâ and save. (you can see the theme is still mess but donât worry, just save it first.)
8. click ârefresh buttonâ an see your blog. DONE
** YOU CAN USE THIS TO RESET DEFAULT ON YOUR CURRENT THEME

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Looking for an awesome 'Ive Moved' Theme
Check out http://1nd-movedtheme.tumblr.com/
Fading Menu Navigation
View the menu here
Follow the instructions below:
Paste after <head>
<link href='http://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>
Put this before </style>
.fadee a{font-family:'Patua One'; text-transform:uppercase; background:#ffe295; color:#c7e5dc; text-shadow: 0px 1px 1px #cd8f00; display:inline-block; margin:1px; text-align:right; padding:3px;box-shadow: 2px 2px 0px rgba(108, 71, 119, 0.5); color:#fff; margin-bottom:5px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}Â .fadee a:hover{background:#b6a8ba;text-shadow: 0px 1px 1px #654c6c;box-shadow: 2px 2px 0px #ffe295;}
Put this if you want to use it:
<div class="fadee"> <a href="http://LINK">Home</a> <a href="http://LINK">Ask</a> <a href="http://LINK">LINK</a> <a href="http://LINK">LINK</a> </div>
Rotating Navigation Menu
Preview Here
Paste This Below <style type=âtext/cssâ> or before </style>
#menuloop {-webkit-transition-duration: .120 s;} #menuloop: hover { -webkit-transform: rotate (360deg);-webkit-transition-duration: .90 s;}
Then Put This In Your Navigation If You Use Menu Links:
<a href="LINK HERE"> <img src="url of image" id="menuloop"> </ a>
Shaking Navigation Buttons
Put this in your <style type=âtext/cssâ>
And this in your navigation
You can replace the link and the background with your own color code you can pick here
DISABLE CTRL + U
Ctrl + U? This shortcut is allow people to view the source of any webpage. To stop people from stealing or copying your html codes you need first to do this steps:
Disable right click (tutorial here)
If you want you can disable drag/drop selecting of text and photos (tutorial here)
Now, to disable ctrl+ u copy THIS code and paste it under <body> tag.
Update preview and save! Try to use ctrl+u if you canât see the page source it is bacause the code is working :)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
How to find out someone's tumblr theme
Go on to the personâs blog
Right clickÂ
Select view page source
-All web browsers will work and allow you to view the page source.
â Google Chrome // Mozilla Firefox // Netspace
Right click on the blog.Â
A small gray selection box will appearÂ
Select âView Page SourceâÂ
-If right click is disabled on their blog, you can press ctrl+uÂ
-For Google Chrome, you can put view-source: before the url
eg. If the link is http://dinosaurs-lol.tumblr.com
Youâd type view-source:http://dinosaurslol.tumblr.com
â Safari
Click the âViewâ menu & select âView SourceâÂ
â Internet Explorer // Opera
Click âViewâÂ
A drop down menu should show up
Select âSourceâ
â â DONâT COPY THE CODE. If you do your theme will the same and all the posts, pictures and everything from the personâs blog and you canât change it.
Usually thereâs credit on there so look for links to a theme blog.Â
Check who unfollowed you / doesn't follow you back
Download any of theses extensions/ad-ons for an unfollower tracker.
Missing e- Download link: http://missing-e.com/download Compatible with: Google Chrome, Mozilla & Safari
X-Kit- Download Link: http://xkit.info/download/ Compatible with: all browsersÂ
Unfollower Hater- Download Link: http://userscripts.org/scripts/show/112207 Compatible with: Google Chrome, Mozilla Â
INSTAGRAM FOLLOW BUTTON
Want to place this little guy on your blog? Easy! Simply copy & paste this code into your description or anywhere else
<a title="FOLLOW ME on INSTAGRAM" href="http://instagram.com/YOURINSTAGRAMNAMEHERE"> <img src="http://i49.tinypic.com/5u0kfr.jpg"/></a> IMPORTANT!!!!! - Make sure you put your usename where it says YOURINSTAGRAMNAMEHERE! for example
<a title="FOLLOW ME on INSTAGRAM" href="http://instagram.com/lozingham"> <img src="http://i49.tinypic.com/5u0kfr.jpg"/></a>
How to Remove Source Link on Blog
1. Customize > Edit HtmlÂ
2. Find {block:Posts}
3. Paste this code after {block:Posts}Â
4. Update preview & save
WHY ARE YOUR THEMES SO STRESSFUL, like its so frustrating to edit. seriously, i love the theme but wtf? no scrolling, fucking forever to figure the fuck how to change my fucking font and shit like FIX THIS SHIT IT FUCKING SUUUUUUUUUUUCKS. FUCK.
i think you have an anger problem. if the theme is too stressful do what a lot of other people do & find another theme they like that is easier to edit. my themes are fairly old & i have not updated them in some time, same with the tutorials, so im not sure if everything still works as codes change & don't work anymore! i'm actually considering taking my themes down!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
hey, just wanted to say that you have beautiful themes :)
wow thankyou so much! first sign on a positive message i've had in weeks... many other people seem to be so rude & don't realise there is a person with feelings behind this screen haha.Â
i really appreciate this message!xxxxÂ
gave the page a bit of a makeover - simpler & hopefully easier to find everything... check out my instagram while you're there :D