| 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 |
|