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.

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