forked from SheehabMuhammad/fb-phishing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
97 lines (75 loc) · 1.29 KB
/
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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
h1, h2, h3, h4, h5, a, p, ul, li, img, header, section, div, body {margin: 0; padding: 0;}
header {
width: 1348px;
height: 84px;
background: #3B5998;
}
.main-header {
padding-left:184px;
}
.form {
border: 1px solid #cccccc;
border-radius: 5px;
height: 420px;
margin: 60px auto 45px;
width: 641px;
}
.form h3 {
color: #333333;
border-bottom: 1.5px solid #cccccc;
font-family: tahoma;
font-size: 18px;
font-weight: 600;
margin: 0 20px;
padding: 20px 0 12px;
}
.red-box {
margin:24px auto 0;
width: 600px;
height: 97px;
background: #FFEBE8;
border: 1.5px solid red;
}
.red-box p {
font-size: 10.5px;
font-family: tahoma;
padding: 14px 0 0 20px;
}
.red-box a {
text-decoration: none;
color: #3B5998;
}
.red-box a:hover {
text-decoration: underline;
}
.login-form {
width:75%;
margin: 0 auto;
padding: 23px 0 0 0;
}
.login-form label {
font-family: tahoma;
font-size: 13px;
padding: 2px 10px 3px 5px;
}
.login-form input {
padding: 2px 10px 3px 5px;
}
footer {
width: 984px;
margin:0 auto;
border-top: 1.5px solid #cccccc;
}
ul li {
display: inline;
margin: 0 0 0 28px;
}
ul li a {
text-decoration: none;
font-family: tahoma;
font-size: 10.5px;
color: #3B5998;
}
ul li a:hover {
text-decoration: underline;
}