Hello everyone,
I've been using Drupal for about 2 weeks and I love everything about it. I've used Geeklog, phbBB with mx-portal and Joomla briefly. I think Drupal is by far the better system of the four for community oriented sites.
Now, I've been racking my brain trying to make a way to separate the menu blocks. This may seem simple to some of you but I can't find a way to do it. I'm using BlueMarine and the blocks run continuous up and down the page. I'd like each block to be separated (like Drupal.org's) with a different background for the block title, just like the blocks you see on the right hand right side now.
Can someone please help me or point me to where I can get information on how to do it. Thank-you.
Below is my current style.css file.
/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */
/*
** HTML elements
*/
body {
padding: 0;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
margin : 0 0 0 0;
}
tr.odd td {
padding: 0.3em;
}
tr.even td {
padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.5em;
}
H1 {
font-size: 13pt;
font-family: Arial;
}
H2 {
font-size:12pt;
color:#336633;
font-family: Arial;
}
h3, h4, h5, h6 {
font-size: 1.1em;
}
p {
margin-top: 0.5em;
margin-bottom: 0.9em;
}
a {
text-decoration: underline;
font-weight:bold;