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.
 
 
 
 

123 lines
1.3 KiB

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