-
Notifications
You must be signed in to change notification settings - Fork 1
/
SteamStat.us-Re-Remastered-The-Crew-Motorfest.user.css
225 lines (204 loc) · 5.14 KB
/
SteamStat.us-Re-Remastered-The-Crew-Motorfest.user.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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
/* ==UserStyle==
@name SteamStat.us - The Crew: Motorfest
@version 20241115.16.04
@namespace https://github.com/Nick2bad4u/UserStyles
@description SteamStat.us - The Crew: Motorfest Theme
@homepageURL https://github.com/Nick2bad4u/UserStyles
@author Nick2bad4u
@license UnLicense
==/UserStyle== */
@-moz-document domain("steamstat.us") {
/* Main title styling with Motorfest colors */
.title {
text-align: center;
margin: 10px 0;
font-size: 2.6em;
font-weight: 700;
color: #ff4500;
/* Motorfest Orange */
text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
background: linear-gradient(135deg, #ff4500 30%, #00ced1 70%);
/* Orange to Teal gradient */
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000000;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: title-animation 3s ease-in-out infinite alternate;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
/* Animation for the title */
@keyframes title-animation {
0% {
transform: scale(1);
}
100% {
transform: scale(1.08);
}
}
/* Logo addition with scaling effect */
.title::after {
content: '';
display: inline-block;
width: 250px;
height: 60px;
background: url('https://i.gyazo.com/f1273792dc6be70cae0d37b490fdd03a.png') no-repeat center;
background-size: contain;
margin-left: 10px;
transition: transform 0.3s ease;
}
.title:hover::after {
transform: scale(1.2);
}
/* Link styling with hover effect */
a {
color: #ff4500;
/* Motorfest Orange */
text-decoration: none;
font-weight: bold;
transition:
color 0.3s ease,
text-shadow 0.3s ease;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
a:hover {
color: #00ced1;
/* Motorfest Teal */
text-decoration: underline;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
/* Status colors with Motorfest theme */
.good {
color: #00ced1;
/* Motorfest Teal */
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
transition: color 0.3s ease;
}
.minor {
color: #ffffff;
/* White for minor status */
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
font-weight: bold;
transition: color 0.3s ease;
}
.major {
color: #ff4500;
/* Motorfest Orange */
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
font-weight: bold;
transition: color 0.3s ease;
}
/* Refresh button styling with hover effect */
#js-refresh {
color: #ff4500;
text-shadow: 0 0 3px rgb(0, 0, 0);
font-weight: bolder;
transition:
color 0.3s ease,
transform 0.3s ease;
}
#js-refresh:hover {
color: #00ced1;
transform: scale(1.1);
}
/* Container with neon accents */
.services,
#psa,
noscript,
footer {
position: relative;
background: linear-gradient(135deg, rgba(255, 69, 0, 0.8) 30%, rgba(0, 206, 209, 0.8) 70%);
border: 1px solid #ff4500;
border-radius: 4px;
font-size: 1em;
line-height: 1.5;
text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
color: #ffffff;
transition:
box-shadow 0.3s ease,
background 0.3s ease;
}
.services:hover,
#psa:hover,
noscript:hover,
footer:hover {
box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.9);
background: rgba(0, 0, 0, 0.95);
}
/* Body styling with vibrant tropical backdrop */
body {
margin: 0;
color: #ff4500;
font-family: 'Roboto', Arial, sans-serif;
font-size: 16px;
font-weight: 300;
background: url('https://i.gyazo.com/2107a4c02a92a0a2b651a56eeb87bf64.jpg') no-repeat center
center fixed;
background-size: cover;
background-position-x: 1px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
transition: background 0.3s ease;
}
/* Tooltip customization */
[data-tooltip]:before {
visibility: hidden;
opacity: 0;
font-size: 0.9em;
content: attr(data-tooltip);
position: absolute;
top: 0;
left: 2%;
width: 96%;
background: rgba(255, 69, 0, 0.9);
color: #ffffff;
padding: 8px;
border-radius: 8px;
z-index: 1;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
transition:
visibility 0s,
opacity 0.3s ease-in-out;
}
[data-tooltip]:hover:before {
visibility: visible;
opacity: 1;
}
/* Advanced feature: Animated neon border */
.gradient-border {
position: relative;
padding: 12px;
border-radius: 6px;
background-color: rgba(0, 0, 0, 0.9);
color: #ffffff;
font-weight: bold;
text-align: center;
box-shadow: 0px 0px 10px rgba(255, 69, 0, 0.8);
}
.gradient-border::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, #ff4500, #00ced1, #ff4500);
background-size: 300% 300%;
border-radius: 6px;
z-index: -1;
animation: gradient-border 4s linear infinite;
}
@keyframes gradient-border {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
}