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