Election results in the London Borough of Sutton.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

14 лет назад
14 лет назад
14 лет назад
14 лет назад
14 лет назад
14 лет назад
14 лет назад
14 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. body
  2. {
  3. background-color: #fffeda;
  4. font-family: Helvetica, Arial, sans-serif;
  5. width: 600px;
  6. margin: 60px auto;
  7. line-height: 1.5em;
  8. }
  9. input
  10. {
  11. font-size: 150%;
  12. background-color: #fff;
  13. }
  14. input.postcode
  15. {
  16. text-transform: uppercase;
  17. }
  18. .highlight
  19. {
  20. background-color: yellow;
  21. }
  22. #main
  23. {
  24. margin: 60px 0;
  25. }
  26. #footer
  27. {
  28. font-size: 90%;
  29. }
  30. .credit
  31. {
  32. text-align: right;
  33. }
  34. a, a:visited
  35. {
  36. padding: 2px 5px;
  37. background-color: #333;
  38. color: #fff;
  39. text-decoration: none;
  40. }
  41. a:hover
  42. {
  43. background-color: #fff;
  44. color: #333;
  45. }
  46. h2
  47. {
  48. margin-top: 50px;
  49. }
  50. form
  51. {
  52. font-size: 150%;
  53. }
  54. a.date
  55. {
  56. font-size: 600%;
  57. font-weight: bold;
  58. padding: 30px 30px;
  59. }
  60. #header
  61. {
  62. margin-bottom: 60px;
  63. }
  64. h1
  65. {
  66. margin-top: 50px;
  67. }
  68. .candidate_name
  69. {
  70. font-size: 150%;
  71. }