File size: 3,597 Bytes
a394efd
32b6873
 
 
 
 
 
 
 
d256396
32b6873
d256396
a394efd
 
 
d256396
32b6873
d256396
 
 
 
 
a394efd
d256396
 
 
 
32b6873
d256396
 
 
aff05a7
 
a394efd
 
32b6873
 
a394efd
 
32b6873
 
a394efd
 
 
 
 
32b6873
a394efd
32b6873
a394efd
 
aff05a7
 
 
 
2ae6c7c
 
 
32b6873
41606a6
 
32b6873
2ae6c7c
 
 
 
 
41606a6
2ae6c7c
 
 
 
 
 
a394efd
32b6873
 
 
 
 
 
 
41606a6
32b6873
 
 
 
 
2ae6c7c
 
 
32b6873
2ae6c7c
 
 
 
 
 
32b6873
2ae6c7c
 
 
 
 
a394efd
2ae6c7c
 
 
 
 
a394efd
2ae6c7c
 
 
 
 
 
 
a394efd
2ae6c7c
 
 
 
 
32b6873
2ae6c7c
 
 
 
 
 
 
 
32b6873
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2ae6c7c
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
/* Titoli principali h1 */
/*

072436, 0A3048, 11547E, 1978B3, 38807D, 62B685

*/
html {
    filter: none !important;
    background: white !important;
    color: black !important;
}
.prose h1 {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    text-align: center;
    color: #072436;
    padding: 20px;
    margin: 20px 0;
    position: relative;
}

/* Linea decorativa sotto l'h1 */
.prose h1::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #072436;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Titoli secondari h2 */
.prose h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #0A3048;
    /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);*/
    padding: 10px 0;
    margin: 10px 0 20px 0;
    text-align: left;
}

/* Font base globale */
body, label, button, span, li, p, .prose {
    font-family: 'Inter', sans-serif;
}

#bar_plot, #line_plot {
    width: 100% !important;
    max-width: none !important;
}

.mirrored {
    display: inline-block;
    transform: scaleX(-1);
    position: relative;
    top: -9.5px;
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #222;
    background: linear-gradient(45deg, #1a41d9, #06ffe6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px;
    margin: 20px 0;
    position: center;
}

.fish {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #222;
    background: linear-gradient(45deg, #1a41d9, #06ffe6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px;
    margin: 20px 0;
    position: center;
}

.loading {
    font-family: 'Inter', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #222;
    background: linear-gradient(45deg, #166CA2, #1978B3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px;
    position: center;
}

.barcontainer {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.leftarrow, .rightarrow {
    display: flex;
    justify-content: center; 
    align-items: center;
    font-size: 2.7rem;
    color: #1d60dd;
}

.leftarrow {
    transform: rotate(-270deg);
}

.sqlquery {
    background-color: #38807D;
    color: #f8f8f2;
    font-family: 'Courier New', monospace;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.gr-slider input[type="range"] {
    accent-color: #0077B6; 
}

#custom-slider input[type="range"] {
    background: linear-gradient(to right, #2F91B1, #2F91B1);
    height: 8px;
    border-radius: 5px;
}
/* Stile per il TextArea */
#custom-textarea textarea {
    background-color: #DAE5FD;  /* Colore di sfondo */
    border: 2px solid #bdd1fe;  /* Bordo arancione */
    color: #072436;  /* Testo scuro */
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
}

/* Cambia colore del placeholder */
#custom-textarea textarea::placeholder {
    color: #072436;
}