You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.1 KiB

10 years ago
  1. /*******************************
  2. Loader
  3. *******************************/
  4. /*-------------------
  5. Standard
  6. --------------------*/
  7. @loaderTopOffset: 50%;
  8. @loaderLeftOffset: 50%;
  9. /*-------------------
  10. Types
  11. --------------------*/
  12. /* Image */
  13. @miniSize: 16px;
  14. @smallSize: 24px;
  15. @mediumSize: 32px;
  16. @largeSize: 64px;
  17. @textDistance: 15px;
  18. @miniFontSize: 0.8em;
  19. @smallFontSize: 0.875em;
  20. @mediumFontSize: 1em;
  21. @largeFontSize: 1.2em;
  22. @miniLoaderPath: "@{imagePath}/loader-mini.gif";
  23. @smallLoaderPath: "@{imagePath}/loader-small.gif";
  24. @mediumLoaderPath: "@{imagePath}/loader-medium.gif";
  25. @largeLoaderPath: "@{imagePath}/loader-large.gif";
  26. @miniInvertedLoaderPath: "@{imagePath}/loader-mini-inverted.gif";
  27. @smallInvertedLoaderPath: "@{imagePath}/loader-small-inverted.gif";
  28. @mediumInvertedLoaderPath: "@{imagePath}/loader-medium-inverted.gif";
  29. @largeInvertedLoaderPath: "@{imagePath}/loader-large-inverted.gif";
  30. /* Text */
  31. @loaderTextColor: @invertedTextColor;
  32. @invertedLoaderTextColor: @textColor;
  33. /*-------------------
  34. States
  35. --------------------*/
  36. /*-------------------
  37. Variations
  38. --------------------*/