admin-folders.css
4 years ago
admin-galleries.css
3 years ago
admin-gallery.css
4 years ago
admin-plugins.css
3 years ago
admin.css
4 years ago
gallery-basicgrid.css
7 months ago
gallery-basicmasonry.css
7 months ago
gallery.css
1 year ago
gutenberg.min.css
4 years ago
admin-galleries.css
472 lines
| 1 | /* Font */ |
| 2 | @font-face { |
| 3 | font-family: 'responsive-lightbox'; |
| 4 | src: url('../font/responsive-lightbox.eot?86939755'); |
| 5 | src: url('../font/responsive-lightbox.eot?86939755#iefix') format('embedded-opentype'), |
| 6 | url('../font/responsive-lightbox.woff2?86939755') format('woff2'), |
| 7 | url('../font/responsive-lightbox.woff?86939755') format('woff'), |
| 8 | url('../font/responsive-lightbox.ttf?86939755') format('truetype'), |
| 9 | url('../font/responsive-lightbox.svg?86939755#responsive-lightbox') format('svg'); |
| 10 | font-weight: normal; |
| 11 | font-style: normal; |
| 12 | } |
| 13 | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
| 14 | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
| 15 | /* |
| 16 | @media screen and (-webkit-min-device-pixel-ratio:0) { |
| 17 | @font-face { |
| 18 | font-family: 'responsive-lightbox'; |
| 19 | src: url('../font/responsive-lightbox.svg?86939755#responsive-lightbox') format('svg'); |
| 20 | } |
| 21 | } |
| 22 | */ |
| 23 | |
| 24 | .rl-design-options-show_icon { |
| 25 | padding-right: 15px; |
| 26 | } |
| 27 | .rl-design-options-show_icon:after { |
| 28 | font-family: "responsive-lightbox"; |
| 29 | font-style: normal; |
| 30 | font-weight: normal; |
| 31 | speak: none; |
| 32 | |
| 33 | display: inline-block; |
| 34 | text-decoration: inherit; |
| 35 | width: 1em; |
| 36 | text-align: center; |
| 37 | /* opacity: .8; */ |
| 38 | |
| 39 | /* For safety - reset parent styles, that can break glyph codes*/ |
| 40 | font-variant: normal; |
| 41 | text-transform: none; |
| 42 | |
| 43 | /* fix buttons height, for twitter bootstrap */ |
| 44 | line-height: 1em; |
| 45 | |
| 46 | /* you can be more comfortable with increased icons size */ |
| 47 | /* font-size: 120%; */ |
| 48 | |
| 49 | /* Font smoothing. That was taken from TWBS */ |
| 50 | -webkit-font-smoothing: antialiased; |
| 51 | -moz-osx-font-smoothing: grayscale; |
| 52 | |
| 53 | /* Uncomment for 3D effect */ |
| 54 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
| 55 | } |
| 56 | |
| 57 | .rl-design-options-show_icon[for=rl-design-options-show_icon-1]:after { content: '\e800'; } |
| 58 | .rl-design-options-show_icon[for=rl-design-options-show_icon-2]:after { content: '\e801'; } |
| 59 | .rl-design-options-show_icon[for=rl-design-options-show_icon-3]:after { content: '\e802'; } |
| 60 | .rl-design-options-show_icon[for=rl-design-options-show_icon-4]:after { content: '\e803'; } |
| 61 | .rl-design-options-show_icon[for=rl-design-options-show_icon-5]:after { content: '\f0fe'; } |
| 62 | .rl-design-options-show_icon[for=rl-design-options-show_icon-6]:after { content: '\e809'; } |
| 63 | .rl-design-options-show_icon[for=rl-design-options-show_icon-7]:after { content: '\e80a'; } |
| 64 | .rl-design-options-show_icon[for=rl-design-options-show_icon-8]:after { content: '\e80b'; } |
| 65 | .rl-design-options-show_icon[for=rl-design-options-show_icon-9]:after { content: '\e80d'; } |
| 66 | .rl-design-options-show_icon[for=rl-design-options-show_icon-10]:after { content: '\e80e'; } |
| 67 | .rl-design-options-show_icon[for=rl-design-options-show_icon-11]:after { content: '\f08e'; } |
| 68 | .rl-design-options-show_icon[for=rl-design-options-show_icon-12]:after { content: '\f0b2'; } |
| 69 | .rl-design-options-show_icon[for=rl-design-options-show_icon-13]:after { content: '\e804'; } |
| 70 | .rl-design-options-show_icon[for=rl-design-options-show_icon-14]:after { content: '\f14c'; } |
| 71 | .rl-design-options-show_icon[for=rl-design-options-show_icon-15]:after { content: '\f196'; } |
| 72 | .rl-design-options-show_icon[for=rl-design-options-show_icon-16]:after { content: '\f24d'; } |
| 73 | |
| 74 | /* edit.php */ |
| 75 | .wp-list-table .column-image { |
| 76 | width: 80px; |
| 77 | } |
| 78 | .wp-list-table .column-image .media-icon { |
| 79 | position: relative; |
| 80 | overflow: hidden; |
| 81 | text-align: center; |
| 82 | height: 62px; |
| 83 | } |
| 84 | .wp-list-table .column-image img { |
| 85 | position: absolute; |
| 86 | left: 50%; |
| 87 | top: 50%; |
| 88 | height: 100%; |
| 89 | width: auto; |
| 90 | -webkit-transform: translate(-50%,-50%); |
| 91 | -ms-transform: translate(-50%,-50%); |
| 92 | transform: translate(-50%,-50%); |
| 93 | } |
| 94 | .wp-list-table .column-image img.format-portrait { |
| 95 | width: 100%; |
| 96 | height: auto; |
| 97 | } |
| 98 | .wp-list-table .column-image span { |
| 99 | display: block; |
| 100 | } |
| 101 | |
| 102 | /* post.php */ |
| 103 | #post-body-content h2.nav-tab-wrapper { |
| 104 | padding: 9px 0 0 0; |
| 105 | margin-bottom: 20px; |
| 106 | } |
| 107 | |
| 108 | .rl-gallery-tab .hndle { |
| 109 | padding-left: 16px; |
| 110 | } |
| 111 | .rl-gallery-tab:before { |
| 112 | display: inline-block; |
| 113 | font: 400 14px/1 dashicons; |
| 114 | vertical-align: middle; |
| 115 | padding-right: 5px; |
| 116 | margin-top: -2px; |
| 117 | content: "\f128"; |
| 118 | } |
| 119 | #rl-gallery-tab-images:before { |
| 120 | content: "\f161"; |
| 121 | } |
| 122 | #rl-gallery-tab-config:before { |
| 123 | content: "\f111"; |
| 124 | } |
| 125 | #rl-gallery-tab-design:before { |
| 126 | content: "\f100"; |
| 127 | } |
| 128 | #rl-gallery-tab-paging:before { |
| 129 | content: "\f333"; |
| 130 | } |
| 131 | #rl-gallery-tab-lightbox:before { |
| 132 | content: "\f128"; |
| 133 | } |
| 134 | #rl-gallery-tab-misc:before { |
| 135 | content: "\f107"; |
| 136 | } |
| 137 | |
| 138 | #responsive-gallery-shortcode .inside { |
| 139 | padding:-bottom 16px; |
| 140 | } |
| 141 | #responsive-gallery-shortcode .rl-shortcode { |
| 142 | display: block; |
| 143 | } |
| 144 | |
| 145 | .rl-metabox-content .inside { |
| 146 | padding: 8px 16px 16px; |
| 147 | } |
| 148 | .rl-metabox-content .handle-actions { |
| 149 | display: none; |
| 150 | } |
| 151 | .rl-metabox-content .hndle { |
| 152 | cursor: pointer; |
| 153 | pointer-events: none; |
| 154 | } |
| 155 | .rl-hide-metabox { |
| 156 | display: none !important; |
| 157 | } |
| 158 | .rl-display-metabox { |
| 159 | display: block !important; |
| 160 | margin-bottom: 0; |
| 161 | } |
| 162 | .rl-gallery-tab-menu { |
| 163 | margin: 10px 0; |
| 164 | } |
| 165 | .rl-gallery-tab-menu .spinner { |
| 166 | margin: 0 0 0 5px; |
| 167 | float: none; |
| 168 | vertical-align: top; |
| 169 | } |
| 170 | .rl-gallery-tab-description { |
| 171 | font-style: italic; |
| 172 | } |
| 173 | .rl-gallery-tab-content { |
| 174 | margin-top: 15px; |
| 175 | } |
| 176 | .rl-gallery-tab-menu.rl-loading-content input, |
| 177 | .rl-gallery-tab-menu.rl-loading-content label { |
| 178 | pointer-events: none; |
| 179 | } |
| 180 | .rl-gallery-tab-content.rl-loading-content, |
| 181 | .rl-gallery-tab-content .rl-content-disabled { |
| 182 | pointer-events: none; |
| 183 | opacity: 0.4; |
| 184 | transition: opacity 0.3s ease-in-out; |
| 185 | } |
| 186 | .rl-gallery-tab-content.rl-loading-content .rl-content-disabled { |
| 187 | pointer-events: none; |
| 188 | opacity: 1; |
| 189 | transition: none; |
| 190 | } |
| 191 | .rl-gallery-tab-content .description { |
| 192 | font-size: 13px; |
| 193 | } |
| 194 | .rl-gallery-tab-inside > div { |
| 195 | margin: 10px 0; |
| 196 | } |
| 197 | .rl-gallery-tab-content .form-table td:first-child label { |
| 198 | font-weight: 600; |
| 199 | color: #23282d; |
| 200 | } |
| 201 | .rl-gallery-tab-inside .form-table { |
| 202 | width: 100%; |
| 203 | margin: 0; |
| 204 | padding: 0; |
| 205 | } |
| 206 | .rl-gallery-tab-inside textarea { |
| 207 | height: 120px; |
| 208 | } |
| 209 | .rl-gallery-tab-inside .form-table td:first-child { |
| 210 | vertical-align: top; |
| 211 | } |
| 212 | .rl-gallery-tab-inside .form-table td { |
| 213 | padding: 15px 10px 15px 0; |
| 214 | } |
| 215 | .rl-gallery-tab-inside .form-table td { |
| 216 | padding: 10px; |
| 217 | } |
| 218 | .rl-gallery-tab-content .form-table td.rl-colspan { |
| 219 | padding-left: 0; |
| 220 | padding-right: 0; |
| 221 | } |
| 222 | .rl-gallery-tab-inside .rl-gallery-buttons .button { |
| 223 | margin-right: 10px; |
| 224 | } |
| 225 | .rl-gallery-tab-inside .rl-gallery-buttons .button.button-disabled { |
| 226 | pointer-events: none; |
| 227 | } |
| 228 | .rl-gallery-tab-inside .rl-gallery-buttons .description { |
| 229 | margin-top: 12px; |
| 230 | min-height: 20px; |
| 231 | } |
| 232 | .rl-gallery-tab-inside .rl-gallery-content { |
| 233 | text-align: left; |
| 234 | border: 1px dashed #aaa; |
| 235 | padding: 0; |
| 236 | margin: 16px 0 0 0; |
| 237 | min-height: 178px; |
| 238 | line-height: 0; |
| 239 | } |
| 240 | |
| 241 | .rl-gallery-field-section h3 { |
| 242 | margin: 0; |
| 243 | font-style: italic; |
| 244 | } |
| 245 | .rl-gallery-field-output { |
| 246 | display: inline-block; |
| 247 | font-size: inherit; |
| 248 | margin: 0; |
| 249 | text-align: left; |
| 250 | } |
| 251 | .rl-gallery-field-hidden { |
| 252 | display: none; |
| 253 | } |
| 254 | |
| 255 | .rl-gallery-images { |
| 256 | margin: 0 0 14px 14px; |
| 257 | font-size: 0; |
| 258 | text-align: left; |
| 259 | } |
| 260 | .rl-gallery-images.rl-gallery-images-featured .rl-gallery-image, |
| 261 | .rl-gallery-images.rl-gallery-images-folders .rl-gallery-image, |
| 262 | .rl-gallery-images.rl-gallery-images-remote_library .rl-gallery-image { |
| 263 | cursor: default; |
| 264 | } |
| 265 | .rl-gallery-images.rl-gallery-images-featured .rl-gallery-image-remove { |
| 266 | display: none; |
| 267 | } |
| 268 | .rl-gallery-images .rl-gallery-image { |
| 269 | display: inline-block; |
| 270 | width: 150px; |
| 271 | height: 150px; |
| 272 | margin: 14px 14px 0 0; |
| 273 | position: relative; |
| 274 | box-sizing: border-box; |
| 275 | cursor: move; |
| 276 | background: #f7f7f7; |
| 277 | box-shadow: inset 0 0 15px rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(0 0 0 / 5%); |
| 278 | } |
| 279 | .rl-gallery-images .rl-gallery-image .rl-gallery-inner { |
| 280 | position: absolute; |
| 281 | overflow: hidden; |
| 282 | top: 0; |
| 283 | right: 0; |
| 284 | bottom: 0; |
| 285 | left: 0; |
| 286 | opacity: 1; |
| 287 | } |
| 288 | .rl-gallery-images .rl-gallery-image .rl-gallery-inner .centered { |
| 289 | position: absolute; |
| 290 | top: 0; |
| 291 | left: 0; |
| 292 | width: 100%; |
| 293 | height: 100%; |
| 294 | transform: translate( 50%, 50% ); |
| 295 | box-sizing: content-box; |
| 296 | } |
| 297 | .rl-gallery-images .rl-gallery-image .rl-gallery-inner img { |
| 298 | position: absolute; |
| 299 | left: 0; |
| 300 | top: 0; |
| 301 | transform: translate(-50%,-50%); |
| 302 | display: block; |
| 303 | height: auto; |
| 304 | width: auto; |
| 305 | } |
| 306 | .rl-gallery-images .rl-gallery-image .rl-gallery-inner img.format-portrait { |
| 307 | max-width: 100%; |
| 308 | } |
| 309 | .rl-gallery-images .rl-gallery-image .rl-gallery-inner img.format-landscape { |
| 310 | max-height: 100%; |
| 311 | } |
| 312 | .rl-gallery-images .rl-gallery-image.rl-status-active .rl-gallery-inner { |
| 313 | opacity: 1; |
| 314 | } |
| 315 | .rl-gallery-images .rl-gallery-image.rl-status-inactive .rl-gallery-inner { |
| 316 | opacity: 0.4; |
| 317 | } |
| 318 | .rl-gallery-images .rl-gallery-image .rl-gallery-actions { |
| 319 | position: absolute; |
| 320 | top: -10px; |
| 321 | right: -10px; |
| 322 | } |
| 323 | .rl-gallery-images .rl-gallery-image .rl-gallery-actions a { |
| 324 | color: #777; |
| 325 | cursor: pointer; |
| 326 | overflow: visible; |
| 327 | text-align: center; |
| 328 | text-decoration: none; |
| 329 | font-size: 14px; |
| 330 | line-height: 16px; |
| 331 | width: 14px; |
| 332 | height: 14px; |
| 333 | padding: 3px; |
| 334 | background: #fff; |
| 335 | box-shadow: 0 1px 2px rgba(0,0,0,0.2); |
| 336 | border-radius: 50%; |
| 337 | opacity: 0; |
| 338 | -webkit-transition: opacity 0.3s ease-in-out; |
| 339 | -moz-transition: opacity 0.3s ease-in-out; |
| 340 | -ms-transition: opacity 0.3s ease-in-out; |
| 341 | -o-transition: opacity 0.3s ease-in-out; |
| 342 | transition: opacity 0.3s ease-in-out; |
| 343 | } |
| 344 | .rl-gallery-images .rl-gallery-image:hover .rl-gallery-actions a { |
| 345 | opacity: 1; |
| 346 | } |
| 347 | .rl-gallery-images .rl-gallery-image .rl-gallery-actions a:hover { |
| 348 | color: #333; |
| 349 | } |
| 350 | .rl-gallery-preview-pagination { |
| 351 | margin: 10px 0; |
| 352 | text-align: center; |
| 353 | } |
| 354 | .rl-gallery-preview-pagination.tablenav .tablenav-pages { |
| 355 | float: none; |
| 356 | } |
| 357 | @media screen and (max-width: 782px) { |
| 358 | .rl-gallery-preview-pagination .tablenav-pages .pagination-links .current-page { |
| 359 | display: inline-block; |
| 360 | width: auto; |
| 361 | } |
| 362 | } |
| 363 | .rl-gallery-preview-inside .spinner { |
| 364 | margin: 4px 0 0 5px; |
| 365 | float: none; |
| 366 | } |
| 367 | .rl-gallery-preview-inside p.description { |
| 368 | margin-top: 12px; |
| 369 | min-height: 20px; |
| 370 | } |
| 371 | .rl-gallery-sortable-placeholder { |
| 372 | width: 148px; |
| 373 | height: 148px; |
| 374 | border: 1px dashed #ddd; |
| 375 | margin: 14px 14px 0 0; |
| 376 | display: inline-block; |
| 377 | } |
| 378 | |
| 379 | label[for="responsive-gallery-images-hide"], |
| 380 | label[for="responsive-gallery-config-hide"], |
| 381 | label[for="responsive-gallery-design-hide"], |
| 382 | label[for="responsive-gallery-paging-hide"], |
| 383 | label[for="responsive-gallery-lightbox-hide"], |
| 384 | label[for="responsive-gallery-misc-hide"] { |
| 385 | display: none; |
| 386 | } |
| 387 | |
| 388 | .media-modal.rl-edit-modal { |
| 389 | left: 15%; |
| 390 | right: 15%; |
| 391 | top: 100px; |
| 392 | bottom: 100px; |
| 393 | } |
| 394 | .media-modal.rl-edit-modal .media-toolbar, |
| 395 | .media-modal.rl-edit-modal .attachments, |
| 396 | .media-modal.rl-edit-modal .media-sidebar { |
| 397 | -webkit-transition: none; |
| 398 | -moz-transition: none; |
| 399 | -o-transition: none; |
| 400 | transition: none; |
| 401 | } |
| 402 | .media-modal.rl-edit-modal .attachments, |
| 403 | .media-modal.rl-edit-modal .media-frame-content .media-toolbar { |
| 404 | display: none; |
| 405 | } |
| 406 | .media-modal.rl-edit-modal .media-frame-content { |
| 407 | top: 50px; |
| 408 | } |
| 409 | .media-modal.rl-edit-modal .media-frame-title { |
| 410 | border-bottom: 1px solid #DFDFDF; |
| 411 | box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1); |
| 412 | } |
| 413 | .media-modal.rl-edit-modal .media-frame-content .media-sidebar { |
| 414 | width: auto; |
| 415 | left: 0px; |
| 416 | } |
| 417 | .media-modal.rl-edit-modal .media-toolbar { |
| 418 | right: 0; |
| 419 | } |
| 420 | #rl-edit-attachment-modal .attachment-info .details { |
| 421 | min-width: 65%; |
| 422 | } |
| 423 | #rl-edit-attachment-modal .attachment-info .thumbnail { |
| 424 | max-width: calc(35% - 10px); |
| 425 | max-height: 200px; |
| 426 | } |
| 427 | #rl-edit-attachment-modal .attachment-info .thumbnail img { |
| 428 | max-width: 100%; |
| 429 | max-height: 200px; |
| 430 | } |
| 431 | #rl-edit-attachment-modal .attachment-info .wp-media-wrapper { |
| 432 | max-width: calc(35% - 10px); |
| 433 | float: left; |
| 434 | margin-top: 5px; |
| 435 | margin-right: 10px; |
| 436 | margin-bottom: 5px; |
| 437 | } |
| 438 | #rl-edit-attachment-modal .attachment-details .edit-attachment { |
| 439 | display: none; |
| 440 | } |
| 441 | #rl-edit-attachment-modal .attachment-details .setting .name { |
| 442 | min-width: 34%; |
| 443 | margin-right: 0; |
| 444 | } |
| 445 | #rl-edit-attachment-modal .compat-item .label { |
| 446 | min-width: 34%; |
| 447 | margin-right: 0; |
| 448 | } |
| 449 | |
| 450 | @media only screen and (max-width: 640px), screen and (max-height: 400px) { |
| 451 | #rl-edit-attachment-modal .media-sidebar { |
| 452 | z-index: inherit; |
| 453 | max-width: 100%; |
| 454 | bottom: 0; |
| 455 | box-sizing: border-box; |
| 456 | padding-bottom: 0; |
| 457 | } |
| 458 | #rl-edit-attachment-modal .attachment-info .thumbnail { |
| 459 | max-width: 100%; |
| 460 | } |
| 461 | #rl-edit-attachment-modal .attachment-info .wp-media-wrapper { |
| 462 | max-width: 100%; |
| 463 | } |
| 464 | } |
| 465 | |
| 466 | |
| 467 | @media (max-width: 960px) { |
| 468 | .media-modal.rl-edit-modal { |
| 469 | left: 5%; |
| 470 | right: 5%; |
| 471 | } |
| 472 | } |