diff --git a/Html-files/login.html b/Html-files/login.html index 1862691d..12b2be33 100644 --- a/Html-files/login.html +++ b/Html-files/login.html @@ -16,6 +16,9 @@ crossorigin="anonymous" referrerpolicy="no-referrer" /> + + + @@ -34,6 +37,70 @@ background-color: #e21f1f; z-index: 9999; } + + .center-links .nav-item .dropdown-menu { + background-color:#212123; + color: white; + border-radius: 0; + border: none; + padding-top: 0; +} + +.center-links .nav-item .dropdown-menu { + background-color: #ffffff; + color: white; + border-radius: 0; + border: none; + padding-top: 0; +} + +.dropdown-item:hover { + background-color: #58a9ff; + color: #fff; + transform: scale(1.1); +} + +.dropdown-item { + padding: 4px 8px; + color: white; + font-size: 15px; + background-color: #137cbd; + transition: background-color 0.3s, transform 0.3s; + +} + + +.circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } + @@ -82,6 +149,11 @@