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.

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