added searchbar

This commit is contained in:
DerTyp187
2021-11-10 16:05:44 +01:00
parent 643b0938c2
commit faef6f16ba
2 changed files with 43 additions and 0 deletions

View File

@@ -161,4 +161,25 @@ body main #main-content .note p{
#button-content div a:hover{
background-color: rgba(137, 250, 194, 0.3);
border: 5px solid rgb(107, 255, 181);
}
#search{
width: 100%;
height: 30px;
}
#search input{
width: 80%;
height: 100%;
background-color: rgba(255, 255, 255, 0.014);
border: 3px solid rgb(34, 102, 71);
outline: 0;
font-size: 13pt;
font-weight: bold;
padding-left:10px;
padding-right: 10px;
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}