OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-07-11 11:28:00 +00:00
parent 6cb76e325b
commit 46c11002a1
748 changed files with 48 additions and 23 deletions

View File

@@ -0,0 +1,23 @@
/*\
Credits: 1337box by Leah Rowe, Creative Commons Zero 1.0
Info: <https://vimuser.org/1337box.html>
\*/
.f, .f * {
position: fixed;
max-width: 100%;
max-height: 100%;
top: 50%;
left: 50%
}
.f * { transform: translate(-50%,-50%) }
.f {
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background:rgba(0,0,0,0.8);
}
*:focus + .f { display:block; }
img { cursor:pointer; }

View File

@@ -0,0 +1,7 @@
Credits: 1337box by Leah Rowe, Creative Commons Zero 1.0
Info: <https://vimuser.org/1337box.html>
created: 20230114161404958
modified: 20230114163044372
tags:
title: $:/Styles/1337box/shadow.css
type: text/css