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.
 
 
 
 

86 lignes
782 B

  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. }