Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Lucksi
GitHub Repository: Lucksi/Mr.Holmes
Path: blob/master/GUI/Css/Dark/Style.css
1071 views
1
/*ORIGINAL CREATOR: Luca Garofalo (Lucksi)
2
AUTHOR: Luca Garofalo (Lucksi)
3
Copyright (C) 2021-2023 Lucksi <[email protected]>
4
License: GNU General Public License v3.0*/
5
6
@import url("Main.css");
7
@import url("Username.css");
8
9
body {
10
background-color: #1a2b34 !important;
11
animation: dissolvent 2s 1;
12
}
13
14
p {
15
color: #ffffff;
16
}
17
18
.Top-bar p {
19
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
20
color: #ffffff;
21
background-color: transparent;
22
font-size: x-large;
23
margin-top: -7px;
24
}
25
26
.Top-bar p:hover{
27
animation: joggle 2s infinite;
28
}
29
30
.Top-bar a {
31
display: inline-block;
32
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
33
color: #ffffff;
34
margin-top: none;
35
margin-left: -10px;
36
padding: 10px 10px 10px;
37
font-size: x-large;
38
text-decoration: none;
39
}
40
41
.Top-bar a:hover {
42
animation: joggle 2s infinite;
43
}
44
45
.Top-bar a:active {
46
animation: act 2s infinite;
47
}
48
49
.languages {
50
display: block;
51
}
52
53
.Content {
54
display: none;
55
position: absolute;
56
margin-top: -20px;
57
right: 0px;
58
text-align: center;
59
background-color:#000000;
60
border: 2px solid;
61
border-radius: 10px;
62
border-color: #ffffff;
63
background-color: #1a07076c;
64
animation: opac 1s 1;
65
margin-bottom: 1000px;
66
}
67
68
.Content a {
69
color: #ffffff;
70
margin-left: 10px;
71
text-decoration: none;
72
display: block;
73
font-size: medium;
74
width: fit-content;
75
background-color: transparent;
76
}
77
78
.languages button {
79
display: block;
80
margin-top: -45px;
81
float: right;
82
width: fit-content;
83
border:2px solid;
84
border-color: #000000;
85
background-color: #008000;
86
color: #ffffff;
87
border-radius: 10px;
88
font-size: medium;
89
}
90
91
.Upper-card {
92
margin-top: 30px;
93
display: block;
94
margin-left: auto !important;
95
margin-right: auto !important;
96
width: fit-content;
97
}
98
99
.Upper-card img {
100
display: block;
101
margin-left: auto;
102
margin-right: auto;
103
height: 100px;
104
width: 100px;
105
}
106
107
#Searcher {
108
margin-top: 60px;
109
width: 500px;
110
height: 30px;
111
border: 2px solid;
112
border-color: #000000;
113
border-radius: 5px;
114
font-size: large;
115
}
116
117
#Searcher::placeholder {
118
color: black;
119
font-size: large;
120
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
121
}
122
123
#Searcher:hover {
124
animation: act_Border 3s infinite;
125
}
126
127
#Const, #Const2 {
128
font-size: x-large;
129
text-align: center;
130
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
131
color: #ffffff;
132
}
133
134
#Const:hover {
135
animation: joggle,2s,infinite;
136
}
137
138
.Upper-card button {
139
margin-bottom: 11px;
140
margin-left:-8px;
141
height: 37px;
142
padding-left: 2px;
143
border: 2px solid;
144
border-color: #000000;
145
border-radius: 5px;
146
background-color: #008000;
147
color: #ffffff;
148
font-size: medium;
149
}
150
151
.Datap {
152
display:table;
153
margin-left: 100px;
154
min-width: 500px;
155
max-width: fit-content;
156
margin-right: auto;
157
border: 3px solid;
158
border-color: #ffffff;
159
background-color: #1a07076c;
160
border-radius: 10px;
161
}
162
163
.Dataf {
164
display:table;
165
margin-left: 700px;
166
margin-top: -525px;
167
margin-right: auto;
168
border: 3px solid;
169
border-color: #ffffff;
170
background-color: #1a07076c;
171
border-radius: 10px;
172
}
173
174
.Datap p {
175
text-align: center;
176
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
177
font-size: medium;
178
color: #ffffff;
179
}
180
181
.Dataf p {
182
text-align: center;
183
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
184
font-size: medium;
185
color: #ffffff;
186
}
187
188
.map {
189
display: block;
190
justify-content: left;
191
border:2px solid;
192
border-color: #ffffff;
193
background-color: #1a07076c;
194
border-radius: 10px;
195
height: 605px;
196
width: 500px;
197
}
198
199
.Geo {
200
display: inline-block;
201
position: absolute;
202
margin-top: -30px;
203
margin-right: auto;
204
margin-bottom: 500px;
205
margin-left: 100px;
206
}
207
208
#Alert{
209
font-family: Impact,Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
210
font-size: x-large;
211
color: #ff0000;
212
}
213
214
.NoScript p{
215
font-family: Impact,Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
216
font-size: x-large;
217
color: #ffffff;
218
}
219
220
@keyframes joggle {
221
0%{color:#ffffff;}
222
50%{color:#7cfc00;}
223
100%{color:#ffffff;}
224
}
225
226
@keyframes act {
227
0%{color:#7cfc00;}
228
50%{color:#ffa500;}
229
100%{color:#7cfc00;}
230
}
231
232
@keyframes act_Border {
233
0%{border-color:#7cfc00;}
234
50%{border-color:#ffa500;}
235
100%{border-color:#000000;}
236
}
237
238
@keyframes dissolvent {
239
0%{opacity: 0;}
240
50%{opacity: 0.5;}
241
100%{opacity: 1;}
242
}
243
244
@media only screen and (min-width: 200px) and (max-width: 711px) {
245
246
.Datap {
247
display:table;
248
margin-left:auto;
249
margin-right: auto;
250
border: 3px solid;
251
border-color: #ffffff;
252
border-radius: 10px;
253
min-width: fit-content;
254
max-width: 350px;
255
}
256
257
.Datap p {
258
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
259
font-size: 14px;
260
text-align: center;
261
}
262
263
.Dataf {
264
display:table;
265
margin-top: 100px;
266
margin-left: auto;
267
margin-right: auto;
268
border: 3px solid;
269
border-color: #ffffff;
270
border-radius: 10px;
271
}
272
273
.Dataf p {
274
text-align: center;
275
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
276
font-size: 14px;
277
}
278
279
.Top-bar a {
280
display: block;
281
font-size: larger;
282
}
283
284
.Hidden-bar {
285
display: block;
286
}
287
288
.languages {
289
display: none;
290
}
291
292
.Link {
293
display: none;
294
}
295
296
#Searcher {
297
margin-top: 60px;
298
width: 225px;
299
height: 30px;
300
}
301
302
.Geo {
303
margin-top: 1450px;
304
display: block;
305
height: 200px;
306
min-width: 100px;
307
max-width: 220px;
308
}
309
310
.map {
311
display: block;
312
margin-right: auto;
313
margin-left: -60px;
314
height: 400px;
315
min-width: 150px;
316
max-width: 305px;
317
}
318
}
319
320