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 1.3 KiB

14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. }