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.

83 lines
1.5 KiB

10 years ago
10 years ago
10 years ago
  1. /* Inherited From Site */
  2. // @mobileBreakpoint
  3. // @tabletBreakpoint
  4. // @computerBreakpoint
  5. // @largeMonitorBreakpoint
  6. // @widescreenMonitorBreakpoint
  7. /*******************************
  8. Grid
  9. *******************************/
  10. @minWidth: 320px;
  11. @gutterWidth: 1.5%;
  12. @rowSpacing: 1.5rem;
  13. @firstRowSpacing: 0rem;
  14. @columnMaxImageWidth: 100%;
  15. /*******************************
  16. Variations
  17. *******************************/
  18. /*--------------
  19. Page
  20. ---------------*/
  21. /* Standard */
  22. @mobileGutter: 1em;
  23. @tabletGutter: 8%;
  24. @computerGutter: 13%;
  25. @largeMonitorGutter: 18%;
  26. @widescreenMonitorGutter: 23%;
  27. /*--------------
  28. Relaxed
  29. ---------------*/
  30. @relaxedGutterWidth: 2.5%;
  31. @veryRelaxedGutterWidth: 4%;
  32. /*--------------
  33. Divided
  34. ---------------*/
  35. @dividedBorder:
  36. -1px 0px 0px 0px rgba(0, 0, 0, 0.1),
  37. -2px 0px 0px 0px rgba(255, 255, 255, 0.3)
  38. ;
  39. @verticallyDividedBorder:
  40. 0px -1px 0px 0px rgba(0, 0, 0, 0.1),
  41. 0px -2px 0px 0px rgba(255, 255, 255, 0.3)
  42. ;
  43. @dividedInvertedBorder:
  44. -1px 0px 0px 0px rgba(0, 0, 0, 0.15),
  45. -2px 0px 0px 0px rgba(0, 0, 0, 0.15)
  46. ;
  47. @verticallyDividedInvertedBorder:
  48. 0px -1px 0px 0px rgba(0, 0, 0, 0.15),
  49. 0px -2px 0px 0px rgba(0, 0, 0, 0.15)
  50. ;
  51. /*--------------
  52. Celled
  53. ---------------*/
  54. @celledWidth: 1px;
  55. @celledBorderColor: @solidBorderColor;
  56. /*--------------
  57. Stackable
  58. ---------------*/
  59. @stackableRowSpacing: @rowSpacing;
  60. @stackableGutterWidth: 1.5em;
  61. @stackableMobileBorder: 1px solid @borderColor;
  62. @doublingRowSpacing: @rowSpacing;