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