Public Access
5
0

correction du width de wiki photos

This commit is contained in:
Andres
2025-12-02 17:19:18 -05:00
parent a14c1d5523
commit be575daa38

View File

@@ -293,6 +293,7 @@ footer a:hover {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
} }
.aPropos { .aPropos {
margin: auto; margin: auto;
display: block; display: block;
@@ -301,6 +302,7 @@ footer a:hover {
.aPropos h1 { .aPropos h1 {
text-align: center; text-align: center;
} }
.aPropos>div:first { .aPropos>div:first {
margin: auto; margin: auto;
display: flex; display: flex;
@@ -398,6 +400,7 @@ Couleur texte : #FFEFE5
width: 100%; width: 100%;
border-color: #606060; border-color: #606060;
} }
.aPropos fieldset:not(:first-child) { .aPropos fieldset:not(:first-child) {
margin: 1em auto 1em 0px; margin: 1em auto 1em 0px;
} }
@@ -405,14 +408,17 @@ margin: 1em auto 1em 0px;
.aPropos #contactInfo h2 { .aPropos #contactInfo h2 {
margin-bottom: 1em; margin-bottom: 1em;
} }
.aPropos #firstField label { .aPropos #firstField label {
width: 11em; width: 11em;
display: inline-block display: inline-block
} }
.aPropos #firstField input { .aPropos #firstField input {
width: 25em; width: 25em;
display: inline-block display: inline-block
} }
/*.aPropos div {*/ /*.aPropos div {*/
/* display: block; */ /* display: block; */
/*}*/ /*}*/
@@ -955,12 +961,11 @@ margin: 1em auto 1em 0px;
.armures .perso .bg-video { .armures .perso .bg-video {
position: absolute; position: absolute;
top: 50%; top: 0;
left: 50%; left: 0;
width: 110%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
transform: translate(-50%, -50%);
z-index: 0; z-index: 0;
} }
@@ -1095,6 +1100,10 @@ margin: 1em auto 1em 0px;
font-size: 1.2rem; font-size: 1.2rem;
} }
.accueilwiki img {
width: 100%;
}
.wikiwar { .wikiwar {
background-color: #273A56; background-color: #273A56;
color: white; color: white;