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.
 
 
 
 

290 lignes
3.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: 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-top: 20px;
  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. .right
  136. {
  137. text-align: right;
  138. }
  139. .elected
  140. {
  141. background-color: #e8f3f4;
  142. color: #333;
  143. padding: 2px 5px;
  144. font-weight: normal;
  145. }
  146. .elected_text
  147. {
  148. text-transform: lowercase;
  149. }
  150. .noborder
  151. {
  152. border: 0;
  153. }
  154. #lookup {
  155. background-color: #fafafa;
  156. padding: 0px 10px;
  157. }
  158. #notice {
  159. background-color: green;
  160. color: white;
  161. padding: 10px 20px;
  162. }
  163. #error {
  164. background-color: red;
  165. color: white;
  166. padding: 10px 20px;
  167. }
  168. /* Wardmap */
  169. .wardmap tr, .wardmap td.blank
  170. {
  171. border: 0;
  172. }
  173. .wardmap td
  174. {
  175. border: 1px solid #fff;
  176. width: 16%;
  177. height: 80px;
  178. padding: 10px;
  179. text-align: center;
  180. font-size: 90%;
  181. }
  182. .ld3 a, .ld3 a:visited, .ld2 a, .ld2 a:visited
  183. {
  184. background-color: orange;
  185. color: white;
  186. padding: 3px;
  187. line-height: 1.5em;
  188. width: 70%;
  189. }
  190. .ld1 a, .ld1 a:visited, .con3 a, .con3 a:visited
  191. {
  192. background-color: blue;
  193. color: white;
  194. padding: 3px;
  195. line-height: 1.5em;
  196. width: 70%;
  197. }
  198. .wardmap a:hover
  199. {
  200. background-color: black;
  201. color: white;
  202. padding: 3px;
  203. line-height: 1.5em;
  204. width: 70%;
  205. }
  206. .ld3
  207. {
  208. background-color: orange;
  209. color: white;
  210. }
  211. .ld2
  212. {
  213. background-color: orange;
  214. background-image: url('ld2.png');
  215. color: white;
  216. }
  217. .ld1
  218. {
  219. background-color: blue;
  220. background-image: url('ld1.png');
  221. color: white;
  222. }
  223. .con3
  224. {
  225. background-color: blue;
  226. color: white;
  227. }
  228. .letter_index a {
  229. margin: 0 10px 0 0;
  230. }
  231. #candidate_bio img {
  232. float: left;
  233. margin: 0 15px 15px 0;
  234. }
  235. #polling_station {
  236. background-color: beige;
  237. border: 1px solid green;
  238. padding: 20px 20px;
  239. }