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.
 
 
 
 

210 lines
2.2 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. table
  91. {
  92. border-collapse: collapse;
  93. }
  94. td, th
  95. {
  96. padding: 6px;
  97. }
  98. tr
  99. {
  100. border-bottom: 1px solid #eee;
  101. }
  102. .right
  103. {
  104. text-align: right;
  105. }
  106. .elected
  107. {
  108. background-color: #777;
  109. color: white;
  110. padding: 2px 2px;
  111. font-weight: normal;
  112. }
  113. .noborder
  114. {
  115. border: 0;
  116. }
  117. /* Wardmap */
  118. .wardmap tr, .wardmap td.blank
  119. {
  120. border: 0;
  121. }
  122. .wardmap td
  123. {
  124. border: 1px solid #fff;
  125. width: 16%;
  126. height: 80px;
  127. padding: 10px;
  128. text-align: center;
  129. font-size: 90%;
  130. }
  131. .ld3 a, .ld3 a:visited, .ld2 a, .ld2 a:visited
  132. {
  133. background-color: orange;
  134. color: white;
  135. padding: 3px;
  136. line-height: 1.5em;
  137. width: 70%;
  138. }
  139. .ld1 a, .ld1 a:visited, .con3 a, .con3 a:visited
  140. {
  141. background-color: blue;
  142. color: white;
  143. padding: 3px;
  144. line-height: 1.5em;
  145. width: 70%;
  146. }
  147. .wardmap a:hover
  148. {
  149. background-color: black;
  150. color: white;
  151. padding: 3px;
  152. line-height: 1.5em;
  153. width: 70%;
  154. }
  155. .ld3
  156. {
  157. background-color: orange;
  158. color: white;
  159. }
  160. .ld2
  161. {
  162. background-color: orange;
  163. background-image: url('ld2.png');
  164. color: white;
  165. }
  166. .ld1
  167. {
  168. background-color: blue;
  169. background-image: url('ld1.png');
  170. color: white;
  171. }
  172. .con3
  173. {
  174. background-color: blue;
  175. color: white;
  176. }