Difference between revisions of "D7 Themes"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Zentropy ==
 
== Zentropy ==
* http://drupal.org/project/zentropy
+
* http://drupal.org/project/zentropy - good but no sass
 +
 
 +
== Basic ==
 +
* http://drupal.org/project/basic
  
 
== Sasson ==
 
== Sasson ==
 
* http://drupal.org/project/sasson - HTML5, responsive (content first), semantic grid (SASS/SCSS), CSS reset (normalize)
 
* http://drupal.org/project/sasson - HTML5, responsive (content first), semantic grid (SASS/SCSS), CSS reset (normalize)
 +
** v3 uses Ruby Sass
  
 
Currently uses this [https://github.com/MarcWeber/phamlp phamlp] fork which bundles Compass. This might change if Sasson switches to [https://github.com/richthegeek/phamlp this] fork.
 
Currently uses this [https://github.com/MarcWeber/phamlp phamlp] fork which bundles Compass. This might change if Sasson switches to [https://github.com/richthegeek/phamlp this] fork.

Revision as of 00:56, 23 August 2012


Zentropy

Basic

Sasson

Currently uses this phamlp fork which bundles Compass. This might change if Sasson switches to this fork.

Subthemes

Use this Drush command to initalise a Sasson subtheme. N.b.; Creates in sites/all, rather than respecting current path site context. drush sns [name] - generate a subtheme. ff does this auto if theme is sasson.

sasson.info calls (to recheck)

@import "compass/css3"; // CSS3 mixins (http://compass-style.org/reference/compass/css3/)
// @import "partials/mixins"; // Theme partial mixins (check your /partials directory)

Layout

  • sasson/styles/layout/desktop-first/sasson-base.scss sets .page as 960px. for a 100% wrapper, add a div in subtheme/templates/page.tpl.php

Omega

Other

Lost a lot of theme info when old wiki crashed. Tod; rebuild up interesting theme list.