From 2910d3509b7a1f128f3ddb5e7769e1f625f5e2e1 Mon Sep 17 00:00:00 2001 From: Elodie BOUZIAT <elodie.bouziat@ensiie.fr> Date: Sun, 17 Dec 2017 23:54:01 +0100 Subject: [PATCH] Replace style.css --- Projet/polls/static/polls/style.css | 52 ++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/Projet/polls/static/polls/style.css b/Projet/polls/static/polls/style.css index 6f12e40..e96502d 100644 --- a/Projet/polls/static/polls/style.css +++ b/Projet/polls/static/polls/style.css @@ -378,24 +378,60 @@ input[type=password], select { text-align: center; } -.right-groupe-icone{ - -webkit-border-radius:25px; - -moz-border-radius:25px; - border-radius:25px; - width:30%; +.right-groupe-icone { + -webkit-border-radius: 25px; + -moz-border-radius: 25px; + border-radius: 25px; + width: 28%; background: white; - border-color: lightblue; + border-color: darkslategrey; border-width: 5px; border-style: solid; - margin: 10px; + margin-left: 1%; + margin-right: 1%; + margin-top: 5px; + margin-bottom: 5px; font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif; text-align: center; font-size: larger; - padding : 10px; + padding: 10px; + transition: border-color 0.2s, color 0.2s, width 0.2s; + color: darkslategrey; } .right-groupe-icone:hover{ border-color: blue; + color:darkblue; + width:30%; } +#conteneur{ + display: flex; + flex-wrap: wrap; +} + +#conteneur_bouton_rapport{ + display: flex; + flex-wrap: wrap; +} +.button_groupe{ + 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; + border:none; + border-bottom-left-radius: 25px; + border-bottom-right-radius: 25px; + border-top-left-radius: 25px; + border-top-right-radius: 25px; + margin-left: 1%; + margin-top: 20px; +} + +.button_groupe:hover{ + color: springgreen; +} \ No newline at end of file -- GitLab