|
feel free to use and edit them, but please leave the credits as they are if you have any questions, don't be shy and drop them in the askbox (check the questions i've already answered first!) |
|

|
| Theme made by maraudersmaps Icon by calicons { } |
15 Radio |
|
13 paradise |
|
12 concrete |
|
00 blogroll 01 |
|
11 box |
|
10 true colors |
|
09 minimal |
|
08 lima |
|
07 circles |
|
06 olive |
|
05 grid |
|
04 pinky |
|
03 Header |
|
02 simple |
|
01 ashley |
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
Due to tumblr’s new TOS, I’ve started submitting my themes to the theme garden.
I still have to submit almost all of them, but for now you can get theme #15 (the new one) from there. The link is: http://www.tumblr.com/theme/34453
I’ll still keep my pastebin account up so you can get all the other themes while I submit them to the theme garden.
That’s all! Happy Easter to everyone :D
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!)
Oh, wow! Thank you!