update @ Tue 3 May 23:52:50 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-05-03 23:52:50 +03:00
parent a4d35b18cf
commit 0601f95ce3
5 changed files with 0 additions and 5 deletions

View file

@ -1 +0,0 @@
body,html{padding:2.5em;height:100%}.title404{text-align:center;font-size:3em}.content404{text-align:center;font-size:2.5em}.c404img{display:flex;justify-content:center}.c404img img{filter:opacity(25%) blur(10px);width:30em}footer{position:absolute;bottom:0;margin:2.5em}

View file

@ -1 +0,0 @@
.boot{margin:1em 0em 1em 1em;font-size:1.5em}.boot #bootver{color:#9acd32;margin-left:1.12em}.boot #bootver::before{content:"WebRC version " "1.0"}.boot .bmsg[bmsg_type=ok]::after{content:'[OK]';float:right;color:#0fd30f}.boot .bmsg[bmsg_type=ok]::before{content:' * ';color:#0fd30f}.boot .bmsg[bmsg_type=warn]::after{content:'[WARNING]';float:right;color:#ff0}.boot .bmsg[bmsg_type=warn]::before{content:' * ';color:#ff0}.boot .bmsg[bmsg_type=error]::after{content:'[ERROR]';float:right;color:red}.boot .bmsg[bmsg_type=error]::before{content:' * ';color:red}.boot .bmsg::first-letter{text-transform:uppercase}.boot .bmsg{word-wrap:break-word;word-break:break-all}

View file

@ -1 +0,0 @@
:root{color-scheme:dark}*{box-sizing:border-box;padding:0;margin:0;font-family:monospace;color:#fff;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}::-webkit-scrollbar{display:none}html,body{background-color:#070707;margin-bottom:2em}.iframe{width:50%;min-width:300px;max-width:1000px}

View file

@ -1 +0,0 @@
*{box-sizing:border-box;margin:0;padding:0;color:#fff;font-family:sans;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}html,body{width:100%;height:100%;margin:0}#matrix{position:fixed;display:block;width:100%;height:100%;border-width:1px;border-style:solid;border-color:#000;background-color:#000;z-index:-1;overflow:hidden}.content{position:sticky;display:block;height:100%}.page-intro{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}

View file

@ -1 +0,0 @@
.shell{margin:2em}.shell .prompt{color:#0fd30f;background-color:#070707;border:none;font-size:1.7em;width:90%;padding:0 0 1.2em 0}.shell .prompt:focus{border:none;outline:none}.shell .output{font-size:1.41667em}.shell::before{content:'$ ';font-size:1.7em;color:#fff}.shell[prompt=root]::before{content:'# ';font-size:1.7em;color:#fff}