Public Access
5
0

Modifications de selecteurs qui ne faisaient rien

This commit is contained in:
Jeremy
2025-11-22 18:41:14 -05:00
parent 10bc059641
commit 49f80611e3

View File

@@ -99,7 +99,7 @@ footer {
/* PAGE: L'équipe */
/* AUTEUR: Jérémy & Andres */
/****************************/
.team main {
.team {
background-color: #e6ecf3;
}
@@ -107,7 +107,7 @@ footer {
/* PAGE: Histoire de DE */
/* AUTEUR: Jérémy */
/****************************/
.histoire main {
.histoire {
background-color: rgb(104, 170, 56);
}
@@ -123,7 +123,7 @@ footer {
color: #FFEFE5;
}
.lore main{
.lore main {
margin: auto;
width: 1300px;
}
@@ -132,7 +132,7 @@ footer {
margin: 10px;
}
.lore article p, blockquote{
.lore article p, blockquote {
margin-left: 10px;
margin-top: 15px;
}
@@ -142,7 +142,7 @@ footer {
font-weight: bold;
}
.lore table{
.lore table {
width: 100%;
position: sticky;
top: 68px;
@@ -152,17 +152,17 @@ footer {
margin-top: 5px;
}
.lore th{
.lore th {
padding: 10px;
border: 1px solid #FFEFE5;
background-color: #13172c;
}
.lore td{
.lore td {
border: 1px solid #FFEFE5;
}
.lore td img{
.lore td img {
display: block;
margin-left: auto;
margin-right: auto;
@@ -265,7 +265,7 @@ footer {
/* PAGE: Missions */
/* AUTEUR: Stanislas */
/****************************/
.missions main {
.missions {
background-color: rgb(43, 189, 226);
}
@@ -273,6 +273,6 @@ footer {
/* PAGE: Armures */
/* AUTEUR: Andres */
/****************************/
.armures main {
.armures {
background-color: rgb(255, 119, 0);
}