Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #31  
Old 04-22-2007, 05:20 PM
andreasholm Offline
forum loafer
 
Join Date: Apr 2007
Posts: 7
Change top image

Where do I change the top image?

I feel stupid coz I can't find it.
Reply With Quote
  #32  
Old 04-23-2007, 02:24 PM
cancerbox's Avatar
cancerbox Offline
pp regular
 
Join Date: Jul 2006
Location: Tulsa, OK, US
Posts: 20
Send a message via ICQ to cancerbox Send a message via AIM to cancerbox Send a message via MSN to cancerbox
I'm not sure what you're referring to.
if you're referring to the space below each photo, it's not really a "bar" at all. It's simply the space below the photo.
if you want the black area to have a consistent height, you can specify a height as is done in this code:

Code:
#photobox {
	background-color:#000;
	padding-bottom:30px;
	width:100%;
        height:800px;
	text-align:center;
	}
However, the problem with that is, if you have a photo that is taller than this space, you'll have some overflow problems.

This template is designed to accomodate a variety of image sizes and proportions, and setting a specific height would decrease this flexibility.
__________________
Scott Craig | cancerbox.com

Last edited by cancerbox; 04-26-2007 at 09:35 PM.
Reply With Quote
  #33  
Old 04-23-2007, 02:25 PM
cancerbox's Avatar
cancerbox Offline
pp regular
 
Join Date: Jul 2006
Location: Tulsa, OK, US
Posts: 20
Send a message via ICQ to cancerbox Send a message via AIM to cancerbox Send a message via MSN to cancerbox
Quote:
Originally Posted by andreasholm View Post
Where do I change the top image?

I feel stupid coz I can't find it.
The top image, as in a logo at the header of your site?
__________________
Scott Craig | cancerbox.com
Reply With Quote
  #34  
Old 04-24-2007, 08:18 PM
aptass's Avatar
aptass Offline
forum loafer
 
Join Date: Apr 2005
Location: Sweden
Posts: 14
Send a message via ICQ to aptass
I just wish to thank you for a great theme.

I'm using it right now with some modifications I've done
(moved comments to own window and some other things)

with regards
aptass
__________________
"He's so cool that when he goes to sleep, sheep count him!"
...::[ A P T A S S v5.0 - Fabulous facts and more ]::...
Reply With Quote
  #35  
Old 04-26-2007, 04:10 PM
andreasholm Offline
forum loafer
 
Join Date: Apr 2007
Posts: 7
Quote:
Originally Posted by cancerbox View Post
The top image, as in a logo at the header of your site?
Yes, that's what I mean!
Reply With Quote
  #36  
Old 04-26-2007, 09:34 PM
cancerbox's Avatar
cancerbox Offline
pp regular
 
Join Date: Jul 2006
Location: Tulsa, OK, US
Posts: 20
Send a message via ICQ to cancerbox Send a message via AIM to cancerbox Send a message via MSN to cancerbox
Quote:
Originally Posted by andreasholm View Post
Yes, that's what I mean!
"Regarding the template, I'm sure you notice that by default, the header contains the title of your site. If you'd like to use an image logo instead, you can simply edit the style sheet (horizon.css) and replace the following:

Code:
#header .inside {
	background:#000;
	height:100px;

	}

#header .inside h1 a {
	float:right;
	text-align:right;
	color:#666;
	padding-top:30px;
	font-weight:normal;
	display:block;
	}

with this - where "logo.gif" is your logo. (be sure to place it in the images folder contained in your template directory)

#header .inside {
	background:url(../images/logo.gif) top right no-repeat #000;
	height:100px;

	}

#header .inside h1 a {
	float:right;
	color:#666;
	padding-top:30px;
	font-weight:normal;
	width:300px;
	height:60px;
	display:block;
	text-indent:-9999px;
	}
__________________
Scott Craig | cancerbox.com
Reply With Quote
  #37  
Old 04-28-2007, 03:17 AM
theturninggate's Avatar
theturninggate Offline
pp regular
 
Join Date: Apr 2006
Posts: 28
Warm Horizon updated!

I've updated my Warm Horizon modification of this template and have begun a new thread for it here for all future updates.
Reply With Quote
  #38  
Old 04-28-2007, 12:45 PM
carbon8 Offline
forum loafer
 
Join Date: Apr 2007
Posts: 1
Thanks for the skin!
I've modified it slightly and can be viewed here: http://www.gregnewman.us
Reply With Quote
  #39  
Old 05-01-2007, 03:57 AM
apoc Offline
pp regular
 
Join Date: Aug 2006
Location: Toronto ON
Posts: 29
what would i have to do if i wanted it to slide from the side?

edit: nevermind, i figured it out. I made a table.
__________________
http://www.apocalyps.ca - Shutters Photoblog

Last edited by apoc; 05-01-2007 at 04:53 AM.
Reply With Quote
  #40  
Old 05-09-2007, 06:33 PM
tdwesten's Avatar
tdwesten Offline
pp regular
 
Join Date: Feb 2006
Posts: 41
Thanks for share Cancerbox! I use it to: www.tdwesten.nl
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 03:20 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs