server ver

This commit is contained in:
w0bm
2023-03-14 17:31:11 +00:00
parent 0a6492baa2
commit ea7362f114
17 changed files with 2289 additions and 8 deletions

View File

@@ -4192,4 +4192,59 @@ pre {
position: fixed;
bottom: 0;
opacity: 0.2;
}
.suchleiste_video {
display: block;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #888888;
background: #1C1C1D none;
border: 1px solid #1fb2b0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.suchbutton_video {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
font-size: 12px;
line-height: 0.7;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #1FB2B0 none;
}
.searchbar {
padding: 1px;
background: rgb(56, 55, 55);
}
.searchbar form {
display: grid;
grid-template-columns: 1fr auto;
}
.w0bm_override-css {
border: 1px solid black;
background: black;
width: 100%;
margin-bottom: 5px;
}