summaryrefslogtreecommitdiffstats
path: root/docusaurus/static/ajax/libs/wolfree/23.7.8/css/Placeholder.css
blob: b7553e289891a4b3641f7b8bf7c5a5103c62dd16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/**
 * @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;
  }
}