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

fuckyeahflint inquired:
Please could you help me with theme #7, I don't want to change the code or anything, but it says that it has a repeat background image but when I go on the customize bit of my blog it says I can only upload a sidebar image?

have you tried refreshing the page after you install the theme? 

Theme 06 & 07 back up, codes updated!

I have changed theme 07 in its entirety, I hated the way the original came out, and I am quite pleased with this one- go check it out!

oh sorry i realized where i messed up its not theme 9 its theme 7 sorry and thanks

sure! ok so look for this code 

#sidebar {width:250px; margin-left:20px;  position:fixed;  background-color:{color:entries};bottom:0px; background-repeat: no-repeat; background-attachment:fixed;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

and where it says bottom:0px; change it to top:125px; 

find this code and erase it completely

#sidebar:hover {bottom:200px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

now you need to move the links up as well so look for this code 

#sidebar4 {width:140px; margin-left:280px; bottom:80px;position:fixed;  background-color: transparent; border:0px solid {color:sidebar};}

and change the bottom:80px; to top:125px;