Spaces:
Running
on
Zero
Running
on
Zero
.prose h1 { | |
font-family: 'Poppins', sans-serif; | |
font-size: 3rem; | |
font-weight: 700; | |
text-transform: uppercase; | |
letter-spacing: 2px; | |
text-align: center; | |
color: #222; | |
background: linear-gradient(45deg, #d4c9cc, #c4b8bb); | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
padding: 20px; | |
margin: 20px 0; | |
position: relative; | |
} | |
.prose h1::after { | |
content: ""; | |
width: 60px; | |
height: 4px; | |
background: #d4c9cc; | |
display: block; | |
margin: 10px auto 0; | |
border-radius: 2px; | |
} | |
#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); | |
} |