mirror of
https://github.com/celisej567/wiki.git
synced 2026-09-09 20:10:37 +03:00
top bar idk for what yet
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<title>SourceBox Wiki</title>
|
||||
<link rel="shortcut icon" href="/wiki/favicon.ico">
|
||||
<script>
|
||||
documentlist = @DOCUMENTLIST;
|
||||
namelist = @NAMELIST;
|
||||
@@ -238,15 +239,15 @@ body
|
||||
|
||||
.searchbox
|
||||
{
|
||||
background-color: #473c29;
|
||||
border: #403624 1px solid;
|
||||
border-bottom-color: #837f7a;
|
||||
border-right-color: #837f7a;
|
||||
border:none;
|
||||
background-color: #3a3122;
|
||||
color: white;
|
||||
padding: 0px;
|
||||
width:196px;
|
||||
height:16px;
|
||||
width:190px;
|
||||
height:22px;
|
||||
position: relative;
|
||||
padding-left:4px;
|
||||
padding-right:4px;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
@@ -255,18 +256,20 @@ input:focus {
|
||||
|
||||
.searchboxcontainer
|
||||
{
|
||||
background-color: #473c29;
|
||||
border: black 1px solid;
|
||||
border-bottom-color: white;
|
||||
border-right-color: white;
|
||||
border: #2b2519 1px solid;
|
||||
border-top-color: #837f7a;
|
||||
border-left-color: #837f7a;
|
||||
background-color: #3a3122;
|
||||
position:relative;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
height:18px;
|
||||
margin-right:0px;
|
||||
height:24px;
|
||||
width:198px;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
right: 9px;
|
||||
}
|
||||
|
||||
|
||||
.sidebarcontainer
|
||||
{
|
||||
float:right;
|
||||
@@ -328,11 +331,32 @@ th, td
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.topbar
|
||||
{
|
||||
width:100%;
|
||||
height:24px;
|
||||
border: #312a1d 1px solid;
|
||||
border-top-color: #837f7a;
|
||||
border-left-color: #837f7a;
|
||||
background-color: #423827;
|
||||
margin-left:-2px;
|
||||
}
|
||||
|
||||
.topbarelement
|
||||
{
|
||||
border: #2b2519 1px solid;
|
||||
border-top-color: #837f7a;
|
||||
border-left-color: #837f7a;
|
||||
background-color: #3a3122;
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class="topbar">
|
||||
<img class="topbarelement" src="/wiki/sourceboxicon.png">
|
||||
<span class="searchboxcontainer" onkeyup="updateSearch();"><input class="searchbox" type="text" placeholder="search..." autocomplete="off" id="searchbox" oninput="updateSearch();" class="searchbox"></span>
|
||||
</div>
|
||||
<div>
|
||||
<div class="sidebarcontainer">
|
||||
<span class="searchboxcontainer" onkeyup="updateSearch();"><input type="text" placeholder="search..." autocomplete="off" id="searchbox" oninput="updateSearch();" class="searchbox"></span>
|
||||
<nav>
|
||||
<ul class="sidebar sidebarroot" id="searchresults">
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user