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.

style.css 1.1 KiB

14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. body
  2. {
  3. background-color: #fff;
  4. color: #555;
  5. font-family: Helvetica, Arial, sans-serif;
  6. font-size: 100%;
  7. width: 760px;
  8. margin: 60px auto;
  9. line-height: 1.5em;
  10. }
  11. p
  12. {
  13. font-size: 110%;
  14. }
  15. input
  16. {
  17. font-size: 130%;
  18. background-color: #fff;
  19. }
  20. input.postcode
  21. {
  22. text-transform: uppercase;
  23. }
  24. #main
  25. {
  26. margin: 30px 0;
  27. }
  28. #footer
  29. {
  30. font-size: 100%;
  31. background-color: #fff;
  32. text-align: left;
  33. margin: 40px 0 40px 0;
  34. }
  35. a
  36. {
  37. background-color: #dce9b0;
  38. padding: 1px 4px;
  39. color: #111;
  40. text-decoration: none;
  41. }
  42. a:visited
  43. {
  44. background-color: #eee;
  45. padding: 1px 4px;
  46. color: #111;
  47. text-decoration: none;
  48. }
  49. a:hover
  50. {
  51. background-color: #4f4f4f;
  52. color: #fff;
  53. }
  54. h1
  55. {
  56. margin-top: 20px;
  57. line-height: 1.4em;
  58. font-weight: bold;
  59. color: #86a11d;
  60. }
  61. h2
  62. {
  63. margin-top: 50px;
  64. line-height: 1.5em;
  65. font-weight: bold;
  66. color: #86a11d;
  67. }
  68. form
  69. {
  70. font-size: 150%;
  71. }
  72. .candidate_name
  73. {
  74. font-size: 150%;
  75. font-weight: bold;
  76. }
  77. .candidate_party
  78. {
  79. color: #999;
  80. }
  81. .highlight
  82. {
  83. background-color: #fff7c0;
  84. padding: 5px;
  85. }
  86. strong
  87. {
  88. color: #000;
  89. }