diff --git a/WEB/deposer_avis/deposer_avis.css b/WEB/deposer_avis/deposer_avis.css index a93218d..38518d3 100755 --- a/WEB/deposer_avis/deposer_avis.css +++ b/WEB/deposer_avis/deposer_avis.css @@ -1,55 +1,61 @@ -body { - color:black; - background-color:white; - background-image:url("../ressources/image/background.jpg"); - background-repeat:no-repeat; - background-size:104%; - margin: 0; - font-family: Ubuntu,Helvetica,sans-serif; -} - -#container{ - margin : 5% 15% 5% 15%; - background-color : white; - border : 2px solid black; -} - -h1{ - text-align : center; - font-size : 250%; - font-weight: bold; -} - -#form{ - text-align:center; -} - -#avis_laisse{ - box-sizing: border-box; - resize: none; - width: 70%; - height: 16em; -} - -#submit{ - margin-bottom: 1%; -} - -.rating { - direction: rtl; -} - -.rating a { - color: #aaa; - text-decoration: none; - font-size: 3em; - transition: color .4s; -} - -.rating a:hover, -.rating a:focus, -.rating a:hover ~ a, -.rating a:focus ~ a { - color: orange; - cursor: pointer; +/*General*/ + +body { + color:black; + background-color:white; + background-image:url("../ressources/image/background.jpg"); + background-repeat:no-repeat; + background-size:104%; + margin: 0; + font-family: Ubuntu,Helvetica,sans-serif; +} + +#container{ + margin : 5% 15% 5% 15%; + background-color : white; + border : 2px solid black; +} + +h1{ + text-align : center; + font-size : 250%; + font-weight: bold; +} + +/*Formulaire*/ + +#form{ + text-align:center; +} + +#avis_laisse{ + box-sizing: border-box; + resize: none; + width: 70%; + height: 16em; +} + +#submit{ + margin-bottom: 1%; +} + +/*Etoile de notation*/ + +.rating { + direction: rtl; +} + +.rating a { + color: #aaa; + text-decoration: none; + font-size: 3em; + transition: color .4s; +} + +.rating a:hover, +.rating a:focus, +.rating a:hover ~ a, +.rating a:focus ~ a { + color: orange; + cursor: pointer; } \ No newline at end of file