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.

36 lines
697 B

  1. /*-------------------
  2. Header
  3. --------------------*/
  4. @pageFont : 'Libre Baskerville', serif;
  5. @fontWeight: normal;
  6. @iconSize: 1.5em;
  7. @iconOffset: 0.2em;
  8. @iconAlignment: top;
  9. @subHeaderFontSize: 0.85rem;
  10. @dividedBorder: 1px dotted rgba(0, 0, 0, 0.2);
  11. /* Block Header */
  12. @blockVerticalPadding: 1.3em;
  13. @blockHorizontalPadding: 1em;
  14. /* Attached */
  15. @attachedBackground: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03)) repeat scroll 0 0 #F8F8F8;
  16. @attachedVerticalPadding: 1.3;
  17. @attachedHorizontalPadding: 1em;
  18. /* HTML Headings */
  19. @h1: 1.75rem;
  20. @h2: 1.33rem;
  21. @h3: 1.33rem;
  22. @h4: 1rem;
  23. @h5: 0.9rem;
  24. /* Sizing */
  25. @tiny: 1.5em;
  26. @small: 1.33em;
  27. @medium: 1.33em;
  28. @large: 1em;
  29. @huge: 0.9em;