blog makeover for cutecoconut-jungle
what i did:
changed the theme
added borders and glow
added pop ups
changed the font
changed the font size
edited her tab
added a background
added pop up animations
added a typing tab bar
lots!
seen from United States
seen from China
seen from China
seen from United States

seen from Bangladesh

seen from Australia

seen from United Kingdom

seen from Germany
seen from United States

seen from Malaysia

seen from China
seen from Hong Kong SAR China
seen from United States
seen from Singapore
seen from United Kingdom
seen from France

seen from China

seen from China
seen from Singapore
seen from China
blog makeover for cutecoconut-jungle
what i did:
changed the theme
added borders and glow
added pop ups
changed the font
changed the font size
edited her tab
added a background
added pop up animations
added a typing tab bar
lots!

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
blog makeover for tropesque
what i did:
changed the theme to scrollr
added post borders and hover effects
change the font
change the colour scheme
made a banner
added and edited the tab
Blog makeover for alohawatermelon
What i did:
change the theme
changed the font
added borders
added a tab
changed the colour scheme
made a banner
Adding tooltips to your blog
paste the following under your <head> tag
<script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
then paste this before </style>
div#qTip{ font-family:'calibri'; /* font family */ font-size: 12px; /* font size */ color:#000000; /* text colour */ background-color:#fff; /* background colour */ text-align: center; /* */ text-transform: uppercase; /* uppercase */ letter-spacing:1px; /* letter spacing */ min-width:40px; max-width:120px; display: none; position: absolute; z-index: 99; padding: 3px; /* padding */ margin:5px 0px 0px 20px;}
now when you add a link using html to your blog instead of using
<a href="http://URLHERE">TEXT</a>
change it to
<a href="http://URLHERE" title="TOOLTIPTEXT">TEXT</a>
change the text that says 'TOOLTIP TEXT' and that is what your tooltip will say. you can also change the font/font colour/background colour/font size etc
base codes from emmalucys edited by elliescodes