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.

512 lines
15 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
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
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
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
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
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. Site Settings
  3. *******************************/
  4. /*-------------------
  5. Paths
  6. --------------------*/
  7. @imagePath : "../../themes/packages/default/assets/images";
  8. @fontPath : "../../themes/packages/default/assets/fonts";
  9. /*-------------------
  10. Fonts
  11. --------------------*/
  12. @headerFont : 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  13. @pageFont : 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  14. @fontSmoothing : antialiased;
  15. @importGoogleFonts : true;
  16. @googleFontName : 'Lato';
  17. @googleFontSizes : '300,400,700,300italic,400italic,700italic';
  18. /*-------------------
  19. Site Colors
  20. --------------------*/
  21. /*--- Colors ---*/
  22. @blue : #3B83C0;
  23. @green : #5BBD72;
  24. @orange : #E07B53;
  25. @pink : #D9499A;
  26. @purple : #564F8A;
  27. @red : #D95C5C;
  28. @teal : #00B5AD;
  29. @yellow : #F2C61F;
  30. @black : #1B1C1D;
  31. @grey : #CCCCCC;
  32. @white : #FFFFFF;
  33. /*--- Light Colors ---*/
  34. @lightBlue : #54C8FF;
  35. @lightGreen : #2ECC40;
  36. @lightOrange : #FF851B;
  37. @lightPink : #FF8EDF;
  38. @lightPurple : #CDC6FF;
  39. @lightRed : #FF695E;
  40. @lightTeal : #6DFFFF;
  41. @lightYellow : #FFE21F;
  42. @primaryColor : @blue;
  43. @secondaryColor : @black;
  44. /*-------------------
  45. Page
  46. --------------------*/
  47. @pageBackground : #F7F7F7;
  48. @lineHeight : 1.33;
  49. @pageOverflowX : hidden;
  50. @fontSize : 14px;
  51. @textColor : rgba(0, 0, 0, 0.8);
  52. @headerMargin : 1em 0em 1rem;
  53. @paragraphMargin : 0em 0em 1em;
  54. @linkColor : #009FDA;
  55. @linkUnderline : none;
  56. @linkHoverColor : lighten( @linkColor, 5);
  57. @highlightBackground : rgba(255, 255, 160, 0.4);
  58. @highlightColor : @textColor;
  59. /*-------------------
  60. Background Colors
  61. --------------------*/
  62. @subtleTransparentBlack : rgba(0, 0, 0, 0.03);
  63. @transparentBlack : rgba(0, 0, 0, 0.05);
  64. @strongTransparentBlack : rgba(0, 0, 0, 0.10);
  65. @subtleTransparentWhite : rgba(255, 255, 255, 0.02);
  66. @transparentWhite : rgba(255, 255, 255, 0.05);
  67. @strongTransparentWhite : rgba(255, 255, 255, 0.07);
  68. /* Used for differentiating neutrals */
  69. @subtleGradient: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  70. /* Used for differentiating layers */
  71. @subtleShadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  72. /*-------------------
  73. Grid
  74. --------------------*/
  75. @columnCount: 16;
  76. /*-------------------
  77. Breakpoints
  78. --------------------*/
  79. @mobileBreakpoint : 320px;
  80. @tabletBreakpoint : 768px;
  81. @computerBreakpoint : 992px;
  82. @largeMonitorBreakpoint : 1400px;
  83. @widescreenMonitorBreakpoint : 1920px;
  84. /*******************************
  85. Power-User
  86. *******************************/
  87. /*-------------------
  88. Icons
  89. --------------------*/
  90. /* Max Width of Icon */
  91. @iconWidth : 1.23em;
  92. /*-------------------
  93. Easing
  94. --------------------*/
  95. @defaultEasing: ease;
  96. /*--- Neutrals ---*/
  97. @fullBlack : #000000;
  98. @lightBlack : #333333;
  99. @darkGrey : #AAAAAA;
  100. @lightGrey : #DCDDDE;
  101. @offWhite : #FAFAFA;
  102. @darkWhite : #F0F0F0;
  103. /*--- Colored Backgrounds ---*/
  104. @blueBackground : #D3E4F3;
  105. @greenBackground : #DEF2E0;
  106. @orangeBackground : #F7E5D6;
  107. @pinkBackground : #F9CEE6;
  108. @purpleBackground : #E0DDF5;
  109. @redBackground : #F8D5D3;
  110. @tealBackground : #D2F5F5;
  111. @yellowBackground : #FCF5D8;
  112. /*--- Colored Text ---*/
  113. @blueTextColor : @blue;
  114. @orangeTextColor : @orange;
  115. @pinkTextColor : @pink;
  116. @purpleTextColor : @purple;
  117. @redTextColor : @red;
  118. @greenTextColor : #1EBC30; // Green is difficult to read
  119. @tealTextColor : #10A3A3; // Teal text is difficult to read
  120. @yellowTextColor : #B58105; // Yellow text is difficult to read
  121. /*--- Colored Headers ---*/
  122. @blueHeaderColor : darken(@blueTextColor, 5);
  123. @greenHeaderColor : darken(@greenTextColor, 5);
  124. @orangeHeaderColor : darken(@orangeTextColor, 5);
  125. @pinkHeaderColor : darken(@pinkTextColor, 5);
  126. @purpleHeaderColor : darken(@purpleTextColor, 5);
  127. @redHeaderColor : darken(@redTextColor, 5);
  128. @tealHeaderColor : darken(@tealTextColor, 5);
  129. @yellowHeaderColor : darken(@yellowTextColor, 5);
  130. /*-------------------
  131. Emotive Colors
  132. --------------------*/
  133. /* Mood */
  134. @positiveColor : @green;
  135. @negativeColor : @red;
  136. @positiveBackgroundColor : #E4F5DD;
  137. @negativeBackgroundColor : #FAE8E8;
  138. @positiveBorderColor : #B7CAA7;
  139. @negativeBorderColor : #DBB1B1;
  140. @positiveTextColor : #3C763D;
  141. @negativeTextColor : #A94442;
  142. /* Status */
  143. @infoColor : #31CCEC;
  144. @warningColor : #F2C037;
  145. @successColor : @positiveColor;
  146. @errorColor : @negativeColor;
  147. @infoBackgroundColor : #E5F6FB;
  148. @warningBackgroundColor : #FCF8E3;
  149. @infoBorderColor : #AAD6DF;
  150. @warningBorderColor : #D3C4A5;
  151. @warningTextColor : #8A6D3B;
  152. @infoTextColor : #337B92;
  153. /*-------------------
  154. Neutral Text
  155. --------------------*/
  156. @darkTextColor : rgba(0, 0, 0, 0.85);
  157. @lightTextColor : rgba(0, 0, 0, 0.4);
  158. @unselectedTextColor : rgba(0, 0, 0, 0.4);
  159. @hoveredTextColor : rgba(0, 0, 0, 0.8);
  160. @pressedTextColor : rgba(0, 0, 0, 0.8);
  161. @selectedTextColor : rgba(0, 0, 0, 0.8);
  162. @disabledTextColor : rgba(0, 0, 0, 0.2);
  163. @invertedTextColor : rgba(255, 255, 255, 1);
  164. @invertedLightTextColor : rgba(255, 255, 255, 0.8);
  165. @invertedUnselectedTextColor : rgba(255, 255, 255, 0.5);
  166. @invertedHoveredTextColor : rgba(255, 255, 255, 1);
  167. @invertedPressedTextColor : rgba(255, 255, 255, 1);
  168. @invertedSelectedTextColor : rgba(255, 255, 255, 1);
  169. @invertedDisabledTextColor : rgba(255, 255, 255, 0.2);
  170. /*-------------------
  171. Brand Colors
  172. --------------------*/
  173. @facebookColor : #3B579D;
  174. @twitterColor : #4092CC;
  175. @googlePlusColor : #D34836;
  176. @linkedInColor : #1F88BE;
  177. @youtubeColor : #CC181E;
  178. @instagramColor : #49769C;
  179. @pinterestColor : #00ACED;
  180. @vkColor : #4D7198;
  181. /*-------------------
  182. Borders
  183. --------------------*/
  184. @circularRadius : 500rem;
  185. @borderColor : rgba(0, 0, 0, 0.15);
  186. @selectedBorderColor : rgba(0, 0, 0, 0.2);
  187. @solidBorderColor : #DDDDDD;
  188. @solidSelectedBorderColor : #B0B0B0;
  189. @whiteBorderColor : rgba(255, 255, 255, 0.2);
  190. @selectedWhiteBorderColor : rgba(255, 255, 255, 0.8);
  191. @solidWhiteBorderColor : #555555;
  192. @selectedSolidWhiteBorderColor : #999999;
  193. /*-------------------
  194. Sizes
  195. --------------------*/
  196. @mini : 0.7em;
  197. @tiny : 0.8em;
  198. @small : 0.875em;
  199. @medium : 1em;
  200. @large : 1.125em;
  201. @big : 1.25em;
  202. @huge : 1.375em;
  203. @massive : 1.5em;
  204. /*-------------------
  205. Transitions
  206. --------------------*/
  207. @transitionDuration : 0.2s;
  208. @transitionEasing : ease;
  209. /*-------------------
  210. Derived Values
  211. --------------------*/
  212. /* Makes sure padded grid can fit at 320px */
  213. @pageMinWidth : (320px - (@fontSize * 3));
  214. /* Used to match floats with text */
  215. @lineHeightOffset : ((@lineHeight - 1em) / 2);
  216. /* Positive / Negative Dupes */
  217. @successBackgroundColor : @positiveBackgroundColor;
  218. @errorBackgroundColor : @negativeBackgroundColor;
  219. @successTextColor : @positiveTextColor;
  220. @errorTextColor : @negativeTextColor;
  221. @successBorderColor : @positiveBorderColor;
  222. @errorBorderColor : @negativeBorderColor;
  223. /* Header Colors */
  224. @positiveHeaderColor : darken(@positiveTextColor, 5);
  225. @negativeHeaderColor : darken(@negativeTextColor, 5);
  226. @infoHeaderColor : darken(@infoTextColor, 5);
  227. @warningHeaderColor : darken(@warningTextColor, 5);
  228. @successHeaderColor : darken(@successTextColor, 5);
  229. @errorHeaderColor : darken(@errorTextColor, 5);
  230. /* Responsive */
  231. @largestMobileScreen : (@tabletBreakpoint - 1px);
  232. @largestTabletScreen : (@computerBreakpoint - 1px);
  233. /* Columns */
  234. @oneWide : (1 / @columnCount * 100%);
  235. @twoWide : (2 / @columnCount * 100%);
  236. @threeWide : (3 / @columnCount * 100%);
  237. @fourWide : (4 / @columnCount * 100%);
  238. @fiveWide : (5 / @columnCount * 100%);
  239. @sixWide : (6 / @columnCount * 100%);
  240. @sevenWide : (7 / @columnCount * 100%);
  241. @eightWide : (8 / @columnCount * 100%);
  242. @nineWide : (9 / @columnCount * 100%);
  243. @tenWide : (10 / @columnCount * 100%);
  244. @elevenWide : (11 / @columnCount * 100%);
  245. @twelveWide : (12 / @columnCount * 100%);
  246. @thirteenWide : (13 / @columnCount * 100%);
  247. @fourteenWide : (14 / @columnCount * 100%);
  248. @fifteenWide : (15 / @columnCount * 100%);
  249. @sixteenWide : (16 / @columnCount * 100%);
  250. @oneColumn : (1 / 1 * 100%);
  251. @twoColumn : (1 / 2 * 100%);
  252. @threeColumn : (1 / 3 * 100%);
  253. @fourColumn : (1 / 4 * 100%);
  254. @fiveColumn : (1 / 5 * 100%);
  255. @sixColumn : (1 / 6 * 100%);
  256. @sevenColumn : (1 / 7 * 100%);
  257. @eightColumn : (1 / 8 * 100%);
  258. @nineColumn : (1 / 9 * 100%);
  259. @tenColumn : (1 / 10 * 100%);
  260. @elevenColumn : (1 / 11 * 100%);
  261. @twelveColumn : (1 / 12 * 100%);
  262. @thirteenColumn : (1 / 13 * 100%);
  263. @fourteenColumn : (1 / 14 * 100%);
  264. @fifteenColumn : (1 / 15 * 100%);
  265. @sixteenColumn : (1 / 16 * 100%);
  266. /*******************************
  267. States
  268. *******************************/
  269. /*-------------------
  270. Disabled
  271. --------------------*/
  272. @disabledOpacity: 0.3;
  273. /*-------------------
  274. Hover
  275. --------------------*/
  276. /*--- Colors ---*/
  277. @primaryColorHover : lighten( @primaryColor, 3);
  278. @secondaryColorHover : lighten( @secondaryColor, 3);
  279. @blueHover : lighten( @blue, 3);
  280. @greenHover : lighten( @green, 3);
  281. @orangeHover : lighten( @orange, 3);
  282. @pinkHover : lighten( @pink, 3);
  283. @purpleHover : lighten( @purple, 3);
  284. @redHover : lighten( @red, 3);
  285. @tealHover : lighten( @teal, 3);
  286. @yellowHover : lighten( @yellow, 3);
  287. @lightBlueHover : lighten( @lightBlue, 3);
  288. @lightGreenHover : lighten( @lightGreen, 3);
  289. @lightOrangeHover : lighten( @lightOrange, 3);
  290. @lightPinkHover : lighten( @lightPink, 3);
  291. @lightPurpleHover : lighten( @lightPurple, 3);
  292. @lightRedHover : lighten( @lightRed, 3);
  293. @lightTealHover : lighten( @lightTeal, 3);
  294. @lightYellowHover : lighten( @lightYellow, 3);
  295. /*--- Emotive ---*/
  296. @positiveColorHover : lighten( @positiveColor, 3);
  297. @negativeColorHover : lighten( @negativeColor, 3);
  298. /*--- Neutrals ---*/
  299. @fullBlackHover : lighten( @fullBlack, 3);
  300. @blackHover : lighten( @black, 3);
  301. @lightBlackHover : lighten( @lightBlack, 3);
  302. @lightGreyHover : lighten( @lightGrey, 3);
  303. @greyHover : lighten( @grey, 3);
  304. @darkGreyHover : lighten( @darkGrey, 3);
  305. @whiteHover : lighten( @white, 3);
  306. @offWhiteHover : lighten( @offWhite, 3);
  307. @darkWhiteHover : lighten( @darkWhite, 3);
  308. @facebookHoverColor : lighten( @facebookColor, 3);
  309. @twitterHoverColor : lighten( @twitterColor, 3);
  310. @googlePlusHoverColor : lighten( @googlePlusColor, 3);
  311. @linkedInHoverColor : lighten( @linkedInColor, 3);
  312. @youtubeHoverColor : lighten( @youtubeColor, 3);
  313. @instagramHoverColor : lighten( @instagramColor, 3);
  314. @pinterestHoverColor : lighten( @pinterestColor, 3);
  315. @vkHoverColor : lighten( @vkColor, 3);
  316. /*-------------------
  317. Down (:active)
  318. --------------------*/
  319. /*--- Colors ---*/
  320. @primaryColorDown : darken(@primaryColor, 5);
  321. @secondaryColorDown : darken(@secondaryColor, 5);
  322. @blueDown : darken(@blue, 5);
  323. @greenDown : darken(@green, 5);
  324. @orangeDown : darken(@orange, 5);
  325. @pinkDown : darken(@pink, 5);
  326. @purpleDown : darken(@purple, 5);
  327. @redDown : darken(@red, 5);
  328. @tealDown : darken(@teal, 5);
  329. @yellowDown : darken(@yellow, 5);
  330. @lightBlueDown : darken(@lightBlue, 5);
  331. @lightGreenDown : darken(@lightGreen, 5);
  332. @lightOrangeDown : darken(@lightOrange, 5);
  333. @lightPinkDown : darken(@lightPink, 5);
  334. @lightPurpleDown : darken(@lightPurple, 5);
  335. @lightRedDown : darken(@lightRed, 5);
  336. @lightTealDown : darken(@lightTeal, 5);
  337. @lightYellowDown : darken(@lightYellow, 5);
  338. /*--- Emotive ---*/
  339. @positiveColorDown : darken(@positiveColor, 5);
  340. @negativeColorDown : darken(@negativeColor, 5);
  341. /*--- Neutrals ---*/
  342. @fullBlackDown : darken(@fullBlack, 5);
  343. @blackDown : darken(@black, 5);
  344. @lightBlackDown : darken(@lightBlack, 5);
  345. @lightGreyDown : darken(@lightGrey, 5);
  346. @greyDown : darken(@grey, 5);
  347. @darkGreyDown : darken(@darkGrey, 5);
  348. @whiteDown : darken(@white, 5);
  349. @offWhiteDown : darken(@offWhite, 5);
  350. @darkWhiteDown : darken(@darkWhite, 5);
  351. @facebookDownColor : darken(@facebookColor, 5);
  352. @twitterDownColor : darken(@twitterColor, 5);
  353. @googlePlusDownColor : darken(@googlePlusColor, 5);
  354. @linkedInDownColor : darken(@linkedInColor, 5);
  355. @youtubeDownColor : darken(@youtubeColor, 5);
  356. @instagramDownColor : darken(@instagramColor, 5);
  357. @pinterestDownColor : darken(@pinterestColor, 5);
  358. @vkDownColor : darken(@vkColor, 5);
  359. /*-------------------
  360. Active
  361. --------------------*/
  362. /*--- Standard ---*/
  363. @primaryColorActive : darken(@primaryColor, 3);
  364. @secondaryColorActive : darken(@secondaryColor, 3);
  365. @blueActive : darken(@blue, 3);
  366. @greenActive : darken(@green, 3);
  367. @orangeActive : darken(@orange, 3);
  368. @pinkActive : darken(@pink, 3);
  369. @purpleActive : darken(@purple, 3);
  370. @redActive : darken(@red, 3);
  371. @tealActive : darken(@teal, 3);
  372. @yellowActive : darken(@yellow, 3);
  373. @lightBlueActive : darken(@lightBlue, 3);
  374. @lightGreenActive : darken(@lightGreen, 3);
  375. @lightOrangeActive : darken(@lightOrange, 3);
  376. @lightPinkActive : darken(@lightPink, 3);
  377. @lightPurpleActive : darken(@lightPurple, 3);
  378. @lightRedActive : darken(@lightRed, 3);
  379. @lightTealActive : darken(@lightTeal, 3);
  380. @lightYellowActive : darken(@lightYellow, 3);
  381. /*--- Emotive ---*/
  382. @positiveColorActive : darken(@positiveColor, 3);
  383. @negativeColorActive : darken(@negativeColor, 3);
  384. /*--- Neutrals ---*/
  385. @fullBlackActive : darken(@fullBlack, 3);
  386. @blackActive : darken(@black, 3);
  387. @lightBlackActive : darken(@lightBlack, 3);
  388. @lightGreyActive : darken(@lightGrey, 3);
  389. @greyActive : darken(@grey, 3);
  390. @darkGreyActive : darken(@darkGrey, 3);
  391. @whiteActive : darken(@white, 3);
  392. @offWhiteActive : darken(@offWhite, 3);
  393. @darkWhiteActive : darken(@darkWhite, 3);
  394. @facebookActiveColor : darken(@facebookColor, 3);
  395. @twitterActiveColor : darken(@twitterColor, 3);
  396. @googlePlusActiveColor : darken(@googlePlusColor, 3);
  397. @linkedInActiveColor : darken(@linkedInColor, 3);
  398. @youtubeActiveColor : darken(@youtubeColor, 3);
  399. @instagramActiveColor : darken(@instagramColor, 3);
  400. @pinterestActiveColor : darken(@pinterestColor, 3);
  401. @vkActiveColor : darken(@vkColor, 3);