-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtry.css
More file actions
161 lines (146 loc) · 4.24 KB
/
Copy pathtry.css
File metadata and controls
161 lines (146 loc) · 4.24 KB
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
body {
font-family: Arial, sans-serif;
background-color: #0a0014; /* Darker black with a hint of deep purple */
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
color: #c2b3ff; /* More vibrant glowing blue */
}
.volume-control {
position: absolute;
top: 10px;
left: 10px;
padding: 14px 28px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
border: 2px solid rgba(194, 179, 255, 0.7);
border-radius: 8px;
background: rgba(0, 10, 20, 0.85);
color: rgba(194, 179, 255, 0.7);
text-transform: uppercase;
text-shadow: 0 0 15px rgba(194, 179, 255, 0.7);
box-shadow: 0 0 25px rgba(194, 179, 255, 0.7);
transition: all 0.3s ease-in-out;
margin-top: 15px;
}
.volume{
font-size: 10px;
cursor: pointer;
border: 2px solid rgba(194, 179, 255, 0.7);
border-radius: 8px;
background: rgba(0, 10, 20, 0.85);
color: rgba(194, 179, 255, 0.7);
text-transform: uppercase;
text-shadow: 0 0 15px rgba(194, 179, 255, 0.7);
box-shadow: 0 0 25px rgba(194, 179, 255, 0.7);
transition: all 0.3s ease-in-out;
margin-top: 15px;
}
.container {
text-align: center;
background: #120021; /* Richer dark purple */
padding: 25px;
border-radius: 12px;
border: 2px solid #5e00a3; /* Brighter indigo border */
box-shadow: 0 0 25px rgba(194, 179, 255, 0.4); /* Stronger glowing effect */
transition: all 0.3s ease-in-out;
}
.container:hover {
box-shadow: 0 0 40px rgba(194, 179, 255, 0.7); /* Glows more on hover */
}
.logo img {
width: 100px;
height: auto;
border-radius: 90px;
box-shadow: 0 0 15px rgba(255, 215, 0, 0.7); /* Stronger golden glow */
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.logo img:hover {
transform: scale(1.1); /* Slight zoom effect */
box-shadow: 0 0 25px rgba(255, 215, 0, 1);
}
h2, h1 {
color: #c2b3ff; /* More vibrant glow */
text-shadow: 0 0 12px rgba(194, 179, 255, 0.9);
}
/* START TEST BUTTON */
.start-button {
padding: 14px 28px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
border: 2px solid rgba(194, 179, 255, 0.9);
border-radius: 8px;
background: rgba(0, 10, 20, 0.85);
color: rgba(194, 179, 255, 0.9);
text-transform: uppercase;
text-shadow: 0 0 15px rgba(194, 179, 255, 0.9);
box-shadow: 0 0 25px rgba(194, 179, 255, 0.9);
transition: all 0.3s ease-in-out;
margin-top: 15px;
}
h1 {
font-size: 2.7em;
margin: 10px 0;
}
.refresh-button {
padding: 12px 24px;
font-size: 18px;
cursor: pointer;
border: none;
border-radius: 6px;
background: linear-gradient(135deg, #5e00a3, #8a2be2); /* Deep purple gradient */
color: white;
box-shadow: 0 0 15px rgba(194, 179, 255, 0.5);
transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.refresh-button:hover {
background: linear-gradient(135deg, #8a2be2, #a32cc4); /* More vibrant purple */
box-shadow: 0 0 25px rgba(194, 179, 255, 0.9);
transform: scale(1.05);
}
.metrics {
display: flex;
justify-content: space-around;
margin-top: 25px;
gap: 15px;
}
.metrics div {
text-align: center;
color: #ffdd44; /* Golden highlights */
font-weight: bold;
text-shadow: 0 0 8px rgba(255, 221, 68, 0.9);
}
.client-info {
margin-top: 25px;
color: #c2b3ff; /* Glowing blue */
text-shadow: 0 0 10px rgba(194, 179, 255, 0.7);
font-size: 1.1em;
transition: text-shadow 0.3s ease-in-out;
}
.client-info:hover {
text-shadow: 0 0 20px rgba(194, 179, 255, 1);
}
/* Arise buton */
/* Arise buton */
.arise {
position: absolute;
top: 10px;
right: 10px;
padding: 14px 28px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
border: 2px solid rgba(194, 179, 255, 1);
border-radius: 8px;
background: rgba(0, 10, 20, 0.85);
color: rgba(194, 179, 255, 1);
text-transform: uppercase;
text-shadow: 0 0 15px rgba(194, 179, 255, 1);
box-shadow: 0 0 25px rgba(194, 179, 255, 1);
transition: all 0.3s ease-in-out;
margin-top: 15px;
}