css
All checks were successful
Deploy / trigger (push) Successful in 22s

This commit is contained in:
2026-04-29 10:48:22 +02:00
parent 860e5e70e3
commit fe6d5901a2

View File

@@ -283,6 +283,35 @@ footer a {
display: block;
}
}
/* --- Sezione Divulgativa --- */
.appunti-style {
background: rgba(255, 255, 255, 0.05); /* Un leggero sfondo chiaro per staccare */
padding: 30px;
border-radius: 15px;
margin-top: 30px;
line-height: 1.8;
text-align: left; /* Fondamentale per la lettura */
color: #f0f0f0;
}
.appunti-style h1, .appunti-style h2, .appunti-style h3 {
color: #4db8ff; /* Il blu "CryptoSeals" */
margin-top: 1.5em;
}
/* Stile per i blocchi di codice (molto comuni in crittografia) */
.appunti-style pre {
background: #000;
padding: 15px;
border-radius: 8px;
overflow-x: auto;
border: 1px solid #333;
}
.appunti-style code {
font-family: 'Courier New', monospace;
color: #ffca28; /* Giallo per far risaltare le variabili/formule */
}
/* --- SFONDO SPAZIALE ANIMATO --- */
.sfondo-spazio {
position: fixed; /* Lo fissa allo schermo */