Login remake final

This commit is contained in:
2026-05-20 18:08:42 +02:00
parent 2157925746
commit 506def6ffa
2 changed files with 18 additions and 46 deletions
+4 -27
View File
@@ -68,39 +68,13 @@
-fx-background-color: #b42224;
}
/* Registrazione Font */
@font-face {
font-family: 'Inknut Antiqua';
src: url('../Fonts/InknutAntiqua-Regular.ttf');
}
@font-face {
font-family: 'Inknut Antiqua';
font-weight: bold;
src: url('../Fonts/InknutAntiqua-Bold.ttf');
}
.font-inknut-title {
-fx-font-family: 'Inknut Antiqua';
-fx-font-weight: bold;
-fx-font-size: 24;
}
.font-inknut-normal {
-fx-font-family: 'Inknut Antiqua';
}
.button:hover {
-fx-effect: dropshadow(gaussian, rgba(244,192,90,0.45), 18, 0, 0, 0);
}
/* ==========================================
NUOVI STILI AGGIUNTI PER IL TOGGLE
========================================== */
/* Struttura base fissa dei label RMI e TCP per evitare modifiche di layout */
.toggle-label {
-fx-font-family: 'Inknut Antiqua';
-fx-font-family: 'Cinzel';
-fx-font-size: 11px;
-fx-font-weight: bold;
-fx-text-fill: rgba(244,192,90,0.55); /* Colore non attivo (dorato trasparente) */
@@ -108,5 +82,8 @@
/* Stato attivo del protocollo selezionato */
.toggle-label:active-protocol {
-fx-font-family: 'Cinzel';
-fx-font-size: 11px;
-fx-font-weight: bold;
-fx-text-fill: #0c0601; /* Grigio scurissimo/nero sul cursore luminoso */
}