summaryrefslogtreecommitdiff
path: root/init.css
diff options
context:
space:
mode:
Diffstat (limited to 'init.css')
-rw-r--r--init.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/init.css b/init.css
new file mode 100644
index 0000000..1ad5969
--- /dev/null
+++ b/init.css
@@ -0,0 +1,18 @@
+.youtube-thumb {
+ position : relative;
+ display : inline-block;
+}
+
+.youtube-thumb .watermark {
+ position : absolute;
+ left : 0;
+ top : 0;
+ width : 100% ! important;
+ height : 100% ! important;
+ filter : invert(1);
+ background-image : url("plugins.local/af_youtube_thumb/img/youtube.svg");
+ background-size : 140px;
+ background-position-y : bottom;
+ background-position-x : 320px;
+ background-repeat : no-repeat;
+}