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.

124 lines
2.3 KiB

10 years ago
10 years ago
  1. /*-------------------
  2. Globals Used
  3. --------------------*/
  4. // (Color Variables)
  5. // @transitionDuration
  6. // @transitionEasing
  7. /*-------------------
  8. Standard
  9. --------------------*/
  10. @verticalAlign: baseline;
  11. @verticalMargin: 0.25em;
  12. @horizontalMargin: 0.125em;
  13. @groupVerticalMargin: 0.75em;
  14. @groupHorizontalMargin: 0.5em;
  15. @backgroundColor: #E8E8E8;
  16. @backgroundImage: none;
  17. @labelTextColor: @textColor;
  18. @verticalPadding: 0.8em;
  19. @horizontalPadding: 0.8em;
  20. @borderRadius: 0.325em;
  21. @textTransform: uppercase;
  22. @fontWeight: normal;
  23. /*-------------------
  24. Elements
  25. --------------------*/
  26. @linkOpacity: 0.8;
  27. @iconDistance: 0.75em;
  28. @detailOpacity: 0.8;
  29. @detailMargin: 0.5em;
  30. @deleteMargin: 0.5em;
  31. /*-------------------
  32. Types
  33. --------------------*/
  34. @imageLabelBackgroundColor: @backgroundColor;
  35. @imageLabelImageHeight: (1em + @verticalPadding * 2);
  36. @imageLabelBoxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  37. /*-------------------
  38. States
  39. --------------------*/
  40. @labelHoverBackgroundColor: #E0E0E0;
  41. @labelHoverBackgroundImage: none;
  42. @labelHoverTextColor: @selectedTextColor;
  43. /*-------------------
  44. Variations
  45. --------------------*/
  46. /* Tag */
  47. @tagCircleColor: #FFFFFF;
  48. @tagCircleSize: 0.5em;
  49. @tagHorizontalPadding: 1.5em;
  50. @tagCircleBoxShadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  51. @tagTriangleLeftOffset: -0.82em;
  52. @tagTriangleTopOffset: 0.325em;
  53. @tagTriangleSize: 1.75em;
  54. /* Ribbon */
  55. @ribbonDistance: 2rem;
  56. @ribbonMargin: 1em;
  57. @ribbonTriangleSize: 1.3em;
  58. @ribbonShadowColor: rgba(0, 0, 0, 0.15);
  59. /* Attached */
  60. @attachedSegmentPadding: 2.5em;
  61. @attachedVerticalPadding: 0.75em;
  62. @attachedHorizontalPadding: 1em;
  63. /* Corner */
  64. @cornerTriangleSize: 3em;
  65. @cornerTextWidth: 2.5em;
  66. @cornerTextSize: 0.7em;
  67. @cornerIconSize: 0.7em;
  68. @cornerTopOffset: 0.45em;
  69. @cornerLeftOffset: 0.75em;
  70. /* Horizontal */
  71. @horizontalLabelMinWidth: 3em;
  72. @horizontalLabelMargin: 0.5em;
  73. @horizontalLabelVerticalPadding: 0.4em;
  74. /* Circular Padding */
  75. @circularPadding: 0.5em;
  76. @circularMinSize: 2em;
  77. /* Pointing */
  78. @pointingTriangleSize: 0.6em;
  79. @pointingTriangleOffset: (@pointingTriangleSize / 2);
  80. /* Floating */
  81. @floatingTopOffset: -1em;
  82. @floatingLeftOffset: -1.5em;
  83. /*-------------------
  84. Group
  85. --------------------*/
  86. /* Sizing */
  87. @tiny: 0.6rem;
  88. @small: 0.75rem;
  89. @medium: 0.8125rem;
  90. @large: 0.875rem;
  91. @huge: 1rem;