mirror of
https://github.com/celisej567/wiki.git
synced 2026-09-21 20:08:53 +03:00
More features
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="/wiki/default.css">
|
||||
<style>
|
||||
|
||||
hr
|
||||
@@ -89,15 +90,22 @@ hr
|
||||
color: #463c2a;
|
||||
}
|
||||
|
||||
pre
|
||||
code {
|
||||
background-color: #00000040;
|
||||
border-color: #00000040;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
}
|
||||
|
||||
pre code
|
||||
{
|
||||
margin-left:16px;
|
||||
background-color: #473c29;
|
||||
border-color: #3b3221;
|
||||
background-color: #00000040;
|
||||
border-color: #00000040;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
padding: 4px;
|
||||
display:flex;
|
||||
display:flow-root;
|
||||
}
|
||||
|
||||
.nested
|
||||
@@ -112,7 +120,7 @@ ul.sidebar.active
|
||||
|
||||
ul.sidebar
|
||||
{
|
||||
padding-left: 4px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
li.sidebar ::marker
|
||||
@@ -132,7 +140,11 @@ li.sidebar
|
||||
padding-left: 2px;
|
||||
padding-bottom:2px;
|
||||
padding-top:2px;
|
||||
margin-right:2px;
|
||||
}
|
||||
|
||||
li ul li
|
||||
{
|
||||
margin-right:-1px;
|
||||
}
|
||||
|
||||
li.sidebar span
|
||||
@@ -193,7 +205,6 @@ li.sidebar span .spanactive
|
||||
|
||||
nav
|
||||
{
|
||||
background-color: #63553b;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -209,7 +220,7 @@ a:visited
|
||||
|
||||
body
|
||||
{
|
||||
background-color: #63553b;
|
||||
background-color: #4b402d;
|
||||
color:white;
|
||||
font-family:"Tahoma", sans-serif;
|
||||
font-size:9pt;
|
||||
@@ -253,22 +264,47 @@ input:focus {
|
||||
top: -16px;
|
||||
right: -8px;
|
||||
margin-left: 8px;
|
||||
margin-top: 8px;
|
||||
margin-right: 8px;
|
||||
width:200px;
|
||||
border-color: black;
|
||||
border-width: 1px;
|
||||
border-style:solid;
|
||||
position:relative;
|
||||
overflow:auto;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
table {
|
||||
border: #00000040 1px solid;
|
||||
border-top-color: #837f7a;
|
||||
border-left-color: #837f7a;
|
||||
background-color: #00000020;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: #00000040 1px solid;
|
||||
border-right-color: #837f7a;
|
||||
border-bottom-color: #837f7a;
|
||||
background-color: #00000020;
|
||||
}
|
||||
|
||||
.sidebarroot
|
||||
{
|
||||
padding-left:0px !important;
|
||||
margin:0px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<div>
|
||||
<div class="sidebarcontainer">
|
||||
<span class="searchboxcontainer"><input type="text" placeholder="search..." autocomplete="off" id="searchbox" oninput="updateSearch();" class="searchbox"></span>
|
||||
<nav>
|
||||
<ul class="sidebar" id="searchresults">
|
||||
<ul class="sidebar sidebarroot" id="searchresults">
|
||||
</ul>
|
||||
<ul class="sidebar" id="filetree">
|
||||
<ul class="sidebar sidebarroot" id="filetree">
|
||||
@FILETREE
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user