Refactor code for improved readability and consistency across multiple files

This commit is contained in:
Le Stagiaire
2024-11-08 16:08:06 +01:00
parent 0cfc5938bd
commit 6aa7fea79c
19 changed files with 1677 additions and 1794 deletions

View File

@ -2,61 +2,61 @@
/* CSS Document BY BREGAND Alexis */
a:link {
color:#06C;
text-decoration:none;
color: #06C;
text-decoration: none;
}
a:visited {
text-decoration:none;
color:#06C;
text-decoration: none;
color: #06C;
}
a:hover {
text-decoration:none;
color:#09F;
text-decoration: none;
color: #09F;
}
a:active {
text-decoration:none;
color:#09F;
text-decoration: none;
color: #09F;
}
hr {
border:0;
border-top:1px solid #000;
border: 0;
border-top: 1px solid #000;
}
h1 {
text-align:center;
text-align: center;
}
.options {
text-align:center;
padding:5px;
border:1px dashed #000;
text-align: center;
padding: 5px;
border: 1px dashed #000;
}
.tab_ajout {
text-align:right;
width:325px;
text-align: right;
width: 325px;
}
.oubli {
width:800px;
border:1px dashed red;
background-color:#FCC;
margin:auto;
width: 800px;
border: 1px dashed red;
background-color: #FCC;
margin: auto;
}
.erreur_mod {
background-color:#FCC;
padding:3px;
background-color: #FCC;
padding: 3px;
}
.erreur_ajo {
background-color:#FCC;
padding:2px;
margin:2px;
background-color: #FCC;
padding: 2px;
margin: 2px;
}
.ds_box {