-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstyle.css
129 lines (112 loc) · 1.94 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300&display=swap');
#particles-js {
position: fixed;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
html {
font-family: "Fredoka", "sans-serif";
/*background-color: #1e88e5;*/
color: white;
}
button {
font-family: "Fredoka", "sans-serif";
background-color: #64dd17;
color: white;
border-color: white;
display: block;
margin: 0 auto;
font-size: 18px;
border-radius: 10px;
}
#copy {
background-color: #AB47BC;
}
#title {
color: #e53935;
font-family: "Fredoka", "sans-serif";
}
#footer {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#footer a,
#footer img {
margin: 0 15px;
width: 100px;
height: auto;
}
#more_info {
display: hidden;
}
input {
font-family: "Fredoka", "sans-serif";
background-color: #f57f17;
color: white;
border-color: white;
display: block;
margin: 0 auto;
font-size: 20px;
border-radius: 15px;
border-style: ridge;
}
#aboutblank {
background-color: #BDBDBD;
}
::placeholder {
color: #FFC107;
font-size:20px;
text-align: center;
font-family: "Fredoka", "sans-serif";
}
h1,
h3,
h4,
h5,
h6 {
text-align: center;
font-family: "Fredoka", "sans-serif";
}
iframe {
display: block;
margin: 0 auto;
}
#tip {
color: lightgreen;
font-family: "Fredoka", "sans-serif";
}
#condition {
color: #e53935;
text-align: center;
font-size: 18px;
font-family: "Fredoka", "sans-serif";
}
#seperator {
text-align: center;
font-size: 30px;
}
#copy_tip {
font-family: "Fredoka", "sans-serif";
color: #AB47BC;
}
#footer a,
#footer img {
display: inline-block;
vertical-align: middle;
}
.fade-in {
opacity: 0;
transition: opacity 0.65s ease-in;
}
.fade-in.active {
opacity: 1;
}
body {
background: linear-gradient(to bottom, rgb(30, 136, 229), rgb(0, 0, 139));
background-attachment: fixed;
}