Contains the Concourse pipeline definition for building a line-server container
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.

329 lines
4.1 KiB

  1. body {
  2. background-color: #E8ECF0;
  3. color: #556A7F;
  4. font-family: Arial, Helvetica, sans-serif;
  5. font-size: 14px;
  6. }
  7. #container_container {
  8. display: table;
  9. table-layout: fixed;
  10. margin-left: auto;
  11. margin-right: auto;
  12. }
  13. #container {
  14. display: table-cell;
  15. min-width: 200px;
  16. }
  17. #header a {
  18. text-decoration: none;
  19. color: #556A7F;
  20. }
  21. #navigation {
  22. margin-top: 4px;
  23. }
  24. #navigation a {
  25. text-decoration: none;
  26. border-bottom: 1px dotted #556A7F;
  27. color: #556A7F;
  28. }
  29. #navigation a:hover {
  30. background-color: #C7D1EB;
  31. }
  32. #main {
  33. background-color: white;
  34. padding: 6px 5px 8px 5px;
  35. -moz-box-shadow: 1px 1px 1px 1px #ccc;
  36. -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  37. box-shadow: 1px 1px 1px 1px #ccc;
  38. text-align: center;
  39. }
  40. #main a {
  41. color: #556A7F;
  42. }
  43. #normal-content {
  44. word-wrap: break-word;
  45. }
  46. #normal-code {
  47. margin-top: 0;
  48. margin-bottom: 0;
  49. }
  50. .ninfo {
  51. margin-bottom: 5px;
  52. }
  53. .dinfo {
  54. -moz-box-shadow: 1px 1px 1px 1px #ccc;
  55. -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  56. box-shadow: 1px 1px 1px 1px #ccc;
  57. margin-bottom: 15px;
  58. }
  59. #info {
  60. text-align: left;
  61. background-color: white;
  62. padding: 5px 5px 5px 5px;
  63. }
  64. #info #filename,
  65. #editform #filename {
  66. width: 232px;
  67. }
  68. #info #extension,
  69. #editform #extension {
  70. width: 40px;
  71. }
  72. #info .float-left {
  73. margin-top: 2px;
  74. margin-right: 20px;
  75. }
  76. #info .right {
  77. font-size: 13px;
  78. }
  79. #info a {
  80. text-decoration: none;
  81. color: #556A7F;
  82. }
  83. #info a:hover {
  84. border-bottom: 1px dotted gray;
  85. background-color: #E8ECF0;
  86. }
  87. #info input[type=text] {
  88. border: 0;
  89. color: #556A7F;
  90. }
  91. #footer {
  92. color: gray;
  93. text-align: right;
  94. margin-top: 30px;
  95. margin-bottom: 10px;
  96. font-size: 11px;
  97. }
  98. #footer a {
  99. color: gray;
  100. text-decoration: none;
  101. }
  102. .normal {
  103. text-align: left;
  104. font-size: 13px;
  105. }
  106. .normal a {
  107. text-decoration: none;
  108. border-bottom: 1px dotted gray;
  109. }
  110. .normal a:hover {
  111. color: black;
  112. background-color: #E8ECF0;
  113. }
  114. .normal ul {
  115. padding-left: 15px;
  116. }
  117. .normal li {
  118. margin-bottom: 3px;
  119. list-style: none;
  120. }
  121. .normal li a {
  122. font-weight: bold;
  123. }
  124. .fixed {
  125. width: 800px;
  126. }
  127. .needs-border {
  128. border-top: 1px solid rgb(214, 214, 214);
  129. }
  130. .left {
  131. text-align: left;
  132. }
  133. .float-left {
  134. float: left;
  135. }
  136. .pad-right {
  137. padding-right: 10px;
  138. }
  139. .text-right {
  140. text-align: right;
  141. }
  142. .center {
  143. text-align: center;
  144. }
  145. .float-right, .right {
  146. float: right;
  147. }
  148. .clear {
  149. clear: both;
  150. }
  151. #upload_header {
  152. text-align: center;
  153. font-size: 18px;
  154. }
  155. #file-uploader a {
  156. text-decoration: none;
  157. border-bottom: 1px dotted #556A7F;
  158. color: #556A7F;
  159. font-weight: bold;
  160. }
  161. #filesUploaded {
  162. display:none;
  163. text-align:left;
  164. }
  165. #linx_display_links {
  166. display:none;
  167. padding: 20px;
  168. background-color: #00AFF5;
  169. border-top: 3px solid #6bacf5;
  170. border-left: 3px solid #6bacf5;
  171. border-right: 3px solid #6bacf5;
  172. border-bottom: 3px solid #6bacf5;
  173. margin-top: 15px;
  174. margin-bottom: 10px;
  175. font-size: 12px;
  176. }
  177. #linx_display_links a,a:active,a:visited {
  178. color: white;
  179. }
  180. #supported_files {
  181. display:none;
  182. text-align:left;
  183. }
  184. #upload_btn {
  185. background-color: white;
  186. border: 2px solid #C9C9C9;
  187. width: 90px;
  188. height: 30px;
  189. }
  190. #expires {
  191. width:75px;
  192. }
  193. #choices {
  194. float: left;
  195. width: 100%;
  196. text-align: left;
  197. vertical-align: bottom;
  198. margin-top: 5px;
  199. font-size:13px;
  200. }
  201. #expiry {
  202. float: right;
  203. padding-top: 1px;
  204. }
  205. .oopscontent {
  206. width: 400px;
  207. }
  208. .oopscontent img {
  209. width: 400px;
  210. border: 0;
  211. }
  212. .editor {
  213. width: 705px;
  214. height: 450px;
  215. border-color: #cccccc;
  216. font-family: monospace;
  217. resize: none;
  218. overflow: auto;
  219. }
  220. .storygreen {
  221. color: #789922;
  222. }
  223. .storyred {
  224. color: #800000;
  225. }
  226. /* Content display {{{ */
  227. .display-audio,
  228. .display-file {
  229. width: 500px;
  230. }
  231. .display-image {
  232. margin-bottom: -6px;
  233. max-width: 800px;
  234. }
  235. .display-pdf {
  236. width: 910px;
  237. height: 800px;
  238. }
  239. .display-video {
  240. width: 800px;
  241. }
  242. .scrollable {
  243. overflow: auto;
  244. }
  245. .storycontent {
  246. background-color: #f0e0d6 !important;
  247. }
  248. #editform,
  249. #editform .editor {
  250. display: none;
  251. }
  252. #codeb {
  253. white-space: pre-wrap;
  254. }
  255. #editor {
  256. display: none;
  257. width: 794px;
  258. height: 800px;
  259. font-size: 13px;
  260. }
  261. /* }}} */