-
Notifications
You must be signed in to change notification settings - Fork 3
/
verify.css
84 lines (73 loc) · 1.32 KB
/
verify.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
body {
background: url(https://media.discordapp.net/attachments/1049418350373118063/1052670223238574080/MIT_Pixel_BG.png) no-repeat center right fixed;
color: #ffffff;
font-family: 'Noto Sans', sans-serif;
margin: 0;
padding: 0;
}
#main {
background-color: #23272a;
margin: auto;
width: 80%;
max-width: 900px;
margin-top: 50px;
padding: 20px;
border-radius: 15px;
overflow-wrap: break-word;
}
a {
color: #7289da;
}
ul form {
background-color: #2c2f33;
border-radius: 15px;
padding: 20px;
padding-left: 30px;
}
#usr_name {
text-align: center;
}
.button {
text-align: center;
background: #9d2235;
text-transform: uppercase;
text-decoration: none;
color: white;
padding: 16px;
border-radius: 4px;
margin-top: 16px;
margin-left: 20px;
margin-right: 20px;
border: none;
}
.singlebutton {
margin-left: 0px;
}
#buttons {
padding-top: 20px;
padding-bottom: 20px;
overflow-wrap: break-word;
color: white;
}
#btn_yes {
background: #2e6930;
}
.button:hover {
box-shadow: 0 0 5px;
}
#name {
border-radius: 4px;
padding: 16px;
width: 200px;
}
.error {
color: orange;
}
h5 {
color: #BEBEBE;
}
#subthing {
background-color: #2c2f33;
border-radius: 15px;
padding: 20px;
}