divers.css 416 B

12345678910111213141516171819202122232425262728293031
  1. body {
  2. margin: 0 2% 0 2%;
  3. }
  4. /* Tableau */
  5. table {
  6. font-size: 13px;
  7. text-align: center;
  8. border-collapse: collapse;
  9. }
  10. th, td {
  11. padding: 2px;
  12. border: 1px solid black;
  13. }
  14. .all-choices {
  15. background-color: #28a745;
  16. }
  17. .half-choices {
  18. background-color: #8fd19e;
  19. }
  20. .last-choice {
  21. background-color: #ffdf7e;
  22. }
  23. .no-choice {
  24. background-color: #ed969e;
  25. }