diff options
author | Squibid <me@zacharyscheiman.com> | 2023-12-27 14:50:22 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-12-27 14:50:22 -0500 |
commit | ede8620428aa27de24a9a556f5d71ee6a25ac32f (patch) | |
tree | c7239fdb1567aac3c291643600abfc4e2121d6ec /style/style.css | |
parent | c33a109f4846db21ca06e76826064348b9ee77e8 (diff) | |
parent | 3274ca1700480fe68ad4ec6ea2e43d5aa6edb543 (diff) | |
download | wallheaven-ede8620428aa27de24a9a556f5d71ee6a25ac32f.tar.gz wallheaven-ede8620428aa27de24a9a556f5d71ee6a25ac32f.tar.bz2 wallheaven-ede8620428aa27de24a9a556f5d71ee6a25ac32f.zip |
Diffstat (limited to '')
-rw-r--r-- | style/style.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css index 1857e0e..a728c18 100644 --- a/style/style.css +++ b/style/style.css @@ -85,6 +85,36 @@ h1, #header { } } +#queryinfo { + font-size: 25px; + width: 85%; + margin: 0 auto; + color: #fff; +} +#queryinfo p { margin: 0 auto; } +#queryinfo a { color: var(--user-color-1); } +#queryinfo img, #queryinfo span { display: none; } +#queryinfo a:hover img { + display: unset !important; + position: absolute; + border: 0.2em solid #fff; + margin-top: 1.2em; + margin-left: -12em; +} +#queryinfo a:hover span { + display: unset !important; + position: absolute; + margin-top: 1em; + margin-left: -5em; + + width: 0; + height: 0; + border-left: 5px solid transparent; + border-right: 5px solid transparent; + border-bottom: 5px solid #fff; + transform: scale(2); +} + #wallpapers { text-align: center; color: #fff; |