From 3dab86c59003d7d59bc7c2331be4f713cce6af0b Mon Sep 17 00:00:00 2001 From: relt-1 <60782515+relt-1@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:15:54 +0200 Subject: [PATCH] Better "sidebar" (more like cornerbar) --- .../Contributing/API/Structs/QCFunc.html | 53 +++++++++++-------- .../API/Structs/QModuleDefFunc.html | 53 +++++++++++-------- .../API/Structs/QScriptCallback.html | 53 +++++++++++-------- .../API/Structs/QScriptClass.html | 53 +++++++++++-------- .../API/Structs/QScriptClassCreator.html | 53 +++++++++++-------- .../Contributing/API/Structs/QType.html | 53 +++++++++++-------- .../Contributing/API/Structs/QValue.html | 53 +++++++++++-------- dst/QScript/Contributing/API/qscript.html | 53 +++++++++++-------- dst/QScript/Contributing/Contributing.html | 53 +++++++++++-------- dst/QScript/Introduction.html | 53 +++++++++++-------- dst/QScript/Lua/Classes.html | 53 +++++++++++-------- dst/QScript/Lua/Exports.html | 53 +++++++++++-------- dst/QScript/Lua/Imports.html | 53 +++++++++++-------- dst/QScript/Lua/Intro.html | 53 +++++++++++-------- dst/QScript/Lua/Objects.html | 53 +++++++++++-------- dst/QScript/Private_Members.html | 53 +++++++++++-------- dst/QScript/Squirrel/Exports_And_Imports.html | 53 +++++++++++-------- dst/QScript/Squirrel/Intro.html | 53 +++++++++++-------- dst/QScript/Tutorial/Chapter1.html | 53 +++++++++++-------- dst/QScript/Tutorial/Chapter2.html | 53 +++++++++++-------- dst/index.html | 53 +++++++++++-------- template.html | 49 +++++++++++------ 22 files changed, 704 insertions(+), 458 deletions(-) diff --git a/dst/QScript/Contributing/API/Structs/QCFunc.html b/dst/QScript/Contributing/API/Structs/QCFunc.html index 9fc7513..d3b8afa 100644 --- a/dst/QScript/Contributing/API/Structs/QCFunc.html +++ b/dst/QScript/Contributing/API/Structs/QCFunc.html @@ -97,6 +97,7 @@ pre border-style:solid; border-width:1px; padding: 4px; + display:flex; } .nested @@ -123,8 +124,9 @@ li.sidebar ::marker li.sidebar { list-style-type: none !important; - border-bottom: #473c29 1px solid; - border-right: #473c29 1px solid; + background-color:#4A3F2C; + border-bottom: #312A1D 1px solid; + border-right: #312A1D 1px solid; border-left: 1px solid #8d8881; border-top: 1px solid #8d8881; padding-left: 2px; @@ -221,11 +223,9 @@ body border-right-color: #837f7a; color: white; padding: 0px; - width:195px; + width:196px; height:16px; position: relative; - top:1px; - left:1px; } input:focus { @@ -241,19 +241,35 @@ input:focus { position:relative; margin-left:auto; margin-right:auto; - height:19px; + height:18px; width:198px; display: inline-block; } +.sidebarcontainer +{ + float:right; + display:block; + top: -16px; + right: -8px; + margin-left: 8px; + width:200px; + border-color: black; + border-width: 1px; + border-style:solid; + position:relative; + overflow:auto; +} + -