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.

122 lines
2.6 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*******************************
  2. Header
  3. *******************************/
  4. /*-------------------
  5. Element
  6. --------------------*/
  7. @pageFont : Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  8. @fontWeight: bold;
  9. @textTransform: none;
  10. @topMargin: 2rem;
  11. @bottomMargin: 1rem;
  12. @horizontalPadding: 0em;
  13. @verticalPadding: 0em;
  14. @lineHeight: 1.33em;
  15. /* HTML Headings */
  16. @h1: 2rem;
  17. @h2: 1.5rem;
  18. @h3: 1.3rem;
  19. @h4: 1.1rem;
  20. @h5: 1rem;
  21. /* Sizing */
  22. @tiny: 1em;
  23. @small: 1.1em;
  24. @medium: 1.3em;
  25. @large: 1.5em;
  26. @huge: 2em;
  27. /* Sub Header */
  28. @subHeaderFontSize: 1.1rem;
  29. @subHeaderLineHeight: 1.2em;
  30. @subHeaderColor: rgba(0, 0, 0, 0.5);
  31. /* Icon */
  32. @iconSize: 1em;
  33. @iconOffset: @lineHeightOffset;
  34. @iconMargin: 1em;
  35. @iconAlignment: middle;
  36. /* Label */
  37. @labelDistance: 0.5rem;
  38. @labelVerticalAlign: middle;
  39. /* Content */
  40. @contentAlignment: top;
  41. /* Paragraph after Header */
  42. @precedingParagraphMargin: 0em;
  43. /*-------------------
  44. Variations
  45. --------------------*/
  46. /* Icon Header */
  47. @iconHeaderSize: 3em;
  48. @iconHeaderOpacity: 1;
  49. @iconHeaderMargin: 0.2em;
  50. @circularHeaderIconSize: 2em;
  51. @squareHeaderIconSize: 2em;
  52. /* Divided */
  53. @dividedBorder: 1px solid rgba(0, 0, 0, 0.1);
  54. @dividedColoredBorderWidth: 2px;
  55. @dividedBorderPadding: 0.2rem;
  56. @dividedSubHeaderPadding: 0.5rem;
  57. @dividedIconPadding: 0.2em;
  58. /* Block */
  59. @blockBackground: @darkWhite;
  60. @blockBoxShadow: none;
  61. @blockBorder: 1px solid @solidBorderColor;
  62. @blockHorizontalPadding: 1rem;
  63. @blockVerticalPadding: 0.75rem;
  64. @blockBorderRadius: 0.3125rem;
  65. @tinyBlock: @tiny;
  66. @smallBlock: @small;
  67. @mediumBlock: @medium;
  68. @largeBlock: @large;
  69. @hugeBlock: @huge;
  70. /* Divided */
  71. @blackDividedBorderColor: @black;
  72. @blueDividedBorderColor: @blue;
  73. @greenDividedBorderColor: @green;
  74. @orangeDividedBorderColor: @orange;
  75. @pinkDividedBorderColor: @pink;
  76. @purpleDividedBorderColor: @purple;
  77. @redDividedBorderColor: @red;
  78. @tealDividedBorderColor: @teal;
  79. @yellowDividedBorderColor: @yellow;
  80. /* Attached */
  81. @attachedOffset: -1px;
  82. @attachedBoxShadow: none;
  83. @attachedBorder: 1px solid @solidBorderColor;
  84. @attachedVerticalPadding: @blockVerticalPadding;
  85. @attachedHorizontalPadding: @blockHorizontalPadding;
  86. @attachedBackground: @white;
  87. @attachedBorderRadius: @blockBorderRadius;
  88. @tinyAttached: 0.875em;
  89. @smallAttached: 0.9em;
  90. @mediumAttached: 1em;
  91. @largeAttached: 1.1em;
  92. @hugeAttached: 1.2em;
  93. /* Inverted */
  94. @invertedColor: @white;
  95. @invertedSubHeaderColor: rgba(255, 255, 255, 0.85);
  96. @invertedDividedBorderColor: @whiteBorderColor;
  97. @invertedBlockBackground: @lightBlack @subtleGradient;
  98. @invertedAttachedBackground: @invertedBlockBackground;
  99. /* Floated */
  100. @floatedMargin: 0.5em;