variables.less 3.3 KB

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