Posted by level09 on August 24, 2011 at 11:56pm
Drupal X09 Theme
X09 is Drupal's toolkit for kickstarting websites. It includes base CSS styles for typography, forms, buttons, and more.
To get started -- checkout the demo: http://drapul.com
More Features
Better Core Drupal Styles
Drop Down Primary Links
Built in JQuery Cycle Plugin (sliding header image)
Based on BluePrint CSS Framework
Get it from github at :
https://github.com/level09/x09
Questions or issues ? Please submit them to

Comments
Odd and perhaps evil?
Why are you not running this through http://drupal.org/project/themes ?? I find it suspect that you're not using the drupal.org site where it can be reviewed by the user community and feedback shared.
** Let it be a warning to other users** There's always the possibility that external sources of code can contain malicious contents resulting in a site being hacked. Review this code carefully before installing on your site.
Come on DeeZone, people are
Come on DeeZone, people are sharing their work. Politely pointing them to an existing invironment to do it would suffice. No need to suspect people of being paranoid so far.
You cant be serious, it is an
You cant be serious, it is an open and very minimal theme, the only php code can be found in a few tpl file with a very few lines of php. you can browser github and see for yourself, it wont take a lot of time really.
The only reason why this is not on Drupal Themes is because I'm not very familiar with CVS, therefore I decided to push it to github initially.
Later when I have time, I will read on how the D.O submission works.
Simple Drupal Themes
http://level09.net
Property Management with Drupal
http://smsar.me
needs some work
@DeeZone - Alexi is right, too much paranoia may be not the best idea in open source world.
@level09 - D.o. is on git for a few months btw ;) No more CVS. But at the other hand your code would need some work to be accepted. Just check http://drupal.org/coding-standards. For example you have unused JS in your theme.info file, template.php code formatting could look nicer, etc.
Cheers,
Andrey
Free and Premium Drupal Themes | Drupal Sites Showcase. Add yours! | My Blog
Thanks for that betarobot, I
Thanks for that betarobot,
I couldn't find that unused js file, but anyway, it looks like submitting projects has become easier. Already progressing on it ..
Simple Drupal Themes
http://level09.net
Property Management with Drupal
http://smsar.me
DeeZone was right on security
Thanks for the security warning, DeeZone! I think it is important to remind users to be conscious of security threats like executing random code. Perhaps DeeZone was a bit abrasive about his wording, but a healthy dose of paranoia is what keeps your site secure!
Thanks for the contribution, level09!
@level09 unused files: at
@level09 unused files: at least
stylesheets[all][] = blueprint/plugins/fancy-type/screen.cssstylesheets[all][] = ui.all.css
None of them exist on your github tar.
Cheers,
Andrey
Free and Premium Drupal Themes | Drupal Sites Showcase. Add yours! | My Blog
@betarobot thanks . noted the
@betarobot thanks . noted the css files, will update the repo shortly.
Simple Drupal Themes
http://level09.net
Property Management with Drupal
http://smsar.me
Only from experience
@level09 - My apologies if my original comment was "abrasive", it was not my intention. I was only trying to warn others of the risk as I've personally fallen victim to the exact same situation using a WordPress theme supplied from an external site outside of WordPress endorsed channels resulted in my site being hacked. The warning wasn't necessary specific to your theme but rather your approach of offering a download from an external site.
Some call it "paranoia", I call it "cautious" and "questioning". When a stranger offers you candy on the street should you accept it unconditionally because it's such a nice thing to do?
... evil grin
nice!
Nice theme, i am learning drupal theming right now, and check other theme's source code help me
Regards!
STRAIGHT EDGE // WEB DEVELOPER
nice!
Nice theme, i am learning drupal theming right now, and check other theme's source code help me
Regards!
STRAIGHT EDGE // WEB DEVELOPER
This theme is probably your
This theme is probably your best bet for learning, as it is extremely minimal in terms of markup and regions etc ..
on the other hand, you can go creative with it and create different designs like http://maxoel.com
Simple Drupal Themes
http://level09.net
Property Management with Drupal
http://smsar.me
CSS editing
can i edit the CSS that came with the real estate project
CSS
As long as you have rights to it is a very powerful way of modifying the appearance.
how do i modify it
how do i modify it
Modify CSS
You can use Dashcode, Dreamweaver or any of a number of other pieces of SW. It is best of course to have a development environment to make and finalize your changes before uploading to the live site.
To figure out what specifically needs to be changed, I really like the Firebug plugin for Firefox. It tells you which line on which CSS file controls which properties, etc.
Good luck!