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.

96 lines
1.7 KiB

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