diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-23 16:24:56 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-23 16:24:56 -0400 |
| commit | d90a9534c04299c7eedefaf4388801722562ad09 (patch) | |
| tree | 9ce4da1f2e4f98e93ff90f8c89636470c5ea6745 /www/css | |
| parent | 2118c797762d6ef2699a80b2dc3356a6f10d0bae (diff) | |
updates for #379 and #383 - you will now see both an MP4 and a GIF icon. MP4 will show only if you are on desktop and using 264 branch
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 7812a173..7ddc4374 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -6,6 +6,29 @@ font-style: normal; } + +.icon.gif-icon { + background-repeat: no-repeat; + background-position: 50%; + height: 100%; + /*background-image: url('../img/gif.svg');*/ + background-image: url('../img/gif-anim.png'); + background-size:contain; +} + + +.icon.mp4-icon { + background-repeat: no-repeat; + background-position: 50%; + height: 100%; + /*background-image: url('../img/gif.svg');*/ + background-image: url('../img/mp4.svg'); + background-size:contain; +} + + + + .icon-super-speed:before { font-family: "fontawesome"; content: "\f135"; |
