system-clients 3.2.1-8 → 3.2.1-aodeToV4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  4. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  6. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  7. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  8. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  10. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  11. package/.gradle/checksums/checksums.lock +0 -0
  12. package/SystemClient.iml +11 -11
  13. package/build/webpack.base.conf.js +78 -85
  14. package/build.gradle +6 -6
  15. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  16. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  17. package/gradlew +185 -0
  18. package/gradlew.bat +89 -0
  19. package/index.html +21 -21
  20. package/package.json +4 -4
  21. package/src/LodopFuncs.js +123 -123
  22. package/src/components/Main.vue +515 -622
  23. package/src/components/Util.js +343 -343
  24. package/src/components/equipment/EquipmentManage.vue +65 -65
  25. package/src/components/equipment/PcAdd.vue +105 -105
  26. package/src/components/equipment/PcList.vue +119 -119
  27. package/src/components/equipment/PcManage.vue +60 -60
  28. package/src/components/equipment/PhoneAdd.vue +94 -94
  29. package/src/components/equipment/PhoneList.vue +102 -102
  30. package/src/components/equipment/PhoneManage.vue +60 -60
  31. package/src/components/equipment/PosAdd.vue +156 -323
  32. package/src/components/equipment/PosList.vue +164 -294
  33. package/src/components/equipment/PosManage.vue +68 -138
  34. package/src/components/materialManage/materialData.vue +44 -44
  35. package/src/components/materialManage/materialList.vue +255 -255
  36. package/src/components/parammanage/ParamManage.vue +42 -42
  37. package/src/components/parammanage/ParamPage.vue +314 -336
  38. package/src/components/parammanage/ParamPages.vue +222 -222
  39. package/src/components/parammanage/SinglePage.vue +235 -235
  40. package/src/components/parammanage/SinglePages.vue +167 -167
  41. package/src/components/server/AddChangeMsg.vue +66 -66
  42. package/src/components/server/ChangeDeclare.vue +45 -45
  43. package/src/components/server/LeftTree.vue +111 -111
  44. package/src/components/server/LoadData.vue +36 -55
  45. package/src/components/server/Login.vue +619 -653
  46. package/src/components/server/Menu.vue +188 -188
  47. package/src/components/server/ModifyPw.vue +112 -107
  48. package/src/components/server/NewResSelectGroup.vue +211 -0
  49. package/src/components/server/ResSelect.vue +153 -155
  50. package/src/components/server/ResSelectGroup.vue +159 -198
  51. package/src/components/server/RightTree.vue +343 -348
  52. package/src/components/server/RoleSelector.vue +90 -89
  53. package/src/components/server/TestResSelect.vue +58 -58
  54. package/src/components/server/TestResSelectGroup.vue +388 -388
  55. package/src/plugins/EncryptUtil.js +53 -0
  56. package/src/plugins/GetLoginInfoService.js +499 -518
  57. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  58. package/src/plugins/validation.js +7 -15
  59. package/src/stores/AppData.js +38 -38
  60. package/src/stores/HeatAppData.js +38 -38
  61. package/src/styles/fonts/glyphicons-halflings-regular.svg +287 -287
  62. package/src/styles/less/.csscomb.json +304 -304
  63. package/src/styles/less/.csslintrc +19 -19
  64. package/src/styles/less/alerts.less +73 -73
  65. package/src/styles/less/aofeng/animate.min.css +10 -10
  66. package/src/styles/less/aofeng/expandcss.less +569 -569
  67. package/src/styles/less/aofeng/standard.less +2121 -2507
  68. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  69. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  70. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  71. package/src/styles/less/aofeng/themeOne.less +17 -17
  72. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  73. package/src/styles/less/aofeng/themeTwo.less +3 -3
  74. package/src/styles/less/badges.less +66 -66
  75. package/src/styles/less/bootstrap.less +66 -66
  76. package/src/styles/less/breadcrumbs.less +26 -26
  77. package/src/styles/less/button-groups.less +247 -247
  78. package/src/styles/less/buttons.less +172 -172
  79. package/src/styles/less/carousel.less +269 -269
  80. package/src/styles/less/close.less +34 -34
  81. package/src/styles/less/code.less +69 -69
  82. package/src/styles/less/component-animations.less +33 -33
  83. package/src/styles/less/dropdowns.less +216 -216
  84. package/src/styles/less/fonts-list.less +25 -25
  85. package/src/styles/less/forms.less +626 -626
  86. package/src/styles/less/glyphicons.less +305 -305
  87. package/src/styles/less/grid.less +84 -84
  88. package/src/styles/less/input-groups.less +167 -167
  89. package/src/styles/less/jumbotron.less +52 -52
  90. package/src/styles/less/labels.less +64 -64
  91. package/src/styles/less/list-group.less +141 -141
  92. package/src/styles/less/manageStyle/manageChile.less +180 -180
  93. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  94. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  95. package/src/styles/less/media.less +66 -66
  96. package/src/styles/less/mixins/alerts.less +14 -14
  97. package/src/styles/less/mixins/background-variant.less +9 -9
  98. package/src/styles/less/mixins/border-radius.less +18 -18
  99. package/src/styles/less/mixins/buttons.less +69 -69
  100. package/src/styles/less/mixins/center-block.less +7 -7
  101. package/src/styles/less/mixins/clearfix.less +22 -22
  102. package/src/styles/less/mixins/forms.less +90 -90
  103. package/src/styles/less/mixins/gradients.less +59 -59
  104. package/src/styles/less/mixins/grid-framework.less +92 -92
  105. package/src/styles/less/mixins/grid.less +122 -122
  106. package/src/styles/less/mixins/hide-text.less +21 -21
  107. package/src/styles/less/mixins/image.less +33 -33
  108. package/src/styles/less/mixins/labels.less +12 -12
  109. package/src/styles/less/mixins/list-group.less +30 -30
  110. package/src/styles/less/mixins/nav-divider.less +10 -10
  111. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  112. package/src/styles/less/mixins/opacity.less +8 -8
  113. package/src/styles/less/mixins/pagination.less +24 -24
  114. package/src/styles/less/mixins/panels.less +24 -24
  115. package/src/styles/less/mixins/progress-bar.less +10 -10
  116. package/src/styles/less/mixins/reset-filter.less +8 -8
  117. package/src/styles/less/mixins/reset-text.less +18 -18
  118. package/src/styles/less/mixins/resize.less +6 -6
  119. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  120. package/src/styles/less/mixins/size.less +10 -10
  121. package/src/styles/less/mixins/tab-focus.less +9 -9
  122. package/src/styles/less/mixins/table-row.less +44 -44
  123. package/src/styles/less/mixins/text-emphasis.less +9 -9
  124. package/src/styles/less/mixins/text-overflow.less +8 -8
  125. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  126. package/src/styles/less/mixins.less +40 -40
  127. package/src/styles/less/modals.less +151 -151
  128. package/src/styles/less/navbar.less +660 -660
  129. package/src/styles/less/navs.less +285 -285
  130. package/src/styles/less/normalize.less +424 -424
  131. package/src/styles/less/pager.less +76 -76
  132. package/src/styles/less/pagination.less +89 -89
  133. package/src/styles/less/panels.less +275 -275
  134. package/src/styles/less/popovers.less +131 -131
  135. package/src/styles/less/print.less +101 -101
  136. package/src/styles/less/progress-bars.less +87 -87
  137. package/src/styles/less/responsive-embed.less +35 -35
  138. package/src/styles/less/responsive-utilities.less +194 -194
  139. package/src/styles/less/scaffolding.less +161 -161
  140. package/src/styles/less/stand.less +207 -207
  141. package/src/styles/less/tables.less +262 -312
  142. package/src/styles/less/theme.less +291 -291
  143. package/src/styles/less/thumbnails.less +36 -36
  144. package/src/styles/less/tooltip.less +102 -102
  145. package/src/styles/less/type.less +303 -316
  146. package/src/styles/less/utilities.less +55 -55
  147. package/src/styles/less/variables.less +896 -899
  148. package/src/styles/less/wells.less +29 -29
  149. package/src/system.js +85 -100
  150. package/static/aodelogo.png +0 -0
  151. package/static/aodenewlogo.png +0 -0
  152. package/static/ewmlogo.png +0 -0
  153. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  154. package/src/components/TabButton.vue +0 -201
  155. package/src/components/Tabs.vue +0 -67
  156. package/src/components/equipment/PosManageBoth.vue +0 -125
  157. package/src/components/equipment/PosParamAdd.vue +0 -236
  158. package/src/components/equipment/PosParamList.vue +0 -121
  159. package/src/components/equipment/PosParamManage.vue +0 -51
  160. package/src/components/server/ImageVieweTest.vue +0 -56
  161. package/src/components/server/ImageViewer.vue +0 -350
  162. package/src/components/server/PcdBuildingSelect.vue +0 -241
  163. package/src/filiale/qianneng/ModifyPw.vue +0 -107
  164. package/src/filiale/qianneng/sale.js +0 -7
  165. package/src/styles/less/manageStyle/manageStyle/manageChile.less +0 -180
  166. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +0 -1102
  167. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +0 -498
  168. package/static/logo.png +0 -0
  169. package/static/newStyle/about-us.png +0 -0
  170. package/yarn-error.log +0 -6896
  171. /package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +0 -0
  172. /package/.gradle/{buildOutputCleanup/built.bin → 7.1/gc.properties} +0 -0
@@ -1,899 +1,896 @@
1
- //
2
- // Variables
3
- // --------------------------------------------------
4
-
5
-
6
- //== Colors
7
- //
8
- //## Gray and brand colors for use across Bootstrap.
9
-
10
- @gray-base: #000;
11
- @gray-darker: lighten(@gray-base, 13.5%); // #222
12
- @gray-dark: lighten(@gray-base, 20%); // #333
13
- @gray: lighten(@gray-base, 33.5%); // #555
14
- @gray-light: lighten(@gray-base, 46.7%); // #777
15
- @gray-lighter: lighten(@gray-base, 93.5%); // #eee
16
-
17
- @brand-primary: #00A3F0; // 原本为darken(#428bca, 6.5%)得到的值为#337ab7
18
- @brand-success: #5cb85c;
19
- @brand-info: #5bc0de;
20
- @brand-warning: #f0ad4e;
21
- @brand-danger: #d9534f;
22
- @report-bg: #dfedfb;
23
- @report-success: #ffffff;
24
- @border: #adacac;
25
- @report-title: #80add9;
26
-
27
- //== Scaffolding
28
- //
29
- //## Settings for some of the most global styles.
30
-
31
- //** Background color for `<body>`.
32
- @body-bg: #fff;
33
- //** Global text color on `<body>`.
34
- @text-color: #304A66; // @gray-dark;
35
-
36
- //** Global textual link color.
37
- @link-color: @brand-primary;
38
- //** Link hover color set via `darken()` function.
39
- @link-hover-color: darken(@link-color, 15%);
40
- //** Link hover decoration.
41
- @link-hover-decoration: underline;
42
-
43
-
44
- //== Typography
45
- //
46
- //## Font, line-height, and color for body text, headings, and more.
47
-
48
- @font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
49
- @font-family-serif: Georgia, "Times New Roman", Times, serif;
50
- //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
51
- @font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
52
- @font-family-base: @font-family-sans-serif;
53
-
54
- @font-size-base: 14px;
55
- @font-size-large: ceil((@font-size-base * 1.25)); // ~18px
56
- @font-size-small: ceil((@font-size-base * 0.85)); // ~12px
57
-
58
- @font-size-h1: floor((@font-size-base * 2.6)); // ~36px
59
- @font-size-h2: floor((@font-size-base * 2.15)); // ~30px
60
- @font-size-h3: ceil((@font-size-base * 1.7)); // ~24px
61
- @font-size-h4: ceil((@font-size-base * 1.06)); // ~18px
62
- @font-size-h5: @font-size-base;
63
- @font-size-h6: ceil((@font-size-base * 0.85)); // ~12px
64
-
65
- //** Unit-less `line-height` for use in components like buttons.
66
- @line-height-base: 1.428571429; // 20/14
67
- //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
68
- @line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px
69
-
70
- //** By default, this inherits from the `<body>`.
71
- @headings-font-family: inherit;
72
- @headings-font-weight: 500;
73
- @headings-line-height: 1.1;
74
- @headings-color: inherit;
75
-
76
-
77
- //== Iconography
78
- //
79
- //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
80
-
81
- //** Load fonts from this directory.
82
- @icon-font-path: "../fonts/";
83
- //** File name for all font files.
84
- @icon-font-name: "glyphicons-halflings-regular";
85
- //** Element ID within SVG icon file.
86
- @icon-font-svg-id: "glyphicons_halflingsregular";
87
-
88
-
89
- //== Components
90
- //
91
- //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
92
-
93
- @padding-base-vertical: 6px;
94
- @padding-base-horizontal: 12px;
95
-
96
- @padding-large-vertical: 10px;
97
- @padding-large-horizontal: 16px;
98
-
99
- @padding-small-vertical: 5px;
100
- @padding-small-horizontal: 10px;
101
-
102
- @padding-xs-vertical: 1px;
103
- @padding-xs-horizontal: 5px;
104
-
105
- @line-height-large: 1.3333333; // extra decimals for Win 8.1 Chrome
106
- @line-height-small: 1.5;
107
-
108
- @border-radius-base: 2px; // 原本为4px
109
- @border-radius-large: 3px; // 原本为6px
110
- @border-radius-small: 1px; // 原本为3px
111
-
112
- //** Global color for active items (e.g., navs or dropdowns).
113
- @component-active-color: #fff;
114
- //** Global background color for active items (e.g., navs or dropdowns).
115
- @component-active-bg: @brand-primary;
116
-
117
- //** Width of the `border` for generating carets that indicator dropdowns.
118
- @caret-width-base: 4px;
119
- //** Carets increase slightly in size for larger components.
120
- @caret-width-large: 5px;
121
-
122
-
123
- //== Tables
124
- //
125
- //## Customizes the `.table` component with basic values, each used across all table variations.
126
-
127
- //** Padding for `<th>`s and `<td>`s.
128
- @table-cell-padding: 8px;
129
- //** Padding for cells in `.table-condensed`.
130
- @table-condensed-cell-padding: 5px;
131
-
132
- //** Default background color used for all tables.
133
- @table-bg: transparent;
134
- //** Background color used for `.table-striped`.
135
- @table-bg-accent: #F2FAFE; // 原本是#f9f9f9
136
- //** Background color used for `.table-hover`.
137
- @table-bg-hover: #f5f5f5;
138
- @table-bg-active: @table-bg-hover;
139
-
140
- //** Border color for table and cell borders.
141
- @table-border-color: #F2F6FA; // 原本为#ddd
142
-
143
-
144
- //== Buttons
145
- //
146
- //## For each of Bootstrap's buttons, define text, background and border color.
147
-
148
- @btn-font-weight: normal;
149
-
150
- @btn-default-color: #333;
151
- @btn-default-bg: #fff;
152
- @btn-default-border: #ccc;
153
-
154
- @btn-primary-color: #fff;
155
- @btn-primary-bg: @brand-primary;
156
- @btn-primary-border: darken(@btn-primary-bg, 5%);
157
-
158
- @btn-success-color: #fff;
159
- @btn-success-bg: @brand-success;
160
- @btn-success-border: darken(@btn-success-bg, 5%);
161
-
162
- @btn-info-color: #fff;
163
- @btn-info-bg: @brand-info;
164
- @btn-info-border: darken(@btn-info-bg, 5%);
165
-
166
- @btn-warning-color: #fff;
167
- @btn-warning-bg: @brand-warning;
168
- @btn-warning-border: darken(@btn-warning-bg, 5%);
169
-
170
- @btn-danger-color: #fff;
171
- @btn-danger-bg: @brand-danger;
172
- @btn-danger-border: darken(@btn-danger-bg, 5%);
173
-
174
- @btn-link-disabled-color: @gray-light;
175
-
176
- // Allows for customizing button radius independently from global border radius
177
- @btn-border-radius-base: @border-radius-base;
178
- @btn-border-radius-large: @border-radius-large;
179
- @btn-border-radius-small: @border-radius-small;
180
-
181
-
182
- //== Forms
183
- //
184
- //##
185
-
186
- //** `<input>` background color
187
- @input-bg: #fff;
188
- //** `<input disabled>` background color
189
- @input-bg-disabled: @gray-lighter;
190
-
191
- //** Text color for `<input>`s
192
- @input-color: @gray;
193
- //** `<input>` border color
194
- @input-border: #ccc;
195
-
196
- // TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
197
- //** Default `.form-control` border radius
198
- // This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
199
- @input-border-radius: @border-radius-base;
200
- //** Large `.form-control` border radius
201
- @input-border-radius-large: @border-radius-large;
202
- //** Small `.form-control` border radius
203
- @input-border-radius-small: @border-radius-small;
204
-
205
- //** Border color for inputs on focus
206
- @input-border-focus: #66afe9;
207
-
208
- //** Placeholder text color
209
- @input-color-placeholder: #999;
210
-
211
- //** Default `.form-control` height
212
- @input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);
213
- //** Large `.form-control` height
214
- @input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
215
- //** Small `.form-control` height
216
- @input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
217
-
218
- //** `.form-group` margin
219
- @form-group-margin-bottom: 10px;
220
-
221
- @legend-color: @gray-dark;
222
- @legend-border-color: #e5e5e5;
223
-
224
- //** Background color for textual input addons
225
- @input-group-addon-bg: @gray-lighter;
226
- //** Border color for textual input addons
227
- @input-group-addon-border-color: @input-border;
228
-
229
- //** Disabled cursor for form controls and buttons.
230
- @cursor-disabled: not-allowed;
231
-
232
-
233
- //== Dropdowns
234
- //
235
- //## Dropdown menu container and contents.
236
-
237
- //** Background for the dropdown menu.
238
- @dropdown-bg: #fff;
239
- //** Dropdown menu `border-color`.
240
- @dropdown-border: rgba(0,0,0,.15);
241
- //** Dropdown menu `border-color` **for IE8**.
242
- @dropdown-fallback-border: #ccc;
243
- //** Divider color for between dropdown items.
244
- @dropdown-divider-bg: #e5e5e5;
245
-
246
- //** Dropdown link text color.
247
- @dropdown-link-color: @gray-dark;
248
- //** Hover color for dropdown links.
249
- @dropdown-link-hover-color: darken(@gray-dark, 5%);
250
- //** Hover background for dropdown links.
251
- @dropdown-link-hover-bg: #f5f5f5;
252
-
253
- //** Active dropdown menu item text color.
254
- @dropdown-link-active-color: @component-active-color;
255
- //** Active dropdown menu item background color.
256
- @dropdown-link-active-bg: @component-active-bg;
257
-
258
- //** Disabled dropdown menu item background color.
259
- @dropdown-link-disabled-color: @gray-light;
260
-
261
- //** Text color for headers within dropdown menus.
262
- @dropdown-header-color: @gray-light;
263
-
264
- //** Deprecated `@dropdown-caret-color` as of v3.1.0
265
- @dropdown-caret-color: #000;
266
-
267
-
268
- //-- Z-index master list
269
- //
270
- // Warning: Avoid customizing these values. They're used for a bird's eye view
271
- // of components dependent on the z-axis and are designed to all work together.
272
- //
273
- // Note: These variables are not generated into the Customizer.
274
-
275
- @zindex-navbar: 1000;
276
- @zindex-dropdown: 1000;
277
- @zindex-popover: 1060;
278
- @zindex-tooltip: 1070;
279
- @zindex-navbar-fixed: 1030;
280
- @zindex-modal-background: 1040;
281
- @zindex-modal: 1050;
282
-
283
-
284
- //== Media queries breakpoints
285
- //
286
- //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
287
-
288
- // Extra small screen / phone
289
- //** Deprecated `@screen-xs` as of v3.0.1
290
- @screen-xs: 480px;
291
- //** Deprecated `@screen-xs-min` as of v3.2.0
292
- @screen-xs-min: @screen-xs;
293
- //** Deprecated `@screen-phone` as of v3.0.1
294
- @screen-phone: @screen-xs-min;
295
-
296
- // Small screen / tablet
297
- //** Deprecated `@screen-sm` as of v3.0.1
298
- @screen-sm: 768px;
299
- @screen-sm-min: @screen-sm;
300
- //** Deprecated `@screen-tablet` as of v3.0.1
301
- @screen-tablet: @screen-sm-min;
302
-
303
- // Medium screen / desktop
304
- //** Deprecated `@screen-md` as of v3.0.1
305
- @screen-md: 992px;
306
- @screen-md-min: @screen-md;
307
- //** Deprecated `@screen-desktop` as of v3.0.1
308
- @screen-desktop: @screen-md-min;
309
-
310
- // Large screen / wide desktop
311
- //** Deprecated `@screen-lg` as of v3.0.1
312
- @screen-lg: 1200px;
313
- @screen-lg-min: @screen-lg;
314
- //** Deprecated `@screen-lg-desktop` as of v3.0.1
315
- @screen-lg-desktop: @screen-lg-min;
316
-
317
- // So media queries don't overlap when required, provide a maximum
318
- @screen-xs-max: (@screen-sm-min - 1);
319
- @screen-sm-max: (@screen-md-min - 1);
320
- @screen-md-max: (@screen-lg-min - 1);
321
-
322
-
323
- //== Grid system
324
- //
325
- //## Define your custom responsive grid.
326
-
327
- //** Number of columns in the grid.
328
- @grid-columns: 12;
329
- //** Padding between columns. Gets divided in half for the left and right.
330
- @grid-gutter-width: 0px; //原本为30px;
331
- // Navbar collapse
332
- //** Point at which the navbar becomes uncollapsed.
333
- @grid-float-breakpoint: @screen-sm-min;
334
- //** Point at which the navbar begins collapsing.
335
- @grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
336
-
337
-
338
- //== Container sizes
339
- //
340
- //## Define the maximum width of `.container` for different screen sizes.
341
-
342
- // Small screen / tablet
343
- @container-tablet: (720px + @grid-gutter-width);
344
- //** For `@screen-sm-min` and up.
345
- @container-sm: @container-tablet;
346
-
347
- // Medium screen / desktop
348
- @container-desktop: (940px + @grid-gutter-width);
349
- //** For `@screen-md-min` and up.
350
- @container-md: @container-desktop;
351
-
352
- // Large screen / wide desktop
353
- @container-large-desktop: (1140px + @grid-gutter-width);
354
- //** For `@screen-lg-min` and up.
355
- @container-lg: @container-large-desktop;
356
-
357
-
358
- //== Navbar
359
- //
360
- //##
361
-
362
- // Basics of a navbar
363
- @navbar-height: 50px;
364
- @navbar-margin-bottom: @line-height-computed;
365
- @navbar-border-radius: @border-radius-base;
366
- @navbar-padding-horizontal: floor((@grid-gutter-width / 2));
367
- @navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2);
368
- @navbar-collapse-max-height: 340px;
369
-
370
- @navbar-default-color: #777;
371
- @navbar-default-bg: #f8f8f8;
372
- @navbar-default-border: darken(@navbar-default-bg, 6.5%);
373
-
374
- // Navbar links
375
- @navbar-default-link-color: #777;
376
- @navbar-default-link-hover-color: #333;
377
- @navbar-default-link-hover-bg: transparent;
378
- @navbar-default-link-active-color: #555;
379
- @navbar-default-link-active-bg: darken(@navbar-default-bg, 6.5%);
380
- @navbar-default-link-disabled-color: #ccc;
381
- @navbar-default-link-disabled-bg: transparent;
382
-
383
- // Navbar brand label
384
- @navbar-default-brand-color: @navbar-default-link-color;
385
- @navbar-default-brand-hover-color: darken(@navbar-default-brand-color, 10%);
386
- @navbar-default-brand-hover-bg: transparent;
387
-
388
- // Navbar toggle
389
- @navbar-default-toggle-hover-bg: #ddd;
390
- @navbar-default-toggle-icon-bar-bg: #888;
391
- @navbar-default-toggle-border-color: #ddd;
392
-
393
-
394
- //=== Inverted navbar
395
- // Reset inverted navbar basics
396
- @navbar-inverse-color: lighten(@gray-light, 15%);
397
- @navbar-inverse-bg: #222;
398
- @navbar-inverse-border: darken(@navbar-inverse-bg, 10%);
399
-
400
- // Inverted navbar links
401
- @navbar-inverse-link-color: lighten(@gray-light, 15%);
402
- @navbar-inverse-link-hover-color: #fff;
403
- @navbar-inverse-link-hover-bg: transparent;
404
- @navbar-inverse-link-active-color: @navbar-inverse-link-hover-color;
405
- @navbar-inverse-link-active-bg: darken(@navbar-inverse-bg, 10%);
406
- @navbar-inverse-link-disabled-color: #444;
407
- @navbar-inverse-link-disabled-bg: transparent;
408
-
409
- // Inverted navbar brand label
410
- @navbar-inverse-brand-color: @navbar-inverse-link-color;
411
- @navbar-inverse-brand-hover-color: #fff;
412
- @navbar-inverse-brand-hover-bg: transparent;
413
-
414
- // Inverted navbar toggle
415
- @navbar-inverse-toggle-hover-bg: #333;
416
- @navbar-inverse-toggle-icon-bar-bg: #fff;
417
- @navbar-inverse-toggle-border-color: #333;
418
-
419
-
420
- //== Navs
421
- //
422
- //##
423
-
424
- //=== Shared nav styles
425
- @nav-link-padding: 10px 15px;
426
- @nav-link-hover-bg: @gray-lighter;
427
-
428
- @nav-disabled-link-color: @gray-light;
429
- @nav-disabled-link-hover-color: @gray-light;
430
-
431
- //== Tabs
432
- @nav-tabs-border-color: #F2F6FA; // 原本为#ddd
433
-
434
- @nav-tabs-link-hover-border-color: @gray-lighter;
435
-
436
- @nav-tabs-active-link-hover-bg: @body-bg;
437
- @nav-tabs-active-link-hover-color: @gray;
438
- @nav-tabs-active-link-hover-border-color: #ddd;
439
-
440
- @nav-tabs-justified-link-border-color: #ddd;
441
- @nav-tabs-justified-active-link-border-color: @body-bg;
442
-
443
- //== Pills
444
- @nav-pills-border-radius: @border-radius-base;
445
- @nav-pills-active-link-hover-bg: @component-active-bg;
446
- @nav-pills-active-link-hover-color: @component-active-color;
447
-
448
-
449
- //== Pagination
450
- //
451
- //##
452
-
453
- @pagination-color: @link-color;
454
- @pagination-bg: #fff;
455
- @pagination-border: #fff; // 原本为#ddd
456
-
457
- @pagination-hover-color: @link-hover-color;
458
- @pagination-hover-bg: @gray-lighter;
459
- @pagination-hover-border: #ddd;
460
-
461
- @pagination-active-color: #fff;
462
- @pagination-active-bg: @brand-primary;
463
- @pagination-active-border: @brand-primary;
464
-
465
- @pagination-disabled-color: @gray-light;
466
- @pagination-disabled-bg: #fff;
467
- @pagination-disabled-border: #ddd;
468
-
469
-
470
- //== Pager
471
- //
472
- //##
473
-
474
- @pager-bg: @pagination-bg;
475
- @pager-border: @pagination-border;
476
- @pager-border-radius: 3px; // 原本为15px
477
-
478
- @pager-hover-bg: @pagination-hover-bg;
479
-
480
- @pager-active-bg: @pagination-active-bg;
481
- @pager-active-color: @pagination-active-color;
482
-
483
- @pager-disabled-color: @pagination-disabled-color;
484
-
485
-
486
- //== Jumbotron
487
- //
488
- //##
489
-
490
- @jumbotron-padding: 30px;
491
- @jumbotron-color: inherit;
492
- @jumbotron-bg: @gray-lighter;
493
- @jumbotron-heading-color: inherit;
494
- @jumbotron-font-size: ceil((@font-size-base * 1.5));
495
- @jumbotron-heading-font-size: ceil((@font-size-base * 4.5));
496
-
497
-
498
- //== Form states and alerts
499
- //
500
- //## Define colors for form feedback states and, by default, alerts.
501
-
502
- // @state-success-text: #3c763d;
503
- // @state-success-bg: #FCFEEE; // 原本是#dff0d8
504
- // @state-success-border: darken(spin(#E5DB86, -10), 5%); // 原本为@state-success-bg
505
- //
506
- // @state-info-text: #31708f;
507
- // @state-info-bg: #d9edf7;
508
- // @state-info-border: darken(spin(@state-info-bg, -10), 7%);
509
- //
510
- // @state-warning-text: #8a6d3b;
511
- // @state-warning-bg: #fcf8e3;
512
- // @state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
513
- //
514
- // @state-danger-text: #a94442;
515
- // @state-danger-bg: #f2dede;
516
- // @state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
517
-
518
- @state-success-text: #3c763d;
519
- @state-success-bg: #dff0d8;
520
- @state-success-border: darken(spin(@state-success-bg, -10), 5%);
521
-
522
- @state-info-text: #31708f;
523
- @state-info-bg: #F2F6FA; // 原本为 #d9edf7
524
- @state-info-border: #F2F6FA; // darken(spin(@state-info-bg, -10), 7%);
525
-
526
- @state-warning-text: #8a6d3b;
527
- @state-warning-bg: #fcf8e3;
528
- @state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
529
-
530
- @state-danger-text: #a94442;
531
- @state-danger-bg: #f2dede;
532
- @state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
533
-
534
-
535
- //== Tooltips
536
- //
537
- //##
538
-
539
- //** Tooltip max width
540
- @tooltip-max-width: 200px;
541
- //** Tooltip text color
542
- @tooltip-color: #000;// #fff;
543
- //** Tooltip background color
544
- @tooltip-bg: #000;
545
- @tooltip-opacity: .9;
546
-
547
- //** Tooltip arrow width
548
- @tooltip-arrow-width: 5px;
549
- //** Tooltip arrow color
550
- @tooltip-arrow-color: @tooltip-bg;
551
-
552
-
553
- //== Popovers
554
- //
555
- //##
556
-
557
- //** Popover body background color
558
- @popover-bg: #fff;
559
- //** Popover maximum width
560
- @popover-max-width: 400px;
561
- //** Popover border color
562
- @popover-border-color: rgba(0,0,0,.2);
563
- //** Popover fallback border color
564
- @popover-fallback-border-color: #ccc;
565
-
566
- //** Popover title background color
567
- @popover-title-bg: darken(@popover-bg, 3%);
568
-
569
- //** Popover arrow width
570
- @popover-arrow-width: 10px;
571
- //** Popover arrow color
572
- @popover-arrow-color: @popover-bg;
573
-
574
- //** Popover outer arrow width
575
- @popover-arrow-outer-width: (@popover-arrow-width + 1);
576
- //** Popover outer arrow color
577
- @popover-arrow-outer-color: fadein(@popover-border-color, 5%);
578
- //** Popover outer arrow fallback color
579
- @popover-arrow-outer-fallback-color: darken(@popover-fallback-border-color, 20%);
580
-
581
-
582
- //== Labels
583
- //
584
- //##
585
-
586
- //** Default label background color
587
- @label-default-bg: @gray-light;
588
- //** Primary label background color
589
- @label-primary-bg: @brand-primary;
590
- //** Success label background color
591
- @label-success-bg: @brand-success;
592
- //** Info label background color
593
- @label-info-bg: @brand-info;
594
- //** Warning label background color
595
- @label-warning-bg: @brand-warning;
596
- //** Danger label background color
597
- @label-danger-bg: @brand-danger;
598
-
599
- //** Default label text color
600
- @label-color: #fff;
601
- //** Default text color of a linked label
602
- @label-link-hover-color: #fff;
603
-
604
-
605
- //== Modals
606
- //
607
- //##
608
-
609
- //** Padding applied to the modal body
610
- @modal-inner-padding: 15px;
611
-
612
- //** Padding applied to the modal title
613
- @modal-title-padding: 15px;
614
- //** Modal title line-height
615
- @modal-title-line-height: @line-height-base;
616
-
617
- //** Background color of modal content area
618
- @modal-content-bg: #fff;
619
- //** Modal content border color
620
- @modal-content-border-color: rgba(0,0,0,.2);
621
- //** Modal content border color **for IE8**
622
- @modal-content-fallback-border-color: #999;
623
-
624
- //** Modal backdrop background color
625
- @modal-backdrop-bg: #000;
626
- //** Modal backdrop opacity
627
- @modal-backdrop-opacity: .5;
628
- //** Modal header border color
629
- @modal-header-border-color: #e5e5e5;
630
- //** Modal footer border color
631
- @modal-footer-border-color: @modal-header-border-color;
632
-
633
- @modal-lg: 900px;
634
- @modal-md: 800px;
635
- @modal-sm: 300px;
636
-
637
-
638
- //== Alerts
639
- //
640
- //## Define alert colors, border radius, and padding.
641
-
642
- @alert-padding: 15px;
643
- @alert-border-radius: @border-radius-base;
644
- @alert-link-font-weight: bold;
645
-
646
- @alert-success-bg: @state-success-bg;
647
- @alert-success-text: @state-success-text;
648
- @alert-success-border: @state-success-border;
649
-
650
- // @alert-success-bg: #dff0d8;
651
- // @alert-success-text: #3c763d;
652
- // @alert-success-border: #d6e9c6;
653
-
654
- @alert-info-bg: @state-info-bg;
655
- @alert-info-text: @state-info-text;
656
- @alert-info-border: @state-info-border;
657
-
658
- @alert-warning-bg: @state-warning-bg;
659
- @alert-warning-text: @state-warning-text;
660
- @alert-warning-border: @state-warning-border;
661
-
662
- @alert-danger-bg: @state-danger-bg;
663
- @alert-danger-text: @state-danger-text;
664
- @alert-danger-border: @state-danger-border;
665
-
666
-
667
- //== Progress bars
668
- //
669
- //##
670
-
671
- //** Background color of the whole progress component
672
- @progress-bg: #f5f5f5;
673
- //** Progress bar text color
674
- @progress-bar-color: #fff;
675
- //** Variable for setting rounded corners on progress bar.
676
- @progress-border-radius: @border-radius-base;
677
-
678
- //** Default progress bar color
679
- @progress-bar-bg: @brand-primary;
680
- //** Success progress bar color
681
- @progress-bar-success-bg: @brand-success;
682
- //** Warning progress bar color
683
- @progress-bar-warning-bg: @brand-warning;
684
- //** Danger progress bar color
685
- @progress-bar-danger-bg: @brand-danger;
686
- //** Info progress bar color
687
- @progress-bar-info-bg: @brand-info;
688
-
689
-
690
- //== List group
691
- //
692
- //##
693
-
694
- //** Background color on `.list-group-item`
695
- // 修改前
696
- // @list-group-bg: #fff;
697
- // 修改后
698
- @list-group-bg: #4C637B;
699
- //** `.list-group-item` border color
700
- // @list-group-border: #697D93;
701
- @list-group-border: #4a7cae;
702
- //** List group border radius
703
- @list-group-border-radius: @border-radius-base;
704
-
705
- //** Background color of single list items on hover
706
- @list-group-hover-bg: #f5f5f5;
707
- //** Text color of active list items
708
- @list-group-active-color: @component-active-color;
709
- //** Background color of active list items
710
- @list-group-active-bg: @component-active-bg;
711
- //** Border color of active list elements
712
- @list-group-active-border: @list-group-active-bg;
713
- //** Text color for content within active list items
714
- @list-group-active-text-color: lighten(@list-group-active-bg, 40%);
715
-
716
- //** Text color of disabled list items
717
- @list-group-disabled-color: @gray-light;
718
- //** Background color of disabled list items
719
- @list-group-disabled-bg: @gray-lighter;
720
- //** Text color for content within disabled list items
721
- @list-group-disabled-text-color: @list-group-disabled-color;
722
-
723
- @list-group-link-color: #FCFCFC;
724
- @list-group-link-hover-color: @list-group-link-color;
725
- @list-group-link-heading-color: #FCFCFC;
726
-
727
-
728
- //== Panels
729
- //
730
- //##
731
-
732
- @panel-bg: #fff;
733
- @panel-body-padding: @panel-heading-padding;
734
- @panel-heading-padding: 8px;
735
- @panel-footer-padding: @panel-heading-padding;
736
- @panel-border-radius: @border-radius-base;
737
-
738
- //** Border color for elements within panels
739
- @panel-inner-border: #ddd;
740
- @panel-footer-bg: #f5f5f5;
741
-
742
- @panel-default-text: @gray-dark;
743
- @panel-default-border: #ddd;
744
- @panel-default-heading-bg: #f5f5f5;
745
-
746
- @panel-primary-text: #fff;
747
- @panel-primary-border: @brand-primary;
748
- @panel-primary-heading-bg: @brand-primary;
749
-
750
- @panel-success-text: @state-success-text;
751
- @panel-success-border: @state-success-border;
752
- @panel-success-heading-bg: @state-success-bg;
753
-
754
- @panel-info-text: @state-info-text;
755
- @panel-info-border: @state-info-border;
756
- @panel-info-heading-bg: @state-info-bg;
757
-
758
- @panel-warning-text: @state-warning-text;
759
- @panel-warning-border: @state-warning-border;
760
- @panel-warning-heading-bg: @state-warning-bg;
761
-
762
- @panel-danger-text: @state-danger-text;
763
- @panel-danger-border: @state-danger-border;
764
- @panel-danger-heading-bg: @state-danger-bg;
765
-
766
-
767
- //== Thumbnails
768
- //
769
- //##
770
-
771
- //** Padding around the thumbnail image
772
- @thumbnail-padding: 4px;
773
- //** Thumbnail background color
774
- @thumbnail-bg: @body-bg;
775
- //** Thumbnail border color
776
- @thumbnail-border: #ddd;
777
- //** Thumbnail border radius
778
- @thumbnail-border-radius: @border-radius-base;
779
-
780
- //** Custom text color for thumbnail captions
781
- @thumbnail-caption-color: @text-color;
782
- //** Padding around the thumbnail caption
783
- @thumbnail-caption-padding: 9px;
784
-
785
-
786
- //== Wells
787
- //
788
- //##
789
-
790
- @well-bg: #f5f5f5;
791
- @well-border: darken(@well-bg, 7%);
792
-
793
-
794
- //== Badges
795
- //
796
- //##
797
-
798
- @badge-color: #fff;
799
- //** Linked badge text color on hover
800
- @badge-link-hover-color: #fff;
801
- @badge-bg: @gray-light;
802
-
803
- //** Badge text color in active nav link
804
- @badge-active-color: @link-color;
805
- //** Badge background color in active nav link
806
- @badge-active-bg: #fff;
807
-
808
- @badge-font-weight: bold;
809
- @badge-line-height: 1;
810
- @badge-border-radius: 10px;
811
-
812
-
813
- //== Breadcrumbs
814
- //
815
- //##
816
-
817
- @breadcrumb-padding-vertical: 8px;
818
- @breadcrumb-padding-horizontal: 15px;
819
- //** Breadcrumb background color
820
- @breadcrumb-bg: #f5f5f5;
821
- //** Breadcrumb text color
822
- @breadcrumb-color: #ccc;
823
- //** Text color of current page in the breadcrumb
824
- @breadcrumb-active-color: @gray-light;
825
- //** Textual separator for between breadcrumb elements
826
- @breadcrumb-separator: "/";
827
-
828
-
829
- //== Carousel
830
- //
831
- //##
832
-
833
- @carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);
834
-
835
- @carousel-control-color: #fff;
836
- @carousel-control-width: 15%;
837
- @carousel-control-opacity: .5;
838
- @carousel-control-font-size: 20px;
839
-
840
- @carousel-indicator-active-bg: #fff;
841
- @carousel-indicator-border-color: #fff;
842
-
843
- @carousel-caption-color: #fff;
844
-
845
-
846
- //== Close
847
- //
848
- //##
849
-
850
- @close-font-weight: bold;
851
- @close-color: #000;
852
- @close-text-shadow: 0 1px 0 #fff;
853
-
854
-
855
- //== Code
856
- //
857
- //##
858
-
859
- @code-color: #c7254e;
860
- @code-bg: #f9f2f4;
861
-
862
- @kbd-color: #fff;
863
- @kbd-bg: #333;
864
-
865
- @pre-bg: #f5f5f5;
866
- @pre-color: @gray-dark;
867
- @pre-border-color: #ccc;
868
- @pre-scrollable-max-height: 340px;
869
-
870
-
871
- //== Type
872
- //
873
- //##
874
-
875
- //** Horizontal offset for forms and lists.
876
- @component-offset-horizontal: 180px;
877
- //** Text muted color
878
- @text-muted: @gray-light;
879
- //** Abbreviations and acronyms border color
880
- @abbr-border-color: @gray-light;
881
- //** Headings small color
882
- @headings-small-color: @gray-light;
883
- //** Blockquote small color
884
- @blockquote-small-color: @gray-light;
885
- //** Blockquote font size
886
- @blockquote-font-size: (@font-size-base * 1.25);
887
- //** Blockquote border color
888
- @blockquote-border-color: @gray-lighter;
889
- //** Page header border color
890
- @page-header-border-color: @gray-lighter;
891
- //** Width of horizontal description list titles
892
- @dl-horizontal-offset: @component-offset-horizontal;
893
- //** Horizontal line color.
894
- @hr-border: @gray-lighter;
895
-
896
- // custom variables
897
- @global-color: #00A3F0;
898
- @btn-sm-margin-bottom: 0px;
899
- @btn-margin-bottom: 5px;
1
+ //
2
+ // Variables
3
+ // --------------------------------------------------
4
+
5
+
6
+ //== Colors
7
+ //
8
+ //## Gray and brand colors for use across Bootstrap.
9
+
10
+ @gray-base: #000;
11
+ @gray-darker: lighten(@gray-base, 13.5%); // #222
12
+ @gray-dark: lighten(@gray-base, 20%); // #333
13
+ @gray: lighten(@gray-base, 33.5%); // #555
14
+ @gray-light: lighten(@gray-base, 46.7%); // #777
15
+ @gray-lighter: lighten(@gray-base, 93.5%); // #eee
16
+
17
+ @brand-primary: #00A3F0; // 原本为darken(#428bca, 6.5%)得到的值为#337ab7
18
+ @brand-success: #5cb85c;
19
+ @brand-info: #5bc0de;
20
+ @brand-warning: #f0ad4e;
21
+ @brand-danger: #d9534f;
22
+
23
+
24
+ //== Scaffolding
25
+ //
26
+ //## Settings for some of the most global styles.
27
+
28
+ //** Background color for `<body>`.
29
+ @body-bg: #fff;
30
+ //** Global text color on `<body>`.
31
+ @text-color: #304A66; // @gray-dark;
32
+
33
+ //** Global textual link color.
34
+ @link-color: @brand-primary;
35
+ //** Link hover color set via `darken()` function.
36
+ @link-hover-color: darken(@link-color, 15%);
37
+ //** Link hover decoration.
38
+ @link-hover-decoration: underline;
39
+
40
+
41
+ //== Typography
42
+ //
43
+ //## Font, line-height, and color for body text, headings, and more.
44
+
45
+ @font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
46
+ @font-family-serif: Georgia, "Times New Roman", Times, serif;
47
+ //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
48
+ @font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
49
+ @font-family-base: @font-family-sans-serif;
50
+
51
+ @font-size-base: 16px;
52
+ @font-size-large: ceil((@font-size-base * 1.25)); // ~18px
53
+ @font-size-small: ceil((@font-size-base * 0.85)); // ~12px
54
+
55
+ @font-size-h1: floor((@font-size-base * 2.6)); // ~36px
56
+ @font-size-h2: floor((@font-size-base * 2.15)); // ~30px
57
+ @font-size-h3: ceil((@font-size-base * 1.7)); // ~24px
58
+ @font-size-h4: ceil((@font-size-base * 1.25)); // ~18px
59
+ @font-size-h5: @font-size-base;
60
+ @font-size-h6: ceil((@font-size-base * 0.85)); // ~12px
61
+
62
+ //** Unit-less `line-height` for use in components like buttons.
63
+ @line-height-base: 1.428571429; // 20/14
64
+ //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
65
+ @line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px
66
+
67
+ //** By default, this inherits from the `<body>`.
68
+ @headings-font-family: inherit;
69
+ @headings-font-weight: 500;
70
+ @headings-line-height: 1.1;
71
+ @headings-color: inherit;
72
+
73
+
74
+ //== Iconography
75
+ //
76
+ //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
77
+
78
+ //** Load fonts from this directory.
79
+ @icon-font-path: "../fonts/";
80
+ //** File name for all font files.
81
+ @icon-font-name: "glyphicons-halflings-regular";
82
+ //** Element ID within SVG icon file.
83
+ @icon-font-svg-id: "glyphicons_halflingsregular";
84
+
85
+
86
+ //== Components
87
+ //
88
+ //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
89
+
90
+ @padding-base-vertical: 6px;
91
+ @padding-base-horizontal: 12px;
92
+
93
+ @padding-large-vertical: 10px;
94
+ @padding-large-horizontal: 16px;
95
+
96
+ @padding-small-vertical: 5px;
97
+ @padding-small-horizontal: 10px;
98
+
99
+ @padding-xs-vertical: 1px;
100
+ @padding-xs-horizontal: 5px;
101
+
102
+ @line-height-large: 1.3333333; // extra decimals for Win 8.1 Chrome
103
+ @line-height-small: 1.5;
104
+
105
+ @border-radius-base: 2px; // 原本为4px
106
+ @border-radius-large: 3px; // 原本为6px
107
+ @border-radius-small: 1px; // 原本为3px
108
+
109
+ //** Global color for active items (e.g., navs or dropdowns).
110
+ @component-active-color: #fff;
111
+ //** Global background color for active items (e.g., navs or dropdowns).
112
+ @component-active-bg: @brand-primary;
113
+
114
+ //** Width of the `border` for generating carets that indicator dropdowns.
115
+ @caret-width-base: 4px;
116
+ //** Carets increase slightly in size for larger components.
117
+ @caret-width-large: 5px;
118
+
119
+
120
+ //== Tables
121
+ //
122
+ //## Customizes the `.table` component with basic values, each used across all table variations.
123
+
124
+ //** Padding for `<th>`s and `<td>`s.
125
+ @table-cell-padding: 8px;
126
+ //** Padding for cells in `.table-condensed`.
127
+ @table-condensed-cell-padding: 5px;
128
+
129
+ //** Default background color used for all tables.
130
+ @table-bg: transparent;
131
+ //** Background color used for `.table-striped`.
132
+ @table-bg-accent: #F2FAFE; // 原本是#f9f9f9
133
+ //** Background color used for `.table-hover`.
134
+ @table-bg-hover: #f5f5f5;
135
+ @table-bg-active: @table-bg-hover;
136
+
137
+ //** Border color for table and cell borders.
138
+ @table-border-color: #F2F6FA; // 原本为#ddd
139
+
140
+
141
+ //== Buttons
142
+ //
143
+ //## For each of Bootstrap's buttons, define text, background and border color.
144
+
145
+ @btn-font-weight: normal;
146
+
147
+ @btn-default-color: #333;
148
+ @btn-default-bg: #fff;
149
+ @btn-default-border: #ccc;
150
+
151
+ @btn-primary-color: #fff;
152
+ @btn-primary-bg: @brand-primary;
153
+ @btn-primary-border: darken(@btn-primary-bg, 5%);
154
+
155
+ @btn-success-color: #fff;
156
+ @btn-success-bg: @brand-success;
157
+ @btn-success-border: darken(@btn-success-bg, 5%);
158
+
159
+ @btn-info-color: #fff;
160
+ @btn-info-bg: @brand-info;
161
+ @btn-info-border: darken(@btn-info-bg, 5%);
162
+
163
+ @btn-warning-color: #fff;
164
+ @btn-warning-bg: @brand-warning;
165
+ @btn-warning-border: darken(@btn-warning-bg, 5%);
166
+
167
+ @btn-danger-color: #fff;
168
+ @btn-danger-bg: @brand-danger;
169
+ @btn-danger-border: darken(@btn-danger-bg, 5%);
170
+
171
+ @btn-link-disabled-color: @gray-light;
172
+
173
+ // Allows for customizing button radius independently from global border radius
174
+ @btn-border-radius-base: @border-radius-base;
175
+ @btn-border-radius-large: @border-radius-large;
176
+ @btn-border-radius-small: @border-radius-small;
177
+
178
+
179
+ //== Forms
180
+ //
181
+ //##
182
+
183
+ //** `<input>` background color
184
+ @input-bg: #fff;
185
+ //** `<input disabled>` background color
186
+ @input-bg-disabled: @gray-lighter;
187
+
188
+ //** Text color for `<input>`s
189
+ @input-color: @gray;
190
+ //** `<input>` border color
191
+ @input-border: #ccc;
192
+
193
+ // TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
194
+ //** Default `.form-control` border radius
195
+ // This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
196
+ @input-border-radius: @border-radius-base;
197
+ //** Large `.form-control` border radius
198
+ @input-border-radius-large: @border-radius-large;
199
+ //** Small `.form-control` border radius
200
+ @input-border-radius-small: @border-radius-small;
201
+
202
+ //** Border color for inputs on focus
203
+ @input-border-focus: #66afe9;
204
+
205
+ //** Placeholder text color
206
+ @input-color-placeholder: #999;
207
+
208
+ //** Default `.form-control` height
209
+ @input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);
210
+ //** Large `.form-control` height
211
+ @input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
212
+ //** Small `.form-control` height
213
+ @input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
214
+
215
+ //** `.form-group` margin
216
+ @form-group-margin-bottom: 10px;
217
+
218
+ @legend-color: @gray-dark;
219
+ @legend-border-color: #e5e5e5;
220
+
221
+ //** Background color for textual input addons
222
+ @input-group-addon-bg: @gray-lighter;
223
+ //** Border color for textual input addons
224
+ @input-group-addon-border-color: @input-border;
225
+
226
+ //** Disabled cursor for form controls and buttons.
227
+ @cursor-disabled: not-allowed;
228
+
229
+
230
+ //== Dropdowns
231
+ //
232
+ //## Dropdown menu container and contents.
233
+
234
+ //** Background for the dropdown menu.
235
+ @dropdown-bg: #fff;
236
+ //** Dropdown menu `border-color`.
237
+ @dropdown-border: rgba(0,0,0,.15);
238
+ //** Dropdown menu `border-color` **for IE8**.
239
+ @dropdown-fallback-border: #ccc;
240
+ //** Divider color for between dropdown items.
241
+ @dropdown-divider-bg: #e5e5e5;
242
+
243
+ //** Dropdown link text color.
244
+ @dropdown-link-color: @gray-dark;
245
+ //** Hover color for dropdown links.
246
+ @dropdown-link-hover-color: darken(@gray-dark, 5%);
247
+ //** Hover background for dropdown links.
248
+ @dropdown-link-hover-bg: #f5f5f5;
249
+
250
+ //** Active dropdown menu item text color.
251
+ @dropdown-link-active-color: @component-active-color;
252
+ //** Active dropdown menu item background color.
253
+ @dropdown-link-active-bg: @component-active-bg;
254
+
255
+ //** Disabled dropdown menu item background color.
256
+ @dropdown-link-disabled-color: @gray-light;
257
+
258
+ //** Text color for headers within dropdown menus.
259
+ @dropdown-header-color: @gray-light;
260
+
261
+ //** Deprecated `@dropdown-caret-color` as of v3.1.0
262
+ @dropdown-caret-color: #000;
263
+
264
+
265
+ //-- Z-index master list
266
+ //
267
+ // Warning: Avoid customizing these values. They're used for a bird's eye view
268
+ // of components dependent on the z-axis and are designed to all work together.
269
+ //
270
+ // Note: These variables are not generated into the Customizer.
271
+
272
+ @zindex-navbar: 1000;
273
+ @zindex-dropdown: 1000;
274
+ @zindex-popover: 1060;
275
+ @zindex-tooltip: 1070;
276
+ @zindex-navbar-fixed: 1030;
277
+ @zindex-modal-background: 1040;
278
+ @zindex-modal: 1050;
279
+
280
+
281
+ //== Media queries breakpoints
282
+ //
283
+ //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
284
+
285
+ // Extra small screen / phone
286
+ //** Deprecated `@screen-xs` as of v3.0.1
287
+ @screen-xs: 480px;
288
+ //** Deprecated `@screen-xs-min` as of v3.2.0
289
+ @screen-xs-min: @screen-xs;
290
+ //** Deprecated `@screen-phone` as of v3.0.1
291
+ @screen-phone: @screen-xs-min;
292
+
293
+ // Small screen / tablet
294
+ //** Deprecated `@screen-sm` as of v3.0.1
295
+ @screen-sm: 768px;
296
+ @screen-sm-min: @screen-sm;
297
+ //** Deprecated `@screen-tablet` as of v3.0.1
298
+ @screen-tablet: @screen-sm-min;
299
+
300
+ // Medium screen / desktop
301
+ //** Deprecated `@screen-md` as of v3.0.1
302
+ @screen-md: 992px;
303
+ @screen-md-min: @screen-md;
304
+ //** Deprecated `@screen-desktop` as of v3.0.1
305
+ @screen-desktop: @screen-md-min;
306
+
307
+ // Large screen / wide desktop
308
+ //** Deprecated `@screen-lg` as of v3.0.1
309
+ @screen-lg: 1200px;
310
+ @screen-lg-min: @screen-lg;
311
+ //** Deprecated `@screen-lg-desktop` as of v3.0.1
312
+ @screen-lg-desktop: @screen-lg-min;
313
+
314
+ // So media queries don't overlap when required, provide a maximum
315
+ @screen-xs-max: (@screen-sm-min - 1);
316
+ @screen-sm-max: (@screen-md-min - 1);
317
+ @screen-md-max: (@screen-lg-min - 1);
318
+
319
+
320
+ //== Grid system
321
+ //
322
+ //## Define your custom responsive grid.
323
+
324
+ //** Number of columns in the grid.
325
+ @grid-columns: 12;
326
+ //** Padding between columns. Gets divided in half for the left and right.
327
+ @grid-gutter-width: 0px; //原本为30px;
328
+ // Navbar collapse
329
+ //** Point at which the navbar becomes uncollapsed.
330
+ @grid-float-breakpoint: @screen-sm-min;
331
+ //** Point at which the navbar begins collapsing.
332
+ @grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
333
+
334
+
335
+ //== Container sizes
336
+ //
337
+ //## Define the maximum width of `.container` for different screen sizes.
338
+
339
+ // Small screen / tablet
340
+ @container-tablet: (720px + @grid-gutter-width);
341
+ //** For `@screen-sm-min` and up.
342
+ @container-sm: @container-tablet;
343
+
344
+ // Medium screen / desktop
345
+ @container-desktop: (940px + @grid-gutter-width);
346
+ //** For `@screen-md-min` and up.
347
+ @container-md: @container-desktop;
348
+
349
+ // Large screen / wide desktop
350
+ @container-large-desktop: (1140px + @grid-gutter-width);
351
+ //** For `@screen-lg-min` and up.
352
+ @container-lg: @container-large-desktop;
353
+
354
+
355
+ //== Navbar
356
+ //
357
+ //##
358
+
359
+ // Basics of a navbar
360
+ @navbar-height: 50px;
361
+ @navbar-margin-bottom: @line-height-computed;
362
+ @navbar-border-radius: @border-radius-base;
363
+ @navbar-padding-horizontal: floor((@grid-gutter-width / 2));
364
+ @navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2);
365
+ @navbar-collapse-max-height: 340px;
366
+
367
+ @navbar-default-color: #777;
368
+ @navbar-default-bg: #f8f8f8;
369
+ @navbar-default-border: darken(@navbar-default-bg, 6.5%);
370
+
371
+ // Navbar links
372
+ @navbar-default-link-color: #777;
373
+ @navbar-default-link-hover-color: #333;
374
+ @navbar-default-link-hover-bg: transparent;
375
+ @navbar-default-link-active-color: #555;
376
+ @navbar-default-link-active-bg: darken(@navbar-default-bg, 6.5%);
377
+ @navbar-default-link-disabled-color: #ccc;
378
+ @navbar-default-link-disabled-bg: transparent;
379
+
380
+ // Navbar brand label
381
+ @navbar-default-brand-color: @navbar-default-link-color;
382
+ @navbar-default-brand-hover-color: darken(@navbar-default-brand-color, 10%);
383
+ @navbar-default-brand-hover-bg: transparent;
384
+
385
+ // Navbar toggle
386
+ @navbar-default-toggle-hover-bg: #ddd;
387
+ @navbar-default-toggle-icon-bar-bg: #888;
388
+ @navbar-default-toggle-border-color: #ddd;
389
+
390
+
391
+ //=== Inverted navbar
392
+ // Reset inverted navbar basics
393
+ @navbar-inverse-color: lighten(@gray-light, 15%);
394
+ @navbar-inverse-bg: #222;
395
+ @navbar-inverse-border: darken(@navbar-inverse-bg, 10%);
396
+
397
+ // Inverted navbar links
398
+ @navbar-inverse-link-color: lighten(@gray-light, 15%);
399
+ @navbar-inverse-link-hover-color: #fff;
400
+ @navbar-inverse-link-hover-bg: transparent;
401
+ @navbar-inverse-link-active-color: @navbar-inverse-link-hover-color;
402
+ @navbar-inverse-link-active-bg: darken(@navbar-inverse-bg, 10%);
403
+ @navbar-inverse-link-disabled-color: #444;
404
+ @navbar-inverse-link-disabled-bg: transparent;
405
+
406
+ // Inverted navbar brand label
407
+ @navbar-inverse-brand-color: @navbar-inverse-link-color;
408
+ @navbar-inverse-brand-hover-color: #fff;
409
+ @navbar-inverse-brand-hover-bg: transparent;
410
+
411
+ // Inverted navbar toggle
412
+ @navbar-inverse-toggle-hover-bg: #333;
413
+ @navbar-inverse-toggle-icon-bar-bg: #fff;
414
+ @navbar-inverse-toggle-border-color: #333;
415
+
416
+
417
+ //== Navs
418
+ //
419
+ //##
420
+
421
+ //=== Shared nav styles
422
+ @nav-link-padding: 10px 15px;
423
+ @nav-link-hover-bg: @gray-lighter;
424
+
425
+ @nav-disabled-link-color: @gray-light;
426
+ @nav-disabled-link-hover-color: @gray-light;
427
+
428
+ //== Tabs
429
+ @nav-tabs-border-color: #F2F6FA; // 原本为#ddd
430
+
431
+ @nav-tabs-link-hover-border-color: @gray-lighter;
432
+
433
+ @nav-tabs-active-link-hover-bg: @body-bg;
434
+ @nav-tabs-active-link-hover-color: @gray;
435
+ @nav-tabs-active-link-hover-border-color: #ddd;
436
+
437
+ @nav-tabs-justified-link-border-color: #ddd;
438
+ @nav-tabs-justified-active-link-border-color: @body-bg;
439
+
440
+ //== Pills
441
+ @nav-pills-border-radius: @border-radius-base;
442
+ @nav-pills-active-link-hover-bg: @component-active-bg;
443
+ @nav-pills-active-link-hover-color: @component-active-color;
444
+
445
+
446
+ //== Pagination
447
+ //
448
+ //##
449
+
450
+ @pagination-color: @link-color;
451
+ @pagination-bg: #fff;
452
+ @pagination-border: #fff; // 原本为#ddd
453
+
454
+ @pagination-hover-color: @link-hover-color;
455
+ @pagination-hover-bg: @gray-lighter;
456
+ @pagination-hover-border: #ddd;
457
+
458
+ @pagination-active-color: #fff;
459
+ @pagination-active-bg: @brand-primary;
460
+ @pagination-active-border: @brand-primary;
461
+
462
+ @pagination-disabled-color: @gray-light;
463
+ @pagination-disabled-bg: #fff;
464
+ @pagination-disabled-border: #ddd;
465
+
466
+
467
+ //== Pager
468
+ //
469
+ //##
470
+
471
+ @pager-bg: @pagination-bg;
472
+ @pager-border: @pagination-border;
473
+ @pager-border-radius: 3px; // 原本为15px
474
+
475
+ @pager-hover-bg: @pagination-hover-bg;
476
+
477
+ @pager-active-bg: @pagination-active-bg;
478
+ @pager-active-color: @pagination-active-color;
479
+
480
+ @pager-disabled-color: @pagination-disabled-color;
481
+
482
+
483
+ //== Jumbotron
484
+ //
485
+ //##
486
+
487
+ @jumbotron-padding: 30px;
488
+ @jumbotron-color: inherit;
489
+ @jumbotron-bg: @gray-lighter;
490
+ @jumbotron-heading-color: inherit;
491
+ @jumbotron-font-size: ceil((@font-size-base * 1.5));
492
+ @jumbotron-heading-font-size: ceil((@font-size-base * 4.5));
493
+
494
+
495
+ //== Form states and alerts
496
+ //
497
+ //## Define colors for form feedback states and, by default, alerts.
498
+
499
+ // @state-success-text: #3c763d;
500
+ // @state-success-bg: #FCFEEE; // 原本是#dff0d8
501
+ // @state-success-border: darken(spin(#E5DB86, -10), 5%); // 原本为@state-success-bg
502
+ //
503
+ // @state-info-text: #31708f;
504
+ // @state-info-bg: #d9edf7;
505
+ // @state-info-border: darken(spin(@state-info-bg, -10), 7%);
506
+ //
507
+ // @state-warning-text: #8a6d3b;
508
+ // @state-warning-bg: #fcf8e3;
509
+ // @state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
510
+ //
511
+ // @state-danger-text: #a94442;
512
+ // @state-danger-bg: #f2dede;
513
+ // @state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
514
+
515
+ @state-success-text: #3c763d;
516
+ @state-success-bg: #dff0d8;
517
+ @state-success-border: darken(spin(@state-success-bg, -10), 5%);
518
+
519
+ @state-info-text: #31708f;
520
+ @state-info-bg: #F2F6FA; // 原本为 #d9edf7
521
+ @state-info-border: #F2F6FA; // darken(spin(@state-info-bg, -10), 7%);
522
+
523
+ @state-warning-text: #8a6d3b;
524
+ @state-warning-bg: #fcf8e3;
525
+ @state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
526
+
527
+ @state-danger-text: #a94442;
528
+ @state-danger-bg: #f2dede;
529
+ @state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
530
+
531
+
532
+ //== Tooltips
533
+ //
534
+ //##
535
+
536
+ //** Tooltip max width
537
+ @tooltip-max-width: 200px;
538
+ //** Tooltip text color
539
+ @tooltip-color: #000;// #fff;
540
+ //** Tooltip background color
541
+ @tooltip-bg: #000;
542
+ @tooltip-opacity: .9;
543
+
544
+ //** Tooltip arrow width
545
+ @tooltip-arrow-width: 5px;
546
+ //** Tooltip arrow color
547
+ @tooltip-arrow-color: @tooltip-bg;
548
+
549
+
550
+ //== Popovers
551
+ //
552
+ //##
553
+
554
+ //** Popover body background color
555
+ @popover-bg: #fff;
556
+ //** Popover maximum width
557
+ @popover-max-width: 400px;
558
+ //** Popover border color
559
+ @popover-border-color: rgba(0,0,0,.2);
560
+ //** Popover fallback border color
561
+ @popover-fallback-border-color: #ccc;
562
+
563
+ //** Popover title background color
564
+ @popover-title-bg: darken(@popover-bg, 3%);
565
+
566
+ //** Popover arrow width
567
+ @popover-arrow-width: 10px;
568
+ //** Popover arrow color
569
+ @popover-arrow-color: @popover-bg;
570
+
571
+ //** Popover outer arrow width
572
+ @popover-arrow-outer-width: (@popover-arrow-width + 1);
573
+ //** Popover outer arrow color
574
+ @popover-arrow-outer-color: fadein(@popover-border-color, 5%);
575
+ //** Popover outer arrow fallback color
576
+ @popover-arrow-outer-fallback-color: darken(@popover-fallback-border-color, 20%);
577
+
578
+
579
+ //== Labels
580
+ //
581
+ //##
582
+
583
+ //** Default label background color
584
+ @label-default-bg: @gray-light;
585
+ //** Primary label background color
586
+ @label-primary-bg: @brand-primary;
587
+ //** Success label background color
588
+ @label-success-bg: @brand-success;
589
+ //** Info label background color
590
+ @label-info-bg: @brand-info;
591
+ //** Warning label background color
592
+ @label-warning-bg: @brand-warning;
593
+ //** Danger label background color
594
+ @label-danger-bg: @brand-danger;
595
+
596
+ //** Default label text color
597
+ @label-color: #fff;
598
+ //** Default text color of a linked label
599
+ @label-link-hover-color: #fff;
600
+
601
+
602
+ //== Modals
603
+ //
604
+ //##
605
+
606
+ //** Padding applied to the modal body
607
+ @modal-inner-padding: 15px;
608
+
609
+ //** Padding applied to the modal title
610
+ @modal-title-padding: 15px;
611
+ //** Modal title line-height
612
+ @modal-title-line-height: @line-height-base;
613
+
614
+ //** Background color of modal content area
615
+ @modal-content-bg: #fff;
616
+ //** Modal content border color
617
+ @modal-content-border-color: rgba(0,0,0,.2);
618
+ //** Modal content border color **for IE8**
619
+ @modal-content-fallback-border-color: #999;
620
+
621
+ //** Modal backdrop background color
622
+ @modal-backdrop-bg: #000;
623
+ //** Modal backdrop opacity
624
+ @modal-backdrop-opacity: .5;
625
+ //** Modal header border color
626
+ @modal-header-border-color: #e5e5e5;
627
+ //** Modal footer border color
628
+ @modal-footer-border-color: @modal-header-border-color;
629
+
630
+ @modal-lg: 900px;
631
+ @modal-md: 800px;
632
+ @modal-sm: 300px;
633
+
634
+
635
+ //== Alerts
636
+ //
637
+ //## Define alert colors, border radius, and padding.
638
+
639
+ @alert-padding: 15px;
640
+ @alert-border-radius: @border-radius-base;
641
+ @alert-link-font-weight: bold;
642
+
643
+ @alert-success-bg: @state-success-bg;
644
+ @alert-success-text: @state-success-text;
645
+ @alert-success-border: @state-success-border;
646
+
647
+ // @alert-success-bg: #dff0d8;
648
+ // @alert-success-text: #3c763d;
649
+ // @alert-success-border: #d6e9c6;
650
+
651
+ @alert-info-bg: @state-info-bg;
652
+ @alert-info-text: @state-info-text;
653
+ @alert-info-border: @state-info-border;
654
+
655
+ @alert-warning-bg: @state-warning-bg;
656
+ @alert-warning-text: @state-warning-text;
657
+ @alert-warning-border: @state-warning-border;
658
+
659
+ @alert-danger-bg: @state-danger-bg;
660
+ @alert-danger-text: @state-danger-text;
661
+ @alert-danger-border: @state-danger-border;
662
+
663
+
664
+ //== Progress bars
665
+ //
666
+ //##
667
+
668
+ //** Background color of the whole progress component
669
+ @progress-bg: #f5f5f5;
670
+ //** Progress bar text color
671
+ @progress-bar-color: #fff;
672
+ //** Variable for setting rounded corners on progress bar.
673
+ @progress-border-radius: @border-radius-base;
674
+
675
+ //** Default progress bar color
676
+ @progress-bar-bg: @brand-primary;
677
+ //** Success progress bar color
678
+ @progress-bar-success-bg: @brand-success;
679
+ //** Warning progress bar color
680
+ @progress-bar-warning-bg: @brand-warning;
681
+ //** Danger progress bar color
682
+ @progress-bar-danger-bg: @brand-danger;
683
+ //** Info progress bar color
684
+ @progress-bar-info-bg: @brand-info;
685
+
686
+
687
+ //== List group
688
+ //
689
+ //##
690
+
691
+ //** Background color on `.list-group-item`
692
+ // 修改前
693
+ // @list-group-bg: #fff;
694
+ // 修改后
695
+ @list-group-bg: #4C637B;
696
+ //** `.list-group-item` border color
697
+ // @list-group-border: #697D93;
698
+ @list-group-border: #4a7cae;
699
+ //** List group border radius
700
+ @list-group-border-radius: @border-radius-base;
701
+
702
+ //** Background color of single list items on hover
703
+ @list-group-hover-bg: #f5f5f5;
704
+ //** Text color of active list items
705
+ @list-group-active-color: @component-active-color;
706
+ //** Background color of active list items
707
+ @list-group-active-bg: @component-active-bg;
708
+ //** Border color of active list elements
709
+ @list-group-active-border: @list-group-active-bg;
710
+ //** Text color for content within active list items
711
+ @list-group-active-text-color: lighten(@list-group-active-bg, 40%);
712
+
713
+ //** Text color of disabled list items
714
+ @list-group-disabled-color: @gray-light;
715
+ //** Background color of disabled list items
716
+ @list-group-disabled-bg: @gray-lighter;
717
+ //** Text color for content within disabled list items
718
+ @list-group-disabled-text-color: @list-group-disabled-color;
719
+
720
+ @list-group-link-color: #FCFCFC;
721
+ @list-group-link-hover-color: @list-group-link-color;
722
+ @list-group-link-heading-color: #FCFCFC;
723
+
724
+
725
+ //== Panels
726
+ //
727
+ //##
728
+
729
+ @panel-bg: #fff;
730
+ @panel-body-padding: @panel-heading-padding;
731
+ @panel-heading-padding: 8px;
732
+ @panel-footer-padding: @panel-heading-padding;
733
+ @panel-border-radius: @border-radius-base;
734
+
735
+ //** Border color for elements within panels
736
+ @panel-inner-border: #ddd;
737
+ @panel-footer-bg: #f5f5f5;
738
+
739
+ @panel-default-text: @gray-dark;
740
+ @panel-default-border: #ddd;
741
+ @panel-default-heading-bg: #f5f5f5;
742
+
743
+ @panel-primary-text: #fff;
744
+ @panel-primary-border: @brand-primary;
745
+ @panel-primary-heading-bg: @brand-primary;
746
+
747
+ @panel-success-text: @state-success-text;
748
+ @panel-success-border: @state-success-border;
749
+ @panel-success-heading-bg: @state-success-bg;
750
+
751
+ @panel-info-text: @state-info-text;
752
+ @panel-info-border: @state-info-border;
753
+ @panel-info-heading-bg: @state-info-bg;
754
+
755
+ @panel-warning-text: @state-warning-text;
756
+ @panel-warning-border: @state-warning-border;
757
+ @panel-warning-heading-bg: @state-warning-bg;
758
+
759
+ @panel-danger-text: @state-danger-text;
760
+ @panel-danger-border: @state-danger-border;
761
+ @panel-danger-heading-bg: @state-danger-bg;
762
+
763
+
764
+ //== Thumbnails
765
+ //
766
+ //##
767
+
768
+ //** Padding around the thumbnail image
769
+ @thumbnail-padding: 4px;
770
+ //** Thumbnail background color
771
+ @thumbnail-bg: @body-bg;
772
+ //** Thumbnail border color
773
+ @thumbnail-border: #ddd;
774
+ //** Thumbnail border radius
775
+ @thumbnail-border-radius: @border-radius-base;
776
+
777
+ //** Custom text color for thumbnail captions
778
+ @thumbnail-caption-color: @text-color;
779
+ //** Padding around the thumbnail caption
780
+ @thumbnail-caption-padding: 9px;
781
+
782
+
783
+ //== Wells
784
+ //
785
+ //##
786
+
787
+ @well-bg: #f5f5f5;
788
+ @well-border: darken(@well-bg, 7%);
789
+
790
+
791
+ //== Badges
792
+ //
793
+ //##
794
+
795
+ @badge-color: #fff;
796
+ //** Linked badge text color on hover
797
+ @badge-link-hover-color: #fff;
798
+ @badge-bg: @gray-light;
799
+
800
+ //** Badge text color in active nav link
801
+ @badge-active-color: @link-color;
802
+ //** Badge background color in active nav link
803
+ @badge-active-bg: #fff;
804
+
805
+ @badge-font-weight: bold;
806
+ @badge-line-height: 1;
807
+ @badge-border-radius: 10px;
808
+
809
+
810
+ //== Breadcrumbs
811
+ //
812
+ //##
813
+
814
+ @breadcrumb-padding-vertical: 8px;
815
+ @breadcrumb-padding-horizontal: 15px;
816
+ //** Breadcrumb background color
817
+ @breadcrumb-bg: #f5f5f5;
818
+ //** Breadcrumb text color
819
+ @breadcrumb-color: #ccc;
820
+ //** Text color of current page in the breadcrumb
821
+ @breadcrumb-active-color: @gray-light;
822
+ //** Textual separator for between breadcrumb elements
823
+ @breadcrumb-separator: "/";
824
+
825
+
826
+ //== Carousel
827
+ //
828
+ //##
829
+
830
+ @carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);
831
+
832
+ @carousel-control-color: #fff;
833
+ @carousel-control-width: 15%;
834
+ @carousel-control-opacity: .5;
835
+ @carousel-control-font-size: 20px;
836
+
837
+ @carousel-indicator-active-bg: #fff;
838
+ @carousel-indicator-border-color: #fff;
839
+
840
+ @carousel-caption-color: #fff;
841
+
842
+
843
+ //== Close
844
+ //
845
+ //##
846
+
847
+ @close-font-weight: bold;
848
+ @close-color: #000;
849
+ @close-text-shadow: 0 1px 0 #fff;
850
+
851
+
852
+ //== Code
853
+ //
854
+ //##
855
+
856
+ @code-color: #c7254e;
857
+ @code-bg: #f9f2f4;
858
+
859
+ @kbd-color: #fff;
860
+ @kbd-bg: #333;
861
+
862
+ @pre-bg: #f5f5f5;
863
+ @pre-color: @gray-dark;
864
+ @pre-border-color: #ccc;
865
+ @pre-scrollable-max-height: 340px;
866
+
867
+
868
+ //== Type
869
+ //
870
+ //##
871
+
872
+ //** Horizontal offset for forms and lists.
873
+ @component-offset-horizontal: 180px;
874
+ //** Text muted color
875
+ @text-muted: @gray-light;
876
+ //** Abbreviations and acronyms border color
877
+ @abbr-border-color: @gray-light;
878
+ //** Headings small color
879
+ @headings-small-color: @gray-light;
880
+ //** Blockquote small color
881
+ @blockquote-small-color: @gray-light;
882
+ //** Blockquote font size
883
+ @blockquote-font-size: (@font-size-base * 1.25);
884
+ //** Blockquote border color
885
+ @blockquote-border-color: @gray-lighter;
886
+ //** Page header border color
887
+ @page-header-border-color: @gray-lighter;
888
+ //** Width of horizontal description list titles
889
+ @dl-horizontal-offset: @component-offset-horizontal;
890
+ //** Horizontal line color.
891
+ @hr-border: @gray-lighter;
892
+
893
+ // custom variables
894
+ @global-color: #00A3F0;
895
+ @btn-sm-margin-bottom: 0px;
896
+ @btn-margin-bottom: 5px;