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.

style.css 2.7 KiB

14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
14 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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. }
  147. .noborder
  148. {
  149. border: 0;
  150. }
  151. /* Wardmap */
  152. .wardmap tr, .wardmap td.blank
  153. {
  154. border: 0;
  155. }
  156. .wardmap td
  157. {
  158. border: 1px solid #fff;
  159. width: 16%;
  160. height: 80px;
  161. padding: 10px;
  162. text-align: center;
  163. font-size: 90%;
  164. }
  165. .ld3 a, .ld3 a:visited, .ld2 a, .ld2 a:visited
  166. {
  167. background-color: orange;
  168. color: white;
  169. padding: 3px;
  170. line-height: 1.5em;
  171. width: 70%;
  172. }
  173. .ld1 a, .ld1 a:visited, .con3 a, .con3 a:visited
  174. {
  175. background-color: blue;
  176. color: white;
  177. padding: 3px;
  178. line-height: 1.5em;
  179. width: 70%;
  180. }
  181. .wardmap a:hover
  182. {
  183. background-color: black;
  184. color: white;
  185. padding: 3px;
  186. line-height: 1.5em;
  187. width: 70%;
  188. }
  189. .ld3
  190. {
  191. background-color: orange;
  192. color: white;
  193. }
  194. .ld2
  195. {
  196. background-color: orange;
  197. background-image: url('ld2.png');
  198. color: white;
  199. }
  200. .ld1
  201. {
  202. background-color: blue;
  203. background-image: url('ld1.png');
  204. color: white;
  205. }
  206. .con3
  207. {
  208. background-color: blue;
  209. color: white;
  210. }