-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dark.css
113 lines (109 loc) · 2.15 KB
/
dark.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
html, body {margin: 0; height: 100%; overflow: hidden}
h1 {
padding-top: 20px;
text-align: center;
color: white;
font-family: sans-serif;
}
#overlay {
background-color: #1E1F28;
}
#title {
background-color: black;
border-radius: 8px;
padding-left: 50px;
padding-right: 50px;
padding-top: 4px;
padding-bottom: 4px
}
body {
background: #1E1F28;
}
.bigBar {
display: inline-block;
}
#navpadding {
padding-right: 20px
}
p {
font-family: sans-serif;
color: white;
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
height: 25%
}
.black-screen {
background-color: black;
color: white;
}
.button-40 {
padding: 20px;
round-color: grey;
border: 1px solid transparent;
border-radius: .75rem;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
flex: 0 0 auto;
font-family: "arial";
font-size: 1.125rem;
font-weight: 600;
line-height: 1.5rem;
padding: .75rem 1.2rem;
text-align: center;
text-decoration: none #6B7280 solid;
text-decoration-thickness: auto;
transition-duration: .2s;
transition-property: background-color,border-color,color,fill,stroke;
transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
width: auto;
color: black;
}
.button-40:hover {
background-color: #374151;
}
.button-40:focus {
box-shadow: none;
outline: 2px solid transparent;
outline-offset: 2px;
}
@media (min-width: 768px) {
.button-40 {
padding: .75rem 1.5rem;
}
}
#fname {
border: none;
-webkit-appearance: none;
-ms-appearance: none;
-moz-appearance: none;
appearance: none;
background: #373737;
padding: 12px;
border-radius: 12px;
width: 90%;
font-size: 14px;
font-family:"arial";
color: white;
}
::-webkit-input-placeholder {
text-align: center;
}
#space {
padding-top: 20px;
}
#padd {
padding: 68px 0;
padding-bottom: 20px;
padding-top: 20px;
text-align: center;
}
form {
display:inline;
}