OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2024-01-30 17:28:29 +00:00
parent 3e8e23fc1a
commit 2b3d04cd98
47 changed files with 172 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
created: 20230112154615238
creator: Octt
modified: 20230813105657577
modified: 20240130140457967
modifier: Octt
tags: $:/tags/Stylesheet
title: $:/Styles/Embed
@@ -48,7 +48,12 @@ label.Embed-Fullscreen-Btn {
input.Embed-Fullscreen-Btn:checked,
input.Embed-Fullscreen-Btn:checked ~ label,
input.Embed-Fullscreen-Btn:checked ~ iframe
{ position: absolute; z-index: 99999; top: 2em/*0.64em*/; right: 0px; }
{
position: absolute;/*fixed;*/
z-index: 99999;
top: 2em/*0.64em*/;
right: 0px;
}
input.Embed-Fullscreen-Btn:checked ~ iframe {
height: calc(100vh - 2em);

View File

@@ -1,6 +1,6 @@
created: 20230108190740128
creator: Octt
modified: 20240129121756874
modified: 20240130144331870
modifier: Octt
tags: $:/tags/Stylesheet
title: $:/Styles/Main
@@ -110,6 +110,7 @@ Div.View-Breadcrumbs
border-radius: 1em;
}
.OcttKB-BorderFocus:focus,
.tc-sidebar-search .tc-search .tc-popup-handle[type="search"]:focus {
border: 2px dashed <<--HeadingColor0>>;
}