john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

drupal 6 custom theme block background color

Remembering that Drupal is arranged in "Regions", and that Zen tries to make things easy:

layout.css

sidebar-left-inner

{ margin: 0 20px 0 0; padding: 0; background-color:rgb(255,0,0); / added this line as a test / }

sidebar-right-inner

{ margin: 0 0 0 20px; padding: 0; background-color: #CDE8F3; / 2010-05-13 johnpfeiffer / }

background-image:url('/sites/default/files/images/bg-body-left.png')


  • « php example trial email
  • drupal 6 custom theme zen add a region »

Published

May 13, 2010

Category

drupal

~44 words

Tags

  • 6 13
  • background 3
  • block 6
  • color 6
  • custom 14
  • drupal 43
  • theme 7