PluginProbe ʕ •ᴥ•ʔ
Slider Ultimate / 2.0.8
Slider Ultimate v2.0.8
trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9
ultimate-slider / lib / simple-admin-pages / css / admin.css
ultimate-slider / lib / simple-admin-pages / css Last commit date
admin-settings-blue.css 4 years ago admin-settings.css 4 years ago admin.css 4 years ago infinite_table.css 4 years ago ordering.css 4 years ago spectrum.css 4 years ago
admin.css
248 lines
1 /*
2 * CSS Stylesheet for Simple Admin Pages library
3 *
4 * This stylesheet formats the display components placed into the WordPress
5 * admin menu. It attempts to replicate WordPress's existing admin menu style.
6 *
7 * @package Simple Admin Pages
8 */
9
10 /**
11 * Clear floats
12 */
13 .clearfix:before,
14 .clearfix:after {
15 content: " ";
16 display: table;
17 }
18 .clearfix:after {
19 clear: both;
20 }
21
22 /**
23 * Textarea
24 */
25 textarea.small-text {
26 width: 25em;
27 height: 10em;
28 }
29 textarea.large-text {
30 height: 30em;
31 }
32
33 /**
34 * Image
35 */
36 .sap-image-wrapper img {
37 display: block;
38 width: 100%;
39 height: auto;
40 max-width: 500px;
41 margin-bottom: 1em;
42 }
43 .sap-image-wrapper-no-image .sap-image-btn-change,
44 .sap-image-wrapper-no-image .sap-image-btn-remove,
45 .sap-image-wrapper-no-image img {
46 display: none;
47 }
48 .sap-image-wrapper-has-image .sap-image-btn-add {
49 display: none;
50 }
51
52 /*
53 * Opening Hours
54 */
55 .sap-opening-hours td {
56 padding-left: 0;
57 padding-right: 1em;
58 padding-top: 0;
59 }
60 input.sap-opening-hours-day {
61 width: 15em;
62 }
63 input.sap-opening-hours-hours {
64 width: 9em;
65 }
66
67 /*
68 * Scheduler
69 */
70 .sap-add-scheduler {
71 margin-top: 1em;
72 }
73 .sap-scheduler-rule {
74 position: relative;
75 padding: 1em;
76 margin: 1em 0;
77 max-width: 800px;
78 background: #fff;
79 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
80 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
81 }
82 .sap-selector {
83 display: inline-block;
84 margin-top: 0;
85 margin-right: 1em;
86 border-bottom: 1px solid #ccc;
87 }
88 .sap-selector li {
89 display: inline-block;
90 margin-right: 1em;
91 line-height: 20px;
92 }
93 .sap-selector a {
94 text-decoration: none;
95 }
96 .sap-selector .selected {
97 font-weight: 600;
98 color: #666;
99 }
100 .sap-scheduler-weekdays li,
101 .sap-scheduler-weeks li {
102 display: inline-block;
103 margin-right: 0.5em;
104 text-align: center;
105 }
106 .sap-scheduler-date .label,
107 .sap-scheduler-date-input label {
108 display: block;
109 font-style: italic;
110 text-align: left;
111 margin-bottom: 0;
112 }
113 .sap-scheduler-weekdays input,
114 .sap-scheduler-weeks input {
115 margin-top: 6px;
116 margin-bottom: 7px;
117 }
118 .sap-scheduler-date label {
119 display: block;
120 }
121 .sap-scheduler-date-input {
122 display: none;
123 margin-top: 1em;
124 }
125 .sap-scheduler-date.date .sap-scheduler-weeks,
126 .sap-scheduler-date.date .sap-scheduler-weekdays {
127 display: none;
128 }
129 .sap-scheduler-date.weekly .sap-scheduler-weeks,
130 .sap-scheduler-date.date .sap-scheduler-weeks {
131 display: none;
132 }
133 .sap-scheduler-date.date .sap-scheduler-date-input {
134 display: block;
135 }
136 .sap-scheduler-time {
137 margin-top: 4em;
138 }
139 .sap-scheduler-time.all-day .sap-scheduler-time-input {
140 display: none;
141 }
142 .sap-scheduler-time-input .start,
143 .sap-scheduler-time-input .end {
144 margin-top: 1em;
145 display: inline-block;
146 }
147 .sap-scheduler-time-input .start {
148 margin-right: 1em;
149 }
150 .sap-scheduler-time-input label {
151 display: block;
152 font-style: italic;
153 }
154 .sap-scheduler-time-input input {
155 max-width: 8em;
156 }
157 .sap-scheduler-all-day {
158 display: block;
159 margin-top: 1.7em;
160 font-style: italic;
161 padding: 1em;
162 background: #eee;
163 }
164 .sap-scheduler-all-day p {
165 margin-top: 0;
166 }
167 .sap-scheduler-time.time-slot .sap-scheduler-all-day {
168 display: none;
169 }
170 .sap-scheduler-control {
171 clear: both;
172 line-height: 1.5em;
173 }
174 .sap-scheduler-control {
175 position: absolute;
176 top: 1em;
177 right: 1em;
178 }
179 .sap-scheduler-control a {
180 text-decoration: none;
181 }
182 .sap-scheduler-control .delete {
183 color: #a00;
184 }
185 .sap-scheduler-control .delete:hover,
186 .sap-scheduler-control .delete:focus {
187 color: red;
188 }
189 .sap-scheduler-rule.list .sap-scheduler-date,
190 .sap-scheduler-rule.list .sap-scheduler-time {
191 display: none;
192 }
193 .sap-scheduler-rule .sap-scheduler-brief {
194 display: none;
195 clear: both;
196 }
197 .sap-scheduler-rule.list .sap-scheduler-brief {
198 display: block;
199 }
200 .sap-scheduler-brief {
201 margin-right: 4em;
202 line-height: 1.5em;
203 }
204 .sap-scheduler-brief .date,
205 .sap-scheduler-brief .time {
206 display: inline-block;
207 }
208 .sap-scheduler-brief .date {
209 margin-right: 1em;
210 }
211 .sap-add-scheduler.disabled {
212 display: none;
213 }
214 @media (min-width: 783px) {
215 .sap-selector li {
216 font-size: 13px;
217 }
218 .sap-scheduler-time {
219 margin-top: 0;
220 }
221 .sap-scheduler-date {
222 float: left;
223 width: 50%;
224 }
225 .sap-scheduler-date.full-width {
226 float: none;
227 width: 100%;
228 }
229 .sap-scheduler-time {
230 float: right;
231 width: 50%;
232 }
233 }
234
235 /**
236 * Adjustements to pickadate library css to override WP admin styles
237 */
238 .picker .picker__table {
239 table-layout: auto;
240 }
241 .picker .picker__table th,
242 .picker .picker__table td {
243 text-align: center;
244 display: table-cell;
245 padding: 0.5em;
246 font-size: 1em;
247 }
248