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.

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