But don’t worry, I’ll move all my themes to my main blog, so you’ll still be able to use them! Follow me there for updates and new themes that I’ll release soon

But don’t worry, I’ll move all my themes to my main blog, so you’ll still be able to use them! Follow me there for updates and new themes that I’ll release soon

Hey, guys! These are a couple of very useful websites when it comes to choosing colours for your theme, I thought I might share them with you
Write your links in your description like this:
<a href=”http://urlofyourlink.com” class=”sidelinks”> your link’s name </a>
Replace the parts in bold for whatever you want to link :)
Look for this part of the code:
{block:IfShowLink3}<div id=”compllinks”><a href=”{text:Link 3 Url}” target=”_blank”>{text:Link 3 Name}</a></div>{/block:IfShowLink3}
and right unde that, put one of these for every link:
<div id=”compllinks”><a href=”yourlink’surl” target=”_blank”>your link’s name</a></div>
re-type all the quotation marks!
Look for this part of the code:
#information{position:absolute; font:10px calibri; text-transform:uppercase; color:{color:link}; margin-left:-174px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-08px; background-color:#trans; display:block; text-align:right; padding:2px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; border-right:4px solid {color:border};}
and change the opacity to 1
thank you!
thank you so much!
Delete this:
{block:IfLink1}<td class=”header1”><a href=”{text:Link 1 Url}” target=”_blank”>{text:Link 1 Name}</a></td>{/block:IfLink1}
and this:
{block:IfLink2}<a href=”{text:Link 2 Url}” target=”_blank”>{text:Link 2 Name}</a>{/block:IfLink2}
{block:IfLink3}<a href=”{text:Link 3 Url}” target=”_blank”>{text:Link 3 Name}</a>{/block:IfLink3}
About the description, the problem is your title. It’s too long! So you can either change it for a shorter title or make the font smaller by changing the font size here:
.blogtitle {float:right; margin-right:6px; font:40px ‘Pacifico’; color:{color:blogtitle}; margin-bottom:2px; margin-top:-2px;}
Thank you!
De nada! :)
The background size depends on your screen resolution. In my case it’s 1280x800 px :)
And about adding the title. Look for this part of the code:
#titleblog1 {width:80px; margin-bottom:20px; font:11px georgia; font-style:italic; z-index:30; position:relative; text-align:right; margin-left:39px; opacity:1;margin-top:-34px;}
And change it for this:
.titlelside {width:200px ;margin-bottom:5px; font:12px georgia; font-style:italic; margin-top:-50px; margin-left:39px;}
#titleblog1 {width:80px; margin-bottom:20px; font:11px georgia; font-style:italic; z-index:30; position:relative; text-align:right; margin-left:39px; opacity:1;margin-top:-4px;}
and then look for this part of the code:
<div id=”lside”>
<div id=”titleblog1”><div class=”icon”><img src=”{PortraitURL-96}”></div></div>
And change it for this:
<div id=”lside”>
<div class=”titlelside”>{Title}</div>
<div id=”titleblog1”><div class=”icon”><img src=”{PortraitURL-96}”></div></div>
(Re-type all the quotation marks!)
You’ll see a box in the appearance tab where you can change it
Oh, wow! Thank you!
The same way you put any sidebar image :) Go to the appearance tab here and load it :3
You can load them in the appearance tab here
You can customize it without doing that by simply adding your username at the end of http://tumblr.com/customize-classic/yourusername
For example, if I wanted to customize the theme of this blog (that is a secondary blog), I would use this: http://tumblr.com/customize-classic/maraudersthemes
to enable right click, delete this:
<script language=”javascript” type=”text/javascript”
src=”http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”>
</script>
<script type=”text/javascript” language=”javascript”>
$(function() {
$(this).bind(“contextmenu”, function(e) {
e.preventDefault();
});
});
</script>
and about the sidebar images, no sorry!
Yay, thank you! :D
it should be in the bottom-left corner of the window :’)