Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. /*!
  2. * Bootswatch v4.3.1
  3. * Homepage: https://bootswatch.com
  4. * Copyright 2012-2019 Thomas Park
  5. * Licensed under MIT
  6. * Based on Bootstrap
  7. */
  8. /*!
  9. * Bootstrap v4.3.1 (https://getbootstrap.com/)
  10. * Copyright 2011-2019 The Bootstrap Authors
  11. * Copyright 2011-2019 Twitter, Inc.
  12. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  13. */
  14. :root {
  15. --blue: #4582EC;
  16. --indigo: #6610f2;
  17. --purple: #6f42c1;
  18. --pink: #e83e8c;
  19. --red: #d9534f;
  20. --orange: #fd7e14;
  21. --yellow: #f0ad4e;
  22. --green: #02B875;
  23. --teal: #20c997;
  24. --cyan: #17a2b8;
  25. --white: #fff;
  26. --gray: #868e96;
  27. --gray-dark: #343a40;
  28. --primary: #4582EC;
  29. --secondary: #adb5bd;
  30. --success: #02B875;
  31. --info: #17a2b8;
  32. --warning: #f0ad4e;
  33. --danger: #d9534f;
  34. --light: #f8f9fa;
  35. --dark: #343a40;
  36. --breakpoint-xs: 0;
  37. --breakpoint-sm: 576px;
  38. --breakpoint-md: 768px;
  39. --breakpoint-lg: 992px;
  40. --breakpoint-xl: 1200px;
  41. --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  42. --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  43. }
  44.  
  45. *,
  46. *::before,
  47. *::after {
  48. -webkit-box-sizing: border-box;
  49. box-sizing: border-box;
  50. }
  51.  
  52. html {
  53. font-family: sans-serif;
  54. line-height: 1.15;
  55. -webkit-text-size-adjust: 100%;
  56. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  57. }
  58.  
  59. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  60. display: block;
  61. }
  62.  
  63. body {
  64. margin: 0;
  65. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  66. font-size: 1.063rem;
  67. font-weight: 400;
  68. line-height: 1.5;
  69. color: #343a40;
  70. text-align: left;
  71. background-color: #fff;
  72. }
  73.  
  74. [tabindex="-1"]:focus {
  75. outline: 0 !important;
  76. }
  77.  
  78. hr {
  79. -webkit-box-sizing: content-box;
  80. box-sizing: content-box;
  81. height: 0;
  82. overflow: visible;
  83. }
  84.  
  85. h1, h2, h3, h4, h5, h6 {
  86. margin-top: 0;
  87. margin-bottom: 0.5rem;
  88. }
  89.  
  90. p {
  91. margin-top: 0;
  92. margin-bottom: 0;
  93. font-size: 40px;
  94. font-weight: bold;
  95. }
  96.  
  97. abbr[title],
  98. abbr[data-original-title] {
  99. text-decoration: underline;
  100. -webkit-text-decoration: underline dotted;
  101. text-decoration: underline dotted;
  102. cursor: help;
  103. border-bottom: 0;
  104. text-decoration-skip-ink: none;
  105. }
  106.  
  107. address {
  108. margin-bottom: 1rem;
  109. font-style: normal;
  110. line-height: inherit;
  111. }
  112.  
  113. ol,
  114. ul,
  115. dl {
  116. margin-top: 0;
  117. margin-bottom: 1rem;
  118. }
  119.  
  120. ol ol,
  121. ul ul,
  122. ol ul,
  123. ul ol {
  124. margin-bottom: 0;
  125. }
  126.  
  127. dt {
  128. font-weight: 700;
  129. }
  130.  
  131. dd {
  132. margin-bottom: .5rem;
  133. margin-left: 0;
  134. }
  135.  
  136. blockquote {
  137. margin: 0 0 1rem;
  138. }
  139.  
  140. b,
  141. strong {
  142. font-weight: bolder;
  143. }
  144.  
  145. small {
  146. font-size: 80%;
  147. }
  148.  
  149. sub,
  150. sup {
  151. position: relative;
  152. font-size: 75%;
  153. line-height: 0;
  154. vertical-align: baseline;
  155. }
  156.  
  157. sub {
  158. bottom: -.25em;
  159. }
  160.  
  161. sup {
  162. top: -.5em;
  163. }
  164.  
  165. a {
  166. color: #4582EC;
  167. text-decoration: none;
  168. background-color: transparent;
  169. }
  170.  
  171. a:hover {
  172. color: #1559cf;
  173. text-decoration: underline;
  174. }
  175.  
  176. a:not([href]):not([tabindex]) {
  177. color: inherit;
  178. text-decoration: none;
  179. }
  180.  
  181. a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  182. color: inherit;
  183. text-decoration: none;
  184. }
  185.  
  186. a:not([href]):not([tabindex]):focus {
  187. outline: 0;
  188. }
  189.  
  190. pre,
  191. code,
  192. kbd,
  193. samp {
  194. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  195. font-size: 1em;
  196. }
  197.  
  198. pre {
  199. margin-top: 0;
  200. margin-bottom: 1rem;
  201. overflow: auto;
  202. }
  203.  
  204. figure {
  205. margin: 0 0 1rem;
  206. }
  207.  
  208. img {
  209. vertical-align: middle;
  210. border-style: none;
  211. }
  212.  
  213. svg {
  214. overflow: hidden;
  215. vertical-align: middle;
  216. }
  217.  
  218. table {
  219. border-collapse: collapse;
  220. }
  221.  
  222. caption {
  223. padding-top: 0.75rem;
  224. padding-bottom: 0.75rem;
  225. color: #868e96;
  226. text-align: left;
  227. caption-side: bottom;
  228. }
  229.  
  230. th {
  231. text-align: inherit;
  232. }
  233.  
  234. label {
  235. display: inline-block;
  236. margin-bottom: 0.5rem;
  237. }
  238.  
  239. button {
  240. border-radius: 0;
  241. }
  242.  
  243. button:focus {
  244. outline: 1px dotted;
  245. outline: 5px auto -webkit-focus-ring-color;
  246. }
  247.  
  248. input,
  249. button,
  250. select,
  251. optgroup,
  252. textarea {
  253. margin: 0;
  254. font-family: inherit;
  255. font-size: inherit;
  256. line-height: inherit;
  257. }
  258.  
  259. button,
  260. input {
  261. overflow: visible;
  262. }
  263.  
  264. button,
  265. select {
  266. text-transform: none;
  267. }
  268.  
  269. select {
  270. word-wrap: normal;
  271. }
  272.  
  273. button,
  274. [type="button"],
  275. [type="reset"],
  276. [type="submit"] {
  277. -webkit-appearance: button;
  278. }
  279.  
  280. button:not(:disabled),
  281. [type="button"]:not(:disabled),
  282. [type="reset"]:not(:disabled),
  283. [type="submit"]:not(:disabled) {
  284. cursor: pointer;
  285. }
  286.  
  287. button::-moz-focus-inner,
  288. [type="button"]::-moz-focus-inner,
  289. [type="reset"]::-moz-focus-inner,
  290. [type="submit"]::-moz-focus-inner {
  291. padding: 0;
  292. border-style: none;
  293. }
  294.  
  295. input[type="radio"],
  296. input[type="checkbox"] {
  297. -webkit-box-sizing: border-box;
  298. box-sizing: border-box;
  299. padding: 0;
  300. }
  301.  
  302. input[type="date"],
  303. input[type="time"],
  304. input[type="datetime-local"],
  305. input[type="month"] {
  306. -webkit-appearance: listbox;
  307. }
  308.  
  309. textarea {
  310. overflow: auto;
  311. resize: vertical;
  312. }
  313.  
  314. fieldset {
  315. min-width: 0;
  316. padding: 0;
  317. margin: 0;
  318. border: 0;
  319. }
  320.  
  321. legend {
  322. display: block;
  323. width: 100%;
  324. max-width: 100%;
  325. padding: 0;
  326. margin-bottom: .5rem;
  327. font-size: 1.5rem;
  328. line-height: inherit;
  329. color: inherit;
  330. white-space: normal;
  331. }
  332.  
  333. progress {
  334. vertical-align: baseline;
  335. }
  336.  
  337. [type="number"]::-webkit-inner-spin-button,
  338. [type="number"]::-webkit-outer-spin-button {
  339. height: auto;
  340. }
  341.  
  342. [type="search"] {
  343. outline-offset: -2px;
  344. -webkit-appearance: none;
  345. }
  346.  
  347. [type="search"]::-webkit-search-decoration {
  348. -webkit-appearance: none;
  349. }
  350.  
  351. ::-webkit-file-upload-button {
  352. font: inherit;
  353. -webkit-appearance: button;
  354. }
  355.  
  356. output {
  357. display: inline-block;
  358. }
  359.  
  360. summary {
  361. display: list-item;
  362. cursor: pointer;
  363. }
  364.  
  365. template {
  366. display: none;
  367. }
  368.  
  369. [hidden] {
  370. display: none !important;
  371. }
  372.  
  373. h1, h2, h3, h4, h5, h6,
  374. .h1, .h2, .h3, .h4, .h5, .h6 {
  375. margin-bottom: 0.5rem;
  376. font-weight: 700;
  377. line-height: 1.2;
  378. }
  379.  
  380.  
  381.  
  382. .form-control {
  383. display: block;
  384. width: 100%;
  385. height: calc(1.5em + 1rem + 2px);
  386. padding: 0.5rem 1.1rem;
  387. font-size: 1.063rem;
  388. font-weight: 400;
  389. line-height: 1.5;
  390. color: #495057;
  391. background-color: #fff;
  392. background-clip: padding-box;
  393. border: 1px solid rgba(0, 0, 0, 0.1);
  394. border-radius: 0.25rem;
  395. -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  396. transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  397. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  398. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  399. }
  400.  
  401. .form-group {
  402. margin-bottom: 1rem;
  403. width: 400px;
  404. }
  405.  
  406. .btn {
  407. display: inline-block;
  408. font-weight: 400;
  409. color: #343a40;
  410. text-align: center;
  411. vertical-align: middle;
  412. -webkit-user-select: none;
  413. -moz-user-select: none;
  414. -ms-user-select: none;
  415. user-select: none;
  416. background-color: transparent;
  417. border: 1px solid transparent;
  418. padding: 0.5rem 1.1rem;
  419. font-size: 1.063rem;
  420. line-height: 1.5;
  421. border-radius: 0.25rem;
  422. -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  423. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  424. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  425. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  426. }
  427.  
  428.  
  429.  
  430. .my_button {
  431. color: #fff;
  432. background-color: #4582EC;
  433. border-color: #03e2ea;
  434. border-width: 3px;
  435. width: 200px;
  436. }
  437.  
  438. .my_button:hover {
  439. color: #fff;
  440. background-color: #03e2ea;
  441. border-color: #4582EC;
  442. }
  443.  
  444. .my_button:focus{
  445. outline: 0;
  446. }
  447.  
  448. .my_button:active {
  449. border-color: greenyellow;
  450. }
  451.  
  452. .my_btn:active {
  453. border-color: red;
  454. }
  455.  
  456. .btn {
  457. position: relative;
  458. top: -1px;
  459. }
  460.  
  461. .alert {
  462. position: relative;
  463. text-align: center;
  464. font-size: 40px;
  465. padding: 0.75rem 1.25rem;
  466. margin-bottom: 1rem;
  467. border: 1px solid transparent;
  468. }
  469.  
  470. .alert-dismissible {
  471. padding-right: 4.0945rem;
  472. font-size: 40px;
  473. }
  474.  
  475. .alert-primary {
  476. font-family: Arial, Helvetica, sans-serif;
  477. color: #24447b;
  478. background-color: #dae6fb;
  479. border-color: #cbdcfa;
  480. }
  481.  
  482. .alert-primary {
  483. border-top-color: #b4ccf8;
  484. }
  485.  
  486. .alert-primary{
  487. color: #182e54;
  488. }
  489.  
  490. .btn {
  491. border-radius: 1.078em;
  492. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  493. font-size: 0.875em;}
  494.  
  495. .alert {
  496. border: none;
  497. color: #fff;
  498. font-size: 0.875em;
  499. }
  500.  
  501. .alert, .alert p {
  502. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  503. }
  504.  
  505. .alert a, .alert .alert-link {
  506. color: #fff;
  507. font-weight: normal;
  508. text-decoration: underline;
  509. }
  510.  
  511. .alert-primary {
  512. background-color: #4582EC;
  513. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement