An open source, stand-alone, customisable public spending data web app.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

style.css 2.2 KiB

14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. body
  2. {
  3. background-color: #fff;
  4. color: #555;
  5. font-family: Helvetica, Arial, sans-serif;
  6. font-size: 100%;
  7. line-height: 1.5em;
  8. }
  9. p
  10. {
  11. font-size: 110%;
  12. }
  13. input
  14. {
  15. font-size: 130%;
  16. background-color: #fff;
  17. }
  18. #main
  19. {
  20. margin: 30px 0;
  21. }
  22. #footer
  23. {
  24. font-size: 100%;
  25. background-color: #fff;
  26. text-align: right;
  27. margin: 40px 0 40px 0;
  28. }
  29. .top_border
  30. {
  31. border-top: 1px solid #eee;
  32. }
  33. a
  34. {
  35. background-color: #dce9b0;
  36. padding: 1px 4px;
  37. color: #111;
  38. text-decoration: none;
  39. }
  40. a:visited
  41. {
  42. background-color: #eee;
  43. padding: 1px 4px;
  44. color: #111;
  45. text-decoration: none;
  46. }
  47. a:hover
  48. {
  49. background-color: #4f4f4f;
  50. color: #fff;
  51. }
  52. h1
  53. {
  54. margin: 0px 0 0 0;
  55. line-height: 1.4em;
  56. font-weight: bold;
  57. color: #86a11d;
  58. font-size: 170%;
  59. }
  60. h1.logo
  61. {
  62. margin: 20px 0 0 0;
  63. line-height: 1.4em;
  64. font-weight: bold;
  65. color: #86a11d;
  66. font-size: 230%;
  67. }
  68. h2
  69. {
  70. margin-top: 20px;
  71. line-height: 1.5em;
  72. font-weight: bold;
  73. color: #86a11d;
  74. }
  75. form
  76. {
  77. font-size: 150%;
  78. }
  79. .highlight
  80. {
  81. background-color: #fff7c0;
  82. padding: 5px;
  83. }
  84. strong
  85. {
  86. color: #000;
  87. }
  88. table
  89. {
  90. border-collapse: collapse;
  91. margin-bottom: 50px;
  92. }
  93. td, th
  94. {
  95. padding: 6px;
  96. }
  97. th
  98. {
  99. text-align: left;
  100. }
  101. tr
  102. {
  103. border-bottom: 1px solid #eee;
  104. }
  105. .right
  106. {
  107. text-align: right;
  108. }
  109. .noborder
  110. {
  111. border: 0;
  112. }
  113. .download a, .download a:visited
  114. {
  115. margin: 15px 0;
  116. padding: 7px;
  117. background-color: red;
  118. color: white;
  119. }
  120. .download a:hover
  121. {
  122. background-color: #eee;
  123. color: red;
  124. }
  125. .callout
  126. {
  127. background-color: #eee;
  128. padding: 0px;
  129. font-size: 120%;
  130. line-height: 1.5em;
  131. }
  132. .spinner
  133. {
  134. display: none;
  135. }
  136. .filter li
  137. {
  138. display: inline;
  139. }
  140. .filter a, .filter a:visited
  141. {
  142. margin: 0 0px 0 0;
  143. padding: 5px 10px;
  144. }
  145. .filter a:hover
  146. {
  147. }
  148. a.filter_selected
  149. {
  150. widows: 0;
  151. background-color: black;
  152. color: #fff;
  153. font-size: 100%;
  154. }
  155. #nav
  156. {
  157. background-color: #777;
  158. margin: 0 0 20px 0;
  159. padding: 2px 10px;
  160. }
  161. #nav a, #nav a:visited
  162. {
  163. background-color: #777;
  164. color: #fff;
  165. }
  166. #nav a:hover
  167. {
  168. background-color: #fff;
  169. color: #777;
  170. }
  171. #breadcrumb
  172. {
  173. display: none;
  174. }
  175. .hidden
  176. {
  177. display: none;
  178. }
  179. .home_subheads
  180. {
  181. margin: 0;
  182. padding: 0;
  183. background-color: #fff;
  184. vertical-align: bottom;
  185. }