Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

354 рядки
5.6 KiB

  1. /*!
  2. *this reset is a copy of bootstrap's reboot.css which is inturn a fork of normalise*
  3. * Bootstrap Reboot v4.0.0-beta.3 (https://getbootstrap.com)
  4. * Copyright 2011-2017 The Bootstrap Authors
  5. * Copyright 2011-2017 Twitter, Inc.
  6. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  7. * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
  8. */
  9. *,
  10. *::before,
  11. *::after {
  12. box-sizing: border-box;
  13. }
  14. html {
  15. font-family: sans-serif;
  16. -webkit-text-size-adjust: 100%;
  17. -ms-text-size-adjust: 100%;
  18. -ms-overflow-style: scrollbar;
  19. -webkit-tap-highlight-color: transparent;
  20. --line-height: 3;
  21. line-height: calc(((var(--line-height) * var(--capital-height)) - var(--valign)) * 1px);
  22. }
  23. @-ms-viewport {
  24. width: device-width;
  25. }
  26. article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  27. display: block;
  28. }
  29. body {
  30. margin: 0;
  31. font-size: 1em;
  32. font-weight: 400;
  33. /* line-height: 1.5; */
  34. text-align: left;
  35. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, Noto, Oxygen-Sans, "Noto Sans", Ubuntu,Cantarell, sans-serif, "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  36. color: #36414c;
  37. font-weight:normal;
  38. -webkit-text-size-adjust: 100%;
  39. -webkit-font-feature-settings: "kern" 1;
  40. -moz-font-feature-settings: "kern" 1;
  41. -o-font-feature-settings: "kern" 1;
  42. font-feature-settings: "kern" 1;
  43. font-kerning: normal;
  44. text-rendering: optimizeLegibility;
  45. }
  46. [tabindex="-1"]:focus {
  47. outline: 0 !important;
  48. }
  49. hr {
  50. box-sizing: content-box;
  51. height: 0;
  52. overflow: visible;
  53. }
  54. h1, h2, h3, h4, h5, h6 {
  55. margin-top: 0;
  56. margin-bottom: 1.6rem;
  57. }
  58. p {
  59. margin-top: 0;
  60. margin-bottom: 1rem;
  61. }
  62. abbr[title],
  63. abbr[data-original-title] {
  64. text-decoration: underline;
  65. -webkit-text-decoration: underline dotted;
  66. text-decoration: underline dotted;
  67. cursor: help;
  68. border-bottom: 0;
  69. }
  70. address {
  71. margin-bottom: 1rem;
  72. font-style: normal;
  73. line-height: inherit;
  74. }
  75. ol,
  76. ul,
  77. dl {
  78. margin-top: 0;
  79. margin-bottom: 1rem;
  80. }
  81. ol ol,
  82. ul ul,
  83. ol ul,
  84. ul ol {
  85. margin-bottom: 0;
  86. }
  87. dt {
  88. font-weight: 700;
  89. }
  90. dd {
  91. margin-bottom: .5rem;
  92. margin-left: 0;
  93. }
  94. blockquote {
  95. margin: 0 0 1rem;
  96. }
  97. dfn {
  98. font-style: italic;
  99. }
  100. b,
  101. strong {
  102. font-weight: bolder;
  103. }
  104. small {
  105. font-size: 80%;
  106. }
  107. sub,
  108. sup {
  109. position: relative;
  110. font-size: 75%;
  111. line-height: 0;
  112. vertical-align: baseline;
  113. }
  114. sub {
  115. bottom: -.25em;
  116. }
  117. sup {
  118. top: -.5em;
  119. }
  120. a {
  121. color: #007bff;
  122. text-decoration: none;
  123. background-color: transparent;
  124. -webkit-text-decoration-skip: objects;
  125. }
  126. a:hover {
  127. color: #0056b3;
  128. text-decoration: underline;
  129. }
  130. a:not([href]):not([tabindex]) {
  131. color: inherit;
  132. text-decoration: none;
  133. }
  134. a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  135. color: inherit;
  136. text-decoration: none;
  137. }
  138. a:not([href]):not([tabindex]):focus {
  139. outline: 0;
  140. }
  141. pre,
  142. code,
  143. kbd,
  144. samp {
  145. font-family: monospace, monospace;
  146. font-size: 1em;
  147. }
  148. pre {
  149. margin-top: 0;
  150. margin-bottom: 1rem;
  151. overflow: auto;
  152. -ms-overflow-style: scrollbar;
  153. }
  154. figure {
  155. margin: 0 0 1rem;
  156. }
  157. img {
  158. vertical-align: middle;
  159. border-style: none;
  160. }
  161. svg:not(:root) {
  162. overflow: hidden;
  163. }
  164. a,
  165. area,
  166. button,
  167. [role="button"],
  168. input:not([type="range"]),
  169. label,
  170. select,
  171. summary,
  172. textarea {
  173. -ms-touch-action: manipulation;
  174. touch-action: manipulation;
  175. }
  176. table {
  177. border-collapse: collapse;
  178. }
  179. caption {
  180. padding-top: 0.75rem;
  181. padding-bottom: 0.75rem;
  182. color: #6c757d;
  183. text-align: left;
  184. caption-side: bottom;
  185. }
  186. th {
  187. text-align: inherit;
  188. }
  189. label {
  190. display: inline-block;
  191. margin-bottom: .5rem;
  192. }
  193. button {
  194. border-radius: 0;
  195. }
  196. button:focus {
  197. outline: 1px dotted;
  198. outline: 5px auto -webkit-focus-ring-color;
  199. }
  200. input,
  201. button,
  202. select,
  203. optgroup,
  204. textarea {
  205. margin: 0;
  206. font-family: inherit;
  207. font-size: inherit;
  208. line-height: inherit;
  209. }
  210. button,
  211. input {
  212. overflow: visible;
  213. }
  214. button,
  215. select {
  216. text-transform: none;
  217. }
  218. button,
  219. html [type="button"],
  220. [type="reset"],
  221. [type="submit"] {
  222. -webkit-appearance: button;
  223. }
  224. button::-moz-focus-inner,
  225. [type="button"]::-moz-focus-inner,
  226. [type="reset"]::-moz-focus-inner,
  227. [type="submit"]::-moz-focus-inner {
  228. padding: 0;
  229. border-style: none;
  230. }
  231. input[type="radio"],
  232. input[type="checkbox"] {
  233. box-sizing: border-box;
  234. padding: 0;
  235. }
  236. input[type="date"],
  237. input[type="time"],
  238. input[type="datetime-local"],
  239. input[type="month"] {
  240. -webkit-appearance: listbox;
  241. }
  242. textarea {
  243. overflow: auto;
  244. resize: vertical;
  245. }
  246. fieldset {
  247. min-width: 0;
  248. padding: 0;
  249. margin: 0;
  250. border: 0;
  251. }
  252. legend {
  253. display: block;
  254. width: 100%;
  255. max-width: 100%;
  256. padding: 0;
  257. margin-bottom: .5rem;
  258. font-size: 1.5rem;
  259. line-height: inherit;
  260. color: inherit;
  261. white-space: normal;
  262. }
  263. progress {
  264. vertical-align: baseline;
  265. }
  266. [type="number"]::-webkit-inner-spin-button,
  267. [type="number"]::-webkit-outer-spin-button {
  268. height: auto;
  269. }
  270. [type="search"] {
  271. outline-offset: -2px;
  272. -webkit-appearance: none;
  273. }
  274. [type="search"]::-webkit-search-cancel-button,
  275. [type="search"]::-webkit-search-decoration {
  276. -webkit-appearance: none;
  277. }
  278. ::-webkit-file-upload-button {
  279. font: inherit;
  280. -webkit-appearance: button;
  281. }
  282. output {
  283. display: inline-block;
  284. }
  285. summary {
  286. display: list-item;
  287. cursor: pointer;
  288. }
  289. template {
  290. display: none;
  291. }
  292. [hidden] {
  293. display: none !important;
  294. }
  295. /*# sourceMappingURL=bootstrap-reboot.css.map */