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.

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