holy shit i love your themes<3
thankyou :D
Alisa U Zemlji Chuda
🪼
let's talk about Bridgerton tea, my ask is open
Three Goblin Art
Not today Justin

tannertan36
No title available
I'd rather be in outer space 🛸
tumblr dot com

titsay
Game of Thrones Daily
RMH
occasionally subtle

if i look back, i am lost

ellievsbear

blake kathryn
Keni
Sweet Seals For You, Always
Show & Tell
TVSTRANGERTHINGS

seen from South Korea

seen from United States

seen from Singapore

seen from Argentina

seen from China
seen from United States

seen from China
seen from United States
seen from Brazil
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States

seen from United States
seen from United States

seen from United States

seen from Russia
seen from United States

seen from Bangladesh
@themecandy
holy shit i love your themes<3
thankyou :D
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
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 :)
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!
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