Index: trunk/www/static/css/base.css =================================================================== diff -u -r18 -r19 --- trunk/www/static/css/base.css (.../base.css) (revision 18) +++ trunk/www/static/css/base.css (.../base.css) (revision 19) @@ -1,39 +1,52 @@ h1{ - display:flex; - justify-content:flex-start; + display:flex; + justify-content:flex-start; } .form_main_middle{ - display:flex; - flex-direction:column; - align-items:center; - margin:10px; + display:flex; + flex-direction:column; + align-items:center; + margin:10px; } .button_main_middle{ - width:300px; - height:40px; - margin:20px; - border: 1px black solid; - border-radius:4px; + width:300px; + height:40px; + margin:20px; + border-radius:15px; + border-color:black; + background-color:#4d4d4dff/*#DCDCDC*/; + color:white; + font-size:15px; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; + width:300px; + height:40px; } +.button_main_middle:hover{ + background-color:white; + color:black; + border-color:#00ba81ff; +} + + /* Couleur utilisée pour les liens */ .navbar-nav > li > a { - color: white; + color: white; } /* Couleur utilisée pour les liens lorsque la souris passe dessus ou que le lien est actif */ .navbar-nav > li > .active, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { - color: orange; + color: orange; } .depannage-logo, .numerisation-logo, .ordipourtous-logo{ -margin-top:20px; + margin-top:20px; } .depannage-title, .numerisation-title, .ordipourtous-title{ -margin-top:50px; + margin-top:50px; } Index: trunk/www/ordipourtous/templates/ordi-pour-tous-home.html =================================================================== diff -u -r16 -r19 --- trunk/www/ordipourtous/templates/ordi-pour-tous-home.html (.../ordi-pour-tous-home.html) (revision 16) +++ trunk/www/ordipourtous/templates/ordi-pour-tous-home.html (.../ordi-pour-tous-home.html) (revision 19) @@ -18,6 +18,6 @@
-

IMPORTANT: cette initiative dans le cadre du covid n'est aucun cas lucrative et nous n'utiliserons aucunes des informations communiquées à des fins commerciales.

+

IMPORTANT: cette initiative dans le cadre du covid-19 n'est en aucun cas lucrative et nous n'utiliserons aucunes des informations communiquées à des fins commerciales.

{% endblock content %}