From b3d0580439b9a00c7eb918085de1694151066004 Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Thu, 18 Jun 2026 16:02:49 +0000
Subject: [PATCH] rename packages

---
 fdx_convert/src/main/resources/styles/main_screen.css |  246 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 246 insertions(+), 0 deletions(-)

diff --git a/fdx_convert/src/main/resources/styles/main_screen.css b/fdx_convert/src/main/resources/styles/main_screen.css
new file mode 100644
index 0000000..7cf285c
--- /dev/null
+++ b/fdx_convert/src/main/resources/styles/main_screen.css
@@ -0,0 +1,246 @@
+/*
+ * Empty Stylesheet file.
+ */
+
+@font-face {
+    font-family: 'Roboto';
+    src: url('../fonts/Roboto-Medium.ttf');
+}
+
+* {
+    -fx-font-family: 'Roboto';
+}
+
+.main_screen {
+    -fx-background-image: url('../images/Accuueil_agent.jpg');
+    -fx-background-position: center center;
+    -fx-background-repeat: stretch;
+    -fx-background-size: stretch;
+    -fx-border-color: #C5CFCE;
+}
+
+.dashboard {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/Tableau_de_bord_1.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.dashboard:hover {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/Barre_outils_hover-03.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.receive {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/export.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.receive:hover {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/Barre_outils_hover-02.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.update {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/Modif-01-01x.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.update:hover {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/Modif-01-01.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.generate {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/fichiers_generesx.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.generate:hover {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/Barre_outils_hover-01.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.treatment {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/tache.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+    
+}
+
+.treatment:hover {
+    -fx-pref-width: 20px;
+    -fx-pref-height: 20px;
+    -fx-background-color: transparent;
+    -fx-background-image: url('../images/tache_hover.png');
+    -fx-background-size: 20px;
+    -fx-background-position: 0, 0, 0, 0;
+    -fx-background-repeat: stretch;
+}
+
+/*
+* Title pane style
+*/
+.titled-pane > .title {
+    -fx-background-color: #C5D6E0;
+    -fx-border-color: #C5D6E0;
+}
+
+.titled-pane > .title .text {
+    
+}
+
+/* #2 */
+.titled-pane > .title > .text {
+    -fx-font-size: 14px;
+}
+
+/*
+* Menu-bar style
+*/
+/*
+.menu-item {
+    -fx-border-color: #fff;
+    -fx-margin: 0;
+} 
+
+.menu .text,
+.menu-item .text {
+    -fx-fill: #000;
+    -fx-fill: #000;
+}
+
+.menu:hover .text, 
+.menu:showing .text,
+.menu:focused .text,
+.menu-item:hover .text,
+.menu-item:showing .text,
+.menu-item:focused .text {
+    -fx-fill: #fff;
+    -fx-fill: #fff;
+    -fx-font-weight: bold;
+}
+
+
+.menu:hover, 
+.menu:showing,
+.menu:focused,
+.menu-item:hover,
+.menu-item:showing,
+.menu-item:focused {
+    -fx-background-color: #BCD18A;
+}
+
+.menu:clicked {
+    -fx-background-color: #BCD18A;
+}
+*/
+/*
+* MENU BUTTON
+*/
+
+.menu-button > .arrow-button {
+    -fx-padding: 0;
+}
+
+.menu-button > .arrow-button > .arrow {
+    -fx-padding: 0;
+}
+
+.menu-button {
+    -fx-background-color: transparent;
+    -fx-background-radius: 7;
+    -fx-border-radius: 7;
+    -fx-border-width: 1;
+    -fx-border-color: transparent;
+    -fx-text-fill: white;
+    -fx-font-size: 11px;
+    -fx-padding: 0;
+}
+
+.menu-button:hover {
+    -fx-background-color: #ededee;
+    -fx-background-radius: 7;
+    -fx-border-radius: 7;
+    -fx-border-width: 1;
+    -fx-border-color: #F2F2F2;
+    -fx-text-fill: white;
+    -fx-font-weight: normal;
+}
+
+/* LABEL */
+
+.bottom-label {
+    -fx-text-fill: rgba(90, 90, 90, 1);
+    -fx-font-weight: bold; 
+    -fx-font-size: 11px;
+}
+
+/* TEXTFIELD */
+
+.bottom-text-field {
+    -fx-background-color: #e0e4e3;
+    -fx-border-radius: 0px;
+    -fx-background-radius: 0px;
+    -fx-text-fill: rgba(0, 0, 0, 1);
+    -fx-border-color: #C5CFCE;
+    -fx-border-width: 1;
+    -fx-padding: 3;
+    -fx-font-size: 11px;
+    -fx-background-radius: 2;
+    -fx-border-radius: 2;
+}
+
+.bottom-text-field:disabled {
+    -fx-opacity: 0.8;
+}
\ No newline at end of file

--
Gitblit v1.10.0