This forum is for assistance with theme development.

How to Separate Menu Blocks?

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;

How to put the teaser next to the image on front page nodes?

Hello,

On the front page, I've got a node listing where each node contains a title, thumbnail picture and teaser below.

What I would like to do is simply put the teaser next to the thumbnail instead of right below. I figured out that I should modify the node.tpl.php file but I can't seem to find out just how. I also use the ecomerce module.

My (standard) node.tpl.php:

need help plz.... regarding setting up my theme so that others can take a look at it....

hello their.

i was just working on a simple theme to contribute to drupal, it is in its very beggining stage.

but going indepth of it is causing some problems to me, so i thought of uploading my work on this site so that others who ever is intested would help me out..

i have applied for a cvs account and got the activation. and also i created a project with the same name as my theme (1024_v) .....

but now whats next.??

i mean all i could show to the developers is a screenshot uploaded on my server???

[ecommerce] how to get rid of the teaser in the product table

Hello,

How can I style the product table so that I can get rid of the teaser for example?

Thanks,

Q.

How do :Two rows display list page of a specific images term

hi,all

I create a page view, display list page of a specific images term, the views-list-image_list.tpl.php
and "function phptemplate_views_view_list_image_list($view, $nodes, $type) " of template.php was generated by the views theming wizard,views template to output one 'row' of a view.

I hope views template to output two 'rows' display list page of a specific images term
(display thumbnail and article title),

How do? Thanks very much!

JQuery/JS - "$(document) has no properties" error

Hi,
Im augmenting my theme with some JS, primarily for rounded corners, using JQuery and the rounded corners JQuery plugin.
The rounded corners work for some pages, but on other pages they don't and I get "$(document) has no properties" in firebug.
This happens primarily in pages in which I have put other JS into, but also on the administration page amongst others.

Pages

Subscribe with RSS Subscribe to RSS - Theme development