diff --git a/backend/src/main/resources/get/style.css b/backend/src/main/resources/get/style.css index 8857f20..b55d59f 100644 --- a/backend/src/main/resources/get/style.css +++ b/backend/src/main/resources/get/style.css @@ -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 */