You are here

README.txt in iTweak Upload 7.3

Images in icons/* directories are provided as alternatives to drupal stock icons in modules/file/icons.

In D7:
To be compatible with existing file module functions, all icons are separate files, named by their corresponding mime name.

In D6:
These were a source for compound images/mime-16.png and images/mime-32.png that are used to show mime icons with CSS sprites technique. 

There is single image generated for each icon size, with all icons stacked vertically with 2x spacing.

There is additional transparent vertical spacing added on top of each compound image.

  mime-16.png   - add 3px

  mime-32.png   - add 4px

That spacing helps align the icons with the text.


File

icons/itu/README.txt
View source
  1. Images in icons/* directories are provided as alternatives to drupal stock icons in modules/file/icons.
  2. In D7:
  3. To be compatible with existing file module functions, all icons are separate files, named by their corresponding mime name.
  4. In D6:
  5. These were a source for compound images/mime-16.png and images/mime-32.png that are used to show mime icons with CSS sprites technique.
  6. There is single image generated for each icon size, with all icons stacked vertically with 2x spacing.
  7. There is additional transparent vertical spacing added on top of each compound image.
  8. mime-16.png - add 3px
  9. mime-32.png - add 4px
  10. That spacing helps align the icons with the text.