Retrait des applications des class sur le body dans les pages non construite
This commit is contained in:
@@ -86,7 +86,7 @@ footer {
|
|||||||
/* PAGE: à Propos */
|
/* PAGE: à Propos */
|
||||||
/* AUTEUR: Stanislas */
|
/* AUTEUR: Stanislas */
|
||||||
/****************************/
|
/****************************/
|
||||||
.aPropos body {
|
.aPropos main {
|
||||||
background-color: rgb(99, 241, 99);
|
background-color: rgb(99, 241, 99);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -94,15 +94,15 @@ footer {
|
|||||||
/* PAGE: L'équipe */
|
/* PAGE: L'équipe */
|
||||||
/* AUTEUR: Jérémy & Andres */
|
/* AUTEUR: Jérémy & Andres */
|
||||||
/****************************/
|
/****************************/
|
||||||
.team body {
|
.team main {
|
||||||
background-color: rgb(172, 45, 45);
|
background-color: #e6ecf3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
/* PAGE: Histoire de DE */
|
/* PAGE: Histoire de DE */
|
||||||
/* AUTEUR: Jérémy */
|
/* AUTEUR: Jérémy */
|
||||||
/****************************/
|
/****************************/
|
||||||
.histoire body {
|
.histoire main {
|
||||||
background-color: rgb(104, 170, 56);
|
background-color: rgb(104, 170, 56);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -260,7 +260,7 @@ footer {
|
|||||||
/* PAGE: Missions */
|
/* PAGE: Missions */
|
||||||
/* AUTEUR: Stanislas */
|
/* AUTEUR: Stanislas */
|
||||||
/****************************/
|
/****************************/
|
||||||
.missions body {
|
.missions main {
|
||||||
background-color: rgb(43, 189, 226);
|
background-color: rgb(43, 189, 226);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -268,6 +268,6 @@ footer {
|
|||||||
/* PAGE: Armures */
|
/* PAGE: Armures */
|
||||||
/* AUTEUR: Andres */
|
/* AUTEUR: Andres */
|
||||||
/****************************/
|
/****************************/
|
||||||
.armures body {
|
.armures main {
|
||||||
background-color: rgb(255, 119, 0);
|
background-color: rgb(255, 119, 0);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user