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.
 
 
 
 
 

204 lines
2.2 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: 920px;
  25. margin: 50px 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. nav
  125. {
  126. font-size: 85%;
  127. margin: 0 0 0 0;
  128. }
  129. .right
  130. {
  131. text-align: right;
  132. }
  133. .noborder
  134. {
  135. border: 0;
  136. }
  137. #notice {
  138. background-color: green;
  139. color: white;
  140. padding: 10px 20px;
  141. }
  142. .button, .button a, .button a:visited {
  143. background-color: green;
  144. color: white;
  145. padding: 5px 10px;
  146. margin: 10px 0;
  147. }
  148. .menu {
  149. margin: 0;
  150. padding: 0;
  151. }
  152. .menu li {
  153. list-style-type: none;
  154. display: inline;
  155. margin: 20px 0;
  156. padding: 0 10px 0 0;
  157. }
  158. @media print {
  159. .noprint, footer, .nav, nav
  160. {
  161. display: none;
  162. }
  163. body
  164. {
  165. margin: 0 auto;
  166. color: black;
  167. }
  168. a, a:visited {
  169. background-color: #fff;
  170. }
  171. }