-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathphishing.css
79 lines (68 loc) · 1012 Bytes
/
phishing.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
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
body {
font-family: Courier;
font-size: 18px;
background-color: white;
color:#fff;
}
#misp{
background-color:#0f1111 !important;
}
pre {
color:#b5d9dd;
}
table{
border-width:10px;
}
td {
border: solid 1px;
padding:3px;
color:#bbd4de;
}
#title{
font-size:20px;
text-align: center;
}
.detection,#detection{
background-color:#281819;
}
#key{
font-weight:bold;
font-size:16px;
background-color:#1d1b1e;
color:#fff;
}
#value{
color:#fff;
background-color:#1d1b1e;
}
.userinfo,.computerinfo,#userinfo,#computerinfo{
background-color:#003249;
}
.falconhost,#falconhost{
background-color:#260119
}
.falcon,#falcon{
background-color:#000033;
}
.fireeye,#fireeye{
background-color:#131a21;
}
a {
color:white;
background-color:black;
}
#ts {
text-align:left !important;
font-weight: bold;
font-size:20px !important;
margin-left:20px;
}
#result {
border-left:solid 10px #385369;
}
#emailbody {
color: black !important;
background-color:white !important;
}
#title{
}