View Single Post
  #1  
Old 01-23-2015, 02:34 AM
SoubisSacrifice's Avatar
SoubisSacrifice SoubisSacrifice is offline
Member
 
Join Date: Jan 2015
Posts: 14
Gender: Female
Credits: 3,046
SoubisSacrifice is on a distinguished road
Default In Need of a Theme (Can Pay)

I am busy coloring pets, and doing everything else with to get my site ready for launch, so I don't have much time or drive to create my own theme...therefore I figured I'd get it commissioned.

I want the theme to match the style of my forum: http://www.safirina.com/forum/

I'd like the layout of the site to be something like this (if possible):



The images used can be found here: http://s181.photobucket.com/user/god...?sort=3&page=1

I'll let you use your best judgement for what the navigation menu looks like. The font used is "Covered By Your Grace" by Google fonts. You can import the font using :
Code:
@import url(http://fonts.googleapis.com/css?family=Covered+By+Your+Grace);
The background image is zoomed in and fixed. Here's the CSS I used for that:

body {
background-color: #000;
background-image: url("./images/bg.jpg") !important;
background-position: 50% 0 !important;
}

and for the logo:

#logo {
background: url("./images/logo.png") no-repeat 50% 0;
background-size: 100% 100%;
width: 500px;
height: 250px;
margin-top: 50px;
}

Be sure to credit yourself in the footer, I'll add in the credit for Paybas (who did the forum theme) myself.

If what I posted above is not enough information, you can download the templates and css used here: http://www.deviantart.com/download/5...&ts=1422002420

I'd be willing to pay anywhere from $15-$20 for this....that is of course negotiable.
Reply With Quote