Sha256: 5bbb925cc0b163335d7d949042c950853a3d2983e07dd7428ce43c06c0209ced
Contents?: true
Size: 821 Bytes
Versions: 2
Compression:
Stored size: 821 Bytes
Contents
html, body { margin: 0; padding: 0; height: 100%; background: #000; overflow: hidden; } .photo-player { margin: 0; text-align: center; } .current-photo { height: 100%; max-height: 100%; } .caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 1em; background: rgba(0,0,0,0.7); color: #fff; text-align: left; font-family: 'Lato', sans-serif; } .caption a { display: none; } .title { margin-bottom: .25em; font-size: 1.75em; font-weight: bold; } .desc { font-size: 1.5em; max-height: 1.8em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .desc:not(:empty) { padding: .5em 0 .75em; } .photog, .location { display: inline-block; font-size: 1.2em; } .photog:not(:empty) + .location:not(:empty):before { content: ' of '; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
network_executive-0.0.8 | app/assets/stylesheets/network_executive/components/photo_player.css |
network_executive-0.0.7 | app/assets/stylesheets/network_executive/components/photo_player.css |