Downloads
Download tar.gz
150.78 KB
MD5: efbac5819d7b1c7a89e9d5ef4b4d84e3
SHA-1: 486f5a59c6aaaa8f0bf98ac4c6e4a17d4ed01b25
SHA-256: 2cdf89888d0efed8f210bf70b0e2fe2e84b48ea8d770c5aedcf77e62623ed9b1
Download zip
167.83 KB
MD5: 0cec32d77243d4c952e0d41dd9f36b0d
SHA-1: 82105778aa9a849271bd64dc774901f2ebd2e90e
SHA-256: c0f9737afee664bbd1abeefe254873c2b063f4a3f691b4d05900bb464708e004
Release notes
This new development branch brings to Acquia Marina:
- Panels 3 support which includes:
- Acquia Marina rounded corners styles
- New Panels layout - threecol_25_25_50
- New Panels layout - threecol_50_25_25
- New theme settings which includes:
- Theme width: initial fluid/fixed width selection NOT FULLY FUNCTIONAL - layout styles need to be added
- theme_settings/fixed.css (empty)
- theme_settings/fluid.css (empty)
- Theme fonts: select a font family stack from a list font family stacks
- theme_settings/fonts_1.css = Tahoma, Verdana, Arial, Helvetica, sans-serif
- theme_settings/fonts_2.css = Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif
- theme_settings/fonts_3.css = Helvetica, Arial, sans-serif
- theme_settings/fonts_4.css = Georgia, Garamond, Times New Roman, serif
- Fix IE stylesheet limit. This setting groups css files so Internet Explorer can see more than 30 of them.
- Local.css fixes and modifications that include:
- local.css is automagically picked up by theme if present (removed from .info file)
- local.css is now loaded after IE6 and IE7 conditional comments which now allows local.css to override IE stylesheets
- RTL improvements which include:
- #315990 - changed the way stylesheets for IEs loads so that css files are not loaded by names hard-coded in the page.tpl.php - variables are defined in template.php --> Thanks to munzirtaha for this fix.
- Accessibility improvements
- Added skip-nav and styles
TODO:
- Styles for fluid width layout
- Make theme recolorable - see: http://drupal.org/node/444396
Thanks Bevan & skiquel for working on this; this is very exciting to see come together! Let's shoot for making this branch (DRUPAL-6--2) of the theme recolorable.