Election results in the London Borough of Sutton.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
před 14 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. body
  2. {
  3. background-color: #fff;
  4. color: #555;
  5. font-family: Helvetica, Arial, sans-serif;
  6. font-size: 100%;
  7. width: 100%;
  8. line-height: 1.5em;
  9. margin: 0;
  10. padding: 0;
  11. }
  12. .warning {
  13. padding: 10px 15px;
  14. background-color: #fcfcfc;
  15. margin: 25px 0;
  16. }
  17. p
  18. {
  19. font-size: 110%;
  20. }
  21. input
  22. {
  23. font-size: 130%;
  24. background-color: #fff;
  25. }
  26. input.postcode
  27. {
  28. text-transform: uppercase;
  29. }
  30. #main
  31. {
  32. width: 920px;
  33. margin: 50px auto;
  34. }
  35. tr.footer {
  36. border-top: 1px solid #eee;
  37. border-bottom: 0px solid black;
  38. }
  39. tr.header {
  40. border-bottom: 1px solid #eee;
  41. }
  42. #header
  43. {
  44. font-size: 100%;
  45. background-color: #e8f3f4;
  46. color: #999;
  47. text-align: left;
  48. margin: 0 0 0px 0;
  49. height: 100%;
  50. }
  51. #header_inner {
  52. margin: 0 auto;
  53. padding: 10px 0;
  54. width: 930px;
  55. }
  56. #header h1 {
  57. font-size: 180%;
  58. color: #555;
  59. }
  60. a
  61. {
  62. padding: 1px 4px;
  63. color: #999;
  64. text-decoration: none;
  65. }
  66. a:visited
  67. {
  68. padding: 1px 4px;
  69. color: #111;
  70. text-decoration: none;
  71. }
  72. a:hover
  73. {
  74. background-color: #4f4f4f;
  75. color: #fff;
  76. }
  77. h1
  78. {
  79. margin: 40px 0;
  80. line-height: 1.4em;
  81. font-weight: bold;
  82. color: #555;
  83. }
  84. h2
  85. {
  86. margin: 20px 0 0 0;
  87. line-height: 1.5em;
  88. font-weight: bold;
  89. color: #555;
  90. }
  91. h3
  92. {
  93. margin: 30px 0 0 0;
  94. line-height: 1.5em;
  95. font-weight: bold;
  96. color: #555;
  97. }
  98. form
  99. {
  100. font-size: 150%;
  101. }
  102. .candidate_name
  103. {
  104. font-size: 150%;
  105. font-weight: bold;
  106. }
  107. .candidate_party
  108. {
  109. color: #999;
  110. }
  111. .highlight
  112. {
  113. background-color: #e8f3f4;
  114. }
  115. strong
  116. {
  117. color: #000;
  118. }
  119. table
  120. {
  121. border-collapse: collapse;
  122. margin: 20px 0 60px 0;
  123. }
  124. td, th
  125. {
  126. padding: 6px;
  127. }
  128. th {
  129. font-weight: normal;
  130. }
  131. tr
  132. {
  133. border-bottom: 1px solid #eee;
  134. }
  135. nav
  136. {
  137. font-size: 85%;
  138. margin: 0 0 0 0;
  139. }
  140. .right
  141. {
  142. text-align: right;
  143. }
  144. .elected
  145. {
  146. background-color: #e8f3f4;
  147. color: #333;
  148. padding: 2px 5px;
  149. font-weight: normal;
  150. }
  151. .elected_text
  152. {
  153. text-transform: lowercase;
  154. }
  155. .noborder
  156. {
  157. border: 0;
  158. }
  159. #lookup {
  160. background-color: #fafafa;
  161. padding: 0px 10px;
  162. }
  163. #notice {
  164. background-color: green;
  165. color: white;
  166. padding: 10px 20px;
  167. }
  168. #error {
  169. background-color: red;
  170. color: white;
  171. padding: 10px 20px;
  172. }
  173. /* Wardmap */
  174. .wardmap tr, .wardmap td.blank
  175. {
  176. border: 0;
  177. }
  178. .wardmap td
  179. {
  180. border: 1px solid #fff;
  181. width: 16%;
  182. height: 80px;
  183. padding: 10px;
  184. text-align: center;
  185. font-size: 90%;
  186. }
  187. .ld3 a, .ld3 a:visited, .ld2 a, .ld2 a:visited
  188. {
  189. background-color: orange;
  190. color: white;
  191. padding: 3px;
  192. line-height: 1.5em;
  193. width: 70%;
  194. }
  195. .ld1 a, .ld1 a:visited, .con3 a, .con3 a:visited
  196. {
  197. background-color: blue;
  198. color: white;
  199. padding: 3px;
  200. line-height: 1.5em;
  201. width: 70%;
  202. }
  203. .wardmap a:hover
  204. {
  205. background-color: black;
  206. color: white;
  207. padding: 3px;
  208. line-height: 1.5em;
  209. width: 70%;
  210. }
  211. .ld3
  212. {
  213. background-color: orange;
  214. color: white;
  215. }
  216. .ld2
  217. {
  218. background-color: orange;
  219. background-image: url('ld2.png');
  220. color: white;
  221. }
  222. .ld1
  223. {
  224. background-color: blue;
  225. background-image: url('ld1.png');
  226. color: white;
  227. }
  228. .con3
  229. {
  230. background-color: blue;
  231. color: white;
  232. }
  233. .letter_index a {
  234. margin: 0 10px 0 0;
  235. }
  236. #candidate_bio img {
  237. float: left;
  238. margin: 0 15px 15px 0;
  239. }
  240. #polling_station {
  241. background-color: beige;
  242. border: 1px solid green;
  243. padding: 20px 20px;
  244. }