PluginProbe ʕ •ᴥ•ʔ
WPFront Scroll Top / 2.2
WPFront Scroll Top v2.2
1.5 1.6 1.6.1 1.6.2 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.2 3.0.0 3.0.1 trunk 1.0 1.0.1 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5
wpfront-scroll-top / css / options.less
wpfront-scroll-top / css Last commit date
element-plus.min.css 2 years ago options.css 2 years ago options.less 2 years ago options.min.css 2 years ago wpfront-scroll-top.css 2 years ago wpfront-scroll-top.min.css 2 years ago
options.less
60 lines
1 @import "../templates/help-icon/help-icon.less";
2 @import "../templates/color-picker/color-picker.less";
3 @import "../templates/display-settings/display-settings.less";
4 @import "../templates/font-awesome-button-settings/font-awesome-button-settings.less";
5 @import "../templates/image-button-settings/image-button-settings.less";
6 @import "../templates/posts-filter-selection/posts-filter-selection.less";
7
8 #scroll-top-content {
9
10 @keyframes loading-animation {
11 0% {
12 background-position: 100% 50%;
13 }
14
15 100% {
16 background-position: 0 50%;
17 }
18 }
19
20 .loading p {
21 background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
22 background-size: 400%;
23 animation: loading-animation 1s ease-in-out infinite;
24 color: transparent;
25 height: 1.5em;
26 width: 60%;
27 margin: 0;
28 margin-bottom: .5em;
29 }
30
31 .loading p:last-child {
32 width: 55%;
33 }
34
35 div.metabox-holder {
36 display: flow-root;
37
38 div#post-body-content {
39 position: relative;
40 }
41
42 div.postbox-container-right {
43 position: sticky;
44 top: 40px;
45
46 div.notice.error {
47 display: block;
48 color: red;
49 }
50 }
51
52 }
53
54 th {
55 &.deprecated {
56 opacity: 0.5;
57 }
58 }
59
60 }