forked from picopalette/phishing-detection-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin_ui.css
83 lines (78 loc) · 1.37 KB
/
plugin_ui.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
79
80
81
82
83
html {
height: 350px;
}
body {
padding: 0px;
margin: 0px;
background: #fff;
height: 350px;
}
#plugin_name {
width: 330px;
margin: 0 0;
background-color: #195975;
}
h2 {
margin-top: 20px;
margin-bottom: 15px;
font-family: 'Josefin Sans', sans-serif;
text-align: center;
font-size: 15px;
}
h1 {
font-family: 'Russo One', sans-serif;
color: white;
font-size: 25px;
padding: 10px;
text-align: center;
}
.rounded-circle {
background: #58bc8a;
width: 10rem;
height: 10rem;
padding: 10px;
clear: both;
align-content: center;
margin: 0 auto;
}
#site_score{
font-family: 'Josefin Sans', sans-serif;
color: white;
font-weight: bold;
position: relative;
top: 35px;
margin-left: 3px;
text-align: center;
font-size: 50px;
}
#site_msg{
margin-top: 20px;
margin-bottom: 5px;
font-family: 'Josefin Sans', sans-serif;
text-align: center;
font-size: 15px;
}
ul {
list-style: none;
}
li {
font-family: 'Josefin Sans', sans-serif;
font-size: 15px;
font-weight: 400;
margin: 2px;
display: inline-block;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 3px;
color: #fff;
}
iframe {
margin: 10px;
display: inline-block;
}
a {
text-align: center;
display: block;
color: #195975
}