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.

688 lines
15 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. .ninfo {
  47. margin-bottom: 5px;
  48. }
  49. #info {
  50. text-align: left;
  51. background-color: white;
  52. padding: 5px 5px 5px 5px;
  53. }
  54. #info .float-left {
  55. margin-top: 2px;
  56. margin-right: 20px;
  57. }
  58. #info .right {
  59. font-size: 13px;
  60. }
  61. #info a {
  62. text-decoration: none;
  63. color: #556A7F;
  64. }
  65. #info a:hover {
  66. border-bottom: 1px dotted gray;
  67. background-color: #E8ECF0;
  68. }
  69. #info input[type=text] {
  70. border: 0;
  71. color: #556A7F;
  72. }
  73. #footer {
  74. color: gray;
  75. text-align: right;
  76. margin-top: 30px;
  77. margin-bottom: 10px;
  78. font-size: 11px;
  79. }
  80. #footer a {
  81. color: gray;
  82. text-decoration: none;
  83. }
  84. .normal {
  85. text-align: left;
  86. font-size: 13px;
  87. }
  88. .normal a {
  89. text-decoration: none;
  90. border-bottom: 1px dotted gray;
  91. }
  92. .normal a:hover {
  93. color: black;
  94. background-color: #E8ECF0;
  95. }
  96. .normal ul {
  97. padding-left: 15px;
  98. }
  99. .normal li {
  100. margin-bottom: 3px;
  101. list-style: none;
  102. }
  103. .normal li a {
  104. font-weight: bold;
  105. }
  106. .fixed {
  107. width: 800px;
  108. }
  109. .needs-border {
  110. border-top: 1px solid rgb(214, 214, 214);
  111. }
  112. .left {
  113. text-align: left;
  114. }
  115. .float-left {
  116. float: left;
  117. }
  118. .pad-right {
  119. padding-right: 10px;
  120. }
  121. .text-right {
  122. text-align: right;
  123. }
  124. .center {
  125. text-align: center;
  126. }
  127. .float-right, .right {
  128. float: right;
  129. }
  130. .clear {
  131. clear:both;
  132. }
  133. #upload_header {
  134. text-align: center;
  135. font-size: 18px;
  136. }
  137. #html5 {
  138. text-align: center;
  139. }
  140. #file-uploader a {
  141. text-decoration: none;
  142. border-bottom: 1px dotted #556A7F;
  143. color: #556A7F;
  144. font-weight: bold;
  145. }
  146. #filesUploaded {
  147. display:none;
  148. text-align:left;
  149. }
  150. #linx_display_links {
  151. display:none;
  152. padding: 20px;
  153. background-color: #00AFF5;
  154. border-top: 3px solid #6bacf5;
  155. border-left: 3px solid #6bacf5;
  156. border-right: 3px solid #6bacf5;
  157. border-bottom: 3px solid #6bacf5;
  158. margin-top: 15px;
  159. margin-bottom: 10px;
  160. font-size: 12px;
  161. }
  162. #linx_display_links a,a:active,a:visited {
  163. color: white;
  164. }
  165. #supported_files {
  166. display:none;
  167. text-align:left;
  168. }
  169. #upload_btn {
  170. background-color: white;
  171. border: 2px solid #C9C9C9;
  172. width: 90px;
  173. height: 30px;
  174. }
  175. #expires {
  176. width:75px;
  177. }
  178. #choices {
  179. float: left;
  180. width: 100%;
  181. text-align: left;
  182. vertical-align: bottom;
  183. margin-top: 5px;
  184. font-size:13px;
  185. }
  186. #expiry {
  187. float: right;
  188. padding-top: 1px;
  189. }
  190. /* cat.js */
  191. .qq-uploader { position:relative; width: 100%;}
  192. .qq-upload-button {
  193. width: 400px;
  194. padding-top: 60px;
  195. height: 75px;
  196. margin-left:auto;
  197. margin-right:auto;
  198. border: 2px dashed #C9C9C9;
  199. color:#C9C9C9;
  200. font: 14px "helvetica neue", helvetica, arial, sans-serif;
  201. background-color: #FAFBFC;
  202. }
  203. .qq-upload-button-hover {
  204. background:#EFF4F8;
  205. }
  206. .qq-upload-button-focus {outline:1px dotted black;}
  207. .qq-upload-button-depr {
  208. background-color: #8C9CBF;
  209. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8C9CBF), color-stop(50%, #546A9E), color-stop(50%, #36518F), color-stop(100%, #3D5691));
  210. background-image: -webkit-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  211. background-image: -moz-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  212. background-image: -ms-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  213. background-image: -o-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  214. background-image: linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  215. border: 1px solid #172D6E;
  216. border-bottom: 1px solid #0E1D45;
  217. -webkit-border-radius: 5px;
  218. -moz-border-radius: 5px;
  219. border-radius: 5px;
  220. -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  221. -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  222. box-shadow: inset 0 1px 0 0 #b1b9cb;
  223. color: white;
  224. font: bold 14px "helvetica neue", helvetica, arial, sans-serif;
  225. padding: 7px 0 8px 0;
  226. text-decoration: none;
  227. text-align: center;
  228. text-shadow: 0 -1px 1px #000F4D;
  229. width: 140px;
  230. }
  231. .qq-upload-button2 {
  232. display:block; /* or inline-block */
  233. margin-left:auto;
  234. margin-right:auto;
  235. width: 105px; padding: 7px 0; text-align:center;
  236. background: hsl(212, 77%, 26%); border-bottom:1px solid #ddd;color:#fff;
  237. }
  238. .qq-upload-drop-area {
  239. position:absolute; top:0; left:0; width:100%; height:100%; min-height: 50px; z-index:2;
  240. background:#2c89f0; text-align:center;
  241. border: 2px dashed #C9C9C9;
  242. color:white;
  243. }
  244. .qq-upload-drop-area span {
  245. display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
  246. }
  247. .qq-upload-drop-area-active {background:#093E7C;}
  248. #toggleme{
  249. display:none;
  250. }
  251. .qq-upload-list {
  252. margin: 15px 3px 10px 3px;
  253. font-size: 12px;
  254. }
  255. .qq-upload-list li {
  256. display: block;
  257. background-color:#E8ECF0;
  258. padding: 8px 5px 8px 5px;
  259. margin: 5px 0 0 0;
  260. border: 1px solid #C9C9C9;
  261. font-size:13px;
  262. text-align: left;
  263. list-style: none;
  264. line-height: normal;
  265. }
  266. .qq-upload-list li a:hover {
  267. }
  268. .qq-upload-list li a {
  269. }
  270. .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  271. margin-right: 7px;
  272. }
  273. .qq-upload-file {}
  274. .qq-upload-spinner {display:inline-block; background: url("/images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
  275. .qq-upload-size,.qq-upload-cancel {font-size:11px;}
  276. .qq-upload-failed-text {display:none;}
  277. .qq-upload-fail .qq-upload-failed-text {display:inline;}
  278. /*
  279. Uploadify v2.1.4
  280. Release Date: November 8, 2010
  281. Copyright (c) 2010 Ronnie Garcia, Travis Nickels
  282. Permission is hereby granted, free of charge, to any person obtaining a copy
  283. of this software and associated documentation files (the "Software"), to deal
  284. in the Software without restriction, including without limitation the rights
  285. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  286. copies of the Software, and to permit persons to whom the Software is
  287. furnished to do so, subject to the following conditions:
  288. The above copyright notice and this permission notice shall be included in
  289. all copies or substantial portions of the Software.
  290. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  291. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  292. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  293. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  294. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  295. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  296. THE SOFTWARE.
  297. */
  298. .uploadifyQueueItem {
  299. background-color: #F5F5F5;
  300. border: 2px solid #E5E5E5;
  301. font: 11px Verdana, Geneva, sans-serif;
  302. margin-top: 5px;
  303. padding: 10px;
  304. width: 350px;
  305. }
  306. .uploadifyError {
  307. background-color: #FDE5DD !important;
  308. border: 2px solid #FBCBBC !important;
  309. }
  310. .uploadifyQueueItem .cancel {
  311. float: right;
  312. }
  313. .uploadifyQueue .completed {
  314. background-color: #E5E5E5;
  315. }
  316. .uploadifyProgress {
  317. background-color: #E5E5E5;
  318. margin-top: 10px;
  319. width: 100%;
  320. }
  321. .uploadifyProgressBar {
  322. background-color: #0099FF;
  323. height: 3px;
  324. width: 1px;
  325. }
  326. /*! Hint.css - v1.3.1 - 2013-11-23
  327. * http://kushagragour.in/lab/hint/
  328. * Copyright (c) 2013 Kushagra Gour; Licensed MIT */
  329. /*-------------------------------------*\
  330. HINT.css - A CSS tooltip library
  331. \*-------------------------------------*/
  332. /**
  333. * HINT.css is a tooltip library made in pure CSS.
  334. *
  335. * Source: https://github.com/chinchang/hint.css
  336. * Demo: http://kushagragour.in/lab/hint/
  337. *
  338. * Release under The MIT License
  339. *
  340. */
  341. /**
  342. * source: hint-core.scss
  343. *
  344. * Defines the basic styling for the tooltip.
  345. * Each tooltip is made of 2 parts:
  346. * 1) body (:after)
  347. * 2) arrow (:before)
  348. *
  349. * Classes added:
  350. * 1) hint
  351. */
  352. .hint, [data-hint] {
  353. position: relative;
  354. display: inline-block;
  355. /**
  356. * tooltip arrow
  357. */
  358. /**
  359. * tooltip body
  360. */ }
  361. .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  362. position: absolute;
  363. -webkit-transform: translate3d(0, 0, 0);
  364. -moz-transform: translate3d(0, 0, 0);
  365. transform: translate3d(0, 0, 0);
  366. visibility: hidden;
  367. opacity: 0;
  368. z-index: 1000000;
  369. pointer-events: none;
  370. -webkit-transition: 0.3s ease;
  371. -moz-transition: 0.3s ease;
  372. transition: 0.3s ease; }
  373. .hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  374. visibility: visible;
  375. opacity: 1; }
  376. .hint:before, [data-hint]:before {
  377. content: '';
  378. position: absolute;
  379. background: transparent;
  380. border: 6px solid transparent;
  381. z-index: 1000001; }
  382. .hint:after, [data-hint]:after {
  383. content: attr(data-hint);
  384. background: #556A7F;
  385. color: white;
  386. text-shadow: 0 -1px 0px black;
  387. padding: 8px 10px;
  388. font-size: 12px;
  389. line-height: 12px;
  390. white-space: nowrap;
  391. box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
  392. /**
  393. * source: hint-position.scss
  394. *
  395. * Defines the positoning logic for the tooltips.
  396. *
  397. * Classes added:
  398. * 1) hint--top
  399. * 2) hint--bottom
  400. * 3) hint--left
  401. * 4) hint--right
  402. */
  403. /**
  404. * set default color for tooltip arrows
  405. */
  406. .hint--top:before {
  407. border-top-color: #556A7F; }
  408. .hint--bottom:before {
  409. border-bottom-color: #556A7F; }
  410. .hint--left:before {
  411. border-left-color: #556A7F; }
  412. .hint--right:before {
  413. border-right-color: #556A7F; }
  414. /**
  415. * top tooltip
  416. */
  417. .hint--top:before {
  418. margin-bottom: -12px; }
  419. .hint--top:after {
  420. margin-left: -18px; }
  421. .hint--top:before, .hint--top:after {
  422. bottom: 100%;
  423. left: 50%; }
  424. .hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  425. -webkit-transform: translateY(-8px);
  426. -moz-transform: translateY(-8px);
  427. transform: translateY(-8px); }
  428. /**
  429. * bottom tooltip
  430. */
  431. .hint--bottom:before {
  432. margin-top: -12px; }
  433. .hint--bottom:after {
  434. margin-left: -18px; }
  435. .hint--bottom:before, .hint--bottom:after {
  436. top: 100%;
  437. left: 50%; }
  438. .hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  439. -webkit-transform: translateY(8px);
  440. -moz-transform: translateY(8px);
  441. transform: translateY(8px); }
  442. /**
  443. * right tooltip
  444. */
  445. .hint--right:before {
  446. margin-left: -12px;
  447. margin-bottom: -6px; }
  448. .hint--right:after {
  449. margin-bottom: -14px; }
  450. .hint--right:before, .hint--right:after {
  451. left: 100%;
  452. bottom: 50%; }
  453. .hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  454. -webkit-transform: translateX(8px);
  455. -moz-transform: translateX(8px);
  456. transform: translateX(8px); }
  457. /**
  458. * left tooltip
  459. */
  460. .hint--left:before {
  461. margin-right: -12px;
  462. margin-bottom: -6px; }
  463. .hint--left:after {
  464. margin-bottom: -14px; }
  465. .hint--left:before, .hint--left:after {
  466. right: 100%;
  467. bottom: 50%; }
  468. .hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  469. -webkit-transform: translateX(-8px);
  470. -moz-transform: translateX(-8px);
  471. transform: translateX(-8px); }
  472. /**
  473. * source: hint-color-types.scss
  474. *
  475. * Contains tooltips of various types based on color differences.
  476. *
  477. * Classes added:
  478. * 1) hint--error
  479. * 2) hint--warning
  480. * 3) hint--info
  481. * 4) hint--success
  482. *
  483. */
  484. /**
  485. * Error
  486. */
  487. .hint--error:after {
  488. background-color: #b34e4d;
  489. text-shadow: 0 -1px 0px #592726; }
  490. .hint--error.hint--top:before {
  491. border-top-color: #b34e4d; }
  492. .hint--error.hint--bottom:before {
  493. border-bottom-color: #b34e4d; }
  494. .hint--error.hint--left:before {
  495. border-left-color: #b34e4d; }
  496. .hint--error.hint--right:before {
  497. border-right-color: #b34e4d; }
  498. /**
  499. * Warning
  500. */
  501. .hint--warning:after {
  502. background-color: #c09854;
  503. text-shadow: 0 -1px 0px #6c5328; }
  504. .hint--warning.hint--top:before {
  505. border-top-color: #c09854; }
  506. .hint--warning.hint--bottom:before {
  507. border-bottom-color: #c09854; }
  508. .hint--warning.hint--left:before {
  509. border-left-color: #c09854; }
  510. .hint--warning.hint--right:before {
  511. border-right-color: #c09854; }
  512. /**
  513. * Info
  514. */
  515. .hint--info:after {
  516. background-color: #3986ac;
  517. text-shadow: 0 -1px 0px #193b4d; }
  518. .hint--info.hint--top:before {
  519. border-top-color: #3986ac; }
  520. .hint--info.hint--bottom:before {
  521. border-bottom-color: #3986ac; }
  522. .hint--info.hint--left:before {
  523. border-left-color: #3986ac; }
  524. .hint--info.hint--right:before {
  525. border-right-color: #3986ac; }
  526. /**
  527. * Success
  528. */
  529. .hint--success:after {
  530. background-color: #458746;
  531. text-shadow: 0 -1px 0px #1a321a; }
  532. .hint--success.hint--top:before {
  533. border-top-color: #458746; }
  534. .hint--success.hint--bottom:before {
  535. border-bottom-color: #458746; }
  536. .hint--success.hint--left:before {
  537. border-left-color: #458746; }
  538. .hint--success.hint--right:before {
  539. border-right-color: #458746; }
  540. /**
  541. * source: hint-always.scss
  542. *
  543. * Defines a persisted tooltip which shows always.
  544. *
  545. * Classes added:
  546. * 1) hint--always
  547. *
  548. */
  549. .hint--always:after, .hint--always:before {
  550. opacity: 1;
  551. visibility: visible; }
  552. .hint--always.hint--top:after, .hint--always.hint--top:before {
  553. -webkit-transform: translateY(-8px);
  554. -moz-transform: translateY(-8px);
  555. transform: translateY(-8px); }
  556. .hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  557. -webkit-transform: translateY(8px);
  558. -moz-transform: translateY(8px);
  559. transform: translateY(8px); }
  560. .hint--always.hint--left:after, .hint--always.hint--left:before {
  561. -webkit-transform: translateX(-8px);
  562. -moz-transform: translateX(-8px);
  563. transform: translateX(-8px); }
  564. .hint--always.hint--right:after, .hint--always.hint--right:before {
  565. -webkit-transform: translateX(8px);
  566. -moz-transform: translateX(8px);
  567. transform: translateX(8px); }
  568. /**
  569. * source: hint-rounded.scss
  570. *
  571. * Defines rounded corner tooltips.
  572. *
  573. * Classes added:
  574. * 1) hint--rounded
  575. *
  576. */
  577. .hint--rounded:after {
  578. border-radius: 4px; }
  579. /**
  580. * source: hint-effects.scss
  581. *
  582. * Defines various transition effects for the tooltips.
  583. *
  584. * Classes added:
  585. * 1) hint--bounce
  586. *
  587. */
  588. .hint--bounce:before, .hint--bounce:after {
  589. -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  590. -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  591. transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }