i.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. .img-center {
  44. display: flex;
  45. justify-content: space-evenly;
  46. flex-wrap: wrap;
  47. }
  48. .img-center > div {
  49. font-size: 0.7em;
  50. padding: 1.4em;
  51. text-align: center;
  52. }
  53. .img-center > div:hover {
  54. border-radius: 4px;
  55. background: rgb(230, 230, 230);
  56. }
  57. .img-center > div > a {
  58. text-decoration: solid;
  59. display: flex;
  60. flex-direction: column;
  61. }
  62. .qrcode {
  63. padding: 20px 5px 5px 5px;
  64. width: 42.5%;
  65. height: 100%;
  66. margin: auto;
  67. }