-
Notifications
You must be signed in to change notification settings - Fork 0
/
index old.html
63 lines (60 loc) · 1.65 KB
/
index old.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html><head>
<title>AK Movie</title>
<style>
body {
margin:0px;
background:#333;
}
</style>
<script src="moz-extension://51d9e3dd-8773-4c58-9aae-9bc987749184/assets/prompt.js"></script><style type="text/css">@font-face{
font-family: 'bnazanin';
src:'./../../fonts/bnazanin.ttf';
}
.dideo-tooltip {
position: relative;
display: inline-block;
font-family: 'bnazanin';
font-size: 0;
padding: 3px 5px;
}
.dideo-tooltip .tooltiptext {
visibility: hidden;
font-family: 'bnazanin';
width: 120px;
font-size: 13px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
top: 0px;
left: 110%;
}
.dideo-img{
width: 18px;
height: 18px;
margin-bottom: -3px;
filter: drop-shadow(0px 0px 2px #adadad);
webkit:filter: drop-shadow(0px 0px 2px #adadad);
}
.dideo-tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 50%;
right: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent black transparent transparent;
}
.dideo-tooltip:hover .tooltiptext {
visibility: visible;
}
.srg{
min-width: 750px;
}</style></head>
<body>
<video src="http://s7.dlrozane.net/dlroozane/98/11/The.Aeronauts.2019.1080p.Farsi.Dubbed.mkv" style="width:100%;height:100%" poster="https://inspirecast.ca/wp-content/uploads/2016/01/Robert-Kiyosaki-The-only-difference-between-a-rich-person-and-poor-person-is-how-they-use-their-time.jpg" controls=""></video>
</body></html>