Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

212 righe
2.3 KiB

  1. body
  2. {
  3. background-color: #fff;
  4. color: #555;
  5. font-family: Helvetica, Arial, sans-serif;
  6. font-size: 100%;
  7. width: 100%;
  8. line-height: 1.5em;
  9. margin: 0;
  10. padding: 0;
  11. }
  12. .warning {
  13. padding: 10px 15px;
  14. background-color: #fcfcfc;
  15. margin: 25px 0;
  16. }
  17. .nowrap { white-space: nowrap; }
  18. p
  19. {
  20. font-size: 110%;
  21. }
  22. #main
  23. {
  24. width: 60rem;
  25. margin: 5rem auto;
  26. }
  27. tr.footer {
  28. border-top: 1px solid #eee;
  29. border-bottom: 0px solid black;
  30. }
  31. tr.header {
  32. border-bottom: 1px solid #eee;
  33. }
  34. header
  35. {
  36. font-size: 100%;
  37. /* background-color: #e8f3f4; */
  38. color: #999;
  39. text-align: left;
  40. margin: 0 0 0px 0;
  41. height: 100%;
  42. }
  43. #header_inner {
  44. margin: 0 auto;
  45. padding: 10px 0;
  46. width: 930px;
  47. }
  48. header h1 {
  49. font-size: 180%;
  50. color: #555;
  51. }
  52. .grant {
  53. color: green;
  54. }
  55. .refuse {
  56. color: red;
  57. }
  58. a
  59. {
  60. padding: 1px 4px;
  61. color: #999;
  62. text-decoration: none;
  63. }
  64. a:visited
  65. {
  66. padding: 1px 4px;
  67. color: #111;
  68. text-decoration: none;
  69. }
  70. a:hover
  71. {
  72. background-color: #4f4f4f;
  73. color: #fff;
  74. }
  75. h1
  76. {
  77. margin: 40px 0;
  78. line-height: 1.4em;
  79. font-weight: bold;
  80. color: #555;
  81. }
  82. h2
  83. {
  84. margin: 20px 0 0 0;
  85. line-height: 1.5em;
  86. font-weight: bold;
  87. color: #555;
  88. }
  89. h3
  90. {
  91. margin: 30px 0 0 0;
  92. line-height: 1.5em;
  93. font-weight: bold;
  94. color: #555;
  95. }
  96. .highlight
  97. {
  98. background-color: #e8f3f4;
  99. }
  100. strong
  101. {
  102. color: #000;
  103. }
  104. table
  105. {
  106. border-collapse: collapse;
  107. margin: 20px 0 60px 0;
  108. }
  109. td, th
  110. {
  111. padding: 6px;
  112. vertical-align: top;
  113. }
  114. th {
  115. font-weight: bold;
  116. text-align: left;
  117. font-size: 0.8rem;
  118. text-transform: uppercase;
  119. }
  120. tr
  121. {
  122. border-bottom: 1px solid #eee;
  123. }
  124. tbody tr:hover { background-color: beige; }
  125. nav
  126. {
  127. font-size: 85%;
  128. margin: 0 0 0 0;
  129. }
  130. .right
  131. {
  132. text-align: right;
  133. }
  134. .noborder
  135. {
  136. border: 0;
  137. }
  138. #notice {
  139. background-color: green;
  140. color: white;
  141. padding: 10px 20px;
  142. }
  143. .button, .button a, .button a:visited {
  144. background-color: green;
  145. color: white;
  146. padding: 5px 10px;
  147. margin: 10px 0;
  148. }
  149. .menu {
  150. margin: 0;
  151. padding: 0;
  152. }
  153. .menu li {
  154. list-style-type: none;
  155. display: inline;
  156. margin: 20px 0;
  157. padding: 0 10px 0 0;
  158. }
  159. .tags {
  160. font-size: 0.7rem;
  161. text-transform: uppercase;
  162. }
  163. @media print {
  164. .noprint, footer, .nav, nav
  165. {
  166. display: none;
  167. }
  168. body
  169. {
  170. margin: 0 auto;
  171. color: black;
  172. }
  173. a, a:visited {
  174. background-color: #fff;
  175. }
  176. }