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ů.
 
 
 
 

298 řádky
3.4 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. /*
  80. Show icon for external links
  81. https://stackoverflow.com/questions/18168286/how-can-i-style-external-links-like-wikipedia
  82. */
  83. a[href^="//"]:after,
  84. a[href^="http://"]:after,
  85. a[href^="https://"]:after {
  86. content: url(/external-link.png);
  87. margin: 0 0 0 5px;
  88. }
  89. h1
  90. {
  91. margin-top: 20px;
  92. line-height: 1.4em;
  93. font-weight: bold;
  94. color: #86a11d;
  95. }
  96. h2
  97. {
  98. margin-top: 40px;
  99. line-height: 1.5em;
  100. font-weight: bold;
  101. color: #86a11d;
  102. }
  103. h3
  104. {
  105. margin: 30px 0 10px 0;
  106. line-height: 1.5em;
  107. font-weight: bold;
  108. color: #86a11d;
  109. }
  110. form
  111. {
  112. font-size: 150%;
  113. }
  114. .candidate_name
  115. {
  116. font-size: 150%;
  117. font-weight: bold;
  118. }
  119. .candidate_party
  120. {
  121. color: #999;
  122. }
  123. .highlight
  124. {
  125. background-color: #fff7c0;
  126. }
  127. strong
  128. {
  129. color: #000;
  130. }
  131. table
  132. {
  133. border-collapse: collapse;
  134. }
  135. td, th
  136. {
  137. padding: 6px;
  138. }
  139. th {
  140. font-weight: normal;
  141. }
  142. tr
  143. {
  144. border-bottom: 1px solid #eee;
  145. }
  146. .right
  147. {
  148. text-align: right;
  149. }
  150. .elected
  151. {
  152. background-color: #777;
  153. color: white;
  154. padding: 2px 5px;
  155. font-weight: normal;
  156. text-transform: uppercase;
  157. }
  158. .noborder
  159. {
  160. border: 0;
  161. }
  162. #lookup {
  163. background-color: beige;
  164. padding: 10px 25px;
  165. }
  166. #notice {
  167. background-color: green;
  168. color: white;
  169. padding: 10px 20px;
  170. }
  171. #error {
  172. background-color: red;
  173. color: white;
  174. padding: 10px 20px;
  175. }
  176. /* Wardmap */
  177. .wardmap tr, .wardmap td.blank
  178. {
  179. border: 0;
  180. }
  181. .wardmap td
  182. {
  183. border: 1px solid #fff;
  184. width: 16%;
  185. height: 80px;
  186. padding: 10px;
  187. text-align: center;
  188. font-size: 90%;
  189. }
  190. .ld3 a, .ld3 a:visited, .ld2 a, .ld2 a:visited
  191. {
  192. background-color: orange;
  193. color: white;
  194. padding: 3px;
  195. line-height: 1.5em;
  196. width: 70%;
  197. }
  198. .ld1 a, .ld1 a:visited, .con3 a, .con3 a:visited
  199. {
  200. background-color: blue;
  201. color: white;
  202. padding: 3px;
  203. line-height: 1.5em;
  204. width: 70%;
  205. }
  206. .wardmap a:hover
  207. {
  208. background-color: black;
  209. color: white;
  210. padding: 3px;
  211. line-height: 1.5em;
  212. width: 70%;
  213. }
  214. .ld3
  215. {
  216. background-color: orange;
  217. color: white;
  218. }
  219. .ld2
  220. {
  221. background-color: orange;
  222. background-image: url('ld2.png');
  223. color: white;
  224. }
  225. .ld1
  226. {
  227. background-color: blue;
  228. background-image: url('ld1.png');
  229. color: white;
  230. }
  231. .con3
  232. {
  233. background-color: blue;
  234. color: white;
  235. }
  236. .letter_index a {
  237. margin: 0 10px 0 0;
  238. }
  239. #candidate_bio img {
  240. float: left;
  241. margin: 0 15px 15px 0;
  242. }
  243. #polling_station {
  244. background-color: beige;
  245. border: 1px solid green;
  246. padding: 20px 20px;
  247. }