Probably gonna scrap this

This commit is contained in:
relt-1
2023-09-25 16:50:17 +02:00
parent d6a7139798
commit 960d19c64c
32 changed files with 1400 additions and 873 deletions

View File

@@ -9,12 +9,12 @@
nested = element.parentNode.childNodes[3];
if(nested.className.indexOf("active",0) != -1)
{
nested.className = "buttoncontainer sidebar nested";
nested.className = "sidebar nested";
element.parentNode.childNodes[0].innerHTML = "+";
}
else
{
nested.className = "buttoncontainer sidebar nested active";
nested.className = "sidebar nested active";
element.parentNode.childNodes[0].innerHTML = "-";
}
if(element.className.indexOf("active",0) != -1)
@@ -82,6 +82,7 @@
}
</script>
<link rel="stylesheet" href="/wiki/default.css">
<style>
hr
@@ -97,7 +98,7 @@ pre code
border-style:solid;
border-width:1px;
padding: 4px;
display:flex;
display:flow-root;
}
code {
@@ -142,7 +143,15 @@ li.sidebar
margin-right:2px;
}
.buttoncontainer
.buttoncontainer, .sidebar .buttoncontainer
{
border: black 1px solid;
border-left-color: white;
border-top-color: white;
display:inline-flex;
}
.sidebar span
{
-moz-user-select: none;
user-select: none;
@@ -156,7 +165,7 @@ li.sidebar
margin: 2px;
}
.buttoncontainer span
.sidebar span span
{
-moz-user-select: none;
user-select: none;
@@ -180,7 +189,7 @@ li.sidebar
border-bottom-color: white;
}
.buttoncontainer .spanactive
span .spanactive
{
border: #463c2a 1px solid;
border-right-color: #8d8881;
@@ -214,6 +223,8 @@ a
border-top-color: #8d8881;
padding-left: 4px;
padding-right: 4px;
padding-top:2px;
padding-bottom:2px;
}
a:visited
@@ -225,6 +236,8 @@ a:visited
border-top-color: #8d8881;
padding-left: 4px;
padding-right: 4px;
padding-top:2px;
padding-bottom:2px;
}
body