<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content { width: 500px; height: 170px; margin: 100px auto; }
#imgbox-loading { position: absolute; top: 0; left: 0; cursor: pointer; display: none; z-index: 90; }
#imgbox-loading div { background: #FFF; width: 100%; height : 100%; }
#imgbox-overlay { position: absolute; top: 0; left: 0; width: 100%; min-width: 1000px; height: 100%; background: #000; display: none; z-index: 80; }
.imgbox-wrap { position: absolute; top: 0; left: 0; background: #FFF; display: none; z-index: 90; min-height: 300px; min-width: 300px; }

.imgbox-img {padding-right: 25px; padding-bottom: 25px; min-width: 300px; min-height: 300px; vertical-align: top; }

.imgbox-title { padding-top: 10px; font-size: 11px; text-align: center; font-family: Arial; color: #333; display: none; }
.imgbox-bg-wrap {position: absolute; padding: 0; margin: 0; display: none; }
.imgbox-bg { position: absolute; width: 300px; height: 300px; }
</pre></body></html>