This forum is for assistance with theme development.

trouble importing external CSS file

I'm using what's outlined in the handbook page for creating a separate admin theme (http://drupal.org/node/52389) but the code for importing the CSS file for the admin seems to be breaking after the @import for me.

[I'm trying to import the code here, but even using the 'code' tags, it's saying that it's suspicious and not letting me]

Anyone have any ideas?

What would be the "standard" way to display blocks differently (not just style changes)?

To identify which block to display differently, I could create regions.

How do I go about tying these regions to a ".tpl.php file" ?
For example: block-InSpecialRegion1.tpl.php

Thanks,
Christophe

I'm looking for a guide about themes

Hi all

I need to create a site with a specific look and feel, and for that I need to create a theme for this site. However, I havn't understod anything from the guide that is over here (in the handbooks section).

Can anyone please refer me to a better guide about how to create Themes? Mybe more simple, and newbie oriented?

With many thanks
Shany Topper

How do I split information from <?php print $date?> ?

How do I split date information when dispalying node or comment from PHPTemplate print $date

For example, when I code print $date in node.tpl.php or comment.tpl.php, it will return 27 March 2006 (the date when the node is posted)

Nah... how to split that information to something like this:

center primary links in gespaa?

I'm in the process of modifying the contributed theme gespaa and one of the things I want to do is center the primary links at the top of the page. I have tried everything I know to try and I can't get them to move. They are currently aligned left and I can't find where they are being commanded to align left. the test site is at http://ross.crickster.com

Argeebee theme removes all the space between your paragraphs

There should be some mention of this since I'm sure a lot of people will want normal paragraph spacing.

The Argeebee theme removes all the space between your paragraphs. The offending code is in the layout.css file:

.node .links,
.node .content P {
  margin:0;
}

Here is how it makes your paragraphs look:

Pages

Subscribe with RSS Subscribe to RSS - Theme development