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.

127 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. @detailIconDistance: 0.25em;
  30. @detailMargin: 0.5em;
  31. @deleteMargin: 0.5em;
  32. /*-------------------
  33. Types
  34. --------------------*/
  35. @imageLabelBackgroundColor: @backgroundColor;
  36. @imageLabelImageHeight: (1em + @verticalPadding * 2);
  37. @imageLabelBoxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  38. /*-------------------
  39. States
  40. --------------------*/
  41. @labelHoverBackgroundColor: #E0E0E0;
  42. @labelHoverBackgroundImage: none;
  43. @labelHoverTextColor: @selectedTextColor;
  44. /*-------------------
  45. Variations
  46. --------------------*/
  47. /* Tag */
  48. @tagCircleColor: #FFFFFF;
  49. @tagCircleSize: 0.5em;
  50. @tagHorizontalPadding: 1.5em;
  51. @tagCircleBoxShadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  52. @tagTriangleRightOffset: 100%;
  53. @tagTriangleTopOffset: 50%;
  54. @tagTriangleSize: 1.75em;
  55. /* Ribbon */
  56. @ribbonDistance: 2rem;
  57. @ribbonMargin: 1em;
  58. @ribbonTriangleSize: 1.3em;
  59. @ribbonShadowColor: rgba(0, 0, 0, 0.15);
  60. /* Attached */
  61. @attachedSegmentPadding: 2.5em;
  62. @attachedVerticalPadding: 0.75em;
  63. @attachedHorizontalPadding: 1em;
  64. /* Corner */
  65. @cornerSizeRatio: 1.2;
  66. @cornerTriangleSize: 3em;
  67. @cornerTextWidth: 2.5em;
  68. @cornerTextSize: 0.7em;
  69. @cornerIconSize: 0.7em;
  70. @cornerTopOffset: 0.45em;
  71. @cornerLeftOffset: 0.75em;
  72. /* Horizontal */
  73. @horizontalLabelMinWidth: 3em;
  74. @horizontalLabelMargin: 0.5em;
  75. @horizontalLabelVerticalPadding: 0.4em;
  76. /* Circular Padding */
  77. @circularPadding: 0.5em;
  78. @circularMinSize: 2em;
  79. /* Pointing */
  80. @pointingTriangleSize: 0.6em;
  81. @pointingTriangleOffset: (@pointingTriangleSize / 2);
  82. /* Floating */
  83. @floatingTopOffset: -1em;
  84. @floatingLeftOffset: -1.5em;
  85. /*-------------------
  86. Group
  87. --------------------*/
  88. /* Sizing */
  89. @tiny: 0.6rem;
  90. @small: 0.75rem;
  91. @medium: 0.8125rem;
  92. @large: 0.875rem;
  93. @huge: 1rem;