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.
 
 
 
 

114 lignes
1.1 KiB

  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. }
  90. td, th
  91. {
  92. padding: 0 15px 15px 0;
  93. }
  94. .right
  95. {
  96. text-align: right;
  97. }