ext-all-gray.scss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. $theme-name: 'gray';
  2. $base-color: #ccc;
  3. //panel
  4. $panel-header-background-gradient: color-stops(#F0F0F0, #D7D7D7);
  5. $panel-border-color: #D0D0D0;
  6. $panel-header-color: #333;
  7. $panel-frame-background-color: #f1f1f1;
  8. //window
  9. $window-background-color: #e8e8e8;
  10. $window-header-color: #333;
  11. //menu
  12. $menu-item-active-background-color: darken(#f3f3f3, 5);
  13. $menu-item-active-border-color: #9d9d9d;
  14. //datepicker
  15. $datepicker-header-background-color: #6f6f6f;
  16. $datepicker-border-color: #585858;
  17. $datepicker-th-background-color: #e9e9e9;
  18. $datepicker-selected-item-background-color: #d8d8d8;
  19. $datepicker-item-hover-background-color: transparent;
  20. //progress bar
  21. $progress-border-color: #8e8e8e;
  22. $progress-background-color: #f1f1f1;
  23. $progress-bar-background-color: #ababab;
  24. //tips
  25. $tip-base-color: $base-color;
  26. //grid
  27. $grid-header-over-border-color: darken($base-color, 3);
  28. //toolbar
  29. $toolbar-background-gradient: color-stops(#e6e6e6, #efefef);
  30. $toolbar-separator-color: #aca899;
  31. $toolbar-text-color: #000;
  32. //btn group
  33. $btn-group-background-color: #f0f0f0;
  34. $btn-group-header-background-color: #dfdfdf;
  35. $btn-group-border-color: #d0d0d0;
  36. $btn-group-header-color: #666;
  37. //form
  38. $fieldset-header-color: #333;
  39. $boundlist-border-color: #b5b8c8;
  40. //acordion
  41. $accordion-header-background-color: #e5e5e5;
  42. //tabs
  43. $tab-base-color: #eaeaea;
  44. $tab-color-active: #333333;
  45. $tab-background-gradient: color-stops(#dcdcdc, #eaeaea);
  46. $tab-background-gradient-over: 'tab-over' !default;
  47. $tab-background-gradient-active: color-stops(#ffffff, #eaeaea);
  48. $tab-background-gradient-disabled: 'tab-disabled' !default;
  49. //buttons
  50. $button-default-base-color: #f8f8f8;
  51. $button-default-base-color-over: #f3f3f3;
  52. $button-default-base-color-focus: $button-default-base-color-over;
  53. $button-default-base-color-pressed: #d6d6d6;
  54. $button-default-base-color-disabled: adjust-color($base-color, $hue: 0deg, $saturation: -55.556%, $lightness: 12.745%) !default; //F7F7F7
  55. $button-default-border-color: #bbbbbb;
  56. $button-default-border-color-over: #9d9d9d;
  57. $button-default-border-color-focus: $button-default-border-color-over;
  58. $button-default-border-color-pressed: $button-default-border-color-over;
  59. $button-default-border-color-disabled: adjust-color($button-default-base-color-disabled, $hue: 0deg, $saturation: 0%, $lightness: -8.627%) !default;
  60. $button-default-background-gradient: 'matte';
  61. $button-default-background-gradient-over: 'matte';
  62. $button-default-background-gradient-focus: 'matte';
  63. $button-default-background-gradient-pressed: 'matte-reverse';
  64. $button-default-background-gradient-disabled: 'matte';
  65. $button-default-background-gradient-color-stops: null;
  66. $button-default-background-gradient-color-stops-over: null;
  67. $button-default-background-gradient-color-stops-focus: null;
  68. $button-default-background-gradient-color-stops-pressed: null;
  69. $button-default-background-gradient-color-stops-disabled: null;
  70. $button-toolbar-base-color: $button-default-base-color;
  71. $button-toolbar-border-color: transparent !default;
  72. $button-toolbar-border-color-over: $button-default-border-color-over;
  73. $button-toolbar-border-color-focus: $button-default-border-color-focus;
  74. $button-toolbar-border-color-pressed: $button-default-border-color-pressed;
  75. $button-toolbar-border-color-disabled: $button-default-border-color-disabled;
  76. $button-toolbar-background-color: transparent !default;
  77. $button-toolbar-background-color-over: $button-default-base-color-over;
  78. $button-toolbar-background-color-focus: $button-default-base-color-focus;
  79. $button-toolbar-background-color-pressed: $button-default-base-color-pressed;
  80. $button-toolbar-background-color-disabled: transparent;
  81. $button-toolbar-background-gradient: null;
  82. $button-toolbar-background-gradient-over: 'matte';
  83. $button-toolbar-background-gradient-focus: 'matte';
  84. $button-toolbar-background-gradient-pressed: 'matte-reverse';
  85. $button-toolbar-background-gradient-disabled: null;
  86. $button-toolbar-background-gradient-color-stops: null;
  87. $button-toolbar-background-gradient-color-stops-over: null;
  88. $button-toolbar-background-gradient-color-stops-focus: null;
  89. $button-toolbar-background-gradient-color-stops-pressed: null;
  90. $button-toolbar-background-gradient-color-stops-disabled: null;
  91. @import 'compass';
  92. @import 'ext4/default/all';