Thanks,
Marius
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
On Sep 18, 11:10 am, "pcmeiss...@gmail.com" <pcmeiss...@gmail.com>
wrote:
-Michael
On Aug 13, 5:23 pm, mariuss <marius.scurte...@gmail.com> wrote:
<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
I'd love to see demos of the Blueprint Drupal themes when you guys are
ready to offer a link or 2.
Cheers,
_rs
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
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
Here is what jQuery did, as an FYI:
Olav
Rock!!! :-D
It's for a theme I'll be contributing to drupal.org.
Thanks a ton!
-joon
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
You had a hiatus from CSS? Please elaborate.
- Dave
On Oct 17, 11:27 pm, "Christian Montoya" <siro...@gmail.com> wrote:
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
-m