-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinject.css
More file actions
58 lines (53 loc) · 1.13 KB
/
inject.css
File metadata and controls
58 lines (53 loc) · 1.13 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
.polygraph-lie-marker{
background-color: white;
height: 15px;
width: 15px;
z-index: 10000;
position: relative;
top: -220%;
border: 1px solid red;
border-radius: 10px;
bottom: 200%;
-webkit-font-smoothing: "none";
}
.polygraph-inject-false-claim{
display:inline-block;
margin: 2px 12px;
width: 450px;
height: 180px;
border-radius: 7px;
background-color:#dc3545;
box-shadow: 1px 1px 3px rgba(33, 33, 33, 0.7);
z-index: 100000;
position: relative;
top: -300px;
-webkit-font-smoothing: "none";
}
.polygraph-inject-false-claim-inner{
background-color: #fff;
width: auto;
margin: 3px;
height: 154px;
bottom: 2px;
border-radius: 10px;
box-shadow: inset 0 0 2px black;
padding: 6px 10px;
-webkit-font-smoothing: "none";
color: black;
}
.polygraph-inject-false-claim-header{
color: #fff;
font-size: 12px;
line-height: 20px;
text-align: center;
margin: auto;
-webkit-font-smoothing: "none";
}
p{
color: black;
-webkit-font-smoothing: "none";
}
a{
color: blue;
-webkit-font-smoothing: "none";
}