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.
 
 
 
 

119 rivejä
1.2 KiB

  1. body
  2. {
  3. background-color: #fff;
  4. color: #555;
  5. font-family: Helvetica, Arial, sans-serif;
  6. width: 600px;
  7. margin: 70px auto;
  8. line-height: 1.5em;
  9. }
  10. input
  11. {
  12. font-size: 150%;
  13. background-color: #fff;
  14. }
  15. input.postcode
  16. {
  17. text-transform: uppercase;
  18. }
  19. .highlight
  20. {
  21. background-color: yellow;
  22. }
  23. #main
  24. {
  25. margin: 60px 0;
  26. }
  27. #footer
  28. {
  29. font-size: 100%;
  30. background-color: #fff;
  31. }
  32. .credit
  33. {
  34. text-align: right;
  35. font-size: 80%;
  36. }
  37. a, a:visited
  38. {
  39. background-color: #e0ffd4;
  40. padding: 2px 5px;
  41. color: #111;
  42. text-decoration: none;
  43. }
  44. a:hover
  45. {
  46. background-color: #4f4f4f;
  47. color: #e0ffd4;
  48. }
  49. h2
  50. {
  51. margin-top: 50px;
  52. line-height: 1.5em;
  53. font-weight: bold;
  54. color: #000;
  55. }
  56. form
  57. {
  58. font-size: 150%;
  59. }
  60. a.date
  61. {
  62. font-size: 610%;
  63. font-weight: bold;
  64. padding: 30px 30px;
  65. background-color: red;
  66. display: none;
  67. position: absolute;
  68. left: 0;
  69. top: 1000;
  70. -webkit-transform: rotate(-90deg);
  71. -moz-transform: rotate(-90deg);
  72. }
  73. #header
  74. {
  75. margin-bottom: 60px;
  76. }
  77. h1
  78. {
  79. margin-top: 50px;
  80. line-height: 1.5em;
  81. font-weight: bold;
  82. color: #000;
  83. }
  84. .candidate_name
  85. {
  86. font-size: 150%;
  87. font-weight: bold;
  88. }
  89. .candidate_party
  90. {
  91. color: #999;
  92. }
  93. .highlight
  94. {
  95. background-color: yellow;
  96. padding: 5px;
  97. }
  98. strong
  99. {
  100. color: #000;
  101. }