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.

107 lines
2.3 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: 1em;
  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: 1rem;
  29. @subHeaderLineHeight: 1.2em;
  30. @subHeaderColor: rgba(0, 0, 0, 0.5);
  31. /* Icon */
  32. @iconSize: 1em;
  33. @iconOffset: ( (@lineHeight - 1em) / 2);
  34. @iconMargin: 1em;
  35. @iconAlignment: middle;
  36. /* Content */
  37. @contentAlignment: top;
  38. /* Paragraph after Header */
  39. @precedingParagraphMargin: 0em;
  40. /*-------------------
  41. Variations
  42. --------------------*/
  43. /* Icon Header */
  44. @iconHeaderSize: 3em;
  45. @iconHeaderOpacity: 1;
  46. @iconHeaderMargin: 0.2em;
  47. @circularHeaderIconSize: 2em;
  48. @squareHeaderIconSize: 2em;
  49. /* Divided */
  50. @dividedBorder: 1px solid rgba(0, 0, 0, 0.1);
  51. @dividedColoredBorderWidth: 3px;
  52. @dividedBorderPadding: 0.2rem;
  53. @dividedSubHeaderPadding: 0.5rem;
  54. @dividedIconPadding: 0.2em;
  55. /* Block */
  56. @blockBackground: @offWhite @subtleGradient;
  57. @blockBoxShadow: @subtleShadow;
  58. @blockBorder: 1px solid @solidBorderColor;
  59. @blockHorizontalPadding: 1rem;
  60. @blockVerticalPadding: 0.75rem;
  61. @blockBorderRadius: 0.3125rem;
  62. @tinyBlock: 0.9em;
  63. @smallBlock: 1em;
  64. @mediumBlock: 1.1em;
  65. @largeBlock: 1.2em;
  66. @hugeBlock: 1.33em;
  67. /* Attached */
  68. @attachedOffset: 0px;
  69. @attachedBoxShadow: 0px 0px 0px 1px @solidBorderColor;
  70. @attachedVerticalPadding: @blockVerticalPadding;
  71. @attachedHorizontalPadding: @blockHorizontalPadding;
  72. @attachedBackground: @blockBackground;
  73. @attachedBorder: none;
  74. @attachedBorderRadius: @blockBorderRadius;
  75. @tinyAttached: @tinyBlock;
  76. @smallAttached: @smallBlock;
  77. @mediumAttached: @mediumBlock;
  78. @largeAttached: @largeBlock;
  79. @hugeAttached: @hugeBlock;
  80. /* Inverted */
  81. @invertedColor: @white;
  82. @invertedSubHeaderColor: rgba(255, 255, 255, 0.85);
  83. @invertedDividedBorderColor: @whiteBorderColor;
  84. @invertedBlockBackground: @lightBlack @subtleGradient;
  85. @invertedAttachedBackground: @invertedBlockBackground;
  86. /* Floated */
  87. @floatedMargin: 0.5em;