An open source, stand-alone, customisable public spending data web app.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

245 lignes
2.4 KiB

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