Development of an internal social media platform with personalised dashboards for students
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.

bootstrap-reboot.css 4.8KB

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