hover schmover

This commit is contained in:
2022-05-18 15:55:34 +00:00
parent 6f12cbca32
commit 173321f5c8
2 changed files with 16 additions and 18 deletions

View File

@ -640,7 +640,7 @@ html[theme="f0ck95"] span#favs {
}
html[theme="f0ck95"] .nav-link, .pagination > a, .pagination > span {
border-radius: 0px;
border-radius: 0;
border-left: inset 1px silver;
border-bottom: outset 1px silver;
border-right: outset 1px silver;
@ -908,7 +908,7 @@ html[theme="f0ck95d"] span#favs {
}
html[theme="f0ck95d"] .nav-link, .pagination > a, .pagination > span {
border-radius: 0px;
border-radius: 0;
border-left: inset 1px black;
border-bottom: outset 1px black;
border-right: outset 1px black;
@ -1972,18 +1972,6 @@ div.about > div p {
margin-top: 0;
}
a.id-link:hover:after {
content: "";
background-image: var(--hover-image);
border: 1px solid var(--accent);
height: 128px;
width: 128px;
display: inline-block;
position: absolute;
z-index: 999;
margin-left: 5px;
}
/* loginform */
body[type='login'] {
display: flex;
@ -2134,7 +2122,7 @@ img.avatar {
width: 24px;
margin: 0;
left: -7px;
top: 0px;
top: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
@ -2464,3 +2452,13 @@ table img {
.iconset#a_favo {
fill: var(--accent);
}
.imageDoor:hover:after {
content: "";
background-image: var(--hover-image);
height: 128px;
width: 128px;
display: inline-block;
position: absolute;
z-index: 999;
}