anubis_doc.maml.html
1.71 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
p { width: 600px; }
.dropdown { position: relative;
display: inline-block; }
.drp-content { display: none;
position: fixed;
bottom: 10px;
right: 10px;
background-color: #ffccdd;
max-width: 500px;
box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.6);
padding: 0px 6px;
z-index: 0; }
.dropdown:hover .drp-content { display: block;
z-index: 2; }
.popup { position: relative;
display: inline-block; }
.popup-content { display: none;
position: absolute;
background-color: #ffffff;
box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.6);
padding: 0px 0px;
z-index: 0; }
.popup:hover .popup-content { display: block;
z-index: 2; }
</style>
</head><body><center><table style="width: 600px; font-size:12px;"><tr><td><div style=" text-justify: inter-word; width: 600px; line-height: 17px; ">
</div></td></tr></table></center></body></html>