PluginProbe
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels / 1.6.5
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels v1.6.5
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 / public / assets / css / public.css

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

239 lines 4.8 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-no-scroll {
7 overflow: hidden;
8 }
9
10 .ayg-btn {
11 margin: 1px;
12 padding: 5px 10px;
13 background: #e6e6e6;
14 border-radius: 2px;
15 color: #666;
16 text-transform: uppercase;
17 line-height: 1;
18 cursor: pointer;
19 }
20
21 .ayg-btn:hover,
22 .ayg-btn:focus {
23 background: #333;
24 color: #fff;
25 }
26
27 /*----------------------------------------------------------------------------------------------
28 *
29 * Player
30 *
31 *--------------------------------------------------------------------------------------------*/
32 .ayg-player-wrapper {
33 position: relative;
34 width: 100%;
35 height: 0;
36 padding-bottom: 56.25%;
37 }
38
39 .ayg-player-wrapper .fluid-width-video-wrapper {
40 position: static !important;
41 }
42
43 .ayg-player-iframe {
44 position: absolute;
45 width: 100%;
46 height: 100%;
47 top: 0;
48 left: 0;
49 }
50
51 .ayg-player-caption,
52 .ayg-player-title,
53 .ayg-player-description {
54 margin: 0 !important;
55 padding: 7px 0;
56 }
57
58 .ayg-player-description-more {
59 display: none;
60 }
61
62 .ayg-player-description-toggle-btn {
63 display: block;
64 margin: 10px 0;
65 font-weight: bold;
66 }
67
68 /*----------------------------------------------------------------------------------------------
69 *
70 * Responsive Grid
71 *
72 *--------------------------------------------------------------------------------------------*/
73 .ayg-row {
74 display: -webkit-flex; /* Safari */
75 -webkit-flex-wrap: wrap; /* Safari 6.1+ */
76 display: flex;
77 flex-wrap: wrap;
78 margin: 0 -15px;
79 }
80
81 .ayg-col {
82 width: 100%;
83 }
84
85 @media only screen and (min-width: 480px) {
86 .ayg-col-2 {
87 width: 50%;
88 }
89
90 .ayg-col-3 {
91 width: 33.33%;
92 }
93
94 .ayg-col-4 {
95 width: 25%;
96 }
97
98 .ayg-col-5 {
99 width: 20%;
100 }
101
102 .ayg-col-6 {
103 width: 16.66%;
104 }
105
106 .ayg-col-7 {
107 width: 14.28%;
108 }
109
110 .ayg-col-8 {
111 width: 12.5%;
112 }
113
114 .ayg-col-9 {
115 width: 11.11%;
116 }
117
118 .ayg-col-10 {
119 width: 10%;
120 }
121
122 .ayg-col-11 {
123 width: 9.09%;
124 }
125
126 .ayg-col-12 {
127 width: 8.33%;
128 }
129 }
130
131 /*----------------------------------------------------------------------------------------------
132 *
133 * Thumbnail
134 *
135 *--------------------------------------------------------------------------------------------*/
136 .ayg-thumbnail {
137 padding: 15px;
138 cursor: pointer;
139 }
140
141 .ayg-thumbnail-image-wrapper {
142 position: relative;
143 }
144
145 .ayg-thumbnail-image {
146 display: block;
147 width: 100%;
148 height: auto;
149 }
150
151 .ayg-thumbnail .ayg-thumbnail-icon-play {
152 display: inline-block;
153 position: absolute;
154 width: 32px;
155 top: 50%;
156 left: 50%;
157 margin-top: -16px;
158 margin-left: -16px;
159 fill: #fff;
160 stroke: none;
161 stroke-width: 0;
162 vertical-align: middle;
163 pointer-events: none;
164 z-index: 3;
165 }
166
167 .ayg-thumbnail-title,
168 .ayg-thumbnail-excerpt {
169 margin: 10px 0 0 0;
170 padding: 0;
171 }
172
173 .ayg-thumbnail-title {
174 font-weight: bold;
175 }
176
177 .ayg-thumbnail-active {
178 position: absolute;
179 padding: 5px 7px;
180 right: 0;
181 bottom: 0;
182 background: #222;
183 color: #fff;
184 font-size: 12px;
185 line-height: 1;
186 z-index: 1;
187 }
188
189 .ayg-active .ayg-thumbnail-active {
190 display: inline-block !important;
191 }
192
193 /*----------------------------------------------------------------------------------------------
194 *
195 * Pagination
196 *
197 *--------------------------------------------------------------------------------------------*/
198 .ayg-pagination {
199 margin: 15px 0;
200 text-align: center;
201 }
202
203 .ayg-pagination-info {
204 padding: 0 7px;
205 }
206
207 .ayg-pagination.ayg-loading {
208 display: block;
209 width: 100%;
210 height: 32px;
211 background-image: url( '../images/spinner-light.gif' );
212 background-position: center center;
213 background-repeat: no-repeat;
214 }
215
216 .ayg-pagination.ayg-loading .ayg-pagination-prev,
217 .ayg-pagination.ayg-loading .ayg-pagination-info,
218 .ayg-pagination.ayg-loading .ayg-pagination-next,
219 .ayg-pagination.ayg-loading .ayg-pagination-more {
220 visibility: hidden;
221 }
222
223 /*----------------------------------------------------------------------------------------------
224 *
225 * Backward Compatibility
226 *
227 *--------------------------------------------------------------------------------------------*/
228 .ayg-thumbnail-play-icon {
229 position: absolute;
230 width: 100%;
231 height: 100%;
232 top: 0;
233 left: 0;
234 background-image: url( '../images/play.png' );
235 background-repeat: no-repeat;
236 background-position: center;
237 pointer-events: none;
238 z-index: 2;
239 }