From eac927d70c382cf87217342eba99f5c886394ded Mon Sep 17 00:00:00 2001 From: Hogu Date: Tue, 3 Mar 2026 22:40:43 +0100 Subject: [PATCH] suppression du fichier "style.css" qui ne servait plus a rien --- assets/style2.css | 81 ----------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100755 assets/style2.css diff --git a/assets/style2.css b/assets/style2.css deleted file mode 100755 index 5b285cd..0000000 --- a/assets/style2.css +++ /dev/null @@ -1,81 +0,0 @@ -body { - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - padding: 0px; - background-color: #344d59d5; - color: rgb(0, 0, 0); -} -td{ - min-width: 70px; - width: max-content; -} - -#grandTitre { - padding-left: 2%; -} - -.ligneTableauProportions{ - margin-bottom: 2%; -} - -#TableauProportions { - margin-left: 2%; - margin-top: 2%; -} - -#TableauProportions>tr { - margin-bottom: 3%; -} - -#TableauBassines { - margin-left: 2%; - margin-top: 2%; - border-collapse: collapse; - border: 2px solid #B8CBD0; - background-color: #709CA7; - text-align: center; - min-width: 150px; -} - -#Titres_tableau { - background-color: #137C8B; - border: 2px solid #B8CBD0; -} -.NomBassine { - background-color: #137C8B; - border: 2px solid #B8CBD0; -} - -.tdBassine { - padding: 5px; - border: 2px solid #B8CBD0; -} - -#TableauTotaux{ - text-align: center; - margin-left: 2%; - background-color: #137C8B; - border-collapse: collapse; - border: 2px solid #B8CBD0; -} - -.cellule_totaux{ - border: 2px solid #B8CBD0; - min-width: 150px; - width: max-content; -} - -#TableauRendement{ - text-align: center; - margin-left: 2%; - background-color: #709CA7; - border-collapse: collapse; - border: 2px solid #B8CBD0; -} - -.tdRendement{ - border: 2px solid #B8CBD0; - min-width: 60px; - width: max-content; - padding-left: 10px; - padding-right: 10px; -} \ No newline at end of file