i.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. }
  68. .uri-input {
  69. width: 100%;
  70. padding: 5px !important;
  71. border: solid black 1px !important;
  72. margin-top: 0.25em;
  73. }
  74. .input-group {
  75. margin: 0;
  76. padding: 0;
  77. margin-bottom: 0.75em !important;
  78. }
  79. .input-group input {
  80. background-color: red !important;
  81. margin-top: 0.5em !important;
  82. margin-left: 0px !important;
  83. }
  84. @media (prefers-color-scheme: dark) {
  85. body {
  86. color: rgb(222 226 230);
  87. background: rgb(33 37 41);
  88. }
  89. h3 {
  90. color: rgb(255 255 255);
  91. }
  92. a {
  93. color: rgb(37 183 249);
  94. }
  95. a:hover,
  96. a:focus {
  97. color: rgb(122 172 216);
  98. }
  99. input.form-control {
  100. color: #fff;
  101. -webkit-box-shadow: inset 0 -1px 0 rgb(60 60 60);
  102. box-shadow: inset 0 -1px 0 rgb(60 60 60);
  103. }
  104. input.form-control:focus-visible {
  105. outline: 1px solid rgb(73 83 94);
  106. }
  107. .qrcode img {
  108. filter: invert(1);
  109. }
  110. .hint {
  111. color: rgb(204 204 204);
  112. }
  113. .img-center > div:hover {
  114. background: rgb(40 45 51);
  115. }
  116. .btn-primary {
  117. background: rgb(59 73 99);
  118. }
  119. }
  120. .client-link {
  121. width: 5rem;
  122. height: 5rem;
  123. padding: 2rem !important;
  124. }
  125. .star {
  126. width: 5rem;
  127. text-align: left;
  128. position: absolute;
  129. font-size: 16pt;
  130. }