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.2 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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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 40px 0;
  38. }
  39. a, a:visited
  40. {
  41. background-color: #d9ec96;
  42. padding: 1px 4px;
  43. color: #111;
  44. text-decoration: none;
  45. }
  46. a:hover
  47. {
  48. background-color: #4f4f4f;
  49. color: #fff;
  50. }
  51. a.date
  52. {
  53. font-size: 610%;
  54. font-weight: bold;
  55. padding: 30px 30px;
  56. background-color: red;
  57. display: none;
  58. position: absolute;
  59. left: 0;
  60. top: 1000;
  61. -webkit-transform: rotate(-90deg);
  62. -moz-transform: rotate(-90deg);
  63. }
  64. h1
  65. {
  66. margin-top: 20px;
  67. line-height: 1.4em;
  68. font-weight: bold;
  69. color: #86a11d;
  70. }
  71. h2
  72. {
  73. margin-top: 50px;
  74. line-height: 1.5em;
  75. font-weight: bold;
  76. color: #86a11d;
  77. }
  78. form
  79. {
  80. font-size: 150%;
  81. }
  82. .candidate_name
  83. {
  84. font-size: 150%;
  85. font-weight: bold;
  86. }
  87. .candidate_party
  88. {
  89. color: #999;
  90. }
  91. .highlight
  92. {
  93. background-color: #fff7c0;
  94. padding: 5px;
  95. }
  96. strong
  97. {
  98. color: #000;
  99. }