Downloads
Download tar.gz
30.25 KB
MD5: 566dc4ebd0831b062d6843ce19ca842e
SHA-1: 5a7e1a8b1a816fa36e0bf7c19335c860edcfce66
SHA-256: c51340269079b520658d5607fd19f4f96108d8e0b0a91e72cf5c37c6e429724e
Download zip
37.84 KB
MD5: 74e8c94614e9326280f1528cf57a4f67
SHA-1: 6aa2c5dd3ea3b31cee42e0ed65d4d2af502bfa9b
SHA-256: 0e65f546fbd94612609aaaf7eb8b56908b9a7be945cdb51e8c5b9ef7b0e75d47
Release notes
Changes since DRUPAL-6--1-2:
This is a huge leap forward from the last release.
- #415658 by blairski: Path missing from IE conditional comments.
- #414890 by trludewig: Add default regions to info file.
- Slight change of wording to maintainers section of README.txt.
- Fixing message divs padding and spacing.
- Updating README.txt with usage info.
- #496146 by joachim: changed node classes to build up into an array.
- By joachim: Bleach the (primary and seconday) menus to make more neutral.
- #496254 by joachim: added wrapper main DIV around columns.
- #496266 by joachim: fixed errors in column widths and padding.
- #500172 by joachim and psynaptic: Primary and secondary menu links should occupy their full height.
- #496234 by joachim: removed display:block on site slogan.
- Nuked the admin menu transparency effect. Major win for usability.
- Usability improvement: Moved messages so tabs don't move when a message is shown.
- Added percentage width to input.form-text elements.
- Changed default layout to be much more like 960gs.
- Added correct margin to footer and footer-message divs.
- #429298 by Ralf: Fix for undefined index: clean_rebuild_registry.
- Changed base font size definition so fonts (particularly monospace ones) are more consistent across different browsers.
- Reverted explicit width on input.form-text.
- Added skip to content link for accessibility.
- Removed colors from tabs to make base theme more neutral. Adjusted base font values so 1em = 10px.
- Changed base font to Lucida stack.
- Used display: none to hide theme search form label.
- Added base input and textarea styling to improve default aesthetics.
- Added the exact same fieldset styling as in Seven theme.
- Improved teaser button positioning.
- Moved color styles out of navigation.css into color.css.
- Changed default link color and set link hover to underline.
- Removed fancy dates for comments and blogs from base theme.
- Moved logo into images subdirectory.
- Removed quote image from base theme to save a HTTP request.
- Actually moved the screenshot this time.
- Adjusted a load of color styles.
- Fix non-collapsible fieldset labels.
- Switched to using default submitted information for comments.
- Fixed font size issue with textareas.
- Fixed a spacing issue with form descriptions not having bottom margin when not inside a fieldset.
- Fixed some fieldset issues.
- Adjusted default colors to match panels UI styling.
- Moved header region to above site name and header search box.
- Changed #centre div to #content in page template.
- Added 960 grid background.
- Added a theme setting to toggle a 12 column 960 grid background.
- Reduced size of skip to content link.
- Added missing logo back.
- Wrong logo added in last commit.
- Added styles to clean up krumo.
- Made #slogan block level.
- Added JavaScript toggle button for grid background.
- Test commit.
- Reverse test commit.
- Forgot to rebuild scripts variable after drupal_add_js call.
- Whitespace cleanup.
- Moved skip-link inside header wrapper.
- Added liquid subtheme, adjusted grid so it work with both liquid and fixed themes.
- Improved color of menu and tabs.
- Fixed teaser button positioning.
- Adjusted default primary and secondary menu and tab colors to be more visible.
- Lots of changes based on Tao theme by Young Hahn.
- Namespaced all functions in template.php to clean_ instead of phptemplate_ to avoid conflict with subthemes.
- #517718 by joachim: Add body classes based on path.
- #398334 by psynaptic: Automatic template file suggestions for node-node_type--teaser and node-node_type--preview.
- Reformatted code in clean_preprocess_comment to make it more readable.
- Changed to using drupal_attributes for body, node, comment, block, box and fieldset attributes.
- Added pre and post variables to node, comment, block, box and fieldset template files to allow content to be added before and after each object.
- Standardised template file variable names.
- Moved all variable creation into template.php.
- Standardised styling of node links, comment links, primary links, tabs and menu links.
- Standardised levels and added specific CSS classes to headings for nodes, comments, blocks, boxes and fieldsets.
- Removed terms from being automatically printed in node template file.
- Removed IE stylesheets in favour of using conditional comments in a subtheme or using the conditional_styles module.
- Reduced clutter from page template file.
- Added limiter divs to facilitate full width backgrounds more easily.
- Moved scripts to the bottom of the page template for performance reasons.
- Moved messages and help to the top of the page.
- Moved feed icon to footer.
- Added file_exists to check logo path.
- Stripped core CSS files apart from system, update and openid.
- Refactored gr- Refactored gr- Refactored gr- Refactored gr- Refactored gr- Refactored gr- Refactored gr- Refactored gr- Refactored gr- Refactored gr- Refactoke it more flexible for 100% width backgrounds.
- Removed unnecessary content-language meta tag.
- Added a link to add a primary link when none exist.
- Set tables to border-collapse: collapse and removed borders from th within tbody.
- Removed unnecessary clear-block class from ul.links in favour of adding the selector to the easy clearing CSS.
- Reduced padding on select inputs.
- Removed stray bullet using list-style: none from the content admin page.
- Added reset.css to collect all reset-based styles into a separate file.
- Removed custom.css as it goes against the recommended way to use Clean theme. Custom CSS should be within a sub theme to allow you to benefit from updates to the core Clean theme.
- Moved back to header in favour of modifying modules to insert their code into .
- Made skip links hidden and added a skip to footer link.
- Fixed CSS file stripping, took it out of the grid condition.
- Removed some more unnecessary CSS.
- Unified styling of form elements.
- Integrated with vertical_tabs module.
- Added access check for primary menu add link.