Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.06 KB | None | 0 0
  1. $headerFooterTextColor: #3e3e3e;
  2. $headerFooterTextShadow1: 0px;
  3. $headerFooterTextShadow2: 1px;
  4. $headerFooterTextShadow3: 0px;
  5. $headerFooterTextShadowColor: #ffffff;
  6. $headerFooterBackgroundColor: #eeeeee;
  7. $headerFooterBackgroundStartColor: #f0f0f0;
  8. $headerFooterBackgroundEndColor: #dddddd;
  9. $headerFooterBorderColor: #b3b3b3;
  10.  
  11. $bodyLinkColor: #2489ce;
  12. $bodyLinkHoverColor: #2489ce;
  13. $bodyLinkActiveColor: #2489ce;
  14. $bodyLinkVisitedColor: #2489ce;
  15. $bodyTextColor: #333333;
  16. $bodyTextShadow1: 0px;
  17. $bodyTextShadow2: 1px;
  18. $bodyTextShadow3: 0px;
  19. $bodyTextShadowColor: #ffffff;
  20. $bodyBackgroundColor: #f9f9f9;
  21. $bodyBackgroundStartColor: #f9f9f9;
  22. $bodyBackgroundEndColor: #eeeeee;
  23. $bodyBorderColor: #aaaaaa;
  24.  
  25. $buttonBorderRadius: 0.6em;
  26. $buttonTextColor: #2f3e46;
  27. $buttonTextShadow1: 0px;
  28. $buttonTextShadow2: 1px;
  29. $buttonTextShadow3: 0px;
  30. $buttonTextShadowColor: #ffffff;
  31. $buttonBackgroundColor: #eeeeee;
  32. $buttonBackgroundStartColor: #ffffff;
  33. $buttonBackgroundEndColor: #f1f1f1;
  34. $buttonBorderColor: #cccccc;
  35.  
  36. $buttonHoverTextColor: #2f3e46;
  37. $buttonHoverTextShadow1: 0px;
  38. $buttonHoverTextShadow2: 1px;
  39. $buttonHoverTextShadow3: 0px;
  40. $buttonHoverTextShadowColor: #ffffff;
  41. $buttonHoverBackgroundColor: #dfdfdf;
  42. $buttonHoverBackgroundStartColor: #f6f6f6;
  43. $buttonHoverBackgroundEndColor: #e0e0e0;
  44. $buttonHoverBorderColor: #bbbbbb;
  45.  
  46. $buttonPressedTextColor: #2f3e46;
  47. $buttonPressedTextShadow1: 0px;
  48. $buttonPressedTextShadow2: 1px;
  49. $buttonPressedTextShadow3: 0px;
  50. $buttonPressedTextShadowColor: #ffffff;
  51. $buttonPressedBackgroundColor: #d6d6d6;
  52. $buttonPressedBackgroundStartColor: #d0d0d0;
  53. $buttonPressedBackgroundEndColor: #dfdfdf;
  54. $buttonPressedBorderColor: #bbbbbb;
  55.  
  56. $globalActiveTextColor: #ffffff;
  57. $globalActiveTextShadow1: 0px;
  58. $globalActiveTextShadow2: 1px;
  59. $globalActiveTextShadow3: 0px;
  60. $globalActiveTextShadowColor: #3373a5;
  61. $globalActiveBackgroundColor: #387bbe;
  62. $globalActiveBackgroundStartColor: #5393c5;
  63. $globalActiveBackgroundEndColor: #6facd5;
  64. $globalActiveStateColor: #2373a5;
  65.  
  66. $globalBorderRadius: 1.0em;
  67.  
  68. $iconBackgroundColor: rgba(0,0,0,.4);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement