You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

957 regels
34 KiB

  1. @charset "UTF-8";
  2. /*------------------------------------*\
  3. $VARIABLES
  4. \*------------------------------------*/
  5. //Colors
  6. $cWhite: #fff; // standard white
  7. $cDarkGray: #333; // title
  8. $cDarkestGray: #666; // navigation
  9. $cGrayDocumentx : #999999; // document number
  10. $cLighterGray: #f0f0f0; // background teaser
  11. $ciDarkMidnightBlue: #003366; // "Zielgruppeneinstieg"
  12. $ciLightGrayishBlueExtranet: #eef0f3; // extranet
  13. $ciGrayishBlueExtranet: #aeb5bd; // extranet
  14. $ciDarkGrayishBlueExtranet: #a6a8aa; // extranet
  15. $ciLighterGrayishBlue: #dfe4ea; // e.g. fancybox
  16. $cBtnGrayishBlue: #a3bdd3; // mobile navigation, event-registration
  17. $cIconGray: #eaeaea; // icons
  18. $cIconBg: #a4abb3; // icons, borders
  19. $ciInfo: #fbece5; // intranet
  20. $ciStrongOrange: #d54401; // intranet
  21. $cGlobalText: #5f6266; // global text
  22. $cGlobalHover: #2f3133; // global color
  23. $infobar-height: 36px;
  24. $header-large: 500px;
  25. $header-medium: 390px;
  26. $header-small: 230px;
  27. $header-mobile: 645px;
  28. $header-mobile-small: 450px;
  29. $header-subpage: 140px;
  30. //Typography
  31. $font : "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  32. $font-secondary : Georgia, Times, "Times New Roman", serif;
  33. // $font-size-small : 0.75em;
  34. $font-size-small-2 : 0.875em;
  35. // $font-size-med : 1em;
  36. $font-size-med-2: 1.0625em;
  37. // $font-size-large : 1.4375em;
  38. //Layout
  39. $max-width: 72em;
  40. //Defaults
  41. $space : 1em;
  42. $space-and-half : $space*1.5;
  43. $space-double : $space*2;
  44. $space-quad : $space*4;
  45. $space-half : $space/2;
  46. $pad : 1em;
  47. $pad-and-half : $pad*1.5;
  48. $pad-double : $pad*2;
  49. $pad-half : $pad/2;
  50. $pad-quarter :$pad/4;
  51. //Borders
  52. $border-med: 3px;
  53. $border-thick: 7px;
  54. //Breakpoints
  55. $bp-small : 24em;
  56. $bp-small-2 : 29.75em;
  57. $bp-small-3 : 39.8em;
  58. $bp-med : 46.8em;
  59. $bp-med-2 : 48em;
  60. $bp-large : 50em;
  61. $bp-large-2 : 66em;
  62. $bp-xl : 73em;
  63. $bp-xxl : 89em;
  64. $bp-xxxl : 93em;
  65. //
  66. $bootstrap-sass-asset-helper: false !default;
  67. //
  68. // Variables
  69. // --------------------------------------------------
  70. //== Colors
  71. //
  72. //## Gray and brand colors for use across Bootstrap.
  73. $gray-base: #000 !default;
  74. $gray-darker: lighten($gray-base, 13.5%) !default; // #222
  75. $gray-dark: $cGlobalText !default; // #5f6266
  76. $gray: lighten($gray-base, 33.5%) !default; // #555
  77. $gray-light: lighten($gray-base, 46.7%) !default; // #777
  78. $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
  79. $brand-primary: darken(#428bca, 6.5%) !default; // #337ab7
  80. $brand-success: #5cb85c !default;
  81. $brand-info: #5bc0de !default;
  82. $brand-warning: #f0ad4e !default;
  83. $brand-danger: #d9534f !default;
  84. //== Scaffolding
  85. //
  86. //## Settings for some of the most global styles.
  87. //** Background color for `<body>`.
  88. $body-bg: #fdfdfd !default;
  89. //** Global text color on `<body>`.
  90. $text-color: $gray-dark !default;
  91. //** Global textual link color.
  92. $link-color: $brand-primary !default;
  93. //** Link hover color set via `darken()` function.
  94. $link-hover-color: darken($link-color, 15%) !default;
  95. //** Link hover decoration.
  96. $link-hover-decoration: underline !default;
  97. //== Typography
  98. //
  99. //## Font, line-height, and color for body text, headings, and more.
  100. $font-korbbold: "korbbold", "Helvetica", "Arial", sans-serif;
  101. $font-korbregular: "korbregular", "Helvetica", "Arial", sans-serif;
  102. $font-source-sans-problack: "source_sans_problack", "Helvetica", "Arial", sans-serif;
  103. $font-source-sans-problack_italic: "source_sans_problack_italic", "Helvetica", "Arial", sans-serif;
  104. $font-source-sans-probold: "source_sans_probold", "Helvetica", "Arial", sans-serif;
  105. $font-source-sans-probold_italic: "source_sans_probold_italic", "Helvetica", "Arial", sans-serif;
  106. $font-source-sans-proextralight: "source_sans_proextralight", "Helvetica", "Arial", sans-serif;
  107. $font-source-sans-proXLtIt: "source_sans_proXLtIt", "Helvetica", "Arial", sans-serif;
  108. $font-source-sans-proitalic: "source_sans_proitalic", "Helvetica", "Arial", sans-serif;
  109. $font-source-sans-prolight: "source_sans_prolight", "Helvetica", "Arial", sans-serif;
  110. $font-source-sans-prolight_italic: "source_sans_prolight_italic", "Helvetica", "Arial", sans-serif;
  111. $font-source-sans-proregular: "source_sans_proregular", "Helvetica", "Arial", sans-serif;
  112. $font-source-sans-prosemibold: "source_sans_prosemibold", "Helvetica", "Arial", sans-serif;
  113. $font-source-sans-proSBdIt: "source_sans_proSBdIt", "Helvetica", "Arial", sans-serif;
  114. $font-agfarotis_sans_serif: "agfarotis_sans_serif", "source_sans_proregular", "Helvetica", "Arial", sans-serif;
  115. $font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
  116. $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
  117. //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
  118. $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
  119. $font-family-base: $font-source-sans-proregular !default;
  120. $font-size-base: 16px !default;
  121. $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
  122. $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
  123. $font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
  124. $font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px
  125. $font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px
  126. $font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px
  127. $font-size-h5: $font-size-base !default;
  128. $font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
  129. //** Unit-less `line-height` for use in components like buttons.
  130. $line-height-base: 1.428571429 !default; // 20/14
  131. //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
  132. $line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
  133. //** By default, this inherits from the `<body>`.
  134. $headings-font-family: inherit !default;
  135. $headings-font-weight: 500 !default;
  136. $headings-line-height: 1.1 !default;
  137. $headings-color: inherit !default;
  138. //== Iconography
  139. //
  140. //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
  141. //** Load fonts from this directory.
  142. // [converter] If $bootstrap-sass-asset-helper if used, provide path relative to the assets load path.
  143. // [converter] This is because some asset helpers, such as Sprockets, do not work with file-relative paths.
  144. $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
  145. //** File name for all font files.
  146. $icon-font-name: "glyphicons-halflings-regular" !default;
  147. //** Element ID within SVG icon file.
  148. $icon-font-svg-id: "glyphicons_halflingsregular" !default;
  149. //== Components
  150. //
  151. //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
  152. $padding-base-vertical: 6px !default;
  153. $padding-base-horizontal: 12px !default;
  154. $padding-large-vertical: 10px !default;
  155. $padding-large-horizontal: 16px !default;
  156. $padding-small-vertical: 5px !default;
  157. $padding-small-horizontal: 10px !default;
  158. $padding-xs-vertical: 1px !default;
  159. $padding-xs-horizontal: 5px !default;
  160. $line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
  161. $line-height-small: 1.5 !default;
  162. $border-radius-base: 4px !default;
  163. $border-radius-large: 6px !default;
  164. $border-radius-small: 3px !default;
  165. //** Global color for active items (e.g., navs or dropdowns).
  166. $component-active-color: #fff !default;
  167. //** Global background color for active items (e.g., navs or dropdowns).
  168. $component-active-bg: $brand-primary !default;
  169. //** Width of the `border` for generating carets that indicator dropdowns.
  170. $caret-width-base: 4px !default;
  171. //** Carets increase slightly in size for larger components.
  172. $caret-width-large: 5px !default;
  173. //== Tables
  174. //
  175. //## Customizes the `.table` component with basic values, each used across all table variations.
  176. //** Padding for `<th>`s and `<td>`s.
  177. $table-cell-padding: 8px !default;
  178. //** Padding for cells in `.table-condensed`.
  179. $table-condensed-cell-padding: 5px !default;
  180. //** Default background color used for all tables.
  181. $table-bg: transparent !default;
  182. //** Background color used for `.table-striped`.
  183. $table-bg-accent: #f9f9f9 !default;
  184. //** Background color used for `.table-hover`.
  185. $table-bg-hover: #f5f5f5 !default;
  186. $table-bg-active: $table-bg-hover !default;
  187. //** Border color for table and cell borders.
  188. $table-border-color: #ddd !default;
  189. //== Buttons
  190. //
  191. //## For each of Bootstrap's buttons, define text, background and border color.
  192. $btn-font-weight: normal !default;
  193. $btn-default-color: #333 !default;
  194. $btn-default-bg: #fff !default;
  195. $btn-default-border: #ccc !default;
  196. $btn-primary-color: #fff !default;
  197. $btn-primary-bg: $brand-primary !default;
  198. $btn-primary-border: darken($btn-primary-bg, 5%) !default;
  199. $btn-success-color: #fff !default;
  200. $btn-success-bg: $brand-success !default;
  201. $btn-success-border: darken($btn-success-bg, 5%) !default;
  202. $btn-info-color: #fff !default;
  203. $btn-info-bg: $brand-info !default;
  204. $btn-info-border: darken($btn-info-bg, 5%) !default;
  205. $btn-warning-color: #fff !default;
  206. $btn-warning-bg: $brand-warning !default;
  207. $btn-warning-border: darken($btn-warning-bg, 5%) !default;
  208. $btn-danger-color: #fff !default;
  209. $btn-danger-bg: $brand-danger !default;
  210. $btn-danger-border: darken($btn-danger-bg, 5%) !default;
  211. $btn-link-disabled-color: $gray-light !default;
  212. //== Forms
  213. //
  214. //##
  215. //** `<input>` background color
  216. $input-bg: #fff !default;
  217. //** `<input disabled>` background color
  218. $input-bg-disabled: $gray-lighter !default;
  219. //** Text color for `<input>`s
  220. $input-color: $gray !default;
  221. //** `<input>` border color
  222. $input-border: #ccc !default;
  223. // TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
  224. //** Default `.form-control` border radius
  225. // This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
  226. $input-border-radius: $border-radius-base !default;
  227. //** Large `.form-control` border radius
  228. $input-border-radius-large: $border-radius-large !default;
  229. //** Small `.form-control` border radius
  230. $input-border-radius-small: $border-radius-small !default;
  231. //** Border color for inputs on focus
  232. $input-border-focus: #66afe9 !default;
  233. //** Placeholder text color
  234. $input-color-placeholder: #999 !default;
  235. //** Default `.form-control` height
  236. $input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;
  237. //** Large `.form-control` height
  238. $input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) !default;
  239. //** Small `.form-control` height
  240. $input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
  241. //** `.form-group` margin
  242. $form-group-margin-bottom: 15px !default;
  243. $legend-color: $gray-dark !default;
  244. $legend-border-color: #e5e5e5 !default;
  245. //** Background color for textual input addons
  246. $input-group-addon-bg: $gray-lighter !default;
  247. //** Border color for textual input addons
  248. $input-group-addon-border-color: $input-border !default;
  249. //** Disabled cursor for form controls and buttons.
  250. $cursor-disabled: not-allowed !default;
  251. //== Dropdowns
  252. //
  253. //## Dropdown menu container and contents.
  254. //** Background for the dropdown menu.
  255. $dropdown-bg: #fff !default;
  256. //** Dropdown menu `border-color`.
  257. $dropdown-border: rgba(0,0,0,.15) !default;
  258. //** Dropdown menu `border-color` **for IE8**.
  259. $dropdown-fallback-border: #ccc !default;
  260. //** Divider color for between dropdown items.
  261. $dropdown-divider-bg: #e5e5e5 !default;
  262. //** Dropdown link text color.
  263. $dropdown-link-color: $gray-dark !default;
  264. //** Hover color for dropdown links.
  265. $dropdown-link-hover-color: darken($gray-dark, 5%) !default;
  266. //** Hover background for dropdown links.
  267. $dropdown-link-hover-bg: #f5f5f5 !default;
  268. //** Active dropdown menu item text color.
  269. $dropdown-link-active-color: $component-active-color !default;
  270. //** Active dropdown menu item background color.
  271. $dropdown-link-active-bg: $component-active-bg !default;
  272. //** Disabled dropdown menu item background color.
  273. $dropdown-link-disabled-color: $gray-light !default;
  274. //** Text color for headers within dropdown menus.
  275. $dropdown-header-color: $gray-light !default;
  276. //** Deprecated `$dropdown-caret-color` as of v3.1.0
  277. $dropdown-caret-color: #000 !default;
  278. //-- Z-index master list
  279. //
  280. // Warning: Avoid customizing these values. They're used for a bird's eye view
  281. // of components dependent on the z-axis and are designed to all work together.
  282. //
  283. // Note: These variables are not generated into the Customizer.
  284. $zindex-navbar: 1000 !default;
  285. $zindex-dropdown: 1000 !default;
  286. $zindex-popover: 1060 !default;
  287. $zindex-tooltip: 1070 !default;
  288. $zindex-navbar-fixed: 1030 !default;
  289. $zindex-modal-background: 1040 !default;
  290. $zindex-modal: 1050 !default;
  291. //== Media queries breakpoints
  292. //
  293. //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
  294. // Extra small screen / phone
  295. //** Deprecated `$screen-xs` as of v3.0.1
  296. $screen-xs: 480px !default;
  297. //** Deprecated `$screen-xs-min` as of v3.2.0
  298. $screen-xs-min: $screen-xs !default;
  299. //** Deprecated `$screen-phone` as of v3.0.1
  300. $screen-phone: $screen-xs-min !default;
  301. // Small screen / tablet
  302. //** Deprecated `$screen-sm` as of v3.0.1
  303. $screen-sm: 641px !default;
  304. $screen-sm-min: $screen-sm !default;
  305. //** Deprecated `$screen-tablet` as of v3.0.1
  306. $screen-tablet: $screen-sm-min !default;
  307. // Medium screen / desktop
  308. //** Deprecated `$screen-md` as of v3.0.1
  309. $screen-md: 992px !default;
  310. $screen-md-min: $screen-md !default;
  311. //** Deprecated `$screen-desktop` as of v3.0.1
  312. $screen-desktop: $screen-md-min !default;
  313. // Large screen / wide desktop
  314. //** Deprecated `$screen-lg` as of v3.0.1
  315. $screen-lg: 1200px !default;
  316. $screen-lg-min: $screen-lg !default;
  317. //** Deprecated `$screen-lg-desktop` as of v3.0.1
  318. $screen-lg-desktop: $screen-lg-min !default;
  319. // So media queries don't overlap when required, provide a maximum
  320. $screen-xs-max: ($screen-sm-min - 1) !default;
  321. $screen-sm-max: ($screen-md-min - 1) !default;
  322. $screen-md-max: ($screen-lg-min - 1) !default;
  323. //== Grid system
  324. //
  325. //## Define your custom responsive grid.
  326. //** Number of columns in the grid.
  327. $grid-columns: 12 !default;
  328. //** Padding between columns. Gets divided in half for the left and right.
  329. $grid-gutter-width: 30px !default;
  330. // Navbar collapse
  331. //** Point at which the navbar becomes uncollapsed.
  332. $grid-float-breakpoint: $screen-sm-min !default;
  333. //** Point at which the navbar begins collapsing.
  334. $grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
  335. //== Container sizes
  336. //
  337. //## Define the maximum width of `.container` for different screen sizes.
  338. // Small screen / tablet
  339. $container-tablet: (720px + $grid-gutter-width) !default;
  340. //** For `$screen-sm-min` and up.
  341. $container-sm: $container-tablet !default;
  342. // Medium screen / desktop
  343. $container-desktop: (940px + $grid-gutter-width) !default;
  344. //** For `$screen-md-min` and up.
  345. $container-md: $container-desktop !default;
  346. // Large screen / wide desktop
  347. $container-large-desktop: (1140px + $grid-gutter-width) !default;
  348. //** For `$screen-lg-min` and up.
  349. $container-lg: $container-large-desktop !default;
  350. //== Navbar
  351. //
  352. //##
  353. // Basics of a navbar
  354. $navbar-height: 50px !default;
  355. $navbar-margin-bottom: $line-height-computed !default;
  356. $navbar-border-radius: $border-radius-base !default;
  357. $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
  358. $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
  359. $navbar-collapse-max-height: 340px !default;
  360. $navbar-default-color: #777 !default;
  361. $navbar-default-bg: #f8f8f8 !default;
  362. $navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
  363. // Navbar links
  364. $navbar-default-link-color: #777 !default;
  365. $navbar-default-link-hover-color: #333 !default;
  366. $navbar-default-link-hover-bg: transparent !default;
  367. $navbar-default-link-active-color: #555 !default;
  368. $navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%) !default;
  369. $navbar-default-link-disabled-color: #ccc !default;
  370. $navbar-default-link-disabled-bg: transparent !default;
  371. // Navbar brand label
  372. $navbar-default-brand-color: $navbar-default-link-color !default;
  373. $navbar-default-brand-hover-color: darken($navbar-default-brand-color, 10%) !default;
  374. $navbar-default-brand-hover-bg: transparent !default;
  375. // Navbar toggle
  376. $navbar-default-toggle-hover-bg: #ddd !default;
  377. $navbar-default-toggle-icon-bar-bg: #888 !default;
  378. $navbar-default-toggle-border-color: #ddd !default;
  379. // Inverted navbar
  380. // Reset inverted navbar basics
  381. $navbar-inverse-color: lighten($gray-light, 15%) !default;
  382. $navbar-inverse-bg: #222 !default;
  383. $navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
  384. // Inverted navbar links
  385. $navbar-inverse-link-color: lighten($gray-light, 15%) !default;
  386. $navbar-inverse-link-hover-color: #fff !default;
  387. $navbar-inverse-link-hover-bg: transparent !default;
  388. $navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
  389. $navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%) !default;
  390. $navbar-inverse-link-disabled-color: #444 !default;
  391. $navbar-inverse-link-disabled-bg: transparent !default;
  392. // Inverted navbar brand label
  393. $navbar-inverse-brand-color: $navbar-inverse-link-color !default;
  394. $navbar-inverse-brand-hover-color: #fff !default;
  395. $navbar-inverse-brand-hover-bg: transparent !default;
  396. // Inverted navbar toggle
  397. $navbar-inverse-toggle-hover-bg: #333 !default;
  398. $navbar-inverse-toggle-icon-bar-bg: #fff !default;
  399. $navbar-inverse-toggle-border-color: #333 !default;
  400. //== Navs
  401. //
  402. //##
  403. //=== Shared nav styles
  404. $nav-link-padding: 10px 15px !default;
  405. $nav-link-hover-bg: $gray-lighter !default;
  406. $nav-disabled-link-color: $gray-light !default;
  407. $nav-disabled-link-hover-color: $gray-light !default;
  408. //== Tabs
  409. $nav-tabs-border-color: #ddd !default;
  410. $nav-tabs-link-hover-border-color: $gray-lighter !default;
  411. $nav-tabs-active-link-hover-bg: $body-bg !default;
  412. $nav-tabs-active-link-hover-color: $gray !default;
  413. $nav-tabs-active-link-hover-border-color: #ddd !default;
  414. $nav-tabs-justified-link-border-color: #ddd !default;
  415. $nav-tabs-justified-active-link-border-color: $body-bg !default;
  416. //== Pills
  417. $nav-pills-border-radius: $border-radius-base !default;
  418. $nav-pills-active-link-hover-bg: $component-active-bg !default;
  419. $nav-pills-active-link-hover-color: $component-active-color !default;
  420. //== Pagination
  421. //
  422. //##
  423. $pagination-color: $link-color !default;
  424. $pagination-bg: #fff !default;
  425. $pagination-border: #ddd !default;
  426. $pagination-hover-color: $link-hover-color !default;
  427. $pagination-hover-bg: $gray-lighter !default;
  428. $pagination-hover-border: #ddd !default;
  429. $pagination-active-color: #fff !default;
  430. $pagination-active-bg: $brand-primary !default;
  431. $pagination-active-border: $brand-primary !default;
  432. $pagination-disabled-color: $gray-light !default;
  433. $pagination-disabled-bg: #fff !default;
  434. $pagination-disabled-border: #ddd !default;
  435. //== Pager
  436. //
  437. //##
  438. $pager-bg: $pagination-bg !default;
  439. $pager-border: $pagination-border !default;
  440. $pager-border-radius: 15px !default;
  441. $pager-hover-bg: $pagination-hover-bg !default;
  442. $pager-active-bg: $pagination-active-bg !default;
  443. $pager-active-color: $pagination-active-color !default;
  444. $pager-disabled-color: $pagination-disabled-color !default;
  445. //== Jumbotron
  446. //
  447. //##
  448. $jumbotron-padding: 30px !default;
  449. $jumbotron-color: inherit !default;
  450. $jumbotron-bg: $gray-lighter !default;
  451. $jumbotron-heading-color: inherit !default;
  452. $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
  453. //== Form states and alerts
  454. //
  455. //## Define colors for form feedback states and, by default, alerts.
  456. $state-success-text: #3c763d !default;
  457. $state-success-bg: #dff0d8 !default;
  458. $state-success-border: darken(adjust-hue($state-success-bg, -10), 5%) !default;
  459. $state-info-text: #31708f !default;
  460. $state-info-bg: #d9edf7 !default;
  461. $state-info-border: darken(adjust-hue($state-info-bg, -10), 7%) !default;
  462. $state-warning-text: #8a6d3b !default;
  463. $state-warning-bg: #fcf8e3 !default;
  464. $state-warning-border: darken(adjust-hue($state-warning-bg, -10), 5%) !default;
  465. $state-danger-text: #a94442 !default;
  466. $state-danger-bg: #f2dede !default;
  467. $state-danger-border: darken(adjust-hue($state-danger-bg, -10), 5%) !default;
  468. //== Tooltips
  469. //
  470. //##
  471. //** Tooltip max width
  472. $tooltip-max-width: 200px !default;
  473. //** Tooltip text color
  474. $tooltip-color: #fff !default;
  475. //** Tooltip background color
  476. $tooltip-bg: #000 !default;
  477. $tooltip-opacity: .9 !default;
  478. //** Tooltip arrow width
  479. $tooltip-arrow-width: 5px !default;
  480. //** Tooltip arrow color
  481. $tooltip-arrow-color: $tooltip-bg !default;
  482. //== Popovers
  483. //
  484. //##
  485. //** Popover body background color
  486. $popover-bg: #fff !default;
  487. //** Popover maximum width
  488. $popover-max-width: 276px !default;
  489. //** Popover border color
  490. $popover-border-color: rgba(0,0,0,.2) !default;
  491. //** Popover fallback border color
  492. $popover-fallback-border-color: #ccc !default;
  493. //** Popover title background color
  494. $popover-title-bg: darken($popover-bg, 3%) !default;
  495. //** Popover arrow width
  496. $popover-arrow-width: 10px !default;
  497. //** Popover arrow color
  498. $popover-arrow-color: $popover-bg !default;
  499. //** Popover outer arrow width
  500. $popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
  501. //** Popover outer arrow color
  502. $popover-arrow-outer-color: fade_in($popover-border-color, 0.05) !default;
  503. //** Popover outer arrow fallback color
  504. $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
  505. //== Labels
  506. //
  507. //##
  508. //** Default label background color
  509. $label-default-bg: $gray-light !default;
  510. //** Primary label background color
  511. $label-primary-bg: $brand-primary !default;
  512. //** Success label background color
  513. $label-success-bg: $brand-success !default;
  514. //** Info label background color
  515. $label-info-bg: $brand-info !default;
  516. //** Warning label background color
  517. $label-warning-bg: $brand-warning !default;
  518. //** Danger label background color
  519. $label-danger-bg: $brand-danger !default;
  520. //** Default label text color
  521. $label-color: #fff !default;
  522. //** Default text color of a linked label
  523. $label-link-hover-color: #fff !default;
  524. //== Modals
  525. //
  526. //##
  527. //** Padding applied to the modal body
  528. $modal-inner-padding: 15px !default;
  529. //** Padding applied to the modal title
  530. $modal-title-padding: 15px !default;
  531. //** Modal title line-height
  532. $modal-title-line-height: $line-height-base !default;
  533. //** Background color of modal content area
  534. $modal-content-bg: #fff !default;
  535. //** Modal content border color
  536. $modal-content-border-color: rgba(0,0,0,.2) !default;
  537. //** Modal content border color **for IE8**
  538. $modal-content-fallback-border-color: #999 !default;
  539. //** Modal backdrop background color
  540. $modal-backdrop-bg: #000 !default;
  541. //** Modal backdrop opacity
  542. $modal-backdrop-opacity: .5 !default;
  543. //** Modal header border color
  544. $modal-header-border-color: #e5e5e5 !default;
  545. //** Modal footer border color
  546. $modal-footer-border-color: $modal-header-border-color !default;
  547. $modal-lg: 900px !default;
  548. $modal-md: 600px !default;
  549. $modal-sm: 300px !default;
  550. //== Alerts
  551. //
  552. //## Define alert colors, border radius, and padding.
  553. $alert-padding: 15px !default;
  554. $alert-border-radius: $border-radius-base !default;
  555. $alert-link-font-weight: bold !default;
  556. $alert-success-bg: $state-success-bg !default;
  557. $alert-success-text: $state-success-text !default;
  558. $alert-success-border: $state-success-border !default;
  559. $alert-info-bg: $state-info-bg !default;
  560. $alert-info-text: $state-info-text !default;
  561. $alert-info-border: $state-info-border !default;
  562. $alert-warning-bg: $state-warning-bg !default;
  563. $alert-warning-text: $state-warning-text !default;
  564. $alert-warning-border: $state-warning-border !default;
  565. $alert-danger-bg: $state-danger-bg !default;
  566. $alert-danger-text: $state-danger-text !default;
  567. $alert-danger-border: $state-danger-border !default;
  568. //== Progress bars
  569. //
  570. //##
  571. //** Background color of the whole progress component
  572. $progress-bg: #f5f5f5 !default;
  573. //** Progress bar text color
  574. $progress-bar-color: #fff !default;
  575. //** Variable for setting rounded corners on progress bar.
  576. $progress-border-radius: $border-radius-base !default;
  577. //** Default progress bar color
  578. $progress-bar-bg: $brand-primary !default;
  579. //** Success progress bar color
  580. $progress-bar-success-bg: $brand-success !default;
  581. //** Warning progress bar color
  582. $progress-bar-warning-bg: $brand-warning !default;
  583. //** Danger progress bar color
  584. $progress-bar-danger-bg: $brand-danger !default;
  585. //** Info progress bar color
  586. $progress-bar-info-bg: $brand-info !default;
  587. //== List group
  588. //
  589. //##
  590. //** Background color on `.list-group-item`
  591. $list-group-bg: #fff !default;
  592. //** `.list-group-item` border color
  593. $list-group-border: #ddd !default;
  594. //** List group border radius
  595. $list-group-border-radius: $border-radius-base !default;
  596. //** Background color of single list items on hover
  597. $list-group-hover-bg: #f5f5f5 !default;
  598. //** Text color of active list items
  599. $list-group-active-color: $component-active-color !default;
  600. //** Background color of active list items
  601. $list-group-active-bg: $component-active-bg !default;
  602. //** Border color of active list elements
  603. $list-group-active-border: $list-group-active-bg !default;
  604. //** Text color for content within active list items
  605. $list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
  606. //** Text color of disabled list items
  607. $list-group-disabled-color: $gray-light !default;
  608. //** Background color of disabled list items
  609. $list-group-disabled-bg: $gray-lighter !default;
  610. //** Text color for content within disabled list items
  611. $list-group-disabled-text-color: $list-group-disabled-color !default;
  612. $list-group-link-color: #555 !default;
  613. $list-group-link-hover-color: $list-group-link-color !default;
  614. $list-group-link-heading-color: #333 !default;
  615. //== Panels
  616. //
  617. //##
  618. $panel-bg: #fff !default;
  619. $panel-body-padding: 15px !default;
  620. $panel-heading-padding: 10px 15px !default;
  621. $panel-footer-padding: $panel-heading-padding !default;
  622. $panel-border-radius: $border-radius-base !default;
  623. //** Border color for elements within panels
  624. $panel-inner-border: #ddd !default;
  625. $panel-footer-bg: #f5f5f5 !default;
  626. $panel-default-text: $gray-dark !default;
  627. $panel-default-border: #ddd !default;
  628. $panel-default-heading-bg: #f5f5f5 !default;
  629. $panel-primary-text: #fff !default;
  630. $panel-primary-border: $brand-primary !default;
  631. $panel-primary-heading-bg: $brand-primary !default;
  632. $panel-success-text: $state-success-text !default;
  633. $panel-success-border: $state-success-border !default;
  634. $panel-success-heading-bg: $state-success-bg !default;
  635. $panel-info-text: $state-info-text !default;
  636. $panel-info-border: $state-info-border !default;
  637. $panel-info-heading-bg: $state-info-bg !default;
  638. $panel-warning-text: $state-warning-text !default;
  639. $panel-warning-border: $state-warning-border !default;
  640. $panel-warning-heading-bg: $state-warning-bg !default;
  641. $panel-danger-text: $state-danger-text !default;
  642. $panel-danger-border: $state-danger-border !default;
  643. $panel-danger-heading-bg: $state-danger-bg !default;
  644. //== Thumbnails
  645. //
  646. //##
  647. //** Padding around the thumbnail image
  648. $thumbnail-padding: 4px !default;
  649. //** Thumbnail background color
  650. $thumbnail-bg: $body-bg !default;
  651. //** Thumbnail border color
  652. $thumbnail-border: #ddd !default;
  653. //** Thumbnail border radius
  654. $thumbnail-border-radius: $border-radius-base !default;
  655. //** Custom text color for thumbnail captions
  656. $thumbnail-caption-color: $text-color !default;
  657. //** Padding around the thumbnail caption
  658. $thumbnail-caption-padding: 9px !default;
  659. //== Wells
  660. //
  661. //##
  662. $well-bg: #f5f5f5 !default;
  663. $well-border: darken($well-bg, 7%) !default;
  664. //== Badges
  665. //
  666. //##
  667. $badge-color: #fff !default;
  668. //** Linked badge text color on hover
  669. $badge-link-hover-color: #fff !default;
  670. $badge-bg: $gray-light !default;
  671. //** Badge text color in active nav link
  672. $badge-active-color: $link-color !default;
  673. //** Badge background color in active nav link
  674. $badge-active-bg: #fff !default;
  675. $badge-font-weight: bold !default;
  676. $badge-line-height: 1 !default;
  677. $badge-border-radius: 10px !default;
  678. //== Breadcrumbs
  679. //
  680. //##
  681. $breadcrumb-padding-vertical: 8px !default;
  682. $breadcrumb-padding-horizontal: 15px !default;
  683. //** Breadcrumb background color
  684. $breadcrumb-bg: #f5f5f5 !default;
  685. //** Breadcrumb text color
  686. $breadcrumb-color: #ccc !default;
  687. //** Text color of current page in the breadcrumb
  688. $breadcrumb-active-color: $gray-light !default;
  689. //** Textual separator for between breadcrumb elements
  690. $breadcrumb-separator: "/" !default;
  691. //== Carousel
  692. //
  693. //##
  694. $carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
  695. $carousel-control-color: #fff !default;
  696. $carousel-control-width: 15% !default;
  697. $carousel-control-opacity: .5 !default;
  698. $carousel-control-font-size: 20px !default;
  699. $carousel-indicator-active-bg: #fff !default;
  700. $carousel-indicator-border-color: #fff !default;
  701. $carousel-caption-color: #fff !default;
  702. //== Close
  703. //
  704. //##
  705. $close-font-weight: bold !default;
  706. $close-color: #000 !default;
  707. $close-text-shadow: 0 1px 0 #fff !default;
  708. //== Code
  709. //
  710. //##
  711. $code-color: #c7254e !default;
  712. $code-bg: #f9f2f4 !default;
  713. $kbd-color: #fff !default;
  714. $kbd-bg: #333 !default;
  715. $pre-bg: #f5f5f5 !default;
  716. $pre-color: $gray-dark !default;
  717. $pre-border-color: #ccc !default;
  718. $pre-scrollable-max-height: 340px !default;
  719. //== Type
  720. //
  721. //##
  722. //** Horizontal offset for forms and lists.
  723. $component-offset-horizontal: 180px !default;
  724. //** Text muted color
  725. $text-muted: $gray-light !default;
  726. //** Abbreviations and acronyms border color
  727. $abbr-border-color: $gray-light !default;
  728. //** Headings small color
  729. $headings-small-color: $gray-light !default;
  730. //** Blockquote small color
  731. $blockquote-small-color: $gray-light !default;
  732. //** Blockquote font size
  733. $blockquote-font-size: ($font-size-base * 1.25) !default;
  734. //** Blockquote border color
  735. $blockquote-border-color: $gray-lighter !default;
  736. //** Page header border color
  737. $page-header-border-color: $gray-lighter !default;
  738. //** Width of horizontal description list titles
  739. $dl-horizontal-offset: $component-offset-horizontal !default;
  740. //** Horizontal line color.
  741. $hr-border: $gray-lighter !default;