_variables.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. // configures general layout for detailed layout configuration please refer to the css files
  2. // navi frame
  3. // navi frame width
  4. $navi-width: 240px;
  5. // foreground (text) color for the navi frame
  6. $navi-color: #000;
  7. // background for the navi frame
  8. $navi-background: #f3f3f3;
  9. // foreground (text) color of the pointer in navi frame
  10. $navi-pointer-color: #000;
  11. // background of the pointer in navi frame
  12. $navi-pointer-background: #ddd;
  13. // main frame
  14. // foreground (text) color for the main frame
  15. $main-color: #444;
  16. // foreground (text) color of the pointer in browse mode
  17. $browse-pointer-color: #000;
  18. // background of the pointer in browse mode
  19. $browse-pointer-background: #cfc;
  20. // foreground (text) color of the marker (visually marks row by clicking on it)
  21. // in browse mode
  22. $browse-marker-color: #000;
  23. // background of the marker (visually marks row by clicking on it) in browse mode
  24. $browse-marker-background: #fc9;
  25. // tables
  26. // border
  27. $border: 0;
  28. // table header and footer color
  29. $th-background: #d3dce3;
  30. // table header and footer background
  31. $th-color: #000;
  32. // table data row background
  33. $bg-one: #e5e5e5;
  34. // table data row background, alternate
  35. $bg-two: #d5d5d5;
  36. // Bootstrap
  37. // ---------
  38. // Body
  39. $body-color: $main-color;
  40. // Typography
  41. $font-family-base: sans-serif;
  42. $font-family-monospace: monospace;
  43. $font-size-base: 0.82rem;
  44. // Tables
  45. $table-cell-padding: 0.1em 0.3em;
  46. $table-cell-padding-sm: $table-cell-padding;
  47. $table-head-bg: #fff;
  48. $table-head-color: $th-color;
  49. $table-striped-order: even;
  50. $table-accent-bg: #dfdfdf;
  51. $table-hover-color: $browse-pointer-color;
  52. $table-border-color: #fff;
  53. $table-border-width: 0;
  54. // Buttons
  55. $enable-gradients: true;
  56. $enable-shadows: true;
  57. $enable-transitions: false;
  58. $primary: #ddd;
  59. $secondary: #ddd;
  60. $btn-border-radius: 0.85rem;
  61. $btn-line-height: 1.15;
  62. // Dropdowns
  63. $dropdown-padding-y: 0;
  64. $dropdown-item-padding-y: 0;
  65. $dropdown-item-padding-x: 0;
  66. // Forms
  67. $form-check-input-margin-y: 0.1rem;
  68. // Navbar
  69. $enable-caret: false;
  70. $navbar-padding-y: 0;
  71. $navbar-padding-x: 0;
  72. $navbar-light-color: #235a81;
  73. $navbar-light-hover-color: #235a81;
  74. $navbar-light-active-color: #235a81;
  75. $navbar-light-disabled-color: #235a81;
  76. // Card
  77. $card-border-color: #aaa;
  78. $card-bg: #eee;
  79. $card-cap-bg: #fff;
  80. // Breadcrumbs
  81. $breadcrumb-padding-y: 0.1rem;
  82. $breadcrumb-margin-bottom: 0;
  83. $breadcrumb-bg: #888;
  84. $breadcrumb-divider-color: #fff;
  85. $breadcrumb-divider: quote("»");
  86. $breadcrumb-border-radius: 0;
  87. // Modals
  88. $modal-inner-padding: 0.75rem;
  89. $modal-footer-margin-between: 0.1rem;
  90. $modal-header-padding-y: 0.4rem;
  91. // Alert
  92. $alert-margin-bottom: 0.5em;
  93. $alert-border-radius: 5px;
  94. // List group
  95. $list-group-bg: inherit;
  96. $list-group-item-padding-x: 0;
  97. $list-group-item-padding-y: 0;
  98. // Forms
  99. $label-margin-bottom: 0;