Added tags to search result, search no long matches the project tags (the ones used for filtering) and implemented author page that show up on search.
This commit is contained in:
parent
32ebfc6176
commit
e54f2336db
27 changed files with 244 additions and 89 deletions
|
|
@ -55,6 +55,16 @@ code {
|
|||
margin-right: 2px; */
|
||||
}
|
||||
|
||||
input, select {
|
||||
padding: .4em;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
p, ul {
|
||||
padding-bottom: .6em;
|
||||
}
|
||||
|
||||
#linksBox {
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
|
|
@ -149,7 +159,7 @@ code {
|
|||
padding-top: 20px;
|
||||
gap: 20px;
|
||||
display: flex;
|
||||
text-shadow: 2px 2px gray;
|
||||
/* text-shadow: 2px 2px gray; */
|
||||
}
|
||||
|
||||
#downloadButton {
|
||||
|
|
@ -163,7 +173,7 @@ code {
|
|||
margin-bottom: auto;
|
||||
margin-left: auto;
|
||||
text-align: right;
|
||||
text-shadow: 2px 2px black;
|
||||
/* text-shadow: 2px 2px black; */
|
||||
}
|
||||
|
||||
#downloadButton:hover {
|
||||
|
|
@ -173,7 +183,8 @@ code {
|
|||
|
||||
#projectHeader img {
|
||||
outline: 2px solid gray;
|
||||
height: 100%;
|
||||
height: 5em;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
#projectDescription li {
|
||||
|
|
@ -199,6 +210,21 @@ code {
|
|||
margin-left: auto;
|
||||
}
|
||||
|
||||
.searchItemTagHolder {
|
||||
display: flex;
|
||||
padding-top: .2em;
|
||||
gap: .4em;
|
||||
}
|
||||
|
||||
.searchItemTagHolder div {
|
||||
border: thin solid greenyellow;
|
||||
padding: .1em .2em .1em .2em;
|
||||
}
|
||||
|
||||
.searchItemDescription {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1280px) {
|
||||
|
||||
#everythingHelper {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue