summaryrefslogtreecommitdiff
path: root/discord/servers/psycho/css/main.css
diff options
context:
space:
mode:
author8cy <[email protected]>2020-06-02 10:24:13 -0700
committer8cy <[email protected]>2020-06-02 10:24:13 -0700
commit2321b2a0acaa0cba14dc38633cd46adee838294c (patch)
treee556c69fc7fdb3d7afa7a1a4fd6b381112db126f /discord/servers/psycho/css/main.css
downloadkyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.tar.xz
kyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.zip
Initial commit
Diffstat (limited to 'discord/servers/psycho/css/main.css')
-rw-r--r--discord/servers/psycho/css/main.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/discord/servers/psycho/css/main.css b/discord/servers/psycho/css/main.css
new file mode 100644
index 0000000..256f117
--- /dev/null
+++ b/discord/servers/psycho/css/main.css
@@ -0,0 +1,60 @@
+html {
+ background: black;
+}
+
+.main {
+ color: #fff;
+ font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande", sans-serif;
+ text-align: center;
+ z-index: 1;
+ margin: auto;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+
+a:hover {
+ letter-spacing: 2px;
+ transition: .5s;
+}
+
+#bld:hover {
+ letter-spacing: 4px;
+}
+
+a {
+ transition: .5s;
+ text-decoration: none;
+ color: #fff;
+ box-shadow:
+ 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
+ 0 6.7px 5.3px rgba(0, 0, 0, 0.048),
+ 0 12.5px 10px rgba(0, 0, 0, 0.06),
+ 0 22.3px 17.9px rgba(0, 0, 0, 0.072),
+ 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
+ 0 100px 80px rgba(0, 0, 0, 0.12)
+;
+}
+
+#vid {
+ position: fixed;
+ min-width: 103%;
+ min-height: 103%;
+ opacity: 0.5;
+ width: auto;
+ height: auto;
+ z-index: -100;
+ transform: translateX(-50%) translateY(-50%);
+ background-size: cover;
+ overflow: hidden;
+ -webkit-filter: blur(15px);
+ -moz-filter: blur(15px);
+ -o-filter: blur(15px);
+ -ms-filter: blur(15px);
+ filter: blur(15px);
+ background: rgba(7, 9, 21, .5);
+ filter: brightness(42.5%);
+ top: 50%;
+ left: 50%
+} \ No newline at end of file