© BAUDELAIRED
Diana. 19. Animation major & computer science minor. This is my theme blog. Please read the FAQ and look through the tags before asking questions :)
→ CLICK HERE TO SAY THANKS←

peetapedia inquired:
I'm sorry to bother you, but on theme 9 the ask box color shows up on my blog as a really bright green and I can't figure out how to change it?

look for this code, and change the bolded part to whatever color you want :)

#question {background-color:#b8ea2c;font-size: 10px; font-weight: normal;font-family: Trebuchet MS; line-height:90%; color: {color:text}; margin: 0 0 11px 0; padding: 10px 15px; position: relative;}

#triangle {width: 12px; height: 6px; font-size:30px; font-family:Trebuchet MS; position: absolute; color:#b8ea2c; bottom: -1.5px; left: 230px;}

singleflip inquired:
on theme 9, all the text in the side bar is black and i cant change the color.. why is that? ive gone down the apperance bar but it wont change :(

ack, that is my mistake! look for the #sidebarinfo code and replace it with this one

#sidebarinfo{width:230px;color:{color:text};font-family:Georgia;font-size:9px;font-weight:smooth;margin-top:10px;text-align:center;margin-left:-10px;padding-right:10px;}

youngslion inquired:
Your Theme number 9 is amazing! Well, all of them are ^.^ I have a little question too, how can you add a link to your title so that you can link it back to your URL as well?

thank you! and that is really simple

look for

<div id=”title”>{Title}</div>

and replace it with this code

<div id=”title”><a href=”/”>{Title}</a></div>

HI! Your themes are gorgeous! I'm using theme #9 and I was wondering what I could look for in the URL to change the font of the title of the page. Thank you so much!

of course! look for this code

#title{font-size:22px;text-align:center;font-family: Bon Iver;

and where it says font-family: Bon Iver change it to whatever you want, same goes for the font-size! :)

power-bunny inquired:
hi, sorry for bothering. im using theme9. could you make a option that did not show the tags and the time of publication? thanks.

sure! you can actually remove those yourself if you look for these codes. to not show the tags look for this code and delete it 

<div class=”notes”>{block:HasTags}tagged under: {block:Tags}#<a href=”/tagged/{Tag}”>{Tag}</a> {/block:Tags}{/block:HasTags}</div>

and to remove the time of publication look for this code and delete it also

<div class=”date”><a href=”{Permalink}”> {TimeAgo}</a> on {DayOfMonth}{ShortMonth}, {ShortYear} {block:RebloggedFrom} | via&nbsp;<a href=”{ReblogParentURL}”title=”{ReblogParentTitle}”>{ReblogParentName}</a>&nbsp; © <a href=”{ReblogRootURL}”title=”{ReblogRootTitle}”>{ReblogRootName}</a>{/block:RebloggedFrom}</div>

that should do the trick! :)

ppontmercy inquired:
hello, very sorry to bother you again, but for theme #9 is there any way we can add more links under the icon?

you can’t unless you have a good knowledge in html /: but if more people ask me, what i can do is make the code have more links :)

Hi! I'm using theme 9, but when I click the left button on my touchpad nothing will open (that window that pops when you want to save or copy a image). And I went to see if in other users sites it would open, but it wont. So can you please help me :D

i think you might have the code which still has disable right click (which was totally my mistake). It’s fixed now though, go here!

http://pastebin.com/B3CM8nXf

hello, sorry for bothering you again, but how do do you make the background not repeat for theme #9? thank you. c:

it’s not bother! look for this code in body (this goes for all my themes as well)

background-position: center;background-attachment:fixed; background-repeat:repeat;

and change the background-repeat:repeat; to background-repeat:no-repeat; also if you don’t want the background to be in the center of the page but rather on the left corner or right change the background-position: to things like bottom-left, bottom-right, etc..

hello, i'm using theme no. #9 and i was wondering if you could please tell me how to make the sidebar non-hover. thankyou. :3

sure! look for this code

#hover2 {position:absolute; z-index:99; opacity:.3; -webkit-transition: opacity 0.9s linear;}

and where it says opacity:.3 change it to opacity: 1;

hi! im using your number 9 theme, I slightly edited it, but I was wondering how I could put the pagnition under my links?

look for #pagination2, select all of the code, and replace it with this one

#pagination2 {font-family:Georgia;font-style: none; text-transform: lowercase; font-size: 11px; letter-spacing:1px; color:{color:link1};margin-top:50px;margin-left:120px;}

now when you’re done with that, look for this code

<div id=”pagination2”><br>{block:PreviousPage}<a href=”{PreviousPage}”>«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href=”{NextPage}”>»</a>{/block:NextPage}</div>

and move it under this code

 <div class=”Link1”><a href=”/”>home</a></div></div>