OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-07-23 13:33:31 +00:00
parent 0cfc51da4e
commit 49c7acc7f3
971 changed files with 50 additions and 29 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