Skip to content
Extraits de code Groupes Projets
Valider afba92e6 rédigé par Elodie BOUZIAT's avatar Elodie BOUZIAT
Parcourir les fichiers

Replace style.css

parent 0cd1c4c4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -239,19 +239,75 @@ input[type=text], select {
}
.button_submit{
padding:10px 0 10px 0;
padding:10px 10px 10px 10px;
font-size: larger;
font-weight: bold;
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
background: royalblue;
color:white;
border-radius:2px;
width:500px;
width: 41.5%;
border:none;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
margin-left: 27%;
margin-top: 2%;
margin-top: 1%;
}
/* inscription */
.inscription-title-block{
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
color: white;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-topright: 25px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
font-weight: bold;
font-size: larger;
background-color: royalblue;
border-bottom-style: solid;
border-color: black;
border-width: 2px;
margin-bottom: 0px;
width: 40%;
margin-left: 27%;
}
.inscription-block{
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
-moz-border-radius-bottomleft: 25px;
-moz-border-radius-bottomright: 25px;
padding: 10px;
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
background-color: white;
width: 40%;
margin-left: 27%;
display:block
}
.inscription-data{
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
text-align: center;
color: royalblue;
margin-bottom: 0px;
margin-top: 5px;
}
.inscription-form{
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
width: 42%;
margin-left: 30%;
padding: 5px;
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter