PluginProbe ʕ •ᴥ•ʔ
WPFront Scroll Top / 2.0.4
WPFront Scroll Top v2.0.4
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
options.css 5 years ago options.min.css 5 years ago wpfront-scroll-top.css 5 years ago wpfront-scroll-top.min.css 5 years ago
options.css
157 lines
1 #icon-wpfront-scroll-top {
2 background: url("../images/settings32x32.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
3 }
4
5 #wpfront-scroll-top-options input.pixels {
6 width: 40px;
7 }
8
9 #wpfront-scroll-top-options input.seconds {
10 width: 40px;
11 }
12
13 #wpfront-scroll-top-options div.icons-container {
14 display: inline-block;
15 width: 80%;
16 }
17
18 #wpfront-scroll-top-options div.icons-container div {
19 float: left;
20 margin-right: 20px;
21 margin-bottom: 10px;
22 min-width: 100px;
23 min-height: 80px;
24 zoom: 80%;
25 }
26
27 #wpfront-scroll-top-options div.icons-container div.selected {
28 background-color: silver;
29 }
30
31 #wpfront-scroll-top-options div.icons-container div:hover {
32 background-color: silver;
33 }
34
35 #wpfront-scroll-top-options div.icons-container div input {
36 vertical-align: top;
37 }
38
39 #wpfront-scroll-top-options input.url {
40 width: 50%;
41 }
42
43 #wpfront-scroll-top-options table.form-table .color-selector-div
44 {
45 display: inline-block;
46 width: 150px;
47 }
48
49 #wpfront-scroll-top-options table.form-table .color-selector
50 {
51 vertical-align: middle;
52 }
53
54 #wpfront-scroll-top-options input.color-selector-input
55 {
56 width: 75px;
57 height: 24px;
58 vertical-align: middle;
59 line-height: inherit;
60 min-height: 0;
61 }
62
63 .colorpicker input
64 {
65 min-height: 0;
66 }
67
68 #wpfront-scroll-top-options table.form-table div.pages-selection
69 {
70 width: 70%;
71 height: 150px;
72 background-color: #fff;
73 overflow: auto;
74
75 border: 1px solid #dfdfdf;
76 -moz-border-radius: 4px;
77 -khtml-border-radius: 4px;
78 -webkit-border-radius: 4px;
79 border-radius: 4px;
80 }
81
82 #wpfront-scroll-top-options table.form-table div.page-div
83 {
84 float: left;
85 width: 250px;
86 padding: 2px;
87 white-space: nowrap;
88 overflow: hidden;
89 }
90
91 #wpfront-scroll-top-options input.post-id-list
92 {
93 width: 70%;
94 }
95
96 #wpfront-scroll-top-options div.button-action-container .alignment-holder
97 {
98 visibility: hidden;
99 }
100
101 #wpfront-scroll-top-options div.button-action-container div.fields-container
102 {
103 display: table;
104 }
105
106 #wpfront-scroll-top-options div.button-action-container div.fields-container.hidden
107 {
108 display: none;
109 }
110
111 #wpfront-scroll-top-options div.button-action-container div.fields-container div
112 {
113 display: table-row;
114 }
115
116 #wpfront-scroll-top-options div.button-action-container div.fields-container div span
117 {
118 display: table-cell;
119 }
120
121 #wpfront-scroll-top-options div.button-action-container div.fields-container div span.description
122 {
123 display:inline;
124 }
125
126 #wpfront-scroll-top-options div.button-action-container div.fields-container.url
127 {
128 width: 100%;
129 }
130
131 #wpfront-scroll-top-options div.button-action-container div.fields-container.url span.url
132 {
133 width: 90%;
134 }
135
136 #wpfront-scroll-top-options div.button-action-container div.fields-container.url span.url input.url
137 {
138 width: 100%;
139 max-width: 650px;
140 }
141
142 #wpfront-scroll-top-options #custom
143 {
144 margin-bottom: 0px;
145 }
146
147 #wpfront-scroll-top-options #media-library-button
148 {
149 min-height: 0px;
150 height: 24px;
151 margin-bottom: 5px;
152 line-height: inherit;
153 vertical-align: inherit;
154 }
155
156
157