Public Access
5
0

ajout de css et html pour zone wiki et contact

This commit is contained in:
Andres
2025-11-30 17:31:42 -05:00
parent c62b58f145
commit 6edb6a5de4
2 changed files with 72 additions and 9 deletions

View File

@@ -929,41 +929,41 @@ footer {
scroll-margin-top: 140px;
}
.descarmure {
.armures .descarmure {
background-color: #13172c;
}
.armtxt {
.armures .armtxt {
color: white;
padding: 10px;
}
.infoarm {
.armures .infoarm {
text-align: center;
color: white;
background-color: #13172c;
padding-top: 10px;
}
.wf-table-simple {
.armures .wf-table-simple {
width: 90%;
margin: auto;
border-collapse: collapse;
background: rgba(0, 0, 0, 0.4);
}
.wf-table-simple th {
.armures .wf-table-simple th {
padding: 15px;
font-size: 1.5rem;
border: 2px solid white;
}
.wf-table-simple td {
.armures .wf-table-simple td {
border: 2px solid white;
padding: 15px;
}
.wf-table-simple img {
.armures .wf-table-simple img {
width: 200px;
height: auto;
border-radius: 15px;
@@ -971,11 +971,22 @@ footer {
margin: auto;
}
.wf-table-simple p {
.armures .wf-table-simple p {
margin-top: 10px;
font-size: 1.2rem;
}
.wikiwar {
background-color: #273A56;
color: white;
text-align: center;
}
.wikiinfo {
padding: 10px;
}
/****************************/
/* PAGE: Crédits */