Would it be possible to control much of this from a form the user could have access to?

We are considering multiple sites from a single codebase and allowing users to do "certain" customizations. We don't wish to let them edit files, for the most obvious reasons, and a form would be the best solution.

It would even be slick if the form showed a sample of the css code.

Just wishing! But, thanks for a quick and easy tool.

BTW, I added the following to the style.css file:

/* Left Side Bar Background Color */
#block-user-1 {
	background-color: #FF9;

This let me put background color on the blocks so they are contrasted to the the content area.

Comments

Rob_Feature’s picture

Status: Active » Closed (works as designed)

To edit CSS from the drupal interface (and set permissions for users) check out the CSS Injector Module. Drupal themes aren't intended to add this type of functionality to the front end interface (that's a module's job)