Skip to main content

Drupal Themes

Our feature packed Drupal themes combine beautiful design with over 70 optional settings, our easy to use administration theme and all backed by our no fuss money back guarantee.

Drupal Design

Blow away the competition with our full service graphic design services. We focus on audience demands & brand identity to set the tone of your internet business strategies.

Drupal Designers and Themers Community

Join the first crowd sourced premium Drupal theme service. Become a rockstar designer or themer, share the profits and get exposure to a half million Drupal users.

Strike Back with Stylestripper

Post to Twitter

Almost as hot as a real stripper Stylestripper is a small module that allows you unset any stylesheet in Drupal—core or contrib.

The bane of my theming existence are modules that load their own stylesheets. Of course some simply must “load their own”. Admin menu would be pretty useless without one, so would Views UI. But some stylesheets IMO verge on being a total waste of time, take comment.css for example…

.indented {
  margin-left: 25px; /* LTR */
}
.comment-unpublished {
  background-color: #fff4f4;
}
.preview .comment {
  background-color: #ffffea;
}

Do I really need to load an additional stylesheet just for this? Nope, chances are I’m doing this anyway in my style.css file or other. I really don’t need or want this sort of crap loading, only to be overridden by my own CSS. On a tangent this should be .indented, .unpublished and .preview (nice generic classes) and stuck in a base.css file or similar.

Back to Stylestripper. You’ll find the config at admin/build/themes/stylestripper, you can set some global defaults and then for each theme decide what you want to load and what not to. Fantastic.

+1 for themers, may the force be with you.

Drupal Version: 

Drupal Development: 

Drupal: 

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <h2> <h3> <h4> <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Adds typographic refinements.

More information about formatting options