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.

295 lines
6.4 KiB

4 years ago
  1. @media (max-width: 991.98px) {
  2. #userNameRow,
  3. #firstNameRow {
  4. margin-bottom: 20px;
  5. }
  6. #passwordButton {
  7. margin-bottom: 50px;
  8. }
  9. }
  10. .card-hover {
  11. background-color: #f8f9fa!important;
  12. }
  13. @media (prefers-color-scheme: dark) {
  14. body {
  15. background-color: #111 !important;
  16. color: #eee;
  17. }
  18. .jumbotron {
  19. background-color: #333 !important;
  20. }
  21. .modal-content {
  22. background-color: #111 !important;
  23. color: #eee;
  24. }
  25. .modal-header {
  26. border-bottom: 1px solid #555 !important;
  27. }
  28. .modal-header .close {
  29. color: #eee !important;
  30. text-shadow: 0 1px 0 #555 !important;
  31. }
  32. .modal-footer {
  33. border-top: 1px solid #555 !important;
  34. }
  35. .bg-light {
  36. background-color: #333 !important;
  37. }
  38. .bg-white {
  39. background-color: #000 !important;
  40. }
  41. .bg-black {
  42. background-color: #eee !important;
  43. }
  44. .form-control {
  45. display: block;
  46. width: 100%;
  47. height: calc(1.5em + 0.75rem + 2px);
  48. padding: 0.375rem 0.75rem;
  49. font-size: 1rem;
  50. font-weight: 400;
  51. line-height: 1.5;
  52. color: #dee2e6;
  53. background-color: #000;
  54. background-clip: padding-box;
  55. border: 1px solid #6c757d;
  56. border-radius: 0.25rem;
  57. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  58. }
  59. .card {
  60. background-color: #000;
  61. border: 1px solid #6c757d;
  62. }
  63. .card-hover {
  64. background-color: #343a40!important;
  65. color: white !important;
  66. }
  67. @media (prefers-reduced-motion: reduce) {
  68. .form-control {
  69. transition: none;
  70. }
  71. }
  72. .form-control::-ms-expand {
  73. background-color: transparent;
  74. border: 0;
  75. }
  76. .form-control:-moz-focusring {
  77. color: transparent;
  78. text-shadow: 0 0 0 #dee2e6;
  79. }
  80. .form-control:focus {
  81. color: #dee2e6;
  82. background-color: #191d21;
  83. border-color: #b3d7ff;
  84. outline: 0;
  85. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  86. }
  87. .form-control::-webkit-input-placeholder {
  88. color: #6c757d;
  89. opacity: 1;
  90. }
  91. .form-control::-moz-placeholder {
  92. color: #6c757d;
  93. opacity: 1;
  94. }
  95. .form-control::-ms-input-placeholder {
  96. color: #6c757d;
  97. opacity: 1;
  98. }
  99. .form-control::placeholder {
  100. color: #6c757d;
  101. opacity: 1;
  102. }
  103. .form-control:disabled,
  104. .form-control[readonly] {
  105. background-color: #343a40;
  106. opacity: 1;
  107. }
  108. }
  109. @keyframes flicker {
  110. 0% {
  111. opacity: 0.27861;
  112. }
  113. 5% {
  114. opacity: 0.34769;
  115. }
  116. 10% {
  117. opacity: 0.23604;
  118. }
  119. 15% {
  120. opacity: 0.90626;
  121. }
  122. 20% {
  123. opacity: 0.18128;
  124. }
  125. 25% {
  126. opacity: 0.83891;
  127. }
  128. 30% {
  129. opacity: 0.65583;
  130. }
  131. 35% {
  132. opacity: 0.67807;
  133. }
  134. 40% {
  135. opacity: 0.26559;
  136. }
  137. 45% {
  138. opacity: 0.84693;
  139. }
  140. 50% {
  141. opacity: 0.96019;
  142. }
  143. 55% {
  144. opacity: 0.08594;
  145. }
  146. 60% {
  147. opacity: 0.20313;
  148. }
  149. 65% {
  150. opacity: 0.71988;
  151. }
  152. 70% {
  153. opacity: 0.53455;
  154. }
  155. 75% {
  156. opacity: 0.37288;
  157. }
  158. 80% {
  159. opacity: 0.71428;
  160. }
  161. 85% {
  162. opacity: 0.70419;
  163. }
  164. 90% {
  165. opacity: 0.7003;
  166. }
  167. 95% {
  168. opacity: 0.36108;
  169. }
  170. 100% {
  171. opacity: 0.24387;
  172. }
  173. }
  174. @keyframes textShadow {
  175. 0% {
  176. text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  177. }
  178. 5% {
  179. text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  180. }
  181. 10% {
  182. text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  183. }
  184. 15% {
  185. text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  186. }
  187. 20% {
  188. text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  189. }
  190. 25% {
  191. text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  192. }
  193. 30% {
  194. text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  195. }
  196. 35% {
  197. text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  198. }
  199. 40% {
  200. text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  201. }
  202. 45% {
  203. text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  204. }
  205. 50% {
  206. text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  207. }
  208. 55% {
  209. text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  210. }
  211. 60% {
  212. text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  213. }
  214. 65% {
  215. text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  216. }
  217. 70% {
  218. text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  219. }
  220. 75% {
  221. text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  222. }
  223. 80% {
  224. text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  225. }
  226. 85% {
  227. text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  228. }
  229. 90% {
  230. text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  231. }
  232. 95% {
  233. text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  234. }
  235. 100% {
  236. text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  237. }
  238. }
  239. .crt::after {
  240. content: " ";
  241. display: block;
  242. position: absolute;
  243. top: 0;
  244. left: 0;
  245. bottom: 0;
  246. right: 0;
  247. background: rgba(18, 16, 16, 0.1);
  248. opacity: 0;
  249. z-index: 2;
  250. pointer-events: none;
  251. animation: flicker 0.15s infinite;
  252. }
  253. .crt::before {
  254. content: " ";
  255. display: block;
  256. position: absolute;
  257. top: 0;
  258. left: 0;
  259. bottom: 0;
  260. right: 0;
  261. background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  262. z-index: 2;
  263. background-size: 100% 2px, 3px 100%;
  264. pointer-events: none;
  265. }
  266. .crt {
  267. animation: textShadow 1.6s infinite;
  268. }
  269. .colon {
  270. font-size: 40px;
  271. }