variables.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. //AdminLTE 2 Variables.less
  2. //=========================
  3. //COLORS
  4. //--------------------------------------------------------
  5. @light-blue: #3c8dbc; //Primary
  6. @red: #dd4b39; //Danger
  7. @green: #00a65a; //Success
  8. @aqua: #00c0ef; //Info
  9. @yellow: #f39c12; //Warning
  10. @blue: #0073b7;
  11. @navy: #001F3F;
  12. @teal: #39CCCC;
  13. @olive: #3D9970;
  14. @lime: #01FF70;
  15. @orange: #FF851B;
  16. @fuchsia: #F012BE;
  17. @purple: #605ca8;
  18. @maroon: #D81B60;
  19. @black: #111;
  20. @gray: #d2d6de;
  21. //LAYOUT
  22. //--------------------------------------------------------
  23. //Side bar and logo width
  24. @sidebar-width: 230px;
  25. //Bosex layout maximum width
  26. @boxed-layout-max-width: 1024px;
  27. //When the logo should go to the top of the screen
  28. @screen-header-collapse: @screen-xs-max;
  29. //Link colors (Aka: <a> tags)
  30. @link-color: @light-blue;
  31. @link-hover-color: lighten(@link-color, 15%);
  32. //Body background (Affects main content background only)
  33. @body-bg: #ecf0f5;
  34. //SIDEBAR SKINS
  35. //--------------------------------------------------------
  36. //Dark sidebar
  37. @sidebar-dark-bg: #222d32;
  38. @sidebar-dark-hover-bg: darken(@sidebar-dark-bg, 2%);
  39. @sidebar-dark-color: lighten(@sidebar-dark-bg, 60%);
  40. @sidebar-dark-hover-color: #fff;
  41. @sidebar-dark-submenu-bg: lighten(@sidebar-dark-bg, 5%);
  42. @sidebar-dark-submenu-color: lighten(@sidebar-dark-submenu-bg, 40%);
  43. @sidebar-dark-submenu-hover-color: #fff;
  44. //Light sidebar
  45. @sidebar-light-bg: #f9fafc;
  46. @sidebar-light-hover-bg: lighten(#f0f0f1, 1.5%);//#f7f7f7;
  47. @sidebar-light-color: #444;
  48. @sidebar-light-hover-color: #000;
  49. @sidebar-light-submenu-bg: @sidebar-light-hover-bg;
  50. @sidebar-light-submenu-color: #777;
  51. @sidebar-light-submenu-hover-color: #000;
  52. //CONTROL SIDEBAR
  53. //--------------------------------------------------------
  54. @control-sidebar-width: @sidebar-width;
  55. //BOXES
  56. //--------------------------------------------------------
  57. @box-border-color: #f4f4f4;
  58. @box-border-radius: 3px;
  59. @box-footer-bg: #fff;
  60. @box-boxshadow: 0 1px 1px rgba(0, 0, 0, .1);
  61. @box-padding: 10px;
  62. //Box variants
  63. @box-default-border-top-color: #d2d6de;
  64. //BUTTONS
  65. //--------------------------------------------------------
  66. @btn-boxshadow: none;
  67. //PROGRESS BARS
  68. //--------------------------------------------------------
  69. @progress-bar-border-radius: 1px;
  70. @progress-bar-sm-border-radius: 1px;
  71. @progress-bar-xs-border-radius: 1px;
  72. //FORMS
  73. //--------------------------------------------------------
  74. @input-radius: 0px;
  75. //BUTTONS
  76. //--------------------------------------------------------
  77. //Border radius for non flat buttons
  78. @btn-border-radius: 3px;
  79. //DIRECT CHAT
  80. //--------------------------------------------------------
  81. @direct-chat-height: 250px;
  82. @direct-chat-default-msg-bg: @gray;
  83. @direct-chat-default-font-color: #444;
  84. @direct-chat-default-msg-border-color: @gray;
  85. //CHAT WIDGET
  86. //--------------------------------------------------------
  87. @attachment-border-radius: 3px;
  88. //TRANSITIONS SETTINGS
  89. //--------------------------------------------------------
  90. //Transition global options
  91. @transition-speed: .3s;
  92. @transition-fn: ease-in-out;//cubic-bezier(0.32,1.25,0.375,1.15);