PluginProbe
Photonic Gallery & Lightbox for Flickr, SmugMug & Others / 2.22
Photonic Gallery & Lightbox for Flickr, SmugMug & Others v2.22
3.35 3.34 3.33 2.19 2.20 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30 2.31 2.32 2.33 2.34 2.40 2.41 2.42 2.43 2.44 2.45 All 140 releases
photonic / include / css / admin-editor.css

admin-editor.css in Photonic Gallery & Lightbox for Flickr, SmugMug & Others 2.22, at include/css/admin-editor.css

21 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .photonic-gallery { border: 1px solid #ccc; height: 300px; margin: 1em 0; text-align: center; }
2 .photonic-gallery .photonic-source { width: 256px; height: 256px; background: url(../images/Admin.svg) no-repeat; background-size: 100%; margin: 0 auto; }
3 .photonic-gallery-500px .photonic-source { background-position: 0 0; }
4 .photonic-gallery-flickr .photonic-source { background-position: 0 -256px; }
5 .photonic-gallery-instagram .photonic-source { background-position: 0 -512px; }
6 .photonic-gallery-smugmug .photonic-source { background-position: 0 -768px; }
7 .photonic-gallery-zenfolio .photonic-source { background-position: 0 -1024px; }
8 .photonic-gallery-wp .photonic-source { background-position: 0 -1280px; }
9 .photonic-gallery-picasa .photonic-source { background-position: 0 -1536px; }
10 .photonic-gallery-google .photonic-source { background-position: 0 -1792px; }
11
12 .mce-content-body img.wp-media.wp-gallery.photonic-gallery { height: 256px; background-image: url(../images/Admin.svg); background-size: 256px; }
13 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-500px { background-position: center 0; }
14 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-flickr { background-position: center -256px; }
15 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-instagram { background-position: center -512px; }
16 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-smugmug { background-position: center -768px; }
17 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-zenfolio { background-position: center -1024px; }
18 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-wp { background-position: center -1280px; }
19 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-picasa { background-position: center -1536px; }
20 .mce-content-body img.wp-media.wp-gallery.photonic-gallery-google { background-position: center -1792px; }
21