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

Replace style.css

parent b88b984f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -163,6 +163,95 @@ body {
}
/* edition d'un nouveau rapport */
.right-report-title{
color: blue;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding: 25px;
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
background-color: white;
text-align: center;
}
.right-report-part{
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
}
.right-report-part2{
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: 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;
}
.right-report-content{
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
}
.right-report-explanation{
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
}
.right-report-form{
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
}
.right-report-block{
width: 80%;
margin-left: 17%;
}
.right-report-block2{
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
-moz-border-radius-bottomleft: 25px;
-moz-border-radius-bottomright: 25px;
padding: 25px;
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
background-color: white;
}
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.button_submit{
padding:10px 0 10px 0;
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;
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%;
}
\ No newline at end of file
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