feat:explain the users query
This commit is contained in:
parent
404bd217ac
commit
39dd311cee
4 changed files with 75 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue