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.
 
 
 
 

276 regels
3.0 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: beige;
  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: 2px solid #777;
  37. border-bottom: 0px solid black;
  38. }
  39. tr.header {
  40. border-bottom: 2px solid #777;
  41. }
  42. #footer
  43. {
  44. font-size: 100%;
  45. background-color: #555;
  46. color: #fff;
  47. text-align: left;
  48. margin: 40px 0 0 0;
  49. height: 100%;
  50. }
  51. #footer_inner {
  52. margin: 0 auto;
  53. padding: 30px 0;
  54. width: 930px;
  55. }
  56. #footer h1 {
  57. font-size: 180%;
  58. color: #fff;
  59. }
  60. a
  61. {
  62. background-color: #dce9b0;
  63. padding: 1px 4px;
  64. color: #111;
  65. text-decoration: none;
  66. }
  67. a:visited
  68. {
  69. background-color: #eee;
  70. padding: 1px 4px;
  71. color: #111;
  72. text-decoration: none;
  73. }
  74. a:hover
  75. {
  76. background-color: #4f4f4f;
  77. color: #fff;
  78. }
  79. h1
  80. {
  81. margin-top: 20px;
  82. line-height: 1.4em;
  83. font-weight: bold;
  84. color: #86a11d;
  85. }
  86. h2
  87. {
  88. margin-top: 40px;
  89. line-height: 1.5em;
  90. font-weight: bold;
  91. color: #86a11d;
  92. }
  93. h3
  94. {
  95. margin: 30px 0 10px 0;
  96. line-height: 1.5em;
  97. font-weight: bold;
  98. color: #86a11d;
  99. }
  100. form
  101. {
  102. font-size: 150%;
  103. }
  104. .candidate_name
  105. {
  106. font-size: 150%;
  107. font-weight: bold;
  108. }
  109. .candidate_party
  110. {
  111. color: #999;
  112. }
  113. .highlight
  114. {
  115. background-color: #fff7c0;
  116. }
  117. strong
  118. {
  119. color: #000;
  120. }
  121. table
  122. {
  123. border-collapse: collapse;
  124. }
  125. td, th
  126. {
  127. padding: 6px;
  128. }
  129. th {
  130. font-weight: normal;
  131. }
  132. tr
  133. {
  134. border-bottom: 1px solid #eee;
  135. }
  136. .right
  137. {
  138. text-align: right;
  139. }
  140. .elected
  141. {
  142. background-color: #777;
  143. color: white;
  144. padding: 2px 5px;
  145. font-weight: normal;
  146. text-transform: uppercase;
  147. }
  148. .noborder
  149. {
  150. border: 0;
  151. }
  152. #lookup {
  153. background-color: beige;
  154. padding: 10px 25px;
  155. }
  156. #notice {
  157. background-color: green;
  158. color: white;
  159. padding: 10px 20px;
  160. }
  161. #error {
  162. background-color: red;
  163. color: white;
  164. padding: 10px 20px;
  165. }
  166. /* Wardmap */
  167. .wardmap tr, .wardmap td.blank
  168. {
  169. border: 0;
  170. }
  171. .wardmap td
  172. {
  173. border: 1px solid #fff;
  174. width: 16%;
  175. height: 80px;
  176. padding: 10px;
  177. text-align: center;
  178. font-size: 90%;
  179. }
  180. .ld3 a, .ld3 a:visited, .ld2 a, .ld2 a:visited
  181. {
  182. background-color: orange;
  183. color: white;
  184. padding: 3px;
  185. line-height: 1.5em;
  186. width: 70%;
  187. }
  188. .ld1 a, .ld1 a:visited, .con3 a, .con3 a:visited
  189. {
  190. background-color: blue;
  191. color: white;
  192. padding: 3px;
  193. line-height: 1.5em;
  194. width: 70%;
  195. }
  196. .wardmap a:hover
  197. {
  198. background-color: black;
  199. color: white;
  200. padding: 3px;
  201. line-height: 1.5em;
  202. width: 70%;
  203. }
  204. .ld3
  205. {
  206. background-color: orange;
  207. color: white;
  208. }
  209. .ld2
  210. {
  211. background-color: orange;
  212. background-image: url('ld2.png');
  213. color: white;
  214. }
  215. .ld1
  216. {
  217. background-color: blue;
  218. background-image: url('ld1.png');
  219. color: white;
  220. }
  221. .con3
  222. {
  223. background-color: blue;
  224. color: white;
  225. }
  226. .letter_index a {
  227. margin: 0 10px 0 0;
  228. }