forked from embeddedsamurai/DeepLopener_PRO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
48 lines (46 loc) · 872 Bytes
/
style.css
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
.deeplopener_translated {
display: block;
background-color: rgba(255, 255, 0, 0.05);
}
.deeplopener_text_oriented div {
text-align: center;
}
.deeplopener_translating {
display: block;
background-color: rgba(255, 0, 0, 0.05);
}
.deeplopener_pdftranslated {
position: absolute;
display: block;
margin: 0;
left: 78%;
width: 20%;
min-width: 10%;
min-height: 10%;
background-color: white;
box-shadow: 0 0 8px gray;
word-wrap: break-word;
overflow: scroll;
padding: 10px;
}
.deeplopener_resultarea {
position: fixed;
background-color: #f0f0f0;
border: solid 2px black;
word-wrap: break-word;
top: 0px;
right: 0px;
padding: 0 10px;
z-index: 9999;
}
.deeplopener_hovertxt {
color: black;
}
.deeplopener_selecting {
outline: solid 1px black;
}
.deeplopener_icon {
z-index: 9999;
cursor: pointer;
position: absolute;
}