summaryrefslogtreecommitdiff
path: root/init.css
blob: 1ad5969b52db4f471a8e66d54511a85262d634ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}