Marine - My Drupal theme
In the quest to find the ultimate theme for Drupal I found there was no ultimate theme, different themes are good for different tasks.
One of the main ways I use Drupal is too build relatively straightforward websites and building them and being able to re-jig the website at any point is key.
I also seem to end up writing the same code over and over again, a lot. Things like giving the primary nav a background colour, making links appear without being underlined as default, adding a block class into the block template. I was doing all of these for pretty much evey project I've done.
So I've created my own theme 'Marine', which is sub-theme of Zen. WIth the idea that for every site I make I will use Marine as the base (so the website's theme will be a sub-sub Zen theme and a Sub-Marine them (get id, submarine! how clever of me).
So the here's some stuff Marine does:
- Block-Class module auto-detect and auto-add block class to blocks.
- Uses 960 grid system which can easily be over-ridden.
- Sticky footer by default
- Login to post comments