© 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←

shanai-suwa inquired:
hi :) i want to use your theme 3 and i want to change the title levimarker font into some other font. if you don't mind, can you help me?

sure! look for this code 

#title {font-size:15px;text-align:center;font-family:levimarker;

and where it says font-family:levimarker; switch it to whatever font you want :)

I'm using theme 3 and the sidebar link font color is messing up. It's this green color which is making it harder to read which link is which and I can't figure out how to change it.

hmm, that’s weird

try resetting the defaults, and if that doesn’t work, re-install the code 

http://pastebin.com/cgN2yA2n

smurfpenis inquired:
hi im using theme #3 and im having a little trouble because i want to change the color of the little hover box thing next to the date but i dont know which color thing it is and ive changed them all so maybe it isnt working or can i just not change that one?

this is my fault,Je suis désolé! ok look for #info and #info a:hover, delete them, and replace them with these codes

#info{display:block; text-align:left; border-left: 6px solid {color:links}; background-color {color:info}; margin:2px 0px 2px 0px; font-family:{font:text};font-size:10px;text-transform: lowercase; color:{color:text}; letter-spacing: 2px; padding:2px; transition: all 0.4s ease-out; -o-transition-transition:  all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;padding:left}

#info:hover {background-color: transparent; padding-left: 40px;font-style: italic; all 0.4s ease-out; -o-transition-transition:  all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}