PluginProbe
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels / 2.1.0
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels v2.1.0
2.9.1 2.9.0 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 2.0.0 2.1.0 2.2.0 2.3.2 2.3.3 2.3.5 2.3.6 2.3.8 2.3.9 2.4.3 All 37 releases
automatic-youtube-gallery / admin / assets / css / admin.css

admin.css in Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels 2.1.0, at admin/assets/css/admin.css

310 lines 7.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*----------------------------------------------------------------------------------------------
2 *
3 * Global
4 *
5 *--------------------------------------------------------------------------------------------*/
6 .ayg-text-center {
7 text-align: center;
8 }
9
10 .ayg-text-error {
11 color: #EC4338;
12 }
13
14 .ayg-text-success {
15 color: green;
16 }
17
18 .ayg-ajax-status .spinner {
19 float: none;
20 visibility: visible;
21 }
22
23 /*----------------------------------------------------------------------------------------------
24 *
25 * Dashboard
26 *
27 *--------------------------------------------------------------------------------------------*/
28 #ayg-dashboard h1 {
29 font-size: 2em;
30 font-weight: 500;
31 }
32
33 #ayg-dashboard .wp-badge {
34 margin-bottom: 0;
35 background: #EC4338 url( '../images/logo.png' ) no-repeat top;
36 }
37
38 #ayg-table-api-key .ayg-ajax-status span {
39 margin: 0 7px;
40 }
41
42 #ayg-shortcode-builder {
43 display: -webkit-flex; /* Safari */
44 -webkit-flex-wrap: wrap; /* Safari 6.1+ */
45 display: flex;
46 flex-wrap: wrap;
47 margin: 0 -15px;
48 }
49
50 #ayg-shortcode-builder .ayg-left-col,
51 #ayg-shortcode-builder .ayg-right-col {
52 width: 100%;
53 }
54
55 #ayg-shortcode-builder .ayg-col-content {
56 padding: 15px;
57 }
58
59 @media only screen and (min-width: 768px) {
60 #ayg-shortcode-builder .ayg-left-col {
61 width: 60%;
62 }
63
64 #ayg-shortcode-builder .ayg-right-col {
65 width: 40%;
66 }
67 }
68
69 /*----------------------------------------------------------------------------------------------
70 *
71 * Settings
72 *
73 *--------------------------------------------------------------------------------------------*/
74 #ayg-table-delete-cache {
75 margin-top: 0;
76 }
77
78 #ayg-table-delete-cache .ayg-text-success {
79 line-height: 28px;
80 margin: 0 7px;
81 }
82
83 /*----------------------------------------------------------------------------------------------
84 *
85 * Modal
86 *
87 *--------------------------------------------------------------------------------------------*/
88 .ayg-modal {
89 position: fixed;
90 width: 100%;
91 height: 100%;
92 margin: 0;
93 padding: 0;
94 top: 0;
95 left: 0;
96 z-index: 9999;
97 }
98
99 .ayg-modal-bg {
100 width: 100%;
101 height: 100%;
102 background-color: #000;
103 opacity: 0.9;
104 }
105
106 .ayg-modal-content {
107 position: absolute;
108 width: 100%;
109 height: 100%;
110 margin: 0;
111 padding: 0;
112 top: 0;
113 left: 0;
114 overflow-y: auto;
115 z-index: 1;
116 }
117
118 .ayg-modal-body {
119 position: relative;
120 width: 90%;
121 max-width: 540px;
122 margin: 50px auto;
123 padding: 15px;
124 background-color: #fff;
125 }
126
127 .ayg-modal-body .ayg-modal-close {
128 position: absolute;
129 width: 25px;
130 height: 25px;
131 top: 15px;
132 right: 15px;
133 color: #999;
134 font-size: 25px;
135 text-align: center;
136 cursor: pointer;
137 }
138
139 .ayg-modal-body .ayg-modal-title {
140 margin: 0 25px 15px 0;
141 }
142
143 /*----------------------------------------------------------------------------------------------
144 *
145 * Editor
146 *
147 *--------------------------------------------------------------------------------------------*/
148 .ayg-editor-section-header {
149 margin: 5px 0 0 0;
150 padding: 10px;
151 background: #e5e5e5;
152 border: 1px solid #ccc;
153 font-size: 1.1em;
154 font-weight: normal;
155 line-height: normal;
156 cursor: pointer;
157 }
158
159 .ayg-editor-section-header:hover {
160 background: #f9f9f9;
161 }
162
163 .ayg-editor-section-header .dashicons-before {
164 color: #006799;
165 line-height: 1.1em;
166 }
167
168 .ayg-editor-section-header .dashicons-plus {
169 display: inline-block;
170 }
171
172 .ayg-editor-section-header .dashicons-minus {
173 display: none;
174 }
175
176 .ayg-active .ayg-editor-section-header .dashicons-plus {
177 display: none;
178 }
179
180 .ayg-active .ayg-editor-section-header .dashicons-minus {
181 display: inline-block;
182 }
183
184 .ayg-editor-controls {
185 margin: -1px 0 0 0;
186 padding: 10px;
187 background: #fff;
188 border: 1px solid #ccc;
189 }
190
191 .ayg-editor-control {
192 margin-bottom: 15px;
193 }
194
195 .ayg-editor-control label {
196 display: block;
197 margin-bottom: 5px;
198 }
199
200 .ayg-editor-control .wp-picker-input-wrap label {
201 display: inline-block;
202 }
203
204 .ayg-editor-control-playlist,
205 .ayg-editor-control-channel,
206 .ayg-editor-control-username,
207 .ayg-editor-control-search,
208 .ayg-editor-control-video,
209 .ayg-editor-control-videos,
210 .ayg-editor-control-order,
211 .ayg-editor-control-limit {
212 display: none;
213 }
214
215 .ayg-editor-field-type-playlist .ayg-editor-control-playlist {
216 display: block;
217 }
218
219 .ayg-editor-field-type-channel .ayg-editor-control-channel,
220 .ayg-editor-field-type-livestream .ayg-editor-control-channel {
221 display: block;
222 }
223
224 .ayg-editor-field-type-username .ayg-editor-control-username {
225 display: block;
226 }
227
228 .ayg-editor-field-type-search .ayg-editor-control-search,
229 .ayg-editor-field-type-search .ayg-editor-control-order,
230 .ayg-editor-field-type-search .ayg-editor-control-limit {
231 display: block;
232 }
233
234 .ayg-editor-field-type-video .ayg-editor-control-video {
235 display: block;
236 }
237
238 .ayg-editor-field-type-video .ayg-editor-control-autoadvance {
239 display: none;
240 }
241
242 .ayg-editor-field-type-livestream .ayg-editor-control-cache,
243 .ayg-editor-field-type-livestream .ayg-editor-control-player_title,
244 .ayg-editor-field-type-livestream .ayg-editor-control-player_description,
245 .ayg-editor-field-type-livestream .ayg-editor-control-autoadvance,
246 .ayg-editor-field-type-livestream .ayg-editor-control-loop {
247 display: none;
248 }
249
250 .ayg-editor-field-type-video .ayg-editor-section-gallery,
251 .ayg-editor-field-type-livestream .ayg-editor-section-gallery {
252 display: none;
253 }
254
255 .ayg-editor-field-type-videos .ayg-editor-control-videos {
256 display: block;
257 }
258
259 /*----------------------------------------------------------------------------------------------
260 *
261 * Block
262 *
263 *--------------------------------------------------------------------------------------------*/
264 .ayg-block-panel label {
265 font-weight: 500;
266 }
267
268 .ayg-block-panel .components-select-control__input {
269 line-height: normal !important;
270 }
271
272 /*----------------------------------------------------------------------------------------------
273 *
274 * Widget
275 *
276 *--------------------------------------------------------------------------------------------*/
277 .widget .ayg-editor {
278 margin-bottom: 15px;
279 }
280
281 .widget .ayg-editor .description {
282 padding: 5px 0 !important;
283 word-break: break-word;
284 }
285
286 .branch-5-8 .widget .ayg-editor strong,
287 .branch-5-9 .widget .ayg-editor strong,
288 .branch-6 .widget .ayg-editor strong {
289 font-weight: 600;
290 }
291
292 .branch-5-8 .widget .ayg-editor .ayg-editor-section-header,
293 .branch-5-9 .widget .ayg-editor .ayg-editor-section-header,
294 .branch-6 .widget .ayg-editor .ayg-editor-section-header {
295 margin: 10px 0 0 0;
296 font-size: 14px;
297 font-weight: normal;
298 }
299
300 .branch-5-8 .widget .ayg-editor .ayg-editor-control,
301 .branch-5-9 .widget .ayg-editor .ayg-editor-control,
302 .branch-6 .widget .ayg-editor .ayg-editor-control {
303 margin-bottom: 7px;
304 }
305
306 .branch-5-8 .widget .ayg-editor .description,
307 .branch-5-9 .widget .ayg-editor .description,
308 .branch-6 .widget .ayg-editor .description {
309 margin: 0;
310 }