PluginProbe ʕ •ᴥ•ʔ
WPFront Scroll Top / 2.1
WPFront Scroll Top v2.1
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.css
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.css
123 lines
1 #scroll-top-content i.help-icon {
2 font-size: 15px;
3 line-height: 1.5em;
4 opacity: 80%;
5 }
6 #scroll-top-content input.color-selector-input {
7 vertical-align: top;
8 height: 32px;
9 width: 7em;
10 }
11 input[type="text"].el-input__inner {
12 border: 0;
13 box-shadow: none;
14 outline: 0;
15 }
16 .el-color-picker__panel .el-color-predefine__color-selector {
17 height: 18px;
18 }
19 .el-color-picker__panel .el-color-predefine__color-selector div {
20 border: 1px solid #e4e7ed;
21 }
22 .el-color-picker__panel .el-color-dropdown__btns .el-button.is-text {
23 display: none;
24 }
25 .el-color-picker__panel input.el-input__inner {
26 min-height: 22px;
27 }
28 #scroll-top-content input.pixels {
29 width: 40px;
30 }
31 #scroll-top-content input.seconds {
32 width: 40px;
33 }
34 #scroll-top-content input.page-url {
35 width: 100%;
36 max-width: 650px;
37 }
38 #scroll-top-content .url,
39 #scroll-top-content .fa_button_class,
40 #scroll-top-content textarea {
41 width: 70%;
42 }
43 #scroll-top-content div.icons-container {
44 display: inline-block;
45 width: 100%;
46 }
47 #scroll-top-content div.icons-container div {
48 float: left;
49 margin-right: 20px;
50 margin-bottom: 10px;
51 min-width: 100px;
52 min-height: 80px;
53 zoom: 80%;
54 }
55 #scroll-top-content div.icons-container div.selected {
56 background-color: silver;
57 }
58 #scroll-top-content div.icons-container div:hover {
59 background-color: silver;
60 }
61 #scroll-top-content div.icons-container div input {
62 vertical-align: top;
63 }
64 #scroll-top-content table.form-table div.pages-selection {
65 width: 70%;
66 height: 150px;
67 background-color: #fff;
68 overflow: auto;
69 border: 1px solid #dfdfdf;
70 -moz-border-radius: 4px;
71 -khtml-border-radius: 4px;
72 -webkit-border-radius: 4px;
73 border-radius: 4px;
74 }
75 #scroll-top-content table.form-table div.page-div {
76 float: left;
77 width: 250px;
78 padding: 2px;
79 white-space: nowrap;
80 overflow: hidden;
81 }
82 #scroll-top-content table.form-table input.post-id-list {
83 width: 70%;
84 }
85 @keyframes loading-animation {
86 0% {
87 background-position: 100% 50%;
88 }
89 100% {
90 background-position: 0 50%;
91 }
92 }
93 #scroll-top-content .loading p {
94 background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
95 background-size: 400%;
96 animation: loading-animation 1s ease-in-out infinite;
97 color: transparent;
98 height: 1.5em;
99 width: 60%;
100 margin: 0;
101 margin-bottom: 0.5em;
102 }
103 #scroll-top-content .loading p:last-child {
104 width: 55%;
105 }
106 #scroll-top-content div.metabox-holder {
107 display: flow-root;
108 }
109 #scroll-top-content div.metabox-holder div#post-body-content {
110 position: relative;
111 }
112 #scroll-top-content div.metabox-holder div.postbox-container-right {
113 position: sticky;
114 top: 40px;
115 }
116 #scroll-top-content div.metabox-holder div.postbox-container-right div.notice.error {
117 display: block;
118 color: red;
119 }
120 #scroll-top-content th.deprecated {
121 opacity: 0.5;
122 }
123