Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hey guys/gals, I'm working on a Drupal 5 theme and it seems the 17 linked styles is way too much. I appreciate the easier management by keeping them separate but my question is, what triggers its' loading?
Most of the styles don't look as though they are needed for every page. The only one that removes itself that I've spotted is the admin.css file. Is this just not fully implemented yet?
Hi, i have installed the simplenews module and the block of my newslettler looks bad in internet explorer, the text of the radio buttons is all messed up. It is not a problem with my theme because i test it in a default drupal theme and looks the same.
I am trying to get the hang of customising themes and the content on this page http://drupal.org/node/11811 seems to give a good idea of what works.
However the dates go back to 2005. Are they still relevant for drupal 4.7?
This other thread http://drupal.org/node/61481 also discusses methods which appear more recent. Are they more applicable to forms during the item creation and editing phase?
I have created my own custom block (administer>>blocks>>add block). I'm using channel_nine theme, which uses a slightly different theme in column right1 than it does in column right2.
Here is what is in the div tags for the css I want to use (creates underlines for ordered lists):
How do I make the custom block I'm creating use the css for "block-user-1"? Or, put another way, how can I change the div class id for my custom block to "block-user-1" if it is something else now?
I got a very weird block theming probem. I want to theme a particular block in my sidebar. By default, all the blocks share the same class which is .block So I keep the definition of this class in my style.css file unchanged. Then I look at the individual class of the block I hope to theme, which is, say, .block-blockuser. After creating new definition of .block-blockuser and upgrading my style.css file, something weird occured.