This forum is for assistance with theme development.

Styles CSS Files

Hi, I find that DRUPAL is a very very great work. I has a beginner (just about 2month experience) have prepared two test Portal. Of Course I used only standard Module and tryed to experiment in few cases. I would just propose all The Drupal Community wich deal with Styles.CSS to make a little more step and help them of us wich really get MAD in finding the right CSS code to modify as to adjust a little tha SHAPE and LAYOUT of our DRUPAL Sites.

Please can someone say if it possible to collect a kind of an INDEX definition list for the hundred of CSS items. ie :

Creating Themes

Okay, Im trying to get my head around creating a theme/template for Drupal. Im trying to change over from Joomla to Drupal and obviously things are done a little differently in Drupal, which is a good thing to me as what it does I like better.

However Im not sure how to call up the various parts of Drupal.

For instance, in Joomla I would add the following to my template:

mosLoadModules ( 'user1' );

I could enclose that inside a

tag and be done with it. Then whatever I assigned to 'user1' would show up where that line of code was placed in the template. For instance, in the backend I assigned the Login Form to 'user1'. I could also set it up to where it would only show up on the front page or on selected pages if I wanted to go that route.

I have been trying to read on creating a theme/template with Drupal but I guess Im not completely grasping how its all done. For instance, browsing the handbooks I ran across this for customizing the layout:

if ($node->type == 'blog') {/* check if it's a blog node */
include 'page-blog.tpl.php'; /*load page-blog.tpl.php */
return; }

Do you really need to know php code well to do a theme or template for Drupal? I may be approaching things wrong or looking at them wrong or something. But I would like to convert my current site templates over to Drupal, but man, if I gotta learn php to do so, thats going to take some time and Im not sure that its something I want to tackle at this point so I would greatly appreciate some assistance in either getting started or some tips on what I need to do.

js file will not load

I am trying to get my theme working. But my exsisting navigation is not loading up. What steps must I take to get a .js file to load?

I have tried the call_js( to no avail.

The page can be viewed at http://honorpac.org/drupal.

Thanks for your help,
Hector

using marvin

Hello,

I'm using a marvin theme, I replaced the logo with a picture that fits the 800 x 600 px screen, but marvin has it moved from edge, that means rendering picture away from size that i want(user has to scroll to see all head picture) How can I change the theme page layout and make it hit the edge.

I'm also inserting an image in footer and used html to do that, but the image always appears next to the left block, but i want it to appear under it always.

Any pinpoints..
:)

Show Date-Fields on Profile-Page (user list)

Hi,

i modified my profile "user list" with placing the following function to template.phö

Padding/Margins issue with new theme in FireFox

Hello,

I am having a problem with the borders and padding / margins on a theme. Here is the site:

http://www.fredputnam.org

It looks find in IE, but in FireFox the content node's border is too far to the left column. In IE there is a gap between the tan left navigation column and the boxed nodes in the right content column but FireFox has them butted together. I have tried a couple different things to get the spacing. You can see the CSS here:

Pages

Subscribe with RSS Subscribe to RSS - Theme development