i.css 794 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. body {
  2. background: #f8f8f8;
  3. color: #000000;
  4. font-size: 1em;
  5. font-family: sans-serif;
  6. }
  7. h3 {
  8. font-size: 1.5em;
  9. font-weight: 400;
  10. line-height: 1.1;
  11. color: #444;
  12. }
  13. a {
  14. color: #1863a1;
  15. }
  16. li {
  17. padding-bottom: 0.75em;
  18. }
  19. .btn:hover, .btn:focus, .btn.focus {
  20. color: #666;
  21. text-decoration: none;
  22. }
  23. .btn-primary {
  24. background: #252e3f;
  25. color: #f2f2f2;
  26. }
  27. .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  28. background: #353e5f;
  29. color: #b7c1d5;
  30. box-shadow: none;
  31. }
  32. .btn-primary:active, .btn-primary.active {
  33. background: #353e5f;
  34. box-shadow: none;
  35. }
  36. .text-center {
  37. text-align: center;
  38. }
  39. .hint {
  40. font-size: 0.9em;
  41. color: #444;
  42. }
  43. .qrcode {
  44. padding: 20px 5px 5px 5px;
  45. width: 42.5%;
  46. height: 100%;
  47. margin: auto;
  48. }