From 8961278acb5347b53c3d3e7be10edeba595953e0 Mon Sep 17 00:00:00 2001 From: emily Date: Mon, 15 Jan 2024 21:02:21 +0100 Subject: [PATCH] removed old css --- src/assets/css/c.css | 131 ------------------------------------------- 1 file changed, 131 deletions(-) delete mode 100644 src/assets/css/c.css diff --git a/src/assets/css/c.css b/src/assets/css/c.css deleted file mode 100644 index 97614fb..0000000 --- a/src/assets/css/c.css +++ /dev/null @@ -1,131 +0,0 @@ -@font-face{ - font-family:brandon light; - src:url(../font.woff2) -} -*{ - margin:0; - padding:0; - position:relative; - box-sizing:border-box; - overflow:hidden -} -html,body{ - height:100% -} -body{ - display:flex; - justify-content:center; - align-items:center; - background:#000 -} -.content,.bg{ - position:absolute -} -.bg { - /* margin: auto; - min-height: 100%; - min-width: 100%*/ - position: absolute -} - -.bg video { - filter: brightness(75%); -} - -.content{ - z-index:1; - display:flex; - flex-direction:column; - align-items:center; - mix-blend-mode:overlay; - filter:invert(100%) -} -img{ - width:100vmin; - height:0vmin -} -canvas{ - width:91vmin; - height:13vmin -} -h1{ - font-size:5.25vmin; -} -h2{ - font-size:2vmin; -} -.social, .social button { - margin-top:.5vmin; - font-family:brandon light; - font-size:4.25vmin; - letter-spacing:.3vmin -} - -button { - border: none; - background: none; - cursor: pointer -} -.social a{ - text-decoration:none; - color:#000 -} -.hint{ - z-index:1; - color:#000; - mix-blend-mode:overlay; - filter:invert(100%); - position:fixed; - bottom:6vmin; - font-family:brandon light; - font-size:2.75vmin; - letter-spacing:.2vmin; - font-weight:700; - cursor:pointer -} - -/*.center{ - text-align: -webkit-center; -}*/ - -.img { - border: none; -} - -.content2 { - font-family: Calibri, monospace; - text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100); - position: absolute; - width: 100%; - min-height: 100%; - z-index: 1; - display: flex; - align-items: center; - justify-content: center; - background-color: rgba(0,0,0,0.5); -} -.content2 button { - font-family: Calibri, monospace; - text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100); -} - -.container { - text-align: left; - position: absolute; - display: flex; - flex-direction: column; - align-items: center; -} - -.container pre { - display: inline-block; -} - -.container h1, .container button { - color: #FFFFFF; - text-decoration: none; - font-size: 1.39vmin; -} -.container a , .container button { - color: #ffffff -}