Election results in the London Borough of Sutton.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

93 rindas
870 B

  1. body
  2. {
  3. background-color: #fffeda;
  4. font-family: Helvetica, Arial, sans-serif;
  5. width: 600px;
  6. margin: 60px auto;
  7. line-height: 1.5em;
  8. }
  9. input
  10. {
  11. font-size: 150%;
  12. background-color: #fff;
  13. }
  14. input.postcode
  15. {
  16. text-transform: uppercase;
  17. }
  18. .highlight
  19. {
  20. background-color: yellow;
  21. }
  22. #main
  23. {
  24. margin: 60px 0;
  25. }
  26. #footer
  27. {
  28. font-size: 90%;
  29. }
  30. .credit
  31. {
  32. text-align: right;
  33. }
  34. a, a:visited
  35. {
  36. padding: 2px 5px;
  37. background-color: #333;
  38. color: #fff;
  39. text-decoration: none;
  40. }
  41. a:hover
  42. {
  43. background-color: #fff;
  44. color: #333;
  45. }
  46. h2
  47. {
  48. margin-top: 50px;
  49. line-height: 1.5em;
  50. }
  51. form
  52. {
  53. font-size: 150%;
  54. }
  55. a.date
  56. {
  57. font-size: 600%;
  58. font-weight: bold;
  59. padding: 30px 30px;
  60. }
  61. #header
  62. {
  63. margin-bottom: 60px;
  64. }
  65. h1
  66. {
  67. margin-top: 50px;
  68. line-height: 1.5em;
  69. }
  70. .candidate_name
  71. {
  72. font-size: 150%;
  73. }
  74. .highlight
  75. {
  76. background-color: yellow;
  77. }