From 464c318569460ab58b35b2e3bf2f13d13d31d8c2 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Sun, 12 Dec 2021 12:19:50 +0100 Subject: [PATCH] attempt to fix css again --- docs/CNAME | 1 - docs/assets/index.b38ea81b.css | 1 + .../{index.bc73ad21.js => index.fe151802.js} | 0 docs/index.html | 5 +- index.html | 2 +- public/style.css | 87 ------------------- docs/style.css => style.css | 0 7 files changed, 5 insertions(+), 91 deletions(-) delete mode 100644 docs/CNAME create mode 100644 docs/assets/index.b38ea81b.css rename docs/assets/{index.bc73ad21.js => index.fe151802.js} (100%) delete mode 100644 public/style.css rename docs/style.css => style.css (100%) diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index e408adf7..00000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -pk-webs-beta.spectralitree.com \ No newline at end of file diff --git a/docs/assets/index.b38ea81b.css b/docs/assets/index.b38ea81b.css new file mode 100644 index 00000000..65e29e4b --- /dev/null +++ b/docs/assets/index.b38ea81b.css @@ -0,0 +1 @@ +#app{display:flex;flex-direction:column;min-height:100vh}.icon{height:1.5em;width:1.5em;margin-right:.5em}.avatar{height:2.5em;width:2.5em}.modal-content{border:none!important}.modal{display:flex}.banner{z-index:-200;width:100%;height:40vh;position:absolute;top:0;left:0;background-size:cover}blockquote{padding-left:.5em;margin:.25em 0!important;border-left:4px solid rgba(128,128,128,.3)}.nav-tabs * .nav-link{background-color:var(--bs-body-bg)!important;border-color:#8080804d!important;border-bottom-color:transparent!important}.nav-tabs{gap:.25em}.nav-tabs{border-bottom:none!important}.container{flex:1 0 auto!important}.d-spoiler{color:var(--bs-dark);background-color:var(--bs-dark);border-radius:2px;transition-delay:6000s}.d-spoiler::selection{color:var(--bs-dark);background-color:transparent}.d-spoiler:active{background-color:#8080804d;color:var(--bs-body-color);transition-delay:0s}.d-emoji{height:1em;width:auto}@media (min-width: 768px){.banner{height:50vh}} diff --git a/docs/assets/index.bc73ad21.js b/docs/assets/index.fe151802.js similarity index 100% rename from docs/assets/index.bc73ad21.js rename to docs/assets/index.fe151802.js diff --git a/docs/index.html b/docs/index.html index 6d8ac936..69fe9e42 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,10 +6,11 @@ pk-webs | home - - + + +
diff --git a/index.html b/index.html index 38514ac2..a230187c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ pk-webs | home - +
diff --git a/public/style.css b/public/style.css deleted file mode 100644 index 9586c3f5..00000000 --- a/public/style.css +++ /dev/null @@ -1,87 +0,0 @@ -#app { - display: flex; - flex-direction: column; - min-height: 100vh; -} - -.icon { - height: 1.5em; - width: 1.5em; - margin-right: 0.5em; -} - -.avatar { - height: 2.5em; - width: 2.5em; -} - -.modal-content { - border: none !important; -} - -.modal { - display: flex; -} - -.banner { - z-index: -200; - width: 100%; - height: 40vh; - position: absolute; - top: 0; - left: 0; - background-size: cover; -} - -blockquote { - padding-left: 0.5em; - margin: 0.25em 0 0.25em 0 !important; - border-left: 4px solid rgba(128, 128, 128, 0.3); -} - -.nav-tabs * .nav-link { - background-color: var(--bs-body-bg) !important; - border-color: rgba(128, 128, 128, 0.3) !important; - border-bottom-color: transparent !important; -} - -.nav-tabs { - gap: 0.25em; -} - -.nav-tabs { - border-bottom: none !important; -} - -.container { - flex: 1 0 auto !important; -} - -.d-spoiler { - color: var(--bs-dark); - background-color: var(--bs-dark); - border-radius: 2px; - transition-delay: 6000s; -} - -.d-spoiler::selection { - color: var(--bs-dark); - background-color: transparent; -} - -.d-spoiler:active { - background-color: rgba(128, 128, 128, 0.3); - color: var(--bs-body-color); - transition-delay: 0s; -} - -.d-emoji { - height: 1em; - width: auto; -} - -@media (min-width: 768px) { - .banner { - height: 50vh; - } -} \ No newline at end of file diff --git a/docs/style.css b/style.css similarity index 100% rename from docs/style.css rename to style.css