Spaces:
Sleeping
Sleeping
/* Titoli principali h1 */ | |
.prose h1 { | |
font-family: 'Playfair Display', serif; | |
font-size: 3rem; | |
font-weight: 600; | |
text-transform: none; | |
letter-spacing: 0.5px; | |
text-align: center; | |
color: #ffffff; | |
padding: 20px; | |
margin: 20px 0; | |
position: relative; | |
} | |
/* Linea decorativa sotto l'h1 */ | |
.prose h1::after { | |
content: ""; | |
width: 60px; | |
height: 4px; | |
background: #d4c9cc; | |
display: block; | |
margin: 10px auto 0; | |
border-radius: 2px; | |
} | |
/* Titoli secondari h2 */ | |
.prose h2 { | |
font-family: 'Playfair Display', serif; | |
font-size: 2.2rem; | |
font-weight: 500; | |
letter-spacing: 0.3px; | |
color: #ffffff; | |
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); | |
padding: 10px 0; | |
margin: 10px 0 20px 0; | |
text-align: left; | |
} | |
body, label, button, span, li, p, .prose { | |
font-family: 'Playfair Display', serif; | |
} | |
#bar_plot, #line_plot { | |
width: 100% ; | |
max-width: none ; | |
} | |
.mirrored { | |
display: inline-block; | |
transform: scaleX(-1); /* Riflette il testo orizzontalmente */ | |
font-family: 'Poppins', sans-serif; | |
font-size: 1.5rem; | |
font-weight: 700; | |
letter-spacing: 1px; | |
text-align: center; | |
color: #222; | |
background: linear-gradient(45deg, #1a41d9, #6c69d2); | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
padding: 20px; | |
margin: 20px 0; | |
position: center; | |
} | |
.fish{ | |
font-family: 'Poppins', sans-serif; | |
font-size: 1.5rem; | |
font-weight: 700; | |
letter-spacing: 1px; | |
text-align: center; | |
color: #222; | |
background: linear-gradient(45deg, #1a41d9, #6c69d2); | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
padding: 20px; | |
margin: 20px 0; | |
position: center; | |
} | |
.loading { | |
font-family: 'Poppins', sans-serif; | |
font-size: 2.7rem; | |
font-weight: 700; | |
text-transform: uppercase; | |
letter-spacing: 1px; | |
text-align: center; | |
color: #222; | |
background: linear-gradient(45deg, #40abe9, #1e99e5); | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
padding: 20px; | |
/*margin: 20px 0;*/ | |
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: #272822; | |
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); | |
} |