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.

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