Election results in the London Borough of Sutton.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

46 rivejä
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. }