summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css23
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";