Election results in the London Borough of Sutton.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

46 lignes
463 B

  1. body
  2. {
  3. background-color: #eee;
  4. font-family: Helvetica, Arial, sans-serif;
  5. width: 450px;
  6. margin: 60px auto;
  7. }
  8. input
  9. {
  10. font-size: 150%;
  11. text-transform: uppercase;
  12. }
  13. .highlight
  14. {
  15. background-color: yellow;
  16. }
  17. #main
  18. {
  19. margin: 60px 0;
  20. }
  21. #footer
  22. {
  23. font-size: 90%;
  24. text-align: right;
  25. }
  26. a, a:visited
  27. {
  28. padding: 2px 5px;
  29. background-color: #333;
  30. color: #fff;
  31. text-decoration: none;
  32. }
  33. a:hover
  34. {
  35. background-color: #fff;
  36. color: #333;
  37. }