An open source, stand-alone, customisable public spending data web app.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

style.css 2.2 KiB

hace 14 años
hace 14 años
hace 14 años
hace 14 años
hace 14 años
hace 14 años
hace 14 años
hace 14 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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. .strong
  89. {
  90. color: #000;
  91. font-weight: bold;
  92. }
  93. table
  94. {
  95. border-collapse: collapse;
  96. margin-bottom: 50px;
  97. }
  98. td, th
  99. {
  100. padding: 6px;
  101. }
  102. th
  103. {
  104. text-align: left;
  105. }
  106. tr
  107. {
  108. border-bottom: 1px solid #eee;
  109. }
  110. .right
  111. {
  112. text-align: right;
  113. }
  114. .noborder
  115. {
  116. border: 0;
  117. }
  118. .download a, .download a:visited
  119. {
  120. margin: 15px 0;
  121. padding: 7px;
  122. background-color: red;
  123. color: white;
  124. }
  125. .download a:hover
  126. {
  127. background-color: #eee;
  128. color: red;
  129. }
  130. .callout
  131. {
  132. background-color: #eee;
  133. padding: 0px;
  134. font-size: 120%;
  135. line-height: 1.5em;
  136. }
  137. .spinner
  138. {
  139. display: none;
  140. }
  141. .filter li
  142. {
  143. display: inline;
  144. }
  145. .filter a, .filter a:visited
  146. {
  147. margin: 0 0px 0 0;
  148. padding: 5px 10px;
  149. }
  150. .filter a:hover
  151. {
  152. }
  153. a.filter_selected
  154. {
  155. widows: 0;
  156. background-color: black;
  157. color: #fff;
  158. font-size: 100%;
  159. }
  160. #nav
  161. {
  162. background-color: #777;
  163. margin: 0 0 20px 0;
  164. padding: 2px 10px;
  165. }
  166. #nav a, #nav a:visited
  167. {
  168. background-color: #777;
  169. color: #fff;
  170. }
  171. #nav a:hover
  172. {
  173. background-color: #fff;
  174. color: #777;
  175. }
  176. #breadcrumb
  177. {
  178. display: none;
  179. }
  180. .hidden
  181. {
  182. display: none;
  183. }
  184. .home_subheads
  185. {
  186. margin: 0;
  187. padding: 0;
  188. background-color: #fff;
  189. vertical-align: bottom;
  190. }