summaryrefslogtreecommitdiffstats
path: root/docusaurus/static/ajax/libs/wolfree/23.7.8/css
diff options
context:
space:
mode:
authorname <email@example.com>2023-09-27 13:34:23 +0200
committername <email@example.com>2023-09-27 13:34:23 +0200
commit72d8b4e6bee0ffac79e96dd649a9da2adb86b507 (patch)
tree8d1f37e5d88a598675b1a65128c35323c99825f5 /docusaurus/static/ajax/libs/wolfree/23.7.8/css
parentMerge pull request 'Please consider adding my instance' (#2) from superprivacy/wolfree-dockerfile:main into main (diff)
downloadwolfree-dockerfile-72d8b4e6bee0ffac79e96dd649a9da2adb86b507.tar
wolfree-dockerfile-72d8b4e6bee0ffac79e96dd649a9da2adb86b507.tar.gz
wolfree-dockerfile-72d8b4e6bee0ffac79e96dd649a9da2adb86b507.tar.bz2
wolfree-dockerfile-72d8b4e6bee0ffac79e96dd649a9da2adb86b507.tar.lz
wolfree-dockerfile-72d8b4e6bee0ffac79e96dd649a9da2adb86b507.tar.xz
wolfree-dockerfile-72d8b4e6bee0ffac79e96dd649a9da2adb86b507.tar.zst
wolfree-dockerfile-72d8b4e6bee0ffac79e96dd649a9da2adb86b507.zip
Diffstat (limited to 'docusaurus/static/ajax/libs/wolfree/23.7.8/css')
-rw-r--r--docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css90
-rw-r--r--docusaurus/static/ajax/libs/wolfree/23.7.8/css/PodsParser.css125
2 files changed, 0 insertions, 215 deletions
diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css b/docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css
deleted file mode 100644
index b7553e2..0000000
--- a/docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css
+++ /dev/null
@@ -1,90 +0,0 @@
-/**
- * @license
- * SPDX-License-Identifier: AGPL-3.0-or-later
- * This file is part of Wolfree.
- * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
- */
-
-.wolfree-placeholder {
- display: flex;
- width: 100%;
- justify-content: center;
- /* padding: 26px 40px 20px; */
- padding: 26px 0 0;
-}
-
-.wolfree-placeholder>div {
- position: relative;
-}
-
-.wolfree-placeholder>div {
- max-width: 780px;
- width: 100%;
-}
-
-.wolfree-placeholder>div>div {
- box-shadow: 0 0 10px 0 hsla(0, 0%, 80%, 0.5), 0 0 1px 0 hsla(0, 0%, 80%, 0.5);
- border-radius: 5px;
-}
-
-.wolfree-placeholder>div>div>div {
- min-height: 16vh;
- background: #fdfdfd;
- opacity: 1;
- border-bottom: 1px solid transparent;
-}
-
-.wolfree-placeholder>div>div>div:nth-of-type(1)>div {
- background-image: linear-gradient(90deg,
- #f5f5f5 50%,
- #ebebeb 60%,
- #f5f5f5 70%);
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
-}
-
-.wolfree-placeholder>div>div>div:nth-of-type(2)>div {
- background-image: linear-gradient(90deg,
- #f5f5f5 30%,
- #ebebeb 40%,
- #f5f5f5 50%);
-}
-
-.wolfree-placeholder>div>div>div:nth-of-type(3)>div {
- background-image: linear-gradient(90deg,
- #f5f5f5 10%,
- #ebebeb 20%,
- #f5f5f5 30%);
-}
-
-.wolfree-placeholder>div>div>div>div {
- height: 30px;
- width: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
-}
-
-.wolfree-placeholder>div>div>div>div {
- background-size: 1200%;
- -webkit-animation-duration: 3.5s;
- animation-duration: 3.5s;
- -webkit-animation-fill-mode: forwards;
- animation-fill-mode: forwards;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -webkit-animation-name: _QC3H;
- animation-name: _QC3H;
- -webkit-animation-timing-function: cubic-bezier(0.55, 0.45, 1, 1);
- animation-timing-function: cubic-bezier(0.55, 0.45, 1, 1);
-}
-
-@keyframes _QC3H {
- 0% {
- background-position: 100% 0;
- }
-
- to {
- background-position: -100% 0;
- }
-} \ No newline at end of file
diff --git a/docusaurus/static/ajax/libs/wolfree/23.7.8/css/PodsParser.css b/docusaurus/static/ajax/libs/wolfree/23.7.8/css/PodsParser.css
deleted file mode 100644
index 179b1c6..0000000
--- a/docusaurus/static/ajax/libs/wolfree/23.7.8/css/PodsParser.css
+++ /dev/null
@@ -1,125 +0,0 @@
-/**
- * @license
- * SPDX-License-Identifier: AGPL-3.0-or-later
- * This file is part of Wolfree.
- * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
- */
-
-.wolfree-pods {
- display: flex;
- width: 100%;
- justify-content: center;
- /* padding: 26px 0 20px; */
- padding: 26px 0 0;
-}
-
-.wolfree-pods>div {
- position: relative;
-}
-
-.wolfree-pods>div {
- max-width: 780px;
- width: 100%;
-}
-
-.wolfree-pods>div>div {
- position: relative;
-}
-
-.wolfree-pods>div>div>section {
- box-shadow: 0 0 10px 0 hsla(0, 0%, 80%, 0.5), 0 0 1px 0 hsla(0, 0%, 80%, 0.5);
- border-radius: 5px;
- /* margin-bottom: 20px; */
- margin-bottom: 0;
-}
-
-.wolfree-pods>div>div>section>section {
- border-top-color: transparent;
-}
-
-.wolfree-pods>div>div>section>section {
- display: flex;
- flex-direction: column;
- position: relative;
- background: #f5f5f5;
- outline: none;
- border-color: #fff transparent;
- border-style: solid;
- border-width: 1px;
-}
-
-.wolfree-pods>div>div>section>section:first-child {
- border-top-left-radius: inherit;
- border-top-right-radius: inherit;
-}
-
-.wolfree-pods>div>div>section>section>div:is(:first-child) {
- min-height: 30px;
- font-size: 13px;
- font-family: WebRoboto, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo,
- メイリオ, Arial, Helvetica, sans-serif;
- background: #f5f5f5;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 6px 20px;
-}
-
-.wolfree-pods>div>div>section>section>div:is(:first-child)>h2 {
- color: #678e9c;
- margin-right: 20px;
-}
-
-.wolfree-pods>div>div>section>section>div:is(:first-child)>select {
- /* We style this element manually. */
- border-radius: 4px;
- border-style: solid;
- border-width: thin;
- min-height: 20px;
- cursor: pointer;
- color: #ff6c00;
- background-color: #fff;
- border-color: #ec561a;
- touch-action: manipulation;
-}
-
-.wolfree-pods>div>div>section>section>div:not(:first-child) {
- display: flex;
- align-items: flex-end;
- width: 100%;
- height: 100%;
- background: #fff;
- border-radius: inherit;
- padding: 6px 20px;
-}
-
-.wolfree-pods>div>div>section>section>div:not(:first-child)>div {
- position: relative;
- flex: 1 1 auto;
-}
-
-.wolfree-pods>div>div>section>section>div:not(:first-child)>div>img {
- max-width: 100%;
- /* width: 100%; */
- width: auto;
-}
-
-.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>summary {
- /* We style this element manually. */
- cursor: pointer;
- touch-action: manipulation;
-}
-
-.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>div {
- /* We style this element manually. */
- padding: 1rem;
- line-height: 2;
- touch-action: manipulation;
-}
-
-.wolfree-pods>div>div>section>section>div:not(:first-child)>div>div>details>textarea {
- /* We style this element manually. */
- width: 99%;
- height: 50vh;
- touch-action: manipulation;
-} \ No newline at end of file