Wiki source code of Colibri Icon Themes
Last modified by Vincent Massol on 2024/11/19 16:12
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Similar to ColorThemes (colorThemeInit.vm), have a collection of standardize icon variables that can be used consistently throughout the instance. | ||
| 2 | |||
| 3 | Usage: | ||
| 4 | |||
| 5 | * inside CSS files (background-image + padding) | ||
| 6 | * inside HTML (img + margin) | ||
| 7 | |||
| 8 | == IconThemes Extensions == | ||
| 9 | |||
| 10 | 1. Select the size (width/height) of the icons: autodetect, 16px, 24px, 32px (all icons same size), different sizes etc. (and accommodate accordingly the UI) | ||
| 11 | 1. Select the position (left, right, top, bottom) of the icons (when used with padding) (for all icons, or granular) | ||
| 12 | 1. Loading icons: | ||
| 13 | 1*. individual files attached to the IconThemes page | ||
| 14 | 1*. zip archive (batch operations) containing the files (automatically load them) | ||
| 15 | 1*. sprite image (+ specify the position with background-position) | ||
| 16 | 1. Allow the theme/skin to have "No icons" | ||
| 17 | 1*. general: whole skin does not contain any icons; | ||
| 18 | 1*. override some UI elements in order to have no icons | ||
| 19 | |||
| 20 | == Themes Extensions == | ||
| 21 | |||
| 22 | * Group ColorThemes, IconThemes and Layouts into a single space: Themes |