Drupal theme

14 views
Skip to first unread message

mariuss

unread,
Aug 13, 2007, 5:23:42 PM8/13/07
to Blueprint CSS
Is anyone aware of or working on a generic Drupal theme based on
blueprint?

Thanks,
Marius

Gabe

unread,
Sep 17, 2007, 9:12:12 PM9/17/07
to Blueprint CSS
i'd be really interested in this.

On Aug 13, 2:23 pm, mariuss <marius.scurte...@gmail.com> wrote:
> Is anyone aware of or working on a genericDrupaltheme based on
> blueprint?
>
> Thanks,
> Marius

pcmei...@gmail.com

unread,
Sep 18, 2007, 6:10:09 AM9/18/07
to Blueprint CSS
I am also interested. I would see the need for a plugin to Blueprint
to style the admin/forum/blocks and other Drupal specific output.
Maybe someone could convert the Zen theme.

Adam

unread,
Sep 18, 2007, 7:54:39 AM9/18/07
to Blueprint CSS
I've been tinkering with Drupal and Blueprint, and Drupal sets a lot
of styles via /modules/node and /modules/system for such things like
admin and blocks, which upset the vertical rhythm. Does anyone know a
way to prevent Drupal loading these styles? I'm thinking something in /
$path_to_theme/template.php would be more graceful than just deleting
the offending css files.

On Sep 18, 11:10 am, "pcmeiss...@gmail.com" <pcmeiss...@gmail.com>
wrote:

jj

unread,
Sep 18, 2007, 9:49:25 AM9/18/07
to Blueprint CSS
I'm actually working on a very simple blueprint-based Drupal theme--
sort of like a Hemingway--that people can modify. I was thinking of
releasing it on my site, and since there might be interest in such a
thing, I will definitely do so and post a message about it when its
out.

-Michael

On Aug 13, 5:23 pm, mariuss <marius.scurte...@gmail.com> wrote:

Beau Gunderson

unread,
Sep 18, 2007, 1:38:49 PM9/18/07
to Blueprint CSS
I've also been working on one, though non-generic--I will post here
when it's done as maybe other Drupal/Blueprint users could learn from
it.

pcmei...@gmail.com

unread,
Sep 18, 2007, 9:13:01 PM9/18/07
to Blueprint CSS
Drupal, phpTemplate, jquery and Blueprint together. What wonderful
times we live in.

Terrence Wood

unread,
Sep 19, 2007, 7:19:29 PM9/19/07
to Blueprint CSS
Easiest way is to remove <php $styles ?> from page.tpl.php then use
something like:

<style type="text/css">@import "<?php print base_path( ) .
path_to_theme( );?>/filename.css";</style>

or you can build a function in template.php to override $styles before
it gets rendered.

The downside is you need to have a stable build where you know there
are no modules adding extra css

ratioswitch

unread,
Sep 20, 2007, 3:17:32 PM9/20/07
to Blueprint CSS
Just wanted to chime in and say that I too am looking forward to a
Blueprint-based Drupal-theme. I was actually working on a Yahoo UI-
based Drupal theme when I found out about Blueprint. From what I've
read so far, Blueprint seems to be far more elegant than Yahoo. Time
will tell.

I'd love to see demos of the Blueprint Drupal themes when you guys are
ready to offer a link or 2.

Cheers,
_rs

Gabe

unread,
Sep 20, 2007, 4:36:32 PM9/20/07
to Blueprint CSS
wouldn't it be swell if a project like drupal adopted a project like
blueprint, with core developers and module developers working from the
same design philosophy?

broke...@gmail.com

unread,
Sep 20, 2007, 4:35:28 PM9/20/07
to bluepr...@googlegroups.com
I know it would be absolutely AMAZING
Oh wait gang on I think Habari does that already :) go check it out :)

------------------

-----Original Message-----
From: Gabe <gabriel...@gmail.com>

Date: Thu, 20 Sep 2007 13:36:32
To:Blueprint CSS <bluepr...@googlegroups.com>
Subject: [BP #643] Re: Drupal theme

Gabe

unread,
Sep 20, 2007, 6:14:05 PM9/20/07
to Blueprint CSS
i took a look. i'm more interested in seeing an open-ended cms like
drupal adopt a clean front-end design strategy than i am interested in
another set of blog templates.

broke...@gmail.com

unread,
Sep 20, 2007, 6:13:52 PM9/20/07
to bluepr...@googlegroups.com
Erm Habari is a blogging cms , not sure what you had a look at to be honest we are using blueprint for the admin panel


------------------

-----Original Message-----
From: Gabe <gabriel...@gmail.com>

Date: Thu, 20 Sep 2007 15:14:05
To:Blueprint CSS <bluepr...@googlegroups.com>
Subject: [BP #646] Re: Drupal theme

Ian

unread,
Sep 21, 2007, 12:05:08 AM9/21/07
to Blueprint CSS
I think a Blueprint Drupal Theme (or a WordPress one for that matter)
should have an admin page that let you assign spans to your divs and
showed you a quick preview of what you've made. The ability to have
different layouts for different pages would be a must.

toma

unread,
Sep 22, 2007, 8:35:50 AM9/22/07
to Blueprint CSS
I am starting a new project with drupal, anyone get blueprint to work
any demo

toma

unread,
Sep 24, 2007, 5:14:59 PM9/24/07
to Blueprint CSS
New theme Morning after
http://drupal.org/node/176877
Only for drupal 6
Preview
http://www.hyrme.com

ratioswitch

unread,
Sep 26, 2007, 12:58:05 PM9/26/07
to Blueprint CSS
Looks great ... did you say this Drupal 6 theme was built on Blueprint
CSS or is this just a port of your Wordpress theme?

Also, just a bit of feedback ... the icons look blurry on my Mac/FF2.

Either way, nice work.
_rs

On Sep 24, 4:14 pm, toma <www.to...@gmail.com> wrote:
> New theme Morning afterhttp://drupal.org/node/176877
> Only for drupal 6
> Previewhttp://www.hyrme.com

toma

unread,
Sep 28, 2007, 3:53:21 AM9/28/07
to Blueprint CSS
Its not my work, i just post a link to new theme based on blueprint
framework so people can use it

ted

unread,
Sep 29, 2007, 4:36:20 PM9/29/07
to Blueprint CSS
Hi folks,

I am a Drupal core developer (http://drupal.org/user/12932) and I am
really diggin Blueprint and the possible inclusion into Drupal.

The #1 thing preventing this is Blueprint would have to be dual
licensed as MIT/GPL as jQuery recently did for core inclusion.

The next thing is of course adding support and so forth.

I am rolling out a new Drupal site using the Blueprint CSS framework
in 2 weeks and will be updating my blog with it soon too. After
playing around with it more I'll be seeing what I can do in terms of
patches and what not for core.

ted

Olav

unread,
Sep 29, 2007, 4:47:00 PM9/29/07
to Blueprint CSS
Ah, I forgot I was supposed to do this. I'll add a dual GPL/MIT
license once I get the time. :)

Olav

ted

unread,
Sep 29, 2007, 4:53:31 PM9/29/07
to Blueprint CSS
Awesome!

Here is what jQuery did, as an FYI:

http://docs.jquery.com/Licensing

Olav

unread,
Sep 30, 2007, 2:02:42 PM9/30/07
to Blueprint CSS
BP is now dual licensed for the next release (as you can see in our
SVN repository). Enjoy. :)

Olav

ted

unread,
Sep 30, 2007, 3:14:25 PM9/30/07
to Blueprint CSS
> BP is now dual licensed for the next release (as you can see in our
> SVN repository). Enjoy. :)


Rock!!! :-D

dvessel

unread,
Oct 12, 2007, 7:53:42 PM10/12/07
to Blueprint CSS
Oh, this is great! I was about to ask the same and it looks like Ted
beat me to it. :)

It's for a theme I'll be contributing to drupal.org.

http://colorovfire.com/

Thanks a ton!
-joon

Dave G

unread,
Oct 17, 2007, 10:20:25 PM10/17/07
to Blueprint CSS
I hacked Blueprint (.5) into my new site based on Drupal: http://www.bittailor.com.

I'm just getting back in to CSS after a big hiatus, so this isn't
likely going to be a shining example of the best way to integrate the
two.

- Dave

Christian Montoya

unread,
Oct 18, 2007, 2:27:05 AM10/18/07
to bluepr...@googlegroups.com
On 10/17/07, Dave G <david...@mac.com> wrote:
>
> I hacked Blueprint (.5) into my new site based on Drupal: http://www.bittailor.com.
>
> I'm just getting back in to CSS after a big hiatus, so this isn't
> likely going to be a shining example of the best way to integrate the
> two.

You had a hiatus from CSS? Please elaborate.

Dave G

unread,
Oct 18, 2007, 2:58:20 AM10/18/07
to Blueprint CSS
Database development has consumed me for the past couple of years, and
I haven't worked on any web sites during this time.

- Dave

On Oct 17, 11:27 pm, "Christian Montoya" <siro...@gmail.com> wrote:

jj

unread,
Oct 18, 2007, 2:07:40 PM10/18/07
to Blueprint CSS
I've been watching this discussion as I've been playing with Blueprint
0.6 for a new blog I'm going to put out soon. A bit hesitant to point
to the URL because it'll be breaking regularly as I work on it, but
here goes:

http://konigi.com

Structurally, the use of the grid is plenty inspired by Khoi's work
and theme Hemingway theme. Visually it references Monocle a bit. The
theme of the above is not for public use. I'm hoping to do a version
of this theme to release to other Drupal users at some point. I would
add back sidebars to the right and make it a little configurable. But
it's hard for me to know how to plan the CSS for all of the
contingencies around modules people will install. When I get to the
point that I have a workable converted version of this theme, I'll
post a message about it.

Some observations about working with Blueprint for Drupal theming:

It can be a mind f*ck figuring out where to control what PHPTemplate
outputs, especially with regard to where stuff starts and stops. The
output of comments remains a pain for me because I want to close the
container for the node/entry before starting the comments container. I
want to have a right sidebar running next to all comments.

Depending on how ambitious your project is, doing CSS for a Drupal
theme is very much like doing a CSS Zen Garden skin. There is a lot of
guesswork about what various modules will put out. To do everything I
wanted with the add a comment form, you will notice that I had to do a
little CSS outside of Blueprint.

More to come, but so far have been loving Blueprint and am sure other
blog themers will have the same experience.

-Michael

jj

unread,
Oct 18, 2007, 2:13:04 PM10/18/07
to Blueprint CSS
Sorry, this is the URL you should look at to understand the issues I
was referencing in that prior email: http://konigi.com/node/1

-m

Reply all
Reply to author
Forward
0 new messages