From 7a51b1979b88e597ad347c30ef05960552978a75 Mon Sep 17 00:00:00 2001
From: "dorian.hodin"
Date: Mon, 3 Apr 2023 18:02:04 +0200
Subject: [PATCH] Change every file 3
---
Source/Views/CSS/base.css | 46 +--------------------
Source/Views/CSS/styles.css | 15 +++----
Source/Views/CSS/stylesForm.css | 2 +-
Source/Views/HTML/continue.php | 4 +-
Source/Views/HTML/error.php | 4 +-
Source/Views/HTML/form.php | 1 -
Source/Views/HTML/possibleResponsesForm.php | 2 +-
7 files changed, 12 insertions(+), 62 deletions(-)
diff --git a/Source/Views/CSS/base.css b/Source/Views/CSS/base.css
index 4ec8744..4b18d00 100644
--- a/Source/Views/CSS/base.css
+++ b/Source/Views/CSS/base.css
@@ -1,51 +1,7 @@
-* {
- margin: 0;
- padding: 0;
-}
-
body {
- background-image: url('Views/IMAGES/background_uca.png');
+ background-image: url('../IMAGES/background_uca.png');
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
font-family : 'Poppins', 'Signika', sans-serif;
}
-
-h1 {
- text-align: center;
- font-weight: bold;
- font-size: 200%;
- padding: 1.5%;
- color: white;
- background-color: rgb(23,143,150);
-}
-
-:not(h1) {
- color: #5e5c5c;
-}
-
-#logoUCA {
- position: absolute;
- padding-left: 3%;
- padding-top: 2%;
-}
-
-#container {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
-}
-
-.form-center {
- text-align: center;
-}
-
-.hidden-content {
- visibility: hidden;
-}
-
-.button-continue {
- border-radius: 10px;
- width: 1rem;
- color: red;
-}
\ No newline at end of file
diff --git a/Source/Views/CSS/styles.css b/Source/Views/CSS/styles.css
index fe9b13c..af5f64a 100644
--- a/Source/Views/CSS/styles.css
+++ b/Source/Views/CSS/styles.css
@@ -4,15 +4,10 @@
/* Le reste de votre code CSS ici */
-
-body {
- background: #eee
-}
-
#regForm {
background-color: #ffffff;
- margin: 0px auto;
- font-family: Poppins;
+ margin: 0 auto;
+ font-family: Poppins, serif;
padding: 40px;
border-radius: 30px;
background-color: rgba(23,143,150,0.7);
@@ -24,7 +19,7 @@ body {
h1 {
text-align: center;
- font-family: Poppins;
+ font-family: Poppins, serif;
}
h6 {
@@ -35,7 +30,7 @@ input {
padding: 10px;
width: 100%;
font-size: 17px;
- font-family: Raleway;
+ font-family: Raleway, serif;
border: 1px solid #aaaaaa;
border-radius: 10px;
-webkit-appearance: none;
@@ -65,7 +60,7 @@ button {
border-radius: 50%;
padding: 10px 20px;
font-size: 17px;
- font-family: Raleway;
+ font-family: Raleway, serif;
cursor: pointer
}
diff --git a/Source/Views/CSS/stylesForm.css b/Source/Views/CSS/stylesForm.css
index c2cbc09..9e46820 100644
--- a/Source/Views/CSS/stylesForm.css
+++ b/Source/Views/CSS/stylesForm.css
@@ -114,7 +114,7 @@ body {
text-align: var(--bs-body-text-align);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- background-image: url('../../../../SAE4.01_Temoignages/Source/Views/IMAGES/background_uca.png');
+ background-image: url('../IMAGES/background_uca.png');
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
diff --git a/Source/Views/HTML/continue.php b/Source/Views/HTML/continue.php
index a4e9cf4..adb8a54 100644
--- a/Source/Views/HTML/continue.php
+++ b/Source/Views/HTML/continue.php
@@ -41,7 +41,7 @@
@@ -68,7 +68,7 @@
-
+
diff --git a/Source/Views/HTML/form.php b/Source/Views/HTML/form.php
index 8be4400..21355cc 100644
--- a/Source/Views/HTML/form.php
+++ b/Source/Views/HTML/form.php
@@ -8,7 +8,6 @@
-
diff --git a/Source/Views/HTML/possibleResponsesForm.php b/Source/Views/HTML/possibleResponsesForm.php
index d0387f5..faaeb61 100644
--- a/Source/Views/HTML/possibleResponsesForm.php
+++ b/Source/Views/HTML/possibleResponsesForm.php
@@ -108,7 +108,7 @@
-
+
diff --git a/Source/Views/HTML/error.php b/Source/Views/HTML/error.php
index 208f288..bb2ceff 100644
--- a/Source/Views/HTML/error.php
+++ b/Source/Views/HTML/error.php
@@ -2,8 +2,8 @@