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.
 
 
 
 
 

192 lines
2.0 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. }
  116. tr
  117. {
  118. border-bottom: 1px solid #eee;
  119. }
  120. nav
  121. {
  122. font-size: 85%;
  123. margin: 0 0 0 0;
  124. }
  125. .right
  126. {
  127. text-align: right;
  128. }
  129. .noborder
  130. {
  131. border: 0;
  132. }
  133. #notice {
  134. background-color: green;
  135. color: white;
  136. padding: 10px 20px;
  137. }
  138. .menu {
  139. margin: 0;
  140. padding: 0;
  141. }
  142. .menu li {
  143. list-style-type: none;
  144. display: inline;
  145. margin: 20px 0;
  146. padding: 0 10px 0 0;
  147. }
  148. @media print {
  149. .noprint, #footer, .nav, nav
  150. {
  151. display: none;
  152. }
  153. body
  154. {
  155. margin: 0 auto;
  156. color: black;
  157. }
  158. a, a:visited {
  159. background-color: #fff;
  160. }
  161. }