Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

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