Sha256: 002ce6596db5969509bf8a84a05fc05b4572b7741b8fb8004aa77c31fb3a095d
Contents?: true
Size: 1.36 KB
Versions: 17
Compression:
Stored size: 1.36 KB
Contents
.custom-podcast-player { background-color: #ccc; font-family: Helvetica Neue, sans-serif; font-size: 12px; height: 50px; min-width: 100%; position: relative; width: 1px; } .custom-podcast-player .info, .custom-podcast-player .controls { position: relative; z-index: 1; } .custom-podcast-player .info { font-size: 16px; font-weight: 200; height: 20px; left: 60px; overflow: hidden; position: absolute; top: 15px; } .custom-podcast-player .controls { height: 50px; position: absolute; top: 0; width: 50px; } .custom-podcast-player .controls .play-button { font-size: 34px; line-height: 50px; padding: 0 10px; } .custom-podcast-player .progress-bar { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; } .custom-podcast-player .progress-bar .progress-bar-time-player { display: none; width: 0; } .custom-podcast-player .progress-bar .progress-bar-rail { background-color: #ddd; height: 100%; position: absolute; top: 0; width: 100%; } .custom-podcast-player .progress-bar .progress-bar-played, .custom-podcast-player .progress-bar .progress-bar-loaded { background-color: rgba(100, 149, 237, 0.5); display: block; height: 100%; position: absolute; top: 0; width: 0; } .custom-podcast-player .progress-bar .progress-bar-loaded { background-color: #aaa; display: none; }
Version data entries
17 entries across 17 versions & 1 rubygems