3 generell Theme Questions

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
bailey87
Regular
Posts: 72
Joined: Sun Dec 04, 2005 12:26 pm

3 generell Theme Questions

Post by bailey87 »

Hi guys,

I have tested everything, but I don´t know, how to set the distance between two sidebar elements...

to set the bgcolor of the sidebar elements...

to do a padding-left...


here an image editing (step-by-step operation)
Image
Last edited by bailey87 on Sun Apr 09, 2006 5:07 am, edited 1 time in total.
Sorry for bad english, I´m german :lol:
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi bailey

the theme you're editing - green mile - is a little different from most themes. The sidebar title height is set by line height in serendipity_sidebar_title. reduce the line height you'll reduce the gap between side bar items

HTH - I'm a bit rushed going to catch the football on TV :)

Dave
bailey87
Regular
Posts: 72
Joined: Sun Dec 04, 2005 12:26 pm

Post by bailey87 »

no...

line-height will change the height of the sidebar title box, but regrettably not the size of the gap...
Sorry for bad english, I´m german :lol:
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

sorry

that's the trouble with rushing. OK so if I understand you need to change the bottom padding of the content container

div.serendipitySideBarContent
padding-left: 0px;
padding-bottom: 12px;
margin-bottom: 12px;

Dave
bailey87
Regular
Posts: 72
Joined: Sun Dec 04, 2005 12:26 pm

Post by bailey87 »

that doesn´t work, too!

Code: Select all

/* container style for individual sidebar blocks */
div.serendipitySideBarContent {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight:normal;
	font-color: #ffffff;

:cry:
Sorry for bad english, I´m german :lol:
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

Bailey87, if that image is a real screenshot then it looks like there is something very wrong with your theme, you shouldn't have the calendar dates appearing inside your archives plugin (bottom of screenshot). Could you please give us a link to your blog so we can see how it looks really, Dave's suggestion should have worked for you.
bailey87
Regular
Posts: 72
Joined: Sun Dec 04, 2005 12:26 pm

Post by bailey87 »

NO thats no real screenshot, it´s of course an image editing!

the blue things/lines in it are separators, and under it another screenshot is shown...

That´s a step-by-step operation!
Sorry for bad english, I´m german :lol:
bailey87
Regular
Posts: 72
Joined: Sun Dec 04, 2005 12:26 pm

Post by bailey87 »

Nobody to help?
Sorry for bad english, I´m german :lol:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

I think nobody can help you very well unless you post your URL. Or unless you have some patience; it was weekends. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply