mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
23
Wiki-OcttKB/tiddlers/System/Styles/1337box/_shadow.css
Normal file
23
Wiki-OcttKB/tiddlers/System/Styles/1337box/_shadow.css
Normal 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; }
|
@@ -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
|
Reference in New Issue
Block a user