[FEAT] Move Legacy code into a legacy directory

This commit is contained in:
NADAL Jean-Baptiste
2026-02-13 10:44:51 +01:00
parent bfb703e6b9
commit 5066e1d54f
142 changed files with 194 additions and 0 deletions

9
legacy/Scripts/style1.css Executable file
View File

@@ -0,0 +1,9 @@
.titre { font-family: Arial, Helvetica, sans-serif; font-size: 22pt}
.titre2 { font-family: Arial, Helvetica, sans-serif; font-size: 18pt }
a:hover { color: #FF3333; font-family: Arial, Helvetica, sans-serif; text-decoration: none}
normal { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000}
.normal { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
a { color: #333333; text-decoration: none; font-family: Arial, Helvetica, sans-serif}
input { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; background-color: #CCCCCC}
body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.verysmall { font-family: Arial, Helvetica, sans-serif; font-size: 7pt}