-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinjected.css
More file actions
50 lines (47 loc) · 721 Bytes
/
Copy pathinjected.css
File metadata and controls
50 lines (47 loc) · 721 Bytes
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
#bubbledictionaryframe
{
position: fixed;
top: 10px;
right: 10px;
/*border: 1px solid black;
height: 625px;
width: 450px;*/
z-index: 100000;
border-style:outset;
border-width:3px;
border-color:black;/*#336699;*/
border-radius:8px;
padding:1px;
background-color:white;
max-width:458px;
}
#bubbledictionaryiframe
{
float: right;
/*height: 600px;*/
width: 455px;
border: 0px;
}
#bubbledictionaryclose
{
float:left;
cursor:pointer;
}
#bubbledictionarydisable
{
float:right;
cursor:pointer;
text-align:center;
/*width:100px;*/
/*margin:0 auto;*/
font-size:10px;
}
#bubbledictionaryresize
{
float:left;
cursor:pointer;
text-align:center;
/*width:100px;*/
/*margin:0 auto;*/
font-size:10px;
}