-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
91 lines (71 loc) · 1.3 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
* {
font-family: 'Poppins', sans-serif;
}
body {
font-family: 'Caudex', serif !important;
background-image: url("./Desktop\ -\ 1.png");
background-repeat: 100%;
}
h1,
h2,
label {
color: white;
}
::-moz-selection {
background-color: rgb(61, 138, 210);
}
::selection {
background-color: rgb(61, 138, 210);
}
.container {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 10px;
}
.footer{
text-decoration: none;
}
form, .main-box {
background-color: rgb(146, 146, 253);
}
.btn-send {
background-color: rgb(61, 138, 210);
color: white;
}
.btn-send:hover {
background-color: rgb(42, 118, 189);
color: white;
}
@media screen and (max-width: 580px) {
.main-box {
width: 350px;
}
.btn {
width: 130px;
}
}
.xtrema {
font-family: 'Caudex', serif;
margin-top: 300px;
margin-bottom: 50px;
font-size: 50px;
color: rgb(168, 96, 44);
}
#uuid, #score {
display:inline-flex !important;
}
.scoreboard {
background-color: rgba(127, 95, 51, 0.6);
backdrop-filter: blur(10px) !important;
}
.scoreboard-text {
font-family: 'Caudex', serif;
}
.card-body {
font-family: 'Caudex', serif !important;
}
.header {
background-color: rgba(255, 234, 183, 0.6);
}