# photonic/2.30/include/css/admin-editor.css

Photonic Gallery &amp; Lightbox for Flickr, SmugMug &amp; Others, version 2.30. 21 lines.

- Page: https://pluginprobe.com/plugins/photonic/2.30/code/include/css/admin-editor.css
- Raw: https://pluginprobe.com/plugins/photonic/2.30/raw/include/css/admin-editor.css
- Modified: 2018-09-30T23:35:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/photonic/2.30/code/include/css/admin-editor.css#L10-L20`.

```css
.photonic-gallery { border: 1px solid #ccc; height: 300px; margin: 1em 0; text-align: center; }
.photonic-gallery .photonic-source { width: 256px; height: 256px; background: url(../images/Admin.svg) no-repeat; background-size: 100%; margin: 0 auto; }
.photonic-gallery-500px .photonic-source { background-position: 0 0; }
.photonic-gallery-flickr .photonic-source { background-position: 0 -256px; }
.photonic-gallery-instagram .photonic-source { background-position: 0 -512px; }
.photonic-gallery-smugmug .photonic-source { background-position: 0 -768px; }
.photonic-gallery-zenfolio .photonic-source { background-position: 0 -1024px; }
.photonic-gallery-wp .photonic-source { background-position: 0 -1280px; }
.photonic-gallery-picasa .photonic-source { background-position: 0 -1536px; }
.photonic-gallery-google .photonic-source { background-position: 0 -1792px; }

.mce-content-body img.wp-media.wp-gallery.photonic-gallery { height: 256px; background-image: url(../images/Admin.svg); background-size: 256px; }
.mce-content-body img.wp-media.wp-gallery.photonic-gallery-500px { background-position: center 0; }
.mce-content-body img.wp-media.wp-gallery.photonic-gallery-flickr { background-position: center -256px; }
.mce-content-body img.wp-media.wp-gallery.photonic-gallery-instagram { background-position: center -512px; }
.mce-content-body img.wp-media.wp-gallery.photonic-gallery-smugmug { background-position: center -768px; }
.mce-content-body img.wp-media.wp-gallery.photonic-gallery-zenfolio { background-position: center -1024px; }
.mce-content-body img.wp-media.wp-gallery.photonic-gallery-wp { background-position: center -1280px; }
.mce-content-body img.wp-media.wp-gallery.photonic-gallery-picasa { background-position: center -1536px; }
.mce-content-body img.wp-media.wp-gallery.photonic-gallery-google { background-position: center -1792px; }

```
