This forum is for assistance with theme development.

a few lines of css you might want to add..

Ive added this to several themes and its gone over well. So far, the only place Ive seen the dl/dt/dd lists is in admin pages and ones like "create content". The following css spaces the descriptions from the text a little more nicely and makes the links bigger than the description text. I found it to be a very functional little ui enhancement:

dl {
	margin: 0.5em 0 1em 1.5em;
}
dl dt {
	font-size: 1.2em;
}
dl dd {
	margin: .5em 0 .5em 1.5em;
}

customizing chameleon theme

Hi! I have the chameleon theme right now, and I need some help with a couple things:

Editing stylesheet from within Drupal

I was wondering whether there is any way (perhaps a module) which enables you to edit style.css for a theme from within a Drupal installation itself, perhaps by having the contents of that file in a node? I would like to give my designer control over the stylesheet without him having to upload by ftp.

small issue

I have created the new content type "Real Estate", and added 2-3 fields using the CCK module.
I have to change the CCS from dupal's core theme to my own derived css(am not a designer).

I have to display the fields, Title(from content type) and Price(from CCK module) in same line.
Somewhere i have to shorten the length of textbox, whereas somewhere i have to keep it as it is.

AM not able to figure it out, which "div" they had used, and which div i have to copy and reuse in my css?

Please help...

VoteBob Theme Change

I am working on customizing the VoteBob...I want to change the Primary Links to white, but when I try, it changes all of my links to white (and I've got a white background). Can anyone tell me how to fix this?

Here's parts of my css file that (I think) are relevant:

a { color: #3B5477; }
a:hover { color: #000000; }
a:visited { color: #3B5477; }

#primary-links {
text-align: center;

}

Background Image in Roople Theme "NewsFlash"

Again, with apologies on my lack of Drupal-ology as I'm a recent convert from WordPress...

Help!

I'm trying to add a background image to my site, http://www.mykidney.com

This is the image I'm trying to use http://www.mykidney.com/themes/newsflash/images/blue/mkbackgroundimg.png

Here is the code that I'm putting in blue.css file (the theme color I'm using):

Pages

Subscribe with RSS Subscribe to RSS - Theme development