Refactor code for improved readability and consistency across multiple files
This commit is contained in:
50
style.css
50
style.css
@ -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 {
|
||||
|
Reference in New Issue
Block a user