Pixelpost

Authentic Photoblog Flavour


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

Post Reply
 
Thread Tools
  #1  
Old 08-18-2006, 12:21 PM
Litograph's Avatar
Litograph Offline
pp regular
 
Join Date: Mar 2006
Location: Munich
Posts: 37
black frames around my picture-links...

...in the menu...
how can i delete them and change the little space between the menu fields?
I want the menu to look like a card index.

Please help me :-)
you can see it here:
www.derlitograph.de

THANKS
Reply With Quote
  #2  
Old 08-18-2006, 01:06 PM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
As it is template stuff then Im moving this topic right there.

You should look on CSS files and into the template code. Using CSS you can make your design same as you would like to get.
__________________
photoblog | portfolio | addons | Donate
Reply With Quote
  #3  
Old 08-18-2006, 01:15 PM
Litograph's Avatar
Litograph Offline
pp regular
 
Join Date: Mar 2006
Location: Munich
Posts: 37
yes i would, but i'm not a pro in this css thing. ;-( sorry
Reply With Quote
  #4  
Old 08-18-2006, 01:31 PM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
Change inside templates/jasonspix/style_lightgrey.css:
Code:
.thumbnails {
	padding:2px;
  	background:#000000;
	border:1px solid #A1A2AA;		
	margin:5px;	
}
to:
Code:
.thumbnails {
	padding:2px;
  	background:#333333;
	border:1px solid #A1A2AA;		
	margin:5px;	
}
__________________
photoblog | portfolio | addons | Donate
Reply With Quote
  #5  
Old 08-18-2006, 01:38 PM
jdleung Offline
pixelpost guru
 
Join Date: Feb 2006
Location: Foshan, China
Posts: 553
look for the following classes in the CSS file,
#thumbrow
#thumbrow img
#thumbrow .current_thumbnail
#thumbrow a img
#thumbrow a:hover img, #thumbs a:focus img

set the border to "0"

and the following for the menu image space
#topbar
#style1
__________________
jdleung's.com @ flickr @ fotoblogs.cn & Addons:Month Calendar & Slideshow & Flickr comment & Modified Addon: Calendar
Reply With Quote
  #6  
Old 08-18-2006, 01:48 PM
Litograph's Avatar
Litograph Offline
pp regular
 
Join Date: Mar 2006
Location: Munich
Posts: 37
@GeoS:
i have the normale template: style.css
but there is no positiv result. I changed the thumbnails.
Is this also deciding?

@jdleung
i checked the borders, but there is only one active:
#commentMain li {
padding-bottom:10px; padding-top:10px; padding-left:5px; padding-right:0px; margin:0px; border-top:0px;
border-left:0px; border-right:0px; border-bottom:1px solid #ffffff;
here!!!
Reply With Quote
  #7  
Old 08-18-2006, 01:59 PM
Connie
Guest
 
Posts: n/a
I would ask the author where you "mopsed" this menu

I am sure you did not write it yourself, and this menu uses some javascript as well..

so ask the author - he might help you or there is a readmefile with that gimmick!
Reply With Quote
  #8  
Old 08-18-2006, 02:04 PM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
Sorry I didnt read your post carefully. You should do like this:

Change inside templates/jasonspix/style_lightgrey.css:
Code:
.thumbnails {
	padding:2px;
  	background:#000000;
	border:1px solid #A1A2AA;		
	margin:5px;	
}
to:
Code:
.thumbnails {
	padding:2px;
	border:0;		
	margin:7px; /* here is place where you set space between thumbs */
}
__________________
photoblog | portfolio | addons | Donate
Reply With Quote
  #9  
Old 08-18-2006, 02:07 PM
Litograph's Avatar
Litograph Offline
pp regular
 
Join Date: Mar 2006
Location: Munich
Posts: 37
okay, maybe i should do this. thanks for your help. nice weekend
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 09:48 AM.

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