-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathissuesstyle.css
498 lines (403 loc) · 9.97 KB
/
issuesstyle.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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
@font-face {
font-family: 'Tracking_Bold';
src: url('font/Tracking_Bold/Tracking_Bold.woff');
}
body {
background-image: -webkit-linear-gradient(#1D3557 , #E63946 );
}
#gif {
text-align: center;
padding-top: 1em;
}
#image-gaia-2{
display: none;
}
#subtitle {
color: rgb(40, 36, 36);
background-color: #F1FAEE;
text-align: center;
padding: 0.5em;
font-family: Tracking_Bold;
border-radius: 5px;
}
.navbar {
border-radius: 5px;
background-color: transparent;
font-family: Tracking_Bold;
margin-top: -0.5%;
}
.dropdown-menu {
background-color: #F1FAEE;
}
/* insertion */
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
display: none; /* Hide the submenu by default */
}
.dropdown-submenu:hover .dropdown-menu {
display: block; /* Display the submenu on hover */
}
.dropdown-item {
cursor: pointer;
}
/* insertion */
#main {
background-color: #F1FAEE;
border-radius: 5px;
margin-left: 1%;
margin-right: 1%;
height: 45%;
position: relative;
z-index: 1;
font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
text-align: justify;
}
#externalContentColumn {
background-color: #F1FAEE;
height: 80vh;
overflow-y: auto; /* or overflow-y: scroll; */
border-radius: 5px;
}
#externalContentColumn p {
text-align: justify;
font-family: 'Courier New', Courier, monospace;
}
#issues-titles{
text-align: center;
font-family: Tracking_Bold;
padding-top: 1%;
}
.title-1 {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.title-2 {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.title-3 {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#asideLeft {
padding-top: 5px;
}
.highlight {
background-color: yellow; /* o qualsiasi altra formattazione visiva desiderata */
}
#myTab {
overflow-y: none;
}
#map-tab {
border: 1px solid #473653;
font-family: Tracking_Bold;
color: #7600ca;
}
#metadata-tab{
border: 1px solid #473653;
font-family: Tracking_Bold;
color: #7600ca;
}
#people-tab {
border: 1px solid #473653;
font-family: Tracking_Bold;
color: #7600ca;
}
#places-tab{
border: 1px solid #473653;
font-family: Tracking_Bold;
color: #7600ca;
}
#keywords-tab{
border: 1px solid #473653;
font-family: Tracking_Bold;
color: #7600ca;
}
#references-tab{
border: 1px solid #473653;
font-family: Tracking_Bold;
color: #7600ca;
}
.tab-content {
padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
display: flex;
flex-direction: column;
overflow-y: auto;
text-align: justify;
/* max-height: 33vw; Imposta l'altezza massima desiderata per la visualizzazione del contenuto dei tab */
/* max-width: 22vw; Set the desired maximum width for the text */
width: 100%;
max-height: 70vh;
}
/* .tab-pane {
max-height: 100%; Consente al contenuto dei tab di espandersi completamente all'interno del container
} */
#map-box {
width: 100%;
height: 490px;
}
#footer {
background-color: #F1FAEE;
}
.content img {
display: block;
margin-left: auto;
margin-right: auto;
width: 65%;
}
#space {
height: 17rem;
}
.image-container {
position: relative;
width: 50%; /* Adjust this value as needed */
margin: 0 auto; /* Center the container horizontally */
margin-top: -3%;
}
#Vinyl {
position: static;
text-align: center;
width: auto; /* Set the initial width to 100% */
height: auto; /* Set the initial height to 100% */
object-fit: cover; /* Maintain aspect ratio while covering container */
z-index: -1;
}
#stick {
position: absolute;
width: 100%; /* Set the initial width to 100% */
height: auto;
object-fit: cover; /* Maintain aspect ratio while covering container */
z-index: 1;
transform-origin: 0;
transform: rotate(0deg);
margin-left: -23vw;
}
.button1 {
position: absolute;
z-index: 3;
}
#move {
transition: 300ms;
}
.music-container {
background-color: #F1FAEE;
border-radius: 15px;
box-shadow: 0 10px 10px 0 rgba(250, 136, 210, 0.612);
width: 50%;
height: 25%;
position: relative;
z-index: 10;
margin-left: auto;
margin-right: auto;
margin-top: -65%;
}
.stitle {
font-size: 20px;
font-family: Tracking_Bold;
text-align: center;
}
.navigation {
background-color: #F1FAEE;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.action-btn {
background-color: #F1FAEE;
border: 0;
font-size: 30px;
cursor: pointer;
padding: 2px;
}
#footer {
border-radius: 5px;
margin-left: 1%;
margin-right: 1%;
font-family: 'Courier New', Courier, monospace;
}
.background-svg {
display: none;
}
#header-2030 {
display: none;
}
#text-center-f {
text-align: center;
}
.jsart{
cursor: pointer;
}
#issue1 {
background-image: url('img/issues/default/1.png');
background-size: cover;
width: 30%;
height: 80%;
}
#container-titles {
padding: 5%;
margin-top: 35%;
}
#container-titles h4{
background-color: #F1FAEE;
padding: 0%;
}
#layout {
font-family: Georgia, 'Times New Roman', Times, serif !important;
background-color: aliceblue !important;
font-size: 12px !important;
text-align: center !important;
padding: 0.2% !important;
margin-top: 5% !important;
font-weight: bold !important;
}
#issue2 {
background-image: url('img/issues/default/Nero\ Moderno\ Magazine\ Copertina\ Rivista.png');
background-size: cover;
width: 30%;
height: 80%;
}
#issue3 {
background-image: url('img/issues/default/vogue.jpg');
background-size: cover;
width: 30%;
height: 80%;
}
#carousel {
position: relative;
height: 500px;
margin: auto 0; /* Center the carousel horizontally and add margin-top */
overflow: hidden;
padding: 2%;
}
#carousel div {
position: absolute;
transition: transform 1s, left 1s, opacity 1s, z-index 0s;
opacity: 1;
}
#carousel div img {
width: 30vw;
max-width: 400px; /* Set a maximum width for the images */
height: auto; /* Maintain aspect ratio */
transition: width 1s;
}
#carousel div.hideLeft {
left: 0%;
opacity: 0;
transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
width: 20vw;
}
#carousel div.hideRight {
left: 100%;
opacity: 0;
transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
width: 20vw;
}
#carousel div.prev {
z-index: 5;
left: 30%;
transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
width: 25vw;
}
#carousel div.prevLeftSecond {
z-index: 4;
left: 15%;
transform: translateY(50%) translateX(-50%);
opacity: 0.7;
}
#carousel div.prevLeftSecond img {
width: 20vw;
}
#carousel div.selected {
z-index: 10;
left: 50%;
transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
z-index: 5;
left: 70%;
transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
width: 25vw;
}
#carousel div.nextRightSecond {
z-index: 4;
left: 85%;
transform: translateY(50%) translateX(-50%);
opacity: 0.7;
}
#carousel div.nextRightSecond img {
width: 20vw;
}
/* Add this to center the buttons */
.buttonscar {
position: relative;
text-align: center; /* Adjust the margin as needed */
}
.buttonscar button {
margin: 0 1%; /* Add spacing between buttons */
}
@media (max-width: 767px) {
#asideLeftSticky .tab-content {
width: 100%;
}
/* Assicurati di rimuovere eventuali margini o padding che possono influire sulla larghezza */
#asideLeftSticky .nav-tabs,
#asideLeftSticky .nav-item {
margin: 0;
padding: 0;
}
}
@media (max-width: 991px) {
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
display: block;
}
}
/* Original CSS styles remain unchanged */
@media only screen and (max-width: 1000px) {
#carousel div {
width: 100%; /* Set width to 100% for responsiveness */
left: 50%; /* Center the content */
transform: translateX(-50%);
}
#carousel div img {
width: 80%; /* Adjust the width of images for responsiveness */
max-width: none; /* Remove the maximum width for responsiveness */
}
#carousel div.hideLeft,
#carousel div.hideRight,
#carousel div.prev,
#carousel div.prevLeftSecond,
#carousel div.selected,
#carousel div.next,
#carousel div.nextRightSecond {
left: 50%;
transform: translateY(0) translateX(-50%);
}
#carousel div.prev img,
#carousel div.next img,
#carousel div.prevLeftSecond img,
#carousel div.nextRightSecond img {
width: 60%; /* Adjust the width of images for responsiveness */
max-width: none; /* Remove the maximum width for responsiveness */
}
#carousel {
height: 80vh; /* Adjust height to fit content */
}
#carousel div.hideLeft,
#carousel div.hideRight {
opacity: 1; /* Show hidden elements */
}
}