diff options
author | talha <talha@talhaamir.xyz> | 2024-08-11 21:54:33 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-08-11 21:54:33 +0500 |
commit | ff02bc50695d8c19f497ffdd75ed9cf084173257 (patch) | |
tree | 30e6c3eef7502aad3172434255052534e69bf3f1 /locations | |
parent | d0549aedbcf940940f061bd50b4592579006f903 (diff) |
Added scanlines, updated pages names
Diffstat (limited to 'locations')
-rw-r--r-- | locations/identities.html | 44 |
1 files changed, 25 insertions, 19 deletions
diff --git a/locations/identities.html b/locations/identities.html index dad9dab..efb77a0 100644 --- a/locations/identities.html +++ b/locations/identities.html @@ -2,7 +2,7 @@ <html> <head> - <title>talha's corner</title> + <title>btlrprof v0.2.8</title> </head> <style> :root { @@ -53,23 +53,6 @@ margin-top: 15%; } - .profile-section { - display: flex; - flex-direction: column; - justify-content: space-between; - width: fit-content; - border: 5px double #8ae234; - background-color: rgba(85, 87, 83, 0.2); - } - - .profile-section .heading { - padding: 5px 10px 5px 10px; - margin-bottom: 5px; - border-bottom: 2px dashed #8ae234; - font-size: 24px; - color: #32afff; - } - .profile ul { list-style-type: none; padding: 5px 10px 5px 5px; @@ -135,7 +118,7 @@ .info-text { font-size: 22px; - color: #4af626; + color: var(--bright-green); top: 8%; left: 8%; } @@ -176,9 +159,32 @@ margin-top: 5%; max-width: 80%; } + .scanlines { + pointer-events: none; + position: fixed; + background: rgb(255,255,255); + background: linear-gradient(0deg, rgba(128,128,128,0.2) 0%, rgba(128,128,128,0.0) 100%); + width: -moz-available; + height: 30%; + top: -40%; + animation-name: scandown; + animation-duration: 10s; + animation-iteration-count: infinite; + animation-timing-function: linear; + } + @keyframes scandown { + 0% { + top: -40%; + } + 100% { + top: 100%; + } + } + </style> <body class="flexv"> + <div class="scanlines"></div> <div class="flexh sb fill-available top-ele"> <div class="info-text neon-text"> Searching recorded profiles... found 5 instances.<br /> |